aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/object.cpp
AgeCommit message (Expand)Author
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
2013-10-31HUGO: Fix CID 1003199-1003200, better fix of CID 1003197-1003198Strangerke
2012-06-13HUGO: Rename pointersStrangerke
2012-06-13HUGO: Rename structs and enumsStrangerke
2012-06-13HUGO: Apply coding convention (in progress)Strangerke
2011-09-08JANITORIAL: Fix some formatting glitches in gob, hugo and toonStrangerke
2011-06-20ALL: Remove trailing whitespacesMax Horn
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2011-04-28JANITORIAL: Reduce header dependencies in shared codeOri Avtalion
2011-03-21HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::formatMax Horn
2011-03-01HUGO: Correct 2 Memory Leaks in DAT Object Loading.D G Turner
2011-02-18HUGO: Remove extra spaces at end of linesstrangerke
2011-02-18HUGO: Move several short function bodies from headers to cpp filesstrangerke
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-14HUGO: Some more refactoringstrangerke
2011-02-12HUGO: Replace Common::File by Common::ReadStream in several functionsArnaud Boutonné
2011-02-12HUGO: Cleanup based on Fingolfin commentsArnaud Boutonné
2011-02-11HUGO: Cleanup: fix style issue in Doxygen commentsArnaud Boutonné
2011-02-11HUGO: refactoring: move boundaries to object classArnaud Boutonné
2011-02-08HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)Arnaud Boutonné
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é
2011-01-18HUGO: Clean upArnaud Boutonné
2011-01-08HUGO: Merge inventory object and mouse cursor when selectedArnaud Boutonné
2011-01-02HUGO: Fix 2 bugs that were causing several crashes using the mouseArnaud Boutonné
2010-12-30HUGO: Fix several bugs reported by D. GrayArnaud Boutonné
2010-12-10HUGO: Enable the use of the icon based inventoryArnaud Boutonné
2010-12-06HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing.David Turner
2010-12-06HUGO: Fixed ReadPCX Memory LeakDavid Turner
2010-12-05HUGO: Partial Fix For Leaks from ReadPCX()David Turner
2010-11-30HUGO: Close Two Memory Leaks.David Turner
2010-11-22HUGO: Rewrite saveObjects() and restoreObjects()Arnaud Boutonné
2010-11-11HUGO: Cleanup, move several functions and variables to the object classArnaud Boutonné
2010-11-09HUGO: Fix several memory leaksArnaud Boutonné
2010-11-07HUGO: Fix crash when hugo.dat is not the expected versionArnaud Boutonné
2010-11-01HUGO: Convert class member comments to Doxygen formatArnaud Boutonné
2010-11-01HUGO: Move _actListArr to schedulerArnaud Boutonné
2010-10-30HUGO: Free memory on exitArnaud Boutonné
2010-10-25HUGO: Add a debug channel for Object functionsArnaud Boutonné
2010-10-25HUGO: cleanup: Suppress trailing spaces and tabsArnaud Boutonné
2010-10-25HUGO: Add specific v1d object classArnaud Boutonné
2010-10-22HUGO: Move findObjectSpace() to ObjectHandler classArnaud Boutonné
2010-10-21HUGO: Moved _objects to a separate fileArnaud Boutonné