aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object_v1d.cpp
AgeCommit message (Collapse)Author
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2011-10-31HUGO: Rename Sequence Index Direction Enums.D G Turner
This is to avoid any further collisions with system defines.
2011-10-31HUGO: Change _UP to __UP to avoid definition conflict on some backends.Matt Lewandowsky
2011-05-25ALL: initialise -> initializeMatthew Hoops
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
Some backends may break as I only compiled SDL
2011-02-20HUGO: Some more refactoringstrangerke
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
svn-id: r55884
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
svn-id: r55879
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
svn-id: r55831
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-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: Merge the 2 versions of doAction, cleanupArnaud Boutonné
svn-id: r55318
2011-01-18HUGO: Rename objNumb to objIndex when used as an indexArnaud Boutonné
svn-id: r55316
2010-12-20HUGO: Fix several warnings reported by CppCheckArnaud Boutonné
svn-id: r54979
2010-12-15HUGO: Clean-up, move MidiPlayer class definition to .h fileArnaud Boutonné
svn-id: r54923
2010-12-12HUGO: Fix "mouse" bug in H3 Dos, TPS tuningArnaud Boutonné
- Fix "mouse" bug in H3 DOS. Game is still not completable - Use variable normal TPS, as it was slightly different in some DOS versions svn-id: r54880
2010-12-08HUGO: Hopefully fix overlapping memory regionsArnaud Boutonné
Thanks Digitall for debugging that svn-id: r54835
2010-11-11HUGO: Cleanup, move several functions and variables to the object classArnaud Boutonné
svn-id: r54212
2010-11-01HUGO: Convert class member comments to Doxygen formatArnaud Boutonné
svn-id: r54018
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 a debug channel for Object functionsArnaud Boutonné
svn-id: r53826
2010-10-25HUGO: cleanup: Suppress trailing spaces and tabsArnaud Boutonné
svn-id: r53825
2010-10-25HUGO: Fix display priority order in H1 DosArnaud Boutonné
svn-id: r53823
2010-10-25HUGO: Add specific function variantes for H2 Dos and H3 DosArnaud Boutonné
Also add pathfinding to H1 Dos svn-id: r53822
2010-10-25HUGO: Add missing files (sorry!)Arnaud Boutonné
svn-id: r53812