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
/
dungeonman.cpp
Age
Commit message (
Collapse
)
Author
2016-09-20
DM: Initialize some variables
Strangerke
2016-09-20
DM: Janitorial - remove trailing spaces
Strangerke
2016-09-19
DM: Fix 2 GCC warnings, some renaming
Strangerke
2016-09-19
DM: Some more renaming
Strangerke
2016-09-18
DL: Enforce the use of CreatureType
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: Rename some enums in DungeonMan
Strangerke
2016-09-12
DM: Avoid null pointer dereferencing in unlinkThingFromList
Strangerke
2016-09-12
DM: More renaming in DungeonMan
Strangerke
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-09
DM: Rename IconIndice enum
Strangerke
2016-09-03
DM: Fix the style used for some pointers and casts
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-08-28
DM: Some renaming
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: Rename functions and class members of GroupMan
Strangerke
2016-08-26
DM: Rename variables and functions of DisplayMan
Strangerke
2016-08-26
DM: Rename DungeonMan class members
Strangerke
2016-08-26
DM: Rename functions of DMEngine and DialogMan
Strangerke
2016-08-26
DM: Renaming of Champion and ChampionMan functions
Strangerke
2016-08-26
DM: Fix some GCC warnings
Strangerke
2016-08-26
DM: Some renaming, move some globals to class member
Strangerke
2016-08-26
DM: Fix regression (pressure plate), fix compilation
Strangerke
2016-08-26
DM: Add loading from game
Bendegúz Nagy
2016-08-26
DM: Fix broken wallOrnamentIndices
Bendegúz Nagy
2016-08-26
DM: Add support for uncompressed dungeon.dat
Bendegúz Nagy
2016-08-26
DM: Add missing code in f125_drawSquareD0L, rename a constant
Strangerke
2016-08-26
DM: Refactor f167_getObjForProjectileLaucherOrObjGen
Strangerke
2016-08-26
DM: Refactor f155_getStairsExitDirection
Strangerke
2016-08-26
DM: Refactor f164_unlinkThingFromList
Strangerke
2016-08-26
DM: Remove unnecessary redirection through DMEngine members
Bendegúz Nagy
2016-08-26
DM: Remove GOTOs in f164_unlinkThingFromList
Strangerke
2016-08-26
DM: Refactor f144_getCreatureAttributes, f146_setGroupCells and ↵
Strangerke
f139_isCreatureAllowedOnMap
2016-08-26
DM: Refactor f165_getDiscardThing
Strangerke
2016-08-26
DM: Remove two GOTOs in f165_getDiscardTHing
Strangerke
2016-08-26
DM: Refactoring of f163_linkThingToList, f142_getProjectileAspect and ↵
Strangerke
f154_getLocationAfterLevelChange
2016-08-26
DM: Move 3 arrays to f168_decodeText, some refactoring in ↵
Strangerke
f166_getUnusedThing and f140_getObjectWeight
2016-08-26
DM: remove some more GOTOs in f172_setSquareAspect
Strangerke
2016-08-26
DM: Remove some GOTOs in f172_setSquareAspect
Strangerke
2016-08-26
DM: First pass of refactoring in f161_getSquareFirstThing
Strangerke
2016-08-26
DM: Some refactoring in dungeonman.cpp
Strangerke
2016-08-26
DM: Improve on broken display
Bendegúz Nagy
[next]