aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/schedule.cpp
AgeCommit message (Expand)Author
2017-08-06JANITORIAL: Silence more GCC 7 warningsTorbjörn Andersson
2014-02-18HUGO: Make GPL headers consistent in themselves.Johannes Schickel
2014-02-09HUGO: Reduce the scope of some variablesStrangerke
2013-11-01HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0Strangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: More renamingStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2012-02-15JANITORIAL: Fix missing whitespace in pointer castTarek Soliman
2011-11-06HUGO: Take into account wjp's and LordHoto's suggestionsStrangerke
2011-11-05HUGO: Fix a CppCheck warning reported by Tetsuo55Strangerke
2011-09-08JANITORIAL: Fix some formatting glitches in gob, hugo and toonStrangerke
2011-08-24HUGO: Coding style fixes.Alyssa Milburn
2011-06-20ALL: Remove trailing whitespacesMax Horn
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
2011-04-26HUGO: Add workaround for bug #3292389: Penelope splits up when dying in chasmstrangerke
2011-04-16HUGO: Remove debug messagestrangerke
2011-04-16HUGO: Implement prompt text boxEugene Sandulenko
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-03-21HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBoxMax Horn
2011-03-02HUGO: Silence GCC warningMax Horn
2011-03-01HUGO: Correction for Schedule saveActions() mistake.D G Turner
2011-03-01HUGO: Rewrite saveActions() and readActions() in order to be platform and end...strangerke
2011-02-28HUGO: cleanup, fix several bad indirections (thanks LordHoto)strangerke
2011-02-28HUGO: Fix assert while saving under linuxstrangerke
2011-02-28HUGO: Remove forgotten debug messagestrangerke
2011-02-28HUGO: rewrite saveEvents() and restoreEvents() in order to be endian and plat...strangerke
2011-02-20HUGO: Some more refactoringstrangerke
2011-02-18HUGO: Remove extra spaces at end of linesstrangerke
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é
2011-02-12HUGO: little optimization in decodeString(), cleanupArnaud Boutonné
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-11HUGO: Fix regression in H3: game exits at the end of the introArnaud Boutonné
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
2011-02-03HUGO: Suppress static variables (except one)Arnaud Boutonné
2011-02-02HUGO: 'Constify' engine as much as possibleArnaud Boutonné
2011-01-31Hugo: Some cleanupArnaud Boutonné
2011-01-30HUGO: Arnaud Boutonné
2011-01-26HUGO: Cleanup: Suppress an obsolete warning and a commentArnaud Boutonné
2011-01-26HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by repla...Arnaud Boutonné
2011-01-26HUGO: Fix some save/restore issuesSylvain Dupont
2011-01-25HUGO: Move text arrays to a separate classArnaud Boutonné
2011-01-23HUGO: Get rid of (almost) all the remaining definesArnaud Boutonné
2011-01-23HUGO: CleanupArnaud Boutonné