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
/
projexpl.cpp
Age
Commit message (
Expand
)
Author
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