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
/
loadsave.cpp
Age
Commit message (
Collapse
)
Author
2016-08-26
DM: Some renaming, add a couple of STUBS
Strangerke
2016-08-26
DM: Add f444_endGame and checks for Common::EVENT_QUIT
Bendegúz Nagy
2016-08-26
DM: Fix compilation with MSVC9, some light renaming
Strangerke
2016-08-26
DM: Debug loading savegames, add missing save loading parts
Bendegúz Nagy
2016-08-26
DM: Finish f433_processCommand140_saveGame
Bendegúz Nagy
2016-08-26
DM: refact f293_drawAllChampionStates, f283_viAltarRebirth, ↵
Strangerke
f327_isProjectileSpellCast and f326_championShootProjectile. Rename Direction.
2016-08-26
DM: Fix segfault with resume game
Bendegúz Nagy
2016-08-26
DM: Refactor f322_championPoison, f284_setPartyDirection, f316_deleteScent, ↵
Strangerke
f317_addScentStrength, f310_getMovementTicks and f294_isAmmunitionCompatibleWithWeapon
2016-08-26
DM: Refactor f304_addSkillExperience, change _g313_gameTime to int32
Strangerke
2016-08-26
DM: Add code for loading the save files
Bendegúz Nagy
2016-08-26
DM: Add entrance processing
Bendegúz Nagy
2016-08-26
DM: Add savegame functions
Bendegúz Nagy
2016-08-26
DM: Rename functions
Bendegúz Nagy
2016-08-26
DM: Refactor DungeonMan
Bendegúz Nagy
2016-08-26
DM: More constant and global variable renaming
Bendegúz Nagy
2016-08-26
DM: More renaming
Bendegúz Nagy
2016-08-26
DM: Renaming in champion.c/h
Bendegúz Nagy
2016-08-26
DM: Add dependencies for ↵
Bendegúz Nagy
F0115_DUNGEONVIEW_DrawObjectsCreaturesProjectilesExplosions_CPSEF
2016-08-26
DM: Add GroupMan, Group, ActiveGroup, F0196_GROUP_InitializeActiveGroups
Bendegúz Nagy
2016-08-26
DM: Add F0142_DUNGEON_GetProjectileAspect
Bendegúz Nagy
2016-08-26
DM: Add F0296_CHAMPION_DrawChangedObjectIcons
Bendegúz Nagy
2016-08-26
DM: Add standard GPLv2 header
Bendegúz Nagy
2016-08-26
DM: Some more renaming, remove extra semi-column
Strangerke
2016-08-26
DM: Some renaming
Strangerke
2016-08-26
DM: Rearrange main parts to better align with the original
Bendegúz Nagy
2016-08-26
DM: Add getIndexInCell function in ChampionMan
Bendegúz Nagy
2016-08-26
DM: Add initialization related to F0435_STARTEND_LoadGame_CPSF
Bendegúz Nagy