aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/lines.cpp
AgeCommit message (Expand)Author
2012-10-25HOPKINS: Fix pathfinding when the SMOOTH_MOVE method is used.Paul Gilbert
2012-10-25HOPKINS: Cleaned up int assignments to BOBZONE_FLAG array to be boolsPaul Gilbert
2012-10-25HOPKINS: Added initialisation of allocated lineData blocksPaul Gilbert
2012-10-22HOPKINS: Fix gcc identified warnings in lines.cppPaul Gilbert
2012-10-22HOPKINS: Furhter bugfixes for pathfinding and walkingPaul Gilbert
2012-10-21HOPKINS: Bugfix for super_parcours array usage in PARCOURS2 methodPaul Gilbert
2012-10-20HOPKINS: Add some translated comments to function namesStrangerke
2012-10-20HOPKINS: Converted the chemin data block to an int16 arrayPaul Gilbert
2012-10-20HOPKINS: Converted BufLig buffer to int16 arrayPaul Gilbert
2012-10-20HOPKINS: Converted the LigneItem data block to an int16 arrayPaul Gilbert
2012-10-19HOPKINS: Converted essai buffers to int16 arraysPaul Gilbert
2012-10-17HOPKINS: Some corrections to incorrectly declared fieldsPaul Gilbert
2012-10-16HOPKINS: Bugfixes for scene animations initialisationPaul Gilbert
2012-10-13HOPKINS: Cleanup and bugfixes for BOBZONE array initialisationPaul Gilbert
2012-10-11HOPKINS: Added explicit int16 cast to all READ_LE_UINT16 accesses.Paul Gilbert
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
2012-10-06HOPKINS: Added proper initialisation for line manager classPaul Gilbert
2012-10-04HOPKINS: Implemented PLAN_TEST and TEST_LIGNE methodsPaul Gilbert
2012-10-03HOPKINS: Implemented more stubbed object manager methodsPaul Gilbert
2012-10-02HOPKINS: Implemented VERIF_SMOOTH and SMOOTH_MOVEPaul Gilbert
2012-10-02HOPKINS: Added new LinesManager class with lots of line methodsPaul Gilbert