Age | Commit message (Expand) | Author |
2016-09-11 | DM: Fix logical error with local variables | 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 a... | Strangerke |
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: Change constants into enums in champion.h, renaming | Strangerke |
2016-09-09 | DM: More renaming in champion.h | Strangerke |
2016-09-09 | DM: Rename enums ChampionIndex, ChampionAttribute, ChampionWound, ChampionSta... | Strangerke |
2016-09-09 | DM: Rename IconIndice enum | Strangerke |
2016-09-07 | DM: Fix the style of some pointers in projexpl | Strangerke |
2016-09-07 | DM: Remove the use of GOTO in processEvent25 | Strangerke |
2016-09-07 | DM: Refactor processEvent25 | Strangerke |
2016-09-07 | DM: Refactor processEvents48To49 | Strangerke |
2016-09-07 | DM: Get rid of a GOTO in projectileGetImpactCount | Strangerke |
2016-09-06 | DM: Renaming in ProjExpl | Strangerke |
2016-09-06 | DM: Take Dreammaster's suggestion into account to make it even more readable | Strangerke |
2016-09-06 | DM: Rework a if statement in hasProjectileImpactOccurred to make it readable | Strangerke |
2016-09-06 | DM: Split redefined variables in hasProjectileImpactOccurred() | Strangerke |
2016-09-06 | DM: First pass of refactoring in hasProjectileImpactOccurred | Strangerke |
2016-09-03 | DM: Clean up includes | Bendegúz Nagy |
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 DungeonMan class members | Strangerke |
2016-08-26 | DM: rename members of dungeonman | Strangerke |
2016-08-26 | DM: Rename functions of DMEngine and DialogMan | Strangerke |
2016-08-26 | DM: Fix some more GCC warnings | Strangerke |
2016-08-26 | DM: Renaming of Champion and ChampionMan functions | Strangerke |
2016-08-26 | DM: Some more work on 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: Pull sound handling into a separate class | Bendegúz Nagy |
2016-08-26 | DM: Refactor f318_dropAllObjects, f319_championKill and f323_unpoison. Rename... | Strangerke |
2016-08-26 | DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, f327_isProjectile... | Strangerke |
2016-08-26 | DM: Properly stub f064_SOUND_RequestPlay_CPSD | Strangerke |
2016-08-26 | DM: Clear some warnings | Bendegúz Nagy |
2016-08-26 | DM: Add f220_explosionProcessEvent25_explosion | Bendegúz Nagy |
2016-08-26 | DM: Add f219_processEvents48To49_projectile | 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: Reduce some variable scopes, silent CppCheck warnings | Strangerke |
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 |