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
/
script.cpp
Age
Commit message (
Expand
)
Author
2012-12-05
HOPKINS: Fix some compiler warnings under gcc
Paul Gilbert
2012-12-03
HOPKINS: Win95 demo is now completable
Strangerke
2012-12-02
HOPKINS: Use an unsigned int for speed variable
Strangerke
2012-11-28
HOPKINS: Bugfix for Hopkins/Samantha appearing when you're controlling the ot...
Paul Gilbert
2012-11-27
HOPKINS: Rework SCBOB(), silent some CppCheck warnings
Strangerke
2012-11-25
HOPKINS: Renamed CharcaterInfo fields of SAUVEGARDE
Paul Gilbert
2012-11-24
HOPKINS: Fix more CppCheck warnings
Strangerke
2012-11-24
HOPKINS: Clean-up of CHANGE_TETE to fix switching characters
Paul Gilbert
2012-11-24
HOPKINS: Fix more CppCheck warnings
Strangerke
2012-11-11
HOPKINS: Implement BASED(), remove a parameter to PLAY_SEQ()
Strangerke
2012-11-11
HOPKINS: Bugfix for voice when looking at objects in-game
Paul Gilbert
2012-11-08
HOPKINS: More full version initialization, change 2 variables to boolean
Strangerke
2012-10-29
HOPKINS: More work on booleans
Strangerke
2012-10-29
HOPKINS: Replace some more boolean values
Strangerke
2012-10-28
HOPKINS: Replace some 0/1 by false/true for boolean variables
Strangerke
2012-10-29
HOPKINS: Added lots of shouldQuit() checks to the loops in the script code
Paul Gilbert
2012-10-23
HOPKINS: fix SoundManager initialisation and some references
Paul Gilbert
2012-10-23
HOPKINS: Moved the script execution code to it's own file
Paul Gilbert