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 (
Collapse
)
Author
2012-12-04
HOPKINS: Janitorials: remove some while(1)
Strangerke
2012-11-28
HOPKINS: Fix incorrect loop increment in CONTOURNE method
Paul Gilbert
2012-11-24
HOPKINS: Fix more CppCheck warnings
Strangerke
2012-11-24
HOPKINS: Fix more CppCheck warnings
Strangerke
2012-11-24
HOPKINS: Fix more CppCheck warnings
Strangerke
2012-11-18
HOPKINS: Bugfix for throwing a dart at the switch in Purgatory
Paul Gilbert
2012-11-18
HOPKINS: Pathfinding bugfix to fix error walking in Purgatory hallway
Paul Gilbert
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
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-10
HOPKINS: 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-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
[prev]