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
/
hopkins
/
lines.cpp
Age
Commit message (
Expand
)
Author
2012-10-25
HOPKINS: Fix pathfinding when the SMOOTH_MOVE method is used.
Paul Gilbert
2012-10-25
HOPKINS: Cleaned up int assignments to BOBZONE_FLAG array to be bools
Paul Gilbert
2012-10-25
HOPKINS: Added initialisation of allocated lineData blocks
Paul Gilbert
2012-10-22
HOPKINS: Fix gcc identified warnings in lines.cpp
Paul Gilbert
2012-10-22
HOPKINS: Furhter bugfixes for pathfinding and walking
Paul Gilbert
2012-10-21
HOPKINS: Bugfix for super_parcours array usage in PARCOURS2 method
Paul Gilbert
2012-10-20
HOPKINS: Add some translated comments to function names
Strangerke
2012-10-20
HOPKINS: Converted the chemin data block to an int16 array
Paul Gilbert
2012-10-20
HOPKINS: Converted BufLig buffer to int16 array
Paul Gilbert
2012-10-20
HOPKINS: Converted the LigneItem data block to an int16 array
Paul Gilbert
2012-10-19
HOPKINS: Converted essai buffers to int16 arrays
Paul Gilbert
2012-10-17
HOPKINS: Some corrections to incorrectly declared fields
Paul Gilbert
2012-10-16
HOPKINS: Bugfixes for scene animations initialisation
Paul Gilbert
2012-10-13
HOPKINS: Cleanup and bugfixes for BOBZONE array initialisation
Paul Gilbert
2012-10-11
HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.
Paul Gilbert
2012-10-10
HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.
Paul Gilbert
2012-10-06
HOPKINS: Added proper initialisation for line manager class
Paul Gilbert
2012-10-04
HOPKINS: Implemented PLAN_TEST and TEST_LIGNE methods
Paul Gilbert
2012-10-03
HOPKINS: Implemented more stubbed object manager methods
Paul Gilbert
2012-10-02
HOPKINS: Implemented VERIF_SMOOTH and SMOOTH_MOVE
Paul Gilbert
2012-10-02
HOPKINS: Added new LinesManager class with lots of line methods
Paul Gilbert