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 (
Collapse
)
Author
2017-11-10
ALL: Fix misuse of comma operator
Colin Snover
2017-08-06
JANITORIAL: Silence more GCC 7 warnings
Torbjörn Andersson
There were all flagged as intentional fall throughs. I simply changed the comments to something GCC would recognize.
2017-01-31
DM: Fix GCC warnings
Strangerke
2016-10-09
DM: Remove useless variable
Strangerke
2016-09-25
DM: Some more work on dereferencing
Strangerke
2016-09-25
DM: reduce dereferencing some more
Strangerke
2016-09-24
DM: Reduce dereferencing of _dungeonMan in MovesensMan
Strangerke
2016-09-20
DM: Make use of TimeLineEventType
Strangerke
2016-09-20
DM: Rename TimelineEventType members
Strangerke
2016-09-19
DM: Change the definition of setMapAndTime, move SoundIndex enum to SoundMan
Strangerke
2016-09-19
DM: Rename members of SoundIndex
Strangerke
2016-09-18
DM: Rename some more enums
Strangerke
2016-09-18
DM: Rename members of Behavior, some more renaming
Strangerke
2016-09-18
DM: Rename Creature masks, move SoundMode to sound.h
Strangerke
2016-09-17
DM: Some renaming in group
Strangerke
2016-09-16
DM: More renaming in gfx enums
Strangerke
2016-09-13
DM: Silence some GCC warnings
Strangerke
2016-09-13
DM: Get rif od SquareType, rename SquareMask
Strangerke
2016-09-12
DM: Enforce the use of SoundMode
Strangerke
2016-09-12
DM: Change the declaration of addEvent
Strangerke
2016-09-12
DM: Enforce the use of Cell enum, some renaming
Strangerke
2016-09-12
DM: Use SensorEffect in two functions
Strangerke
2016-09-12
DM: More renaming in DungeonMan
Strangerke
2016-09-11
DM: Fix another variable shadowing.
Eugene Sandulenko
NOTE: This affects the logic flow, so needs to be checked against original
2016-09-11
DM: Fix variable shadowing warning
Eugene Sandulenko
2016-09-11
DM: Fix comparison warnings
Eugene Sandulenko
2016-09-11
DM: Rename more constants
Strangerke
2016-09-11
DM: Start renaming constants in DungeonMan
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 _C to _Cu
Eugene Sandulenko
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-05
DM: Better refactoring of sensorIsTriggeredByClickOnWall
Strangerke
2016-09-05
DM: Better refactoring of processThingAdditionOrRemoval
Strangerke
2016-09-05
DM: Get rid of Gotos in processThingAdditionOrRemoval
Strangerke
2016-09-04
DM: Small refactoring in processThingAdditionOrRemoval
Strangerke
2016-09-04
DM: More polishing in MovesensMan
Strangerke
2016-09-04
DM: Fix typo in the name of isObjectInPartyPossession, get rid of the GOTO
Strangerke
2016-09-04
DM: First pass of refactoring in isObjcetInPartyPossession
Strangerke
2016-09-04
DM: First pass of refactoring of getTeleporterRotatedGroupResult
Strangerke
2016-09-04
DM: Some more refactoring in MovesensMan, change return value of getSound()
Strangerke
2016-09-04
DM: Fix original bug in isLevitating
Strangerke
2016-09-04
DM: Refactor getMoveResult()
Strangerke
[next]