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
/
object.cpp
Age
Commit message (
Expand
)
Author
2012-06-13
HUGO: Rename pointers
Strangerke
2012-06-13
HUGO: Rename structs and enums
Strangerke
2012-06-13
HUGO: Apply coding convention (in progress)
Strangerke
2011-09-08
JANITORIAL: Fix some formatting glitches in gob, hugo and toon
Strangerke
2011-06-20
ALL: Remove trailing whitespaces
Max Horn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-03-21
HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format
Max Horn
2011-03-01
HUGO: Correct 2 Memory Leaks in DAT Object Loading.
D G Turner
2011-02-18
HUGO: Remove extra spaces at end of lines
strangerke
2011-02-18
HUGO: Move several short function bodies from headers to cpp files
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-14
HUGO: Some more refactoring
strangerke
2011-02-12
HUGO: Replace Common::File by Common::ReadStream in several functions
Arnaud Boutonné
2011-02-12
HUGO: Cleanup based on Fingolfin comments
Arnaud Boutonné
2011-02-11
HUGO: Cleanup: fix style issue in Doxygen comments
Arnaud Boutonné
2011-02-11
HUGO: refactoring: move boundaries to object class
Arnaud Boutonné
2011-02-08
HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help)
Arnaud Boutonné
2011-01-25
HUGO: Move text arrays to a separate class
Arnaud Boutonné
2011-01-23
HUGO: Get rid of (almost) all the remaining defines
Arnaud Boutonné
2011-01-23
HUGO: Cleanup
Arnaud Boutonné
2011-01-18
HUGO: Clean up
Arnaud Boutonné
2011-01-08
HUGO: Merge inventory object and mouse cursor when selected
Arnaud Boutonné
2011-01-02
HUGO: Fix 2 bugs that were causing several crashes using the mouse
Arnaud Boutonné
2010-12-30
HUGO: Fix several bugs reported by D. Gray
Arnaud Boutonné
2010-12-10
HUGO: Enable the use of the icon based inventory
Arnaud Boutonné
2010-12-06
HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing.
David Turner
2010-12-06
HUGO: Fixed ReadPCX Memory Leak
David Turner
2010-12-05
HUGO: Partial Fix For Leaks from ReadPCX()
David Turner
2010-11-30
HUGO: Close Two Memory Leaks.
David Turner
2010-11-22
HUGO: Rewrite saveObjects() and restoreObjects()
Arnaud Boutonné
2010-11-11
HUGO: Cleanup, move several functions and variables to the object class
Arnaud Boutonné
2010-11-09
HUGO: Fix several memory leaks
Arnaud Boutonné
2010-11-07
HUGO: Fix crash when hugo.dat is not the expected version
Arnaud Boutonné
2010-11-01
HUGO: Convert class member comments to Doxygen format
Arnaud Boutonné
2010-11-01
HUGO: Move _actListArr to scheduler
Arnaud Boutonné
2010-10-30
HUGO: Free memory on exit
Arnaud Boutonné
2010-10-25
HUGO: Add a debug channel for Object functions
Arnaud Boutonné
2010-10-25
HUGO: cleanup: Suppress trailing spaces and tabs
Arnaud Boutonné
2010-10-25
HUGO: Add specific v1d object class
Arnaud Boutonné
2010-10-22
HUGO: Move findObjectSpace() to ObjectHandler class
Arnaud Boutonné
2010-10-21
HUGO: Moved _objects to a separate file
Arnaud Boutonné