aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03HDB: Hid some annoying STUB warningsEugene Sandulenko
2019-09-03HDB: Call initAllEnts() after map is loadedNipun Garg
2019-09-03HDB: Add initAllEnts()Nipun Garg
2019-09-03HDB: Add getStringOffStack()Nipun Garg
2019-09-03HDB: Pass correct variable into warning()Nipun Garg
2019-09-03HDB: Add ai-inventory.o to module.mkNipun Garg
2019-09-03HDB: Complete cineUse stub in lua-script.cppNipun Garg
2019-09-03HDB: Remove 'Process Gettable Item' stubNipun Garg
2019-09-03HDB: Add stubbed addToInventory()Nipun Garg
2019-09-03HDB: Add removeEntityNipun Garg
2019-09-03HDB: Add clearPersistent()Nipun Garg
2019-09-03HDB: Add player resources and inventoryNipun Garg
2019-09-03HDB: Remove lookAtEntity stub from useEntityNipun Garg
2019-09-03HDB: Add lookAtXY and lookAtEntityNipun Garg
2019-09-03HDB: Add functionality to useEntity()Nipun Garg
2019-09-03HDB: Add getMapBGTileFlags and getMapFGTileFlagsNipun Garg
2019-09-03HDB: Add kFlagStairTop flagNipun Garg
2019-09-03HDB: Add getTableEnt(), walkThroughEnt()Nipun Garg
2019-09-03HDB: Add getter-setters for _playerNipun Garg
2019-09-03HDB: Clear Player data: init() and restartSystem()Nipun Garg
2019-09-03HDB: Add Player Variables and Player FunctionsNipun Garg
2019-09-03HDB: Add stubbed useEntity()Nipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Fix compilationEugene Sandulenko
2019-09-03HDB: Process cineUseEntity()Nipun Garg
2019-09-03HDB: Add cineUseEntity()Nipun Garg
2019-09-03HDB: Remove extern storage type from aiEntListNipun Garg
2019-09-03HDB: Improve isDemo() function definitionNipun Garg
2019-09-03HDB: Call locateEntity to complete stubsNipun Garg
2019-09-03HDB: Complete locateEntity()Nipun Garg
2019-09-03HDB: Add stubbed locateEntity()Nipun Garg
2019-09-03HDB: Add restartSystem() and call it from init()Nipun Garg
2019-09-03HDB: Add _ents Entity List and initialize itNipun Garg
2019-09-03HDB: Set the Entity Spawn names in LuaNipun Garg
2019-09-03HDB: Fix warningsEugene Sandulenko
2019-09-03HDB: Add init code for all AI EntitiesNipun Garg
2019-09-03HDB: Add aiEntListNipun Garg
2019-09-03HDB: Add AIStateDef and AIEntTypeInfo structsNipun Garg
2019-09-03HDB: Add isDemo()Nipun Garg
2019-09-03HDB: Clear screen before drawing transparent starsEugene Sandulenko
2019-09-03HDB: Properly set up initial map positionEugene Sandulenko
2019-09-03HDB: Complete cineSetEntity and setEntity stubsNipun Garg
2019-09-03HDB: Process cineSetEntity()Nipun Garg
2019-09-03HDB: Add cineSetEntity()Nipun Garg
2019-09-03HDB: Add AIEntity structNipun Garg
2019-09-03HDB: Add enums for AIType, AIDir and AIStateNipun Garg
2019-09-03HDB: Clip blitting properlyEugene Sandulenko
2019-09-03HDB: Fix camera settingEugene Sandulenko
2019-09-03HDB: Fix output formatEugene Sandulenko
2019-09-03HDB: Add additional debug output for C_MOVECAMERANipun Garg