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
/
hugo
/
schedule.h
Age
Commit message (
Expand
)
Author
2012-06-13
HUGO: Rename structs and enums
Strangerke
2012-06-13
HUGO: More renaming
Strangerke
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-25
ALL: initialise -> initialize
Matthew Hoops
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-02-28
HUGO: rewrite saveEvents() and restoreEvents() in order to be endian and plat...
strangerke
2011-02-20
HUGO: Some more refactoring
strangerke
2011-02-18
HUGO: Avoid duplicated code in functions related to HUGO.DAT
strangerke
2011-02-15
HUGO: Replace cypher by a global variable, clean engine destructor
strangerke
2011-02-15
HUGO: more refactoring and encapsulation
strangerke
2011-02-12
HUGO: Replace Common::File by Common::ReadStream in several functions
Arnaud Boutonné
2011-02-03
HUGO: Suppress static variables (except one)
Arnaud Boutonné
2011-02-02
HUGO: 'Constify' engine as much as possible
Arnaud Boutonné
2011-01-26
HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by repla...
Arnaud Boutonné
2011-01-26
HUGO: Fix some save/restore issues
Sylvain Dupont
2011-01-23
HUGO: Get rid of (almost) all the remaining defines
Arnaud Boutonné
2011-01-23
HUGO: Cleanup
Arnaud Boutonné
2011-01-19
HUGO: Add specific decodeString() for H1 Dos
Arnaud Boutonné
2011-01-19
HUGO: Merge the 2 versions of doAction, cleanup
Arnaud Boutonné
2010-12-17
HUGO: little code cleanup
Arnaud Boutonné
2010-11-26
HUGO: Clean up Scheduler
Arnaud Boutonné
2010-11-12
TOOL+HUGO: Misc modifications
Arnaud Boutonné
2010-11-02
HUGO: Fix typo... sorry
Arnaud Boutonné
2010-11-02
HUGO: Fix cypher for v1 Dos
Arnaud Boutonné
2010-11-01
HUGO: Make some scheduler functions and variables protected
Arnaud Boutonné
2010-11-01
HUGO: Move _actListArr to scheduler
Arnaud Boutonné
2010-10-26
HUGO: Add specific schedulers for each DOS version.
Arnaud Boutonné
2010-10-25
HUGO: Add specific versions of doAction() for Dos versions
Arnaud Boutonné
2010-10-25
HUGO: cleanup: Suppress trailing spaces and tabs
Arnaud Boutonné
2010-10-21
HUGO: Moved _objects to a separate file
Arnaud Boutonné
2010-10-03
HUGO: Clean-up
Arnaud Boutonné
2010-09-14
HUGO: Rename some classes for better readibility
Arnaud Boutonné
2010-09-04
HUGO: Formatting.
Johannes Schickel
2010-09-04
HUGO: Add destructor to Scheduler class
Torbjörn Andersson
2010-09-04
HUGO: Fix decryption in H2 DOS, plus some cleanup
Arnaud Boutonné
2010-08-27
HUGO: Hopefully fix GCC_PRINTF issue in util
Arnaud Boutonné
2010-08-17
HUGO: Fix file permissions
Sven Hesse
2010-08-17
HUGO: Adding engine to the main tree
Eugene Sandulenko