Age | Commit message (Expand) | Author |
2019-09-03 | HDB: Filter out more Lua globals from saving | Eugene Sandulenko |
2019-09-03 | HDB: Unstub drawToggle, drawSlider, drawWarpScreen | Nipun Garg |
2019-09-03 | HDB: Add drawNebula(), drawRocketsAndSelections() | Nipun Garg |
2019-09-03 | HDB: Fix save/loading of inventory | Eugene Sandulenko |
2019-09-03 | HDB: Refarcot entity save/loading into separate methods | Eugene Sandulenko |
2019-09-03 | HDB: Fix Window::loadSaveFile() | Eugene Sandulenko |
2019-09-03 | HDB: Add Menu functions and other stubs | Nipun Garg |
2019-09-03 | HDB: Add isVoiceless() | Nipun Garg |
2019-09-03 | HDB: Add centerPrint() | Nipun Garg |
2019-09-03 | HDB: Add stubbed Sound functions | Nipun Garg |
2019-09-03 | HDB: Add startTitle() and drawTitle() | Nipun Garg |
2019-09-03 | HDB: Unstub fillGameSaveSlots() | Nipun Garg |
2019-09-03 | HDB: Add Save struct and _saveHeader | Nipun Garg |
2019-09-03 | HDB: Add Sine and Cosine table | Nipun Garg |
2019-09-03 | HDB: Shift HDB::save() and HDB::loadSaveFile... | Nipun Garg |
2019-09-03 | HDB: Add stubbed songPlaying() and startMusic() | Nipun Garg |
2019-09-03 | HDB: Added missing calls to Map::Map::loadSaveFile() | Eugene Sandulenko |
2019-09-03 | HDB: Added missing calls to loadGameState() | Eugene Sandulenko |
2019-09-03 | HDB: Add readConfig(), writeConfig() and Cheating | Nipun Garg |
2019-09-03 | HDB: Add Input::assignKey(), LuaScript::isValid() | Nipun Garg |
2019-09-03 | HDB: Finish implementation of Lua dofile() | Eugene Sandulenko |
2019-09-03 | HDB: Remove non-functioning code | Eugene Sandulenko |
2019-09-03 | HDB: Added initial version for Lua dofile() | Eugene Sandulenko |
2019-09-03 | HDB: Fix AI::loadSaveFile() | Eugene Sandulenko |
2019-09-03 | HDB: Fix Window::loadSaveFile() | Eugene Sandulenko |
2019-09-03 | HDB: Allocate memory on loading | Eugene Sandulenko |
2019-09-03 | HDB: Added debug output to save/load code | Eugene Sandulenko |
2019-09-03 | HDB: Properly process non-existent save loading | Eugene Sandulenko |
2019-09-03 | HDB: Added more code for loading save states from the command line | Eugene Sandulenko |
2019-09-03 | HDB: Fix warnings | Eugene Sandulenko |
2019-09-03 | HDB: Proper prototype for saveGameState() | Eugene Sandulenko |
2019-09-03 | HDB: Removed useless warning | Eugene Sandulenko |
2019-09-03 | HDB: Add subbed Menu functions | Nipun Garg |
2019-09-03 | HDB: Save/Load _timePlayed | Nipun Garg |
2019-09-03 | HDB: Add missing code in changeGameState() | Nipun Garg |
2019-09-03 | HDB: Add stubbed functions | Nipun Garg |
2019-09-03 | HDB: Add missing time code | Nipun Garg |
2019-09-03 | HDB: Shift Save/Load functions to saveload.cpp | Nipun Garg |
2019-09-03 | HDB: Add loadGame() and Sound::stopMusic() | Nipun Garg |
2019-09-03 | HDB: Add global patch for io, os, sctrings | Nipun Garg |
2019-09-03 | HDB: And even more script patches | Eugene Sandulenko |
2019-09-03 | HDB: More Global script patches | Eugene Sandulenko |
2019-09-03 | HDB: Add openFile, write, closeFile Lua functions | Nipun Garg |
2019-09-03 | HDB: Unstub saveGlobal, loadGlobal, purgeGlobals | Nipun Garg |
2019-09-03 | HDB: Fix calling Lua save/load | Eugene Sandulenko |
2019-09-03 | HDB: Add save/load for the Lua Globals environment | Nipun Garg |
2019-09-03 | HDB: Add structs and functions for Lua Globals | Nipun Garg |
2019-09-03 | HDB: Unstub save/load _animTargets[i].gfxList | Nipun Garg |
2019-09-03 | HDB: Unstub Load/Save _ents and _floats | Nipun Garg |
2019-09-03 | HDB: Unstub code for saving and loading Gfx | Nipun Garg |