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
/
hdb
/
ai-init.cpp
Age
Commit message (
Expand
)
Author
2019-09-03
HDB: Add Gate Puddles
Nipun Garg
2019-09-03
HDB: Move Bots gfx into _ai class
Nipun Garg
2019-09-03
HDB: Move Bots gfx into _gfx
Nipun Garg
2019-09-03
HDB: Remove '#if 0' conditionals
Nipun Garg
2019-09-03
HDB: Commet out non-compiling code
Nipun Garg
2019-09-03
HDB: Add Gfx data
Nipun Garg
2019-09-03
HDB: Fix uninitized frame counters
Nipun Garg
2019-09-03
HDB: Add _bridges data
Nipun Garg
2019-09-03
HDB: Rename _drawMan -> _gfx
Eugene Sandulenko
2019-09-03
HDB: Add _deliveries data
Nipun Garg
2019-09-03
HDB: Rewrite _animTargets as a struct array
Nipun Garg
2019-09-03
HDB: Add _callbacks data
Nipun Garg
2019-09-03
HDB: Add _luaList data
Nipun Garg
2019-09-03
HDB: Add _triggerList data
Nipun Garg
2019-09-03
HDB: Add _dummyLaser
Nipun Garg
2019-09-03
HDB: Add _teleporters data
Nipun Garg
2019-09-03
HDB: Add _arrowPaths data
Nipun Garg
2019-09-03
HDB: Implemented AI::drawLevel2Ents()
Eugene Sandulenko
2019-09-03
HDB: More debug output for entity drawing
Eugene Sandulenko
2019-09-03
HDB: Adding tracing of entity drawing
Eugene Sandulenko
2019-09-03
HDB: Add entityName to _dummyPlayer
Nipun Garg
2019-09-03
HDB: Add initAnimInfo()
Nipun Garg
2019-09-03
HDB: Modify AI pointer arrays to be struct arrays
Nipun Garg
2019-09-03
HDB: Shift Action initialization to AI()
Nipun Garg
2019-09-03
HDB: Add _actions list and related data
Nipun Garg
2019-09-03
HDB: Add _dummyPlayer as Virtual Player
Nipun Garg
2019-09-03
HDB: Add _animTargets and related data
Nipun Garg
2019-09-03
HDB: Add AutoAction struct and _autoActions array
Nipun Garg
2019-09-03
HDB: Add variables for AutoAction tiles
Nipun Garg
2019-09-03
HDB: Add _floats data
Nipun Garg
2019-09-03
HDB: Fix waypointGfx DataType
Nipun Garg
2019-09-03
HDB: Clear Player Graphics in restartSystem()
Nipun Garg
2019-09-03
HDB: Clear Waypoint data in AI::init()
Nipun Garg
2019-09-03
HDB: Remove 'Cache Graphics for Inventory' stub
Nipun Garg
2019-09-03
HDB: Add Waypoint data
Nipun Garg
2019-09-03
HDB: Add clearPersistent()
Nipun Garg
2019-09-03
HDB: Clear Player data: init() and restartSystem()
Nipun Garg
2019-09-03
HDB: Add restartSystem() and call it from init()
Nipun Garg
2019-09-03
HDB: Add _ents Entity List and initialize it
Nipun Garg
2019-09-03
HDB: Fix warnings
Eugene Sandulenko
2019-09-03
HDB: Add init code for all AI Entities
Nipun Garg
[prev]