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.h
Age
Commit message (
Expand
)
Author
2016-09-20
DM: Janitorial - remove trailing spaces
Strangerke
2016-09-18
DM: Rename some more enums
Strangerke
2016-09-04
DM: Remove a variant of blitToScreen, refactor drawActionDamage
Strangerke
2016-09-04
DM: Fix original bug in MenuMan
Strangerke
2016-09-04
DM: Refactoring, enforce the use of ChampionIndex
Strangerke
2016-09-03
DM: Clean up includes
Bendegúz Nagy
2016-08-26
DM: Renaming in MenuMan definition
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: Reorder MenuMan::f392_buildSpellAreaLine, add MenuMan::_gK73_bitmapSpellA...
Bendegúz Nagy
2016-08-26
DM: Add f385_drawActionDamage
Bendegúz Nagy
2016-08-26
DM: Add f371_commandProcessType111To115_ClickInActionArea and it's dependencies
Bendegúz Nagy
2016-08-26
DM: Add f370_commandProcessType100_clickInSpellArea
Bendegúz Nagy
2016-08-26
DM: Clean up some initialization
Bendegúz Nagy
2016-08-26
DM: Add some missing code
Bendegúz Nagy
2016-08-26
DM: Rename functions
Bendegúz Nagy
2016-08-26
DM: More constant and global variable renaming
Bendegúz Nagy
2016-08-26
DM: Renaming in champion.c/h
Bendegúz Nagy
2016-08-26
DM: Add MenuMan::setMagicCasterAndDrawSpellArea
Bendegúz Nagy
2016-08-26
DM: Add F0392_MENUS_BuildSpellAreaLine
Bendegúz Nagy
2016-08-26
DM: Add F0393_MENUS_DrawSpellAreaControls
Bendegúz Nagy
2016-08-26
DM: Add F0387_MENUS_DrawActionArea
Bendegúz Nagy
2016-08-26
DM: Add F0390_MENUS_RefreshActionAreaAndSetChampionDirectionMaximumDamageRece...
Bendegúz Nagy
2016-08-26
DM: Add standard GPLv2 header
Bendegúz Nagy
2016-08-26
DM: Silent some CppCheck warnings
Strangerke
2016-08-26
DM: Add fix gDungeonViewport, some comments
Bendegúz Nagy
2016-08-26
DM: Add F0456_START_DrawDisabledMenus
Bendegúz Nagy
2016-08-26
DM: Add F0386_MENUS_DrawActionIcon
Bendegúz Nagy
2016-08-26
DM: Add F0388_MENUS_ClearActingChampion
Bendegúz Nagy
2016-08-26
DM: Add several global variables, add code to F0462_START_StartGame_CPSF
Bendegúz Nagy
2016-08-26
DM: Add G0508_B_RefreshActionArea
Bendegúz Nagy
2016-08-26
DM: Add mouse input processing and display for movement arrows
Bendegúz Nagy