aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/movesens.cpp
AgeCommit message (Expand)Author
2016-09-16DM: More renaming in gfx enumsStrangerke
2016-09-13DM: Silence some GCC warningsStrangerke
2016-09-13DM: Get rif od SquareType, rename SquareMaskStrangerke
2016-09-12DM: Enforce the use of SoundModeStrangerke
2016-09-12DM: Change the declaration of addEventStrangerke
2016-09-12DM: Enforce the use of Cell enum, some renamingStrangerke
2016-09-12DM: Use SensorEffect in two functionsStrangerke
2016-09-12DM: More renaming in DungeonManStrangerke
2016-09-11DM: Fix another variable shadowing.Eugene Sandulenko
2016-09-11DM: Fix variable shadowing warningEugene Sandulenko
2016-09-11DM: Fix comparison warningsEugene Sandulenko
2016-09-11DM: Rename more constantsStrangerke
2016-09-11DM: Start renaming constants in DungeonManStrangerke
2016-09-11DM: Rework functions related to Directions in order to make them consistent a...Strangerke
2016-09-11DM: Move some globals to DMEngineStrangerke
2016-09-11DM Rename enum members in dm.h and dialog.hStrangerke
2016-09-10DM: Rename _C to _CuEugene Sandulenko
2016-09-10DM: Rename _B to _Bu to avoid name clashes on some platformsEugene Sandulenko
2016-09-10DM: Finish the renaming in champion.hStrangerke
2016-09-10DM: Change constants into enums in champion.h, renamingStrangerke
2016-09-10DM: Rename ChampionSlot enumStrangerke
2016-09-09DM: More renaming in champion.hStrangerke
2016-09-09DM: Rename enums ChampionIndex, ChampionAttribute, ChampionWound, ChampionSta...Strangerke
2016-09-09DM: Rename IconIndice enumStrangerke
2016-09-05DM: Better refactoring of sensorIsTriggeredByClickOnWallStrangerke
2016-09-05DM: Better refactoring of processThingAdditionOrRemovalStrangerke
2016-09-05DM: Get rid of Gotos in processThingAdditionOrRemovalStrangerke
2016-09-04DM: Small refactoring in processThingAdditionOrRemovalStrangerke
2016-09-04DM: More polishing in MovesensManStrangerke
2016-09-04DM: Fix typo in the name of isObjectInPartyPossession, get rid of the GOTOStrangerke
2016-09-04DM: First pass of refactoring in isObjcetInPartyPossessionStrangerke
2016-09-04DM: First pass of refactoring of getTeleporterRotatedGroupResultStrangerke
2016-09-04DM: Some more refactoring in MovesensMan, change return value of getSound()Strangerke
2016-09-04DM: Fix original bug in isLevitatingStrangerke
2016-09-04DM: Refactor getMoveResult()Strangerke
2016-09-04DM: Refactor sensorIsTriggeredByClickOnWall, remove all GOTOsStrangerke
2016-09-04DM: First pass of refactoring in sensorIsTriggeredByClickOnWall, clean pointe...Strangerke
2016-09-03DM: Clean up includesBendegúz Nagy
2016-09-01DM: Fix a typo in the spelling of startWandering()Strangerke
2016-08-27DM: More renaming in DungeonMan, move some arraysStrangerke
2016-08-26DM: Finish the renaming of class membersStrangerke
2016-08-26DM: Rename ObjectMan and ProjExpl membersStrangerke
2016-08-26DM: Rename class members of MovesensManStrangerke
2016-08-26DM: Rename members of InventoryManStrangerke
2016-08-26DM: Rename functions and class members of GroupManStrangerke
2016-08-26DM: Rename variables and functions of DisplayManStrangerke
2016-08-26DM: Rename DungeonMan class membersStrangerke
2016-08-26DM: Rename functions of DMEngine and DialogManStrangerke
2016-08-26DM: Refactor unreadable if statementStrangerke
2016-08-26DM: Fix 2 more warningsStrangerke