aboutsummaryrefslogtreecommitdiff
path: root/engines/hopkins/lines.cpp
AgeCommit message (Collapse)Author
2012-12-04HOPKINS: Janitorials: remove some while(1)Strangerke
2012-11-28HOPKINS: Fix incorrect loop increment in CONTOURNE methodPaul Gilbert
2012-11-24HOPKINS: Fix more CppCheck warningsStrangerke
2012-11-24HOPKINS: Fix more CppCheck warningsStrangerke
2012-11-24HOPKINS: Fix more CppCheck warningsStrangerke
2012-11-18HOPKINS: Bugfix for throwing a dart at the switch in PurgatoryPaul Gilbert
2012-11-18HOPKINS: Pathfinding bugfix to fix error walking in Purgatory hallwayPaul Gilbert
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
I've already previously fixed two initialisatoin errors for data reading that expected int's to be 16 bits and signed, so adding the explicit cast everywhere will likely fix other similiar issues.
2012-10-10HOPKINS: Changed PTRNUL from being 0 to an explicitly allocated pointer.Paul Gilbert
Some of the methods explicitly differentiate between having a 0 result for invalid/abort versus PTRNUL return values
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