index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
dm
/
menus.cpp
Age
Commit message (
Collapse
)
Author
2016-09-11
DM: Fix variable clash
Eugene Sandulenko
2016-09-11
DM: Rename more constants
Strangerke
2016-09-11
DM: Start renaming constants in DungeonMan
Strangerke
2016-09-11
DM: Get rid of getBoundedValue, replace it by CLIP
Strangerke
2016-09-11
DM: Rework functions related to Directions in order to make them consistent ↵
Strangerke
and remove redundancy
2016-09-11
DM: Move some globals to DMEngine
Strangerke
2016-09-11
DM Rename enum members in dm.h and dialog.h
Strangerke
2016-09-10
DM: Rename _B to _Bu to avoid name clashes on some platforms
Eugene Sandulenko
2016-09-10
DM: Finish the renaming in champion.h
Strangerke
2016-09-10
DM: Change constants into enums in champion.h, renaming
Strangerke
2016-09-10
DM: Rename ChampionSlot enum
Strangerke
2016-09-09
DM: More renaming in champion.h
Strangerke
2016-09-09
DM: Rename enums ChampionIndex, ChampionAttribute, ChampionWound, ↵
Strangerke
ChampionStatisticType, ChampionStatisticValue
2016-09-09
DM: Rename IconIndice enum
Strangerke
2016-09-07
DM: Start refactoring Timeline
Strangerke
2016-09-04
DM: Remove a variant of blitToScreen, refactor drawActionDamage
Strangerke
2016-09-04
DM: More refactoring and renaming in MenuMan
Strangerke
2016-09-04
DM: Finish the rework in isActionPerformed, remove all GOTOs
Strangerke
2016-09-04
DM: WIP rework in isActionPerformed()
Strangerke
2016-09-04
DM: Fix original bug in MenuMan
Strangerke
2016-09-04
DM: More refactoring in MenuMan
Strangerke
2016-09-04
DM: More rework in getChampionSpellCastResult, remove GOTOs
Strangerke
2016-09-04
DM: First pass of renaming in getChampionSpellCastResult
Strangerke
2016-09-04
DM: Remove useless code in setMagicCasterAndDrawSpellArea
Strangerke
2016-09-04
DM: Rework getClickOnSpellCastResult
Strangerke
2016-09-04
DM: Refactoring, enforce the use of ChampionIndex
Strangerke
2016-09-03
DM: Some more fixes concerning pointer formatting
Strangerke
2016-09-03
DM: Refactor string manipulation in drawPanelObject
Strangerke
2016-09-03
DM: Clean up includes
Bendegúz Nagy
Swap <> to "" with scummvm files Add dm/ prefix to dm files Reorder includes to system files, dm files
2016-09-01
DM: Fix a typo in the spelling of startWandering()
Strangerke
2016-08-27
DM: More renaming in DungeonMan, move some arrays
Strangerke
2016-08-26
DM: Finish the renaming of class members
Strangerke
2016-08-26
DM: Rename ObjectMan and ProjExpl members
Strangerke
2016-08-26
DM: Rename class members of MovesensMan
Strangerke
2016-08-26
DM: Renaming in MenuMan definition
Strangerke
2016-08-26
DM: Rename members of InventoryMan
Strangerke
2016-08-26
DM: Rename functions and class members of GroupMan
Strangerke
2016-08-26
DM: Rename variables and functions of DisplayMan
Strangerke
2016-08-26
DM: Rename class members in EventManager
Strangerke
2016-08-26
DM: Rename DungeonMan class members
Strangerke
2016-08-26
DM: rename members of dungeonman
Strangerke
2016-08-26
DM: Rename functions of DMEngine and DialogMan
Strangerke
2016-08-26
DM: Fix 2 more warnings
Strangerke
2016-08-26
DM: Fix some more GCC warnings
Strangerke
2016-08-26
DM: Renaming of Champion and ChampionMan functions
Strangerke
2016-08-26
DM: Change several string constness, hopefully fixing GCC warnings
Strangerke
2016-08-26
DM: Fix some more GCC warnings, move some globals to MenuMan
Strangerke
2016-08-26
DM: Fix some GCC warnings
Strangerke
2016-08-26
DM: Move some more globals
Strangerke
2016-08-26
DM: Remove some warnings
Bendegúz Nagy
[next]