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
/
movesens.cpp
Age
Commit message (
Expand
)
Author
2016-08-26
DM: Pull sound handling into a separate class
Bendegúz Nagy
2016-08-26
DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectile...
Strangerke
2016-08-26
DM: Refactor f322_championPoison, f284_setPartyDirection, f316_deleteScent, f...
Strangerke
2016-08-26
DM: Rename f325_decrementStamina, refactor f300_getObjectRemovedFromSlot and ...
Strangerke
2016-08-26
DM: Fix some more CppCheck warnings
Strangerke
2016-08-26
DM: Properly stub f064_SOUND_RequestPlay_CPSD
Strangerke
2016-08-26
DM: Fix pressure plate on level 0
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: Add warning with repeat parameter
Bendegúz Nagy
2016-08-26
DM: Remove extra parenthesis
Strangerke
2016-08-26
DM: Some soft refactoring, in order to silent some CppCheck warnings
Bendegúz Nagy
2016-08-26
DM: Fix style used for pointer casts
Strangerke
2016-08-26
DM: Fix compilation using MSVC9
Strangerke
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 renaming
Bendegúz Nagy
2016-08-26
DM: Renaming in champion.c/h
Bendegúz Nagy
2016-08-26
DM: Add F0142_DUNGEON_GetProjectileAspect
Bendegúz Nagy
2016-08-26
DM: Add F0296_CHAMPION_DrawChangedObjectIcons
Bendegúz Nagy
2016-08-26
DM: Add Cell enum, F0275_SENSOR_IsTriggeredByClickOnWall
Bendegúz Nagy
2016-08-26
DM: Add MovesensMan
Bendegúz Nagy