aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-03HDB: Add cacheEntGfx()Nipun Garg
2019-09-03HDB: Add additional player framesNipun Garg
2019-09-03HDB: Add AnimFrame constants and extend AIEntityNipun Garg
2019-09-03HDB: Add getGfx to get and cache Gfx filesNipun Garg
2019-09-03HDB: Add _gfxCache to store cached graphicsNipun Garg
2019-09-03HDB: Add GfxCache structNipun Garg
2019-09-03HDB: Scan all icons and process them in Map::loadNipun Garg
2019-09-03HDB: Add spawn()Nipun Garg
The usage of cacheEntGfx is currently stubbed
2019-09-03HDB: Add Entity Speed constantsNipun Garg
2019-09-03HDB: Add _actionMode and its getter-settersNipun Garg
2019-09-03HDB: Add stubs for caching graphics and LaserScanNipun Garg
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
Addition includes constants, structs and member variables
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
A stubbed getItemSound() is added as well
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