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
/
objects.cpp
Age
Commit message (
Collapse
)
Author
2012-10-17
HOPKINS: Some corrections to incorrectly declared fields
Paul Gilbert
2012-10-16
HOPKINS: Some field renaming and field fixes in AFF_SPRITES
Paul Gilbert
2012-10-16
HOPKINS: Bugfixes for scene animations initialisation
Paul Gilbert
2012-10-15
HOPKINS: Partial clean-up of AFF_SPRITES to fix Options dialog display
Paul Gilbert
2012-10-14
HOPKINS: Further bugfix to collision method
Paul Gilbert
2012-10-14
HOPKINS: Minor bugfix for colision method
Paul Gilbert
2012-10-14
HOPKINS: Rewrote the collision detection
Paul Gilbert
2012-10-13
HOPKINS: Cleanup and bugfixes for BOBZONE array initialisation
Paul Gilbert
2012-10-13
HOPKINS: Added missing GOHOME/GOHOME2 methods
Paul Gilbert
2012-10-13
HOPKINS: Cleaned up the PERSONAGE2 event loop method
Paul Gilbert
2012-10-12
HOPKINS: Some field renaming and fix loading of sprite positions
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: Renamed fields of ListeTxtItem class
Paul Gilbert
2012-10-10
HOPKINS: Changed some more constant values to character literals
Paul Gilbert
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-09
HOPKINS: Bugfixes for INILINK initialisatoin
Paul Gilbert
2012-10-07
HOPKINS: Implemented further initialisation
Paul Gilbert
2012-10-06
HOPKINS: Converted the file manager from static to a standard manager class
Paul Gilbert
2012-10-06
HOPKINS: Bugfixes for startup manager initialisations
Paul Gilbert
2012-10-05
HOPKINS: Implemented sequence player
Paul Gilbert
2012-10-05
HOPKINS: Implemented lots more of the remaining stubbed methods
Paul Gilbert
2012-10-04
HOPKINS: Implemented PLAN_TEST and TEST_LIGNE methods
Paul Gilbert
2012-10-04
HOPKINS: Implemented more previously stubbed object manager methods
Paul Gilbert
2012-10-03
HOPKINS: Implemented more stubbed object manager methods
Paul Gilbert
2012-10-02
HOPKINS: Added new LinesManager class with lots of line methods
Paul Gilbert
2012-10-01
HOPKINS: Manually implemented colision method
Paul Gilbert
2012-09-30
HOPKINS: Implemented several stubbed ObjectsManager methods
Paul Gilbert
2012-09-30
HOPKINS: Fixed compilation errors with previously commented out methods
Paul Gilbert
2012-09-30
HOPKINS: Converted many numeric values to character constants
Paul Gilbert
2012-09-30
HOPKINS: Changed all __int16 to int
Paul Gilbert
2012-09-30
HOPKINS: Implemented more object manager methods
Paul Gilbert
2012-09-29
HOPKINS: Implemented more graphics and object methods
Paul Gilbert
2012-09-28
HOPKINS: Implemented many of the previously stubbed methods
Paul Gilbert
2012-09-26
HOPKINS: Implementing font methods
Paul Gilbert
2012-09-24
HOPKINS: Implemented CALCUL_BOB, AvantTri, and AFF_BOB_ANIM
Paul Gilbert
2012-09-24
HOPKINS: Implemented some more sprite and bob methods
Paul Gilbert
2012-09-23
HOPKINS: Implemented some more of the object/sprite methods
Paul Gilbert
2012-09-23
HOPKINS: Initial implementation of CHOICE_OPTION and AFF_SPRITES
Paul Gilbert
2012-09-20
HOPKINS: Implemented some BOB methods
Paul Gilbert
2012-09-19
HOPKINS: Initial implementation of some code that will be needed for cursor ↵
Paul Gilbert
display
2012-09-17
HOPKINS: Bugfixes to the display of the starting menu
Paul Gilbert
2012-09-17
HOPKINS: Initial implementation of main menu method
Paul Gilbert