aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/schedule.h
AgeCommit message (Collapse)Author
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: More renamingStrangerke
2011-06-20ALL: Remove trailing whitespacesMax Horn
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-02-28HUGO: rewrite saveEvents() and restoreEvents() in order to be endian and ↵strangerke
platform safe
2011-02-20HUGO: Some more refactoringstrangerke
2011-02-18HUGO: Avoid duplicated code in functions related to HUGO.DATstrangerke
2011-02-15HUGO: Replace cypher by a global variable, clean engine destructorstrangerke
2011-02-15HUGO: more refactoring and encapsulationstrangerke
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
svn-id: r55897
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
svn-id: r55741
2011-01-26HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by ↵Arnaud Boutonné
replacing delEventType() and delQueue() in H1 Dos svn-id: r55555
2011-01-26HUGO: Fix some save/restore issuesSylvain Dupont
Invalidates current savegames! (now version 3) svn-id: r55540
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
svn-id: r55485
2011-01-23HUGO: CleanupArnaud Boutonné
Suppress almost all defines, rename constants svn-id: r55451
2011-01-19HUGO: Add specific decodeString() for H1 DosArnaud Boutonné
This fixes act3 logic. Also move some functions from public to protected. svn-id: r55325
2011-01-19HUGO: Merge the 2 versions of doAction, cleanupArnaud Boutonné
svn-id: r55318
2010-12-17HUGO: little code cleanupArnaud Boutonné
svn-id: r54948
2010-11-26HUGO: Clean up SchedulerArnaud Boutonné
svn-id: r54502
2010-11-12TOOL+HUGO: Misc modificationsArnaud Boutonné
- Fix H1 Dos bug (animations not showing in Hall and after) - Get rid of _textSchedule and everything related H1 Dos shoud now be completable (not tested yet) svn-id: r54218
2010-11-02HUGO: Fix typo... sorryArnaud Boutonné
svn-id: r54044
2010-11-02HUGO: Fix cypher for v1 DosArnaud Boutonné
svn-id: r54043
2010-11-01HUGO: Make some scheduler functions and variables protectedArnaud Boutonné
svn-id: r53999
2010-11-01HUGO: Move _actListArr to schedulerArnaud Boutonné
svn-id: r53995
2010-10-26HUGO: Add specific schedulers for each DOS version. Arnaud Boutonné
This fixes intro (and game) in H3 DOS, general game behavior in H2 Dos. H1 Dos is still broken. svn-id: r53858
2010-10-25HUGO: Add specific versions of doAction() for Dos versionsArnaud Boutonné
svn-id: r53831
2010-10-25HUGO: cleanup: Suppress trailing spaces and tabsArnaud Boutonné
svn-id: r53825
2010-10-21HUGO: Moved _objects to a separate fileArnaud Boutonné
also suppressed some dereferencing svn-id: r53674
2010-10-03HUGO: Clean-upArnaud Boutonné
svn-id: r52988
2010-09-14HUGO: Rename some classes for better readibilityArnaud Boutonné
svn-id: r52720
2010-09-04HUGO: Formatting.Johannes Schickel
svn-id: r52529
2010-09-04HUGO: Add destructor to Scheduler classTorbjörn Andersson
GCC complained, and I think this is what it wanted. svn-id: r52528
2010-09-04HUGO: Fix decryption in H2 DOS, plus some cleanupArnaud Boutonné
svn-id: r52525
2010-08-27HUGO: Hopefully fix GCC_PRINTF issue in utilArnaud Boutonné
* Add a mask in each call of Warn(), Error() and Box() not using one * cleanup: use the same wording for 'End of namespace Hugo' in all files svn-id: r52406
2010-08-17HUGO: Fix file permissionsSven Hesse
755->644 svn-id: r52177
2010-08-17HUGO: Adding engine to the main treeEugene Sandulenko
svn-id: r52137