Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | HUGO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2014-02-09 | HUGO: Reduce the scope of some variables | Strangerke | |
2013-11-01 | HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0 | Strangerke | |
2013-10-31 | HUGO: Fix CID 1003199-1003200, better fix of CID 1003197-1003198 | Strangerke | |
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 | |
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-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
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 | |
Move _hotspots to mouse class and encapsulate it, rename some variables in route class | |||
2011-02-12 | HUGO: Replace Common::File by Common::ReadStream in several functions | Arnaud Boutonné | |
svn-id: r55897 | |||
2011-02-12 | HUGO: Cleanup based on Fingolfin comments | Arnaud Boutonné | |
svn-id: r55887 | |||
2011-02-11 | HUGO: Cleanup: fix style issue in Doxygen comments | Arnaud Boutonné | |
svn-id: r55884 | |||
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné | |
svn-id: r55879 | |||
2011-02-08 | HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help) | Arnaud Boutonné | |
svn-id: r55831 | |||
2011-01-25 | HUGO: Move text arrays to a separate class | Arnaud Boutonné | |
svn-id: r55507 | |||
2011-01-23 | HUGO: Get rid of (almost) all the remaining defines | Arnaud Boutonné | |
svn-id: r55485 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-18 | HUGO: Clean up | Arnaud Boutonné | |
- Suppress some obsolete comments - Get rid of some magic numbers svn-id: r55307 | |||
2011-01-08 | HUGO: Merge inventory object and mouse cursor when selected | Arnaud Boutonné | |
- Merge inventory object and mouse cursor into a new mouse cursor (looks better) - Use 16 color mouse pointer - Clean-up svn-id: r55167 | |||
2011-01-02 | HUGO: Fix 2 bugs that were causing several crashes using the mouse | Arnaud Boutonné | |
svn-id: r55097 | |||
2010-12-30 | HUGO: Fix several bugs reported by D. Gray | Arnaud Boutonné | |
svn-id: r55067 | |||
2010-12-10 | HUGO: Enable the use of the icon based inventory | Arnaud Boutonné | |
In Win versions, F6 now opens the directory. Not perfect yet... svn-id: r54853 | |||
2010-12-06 | HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing. | David Turner | |
svn-id: r54804 | |||
2010-12-06 | HUGO: Fixed ReadPCX Memory Leak | David Turner | |
freeObjects now works correctly. svn-id: r54796 | |||
2010-12-05 | HUGO: Partial Fix For Leaks from ReadPCX() | David Turner | |
The shutdown() call has been reinstated, and freeObjects() now works without a double free and thus segfault, but this still misses some allocated resources... svn-id: r54789 | |||
2010-11-30 | HUGO: Close Two Memory Leaks. | David Turner | |
Note that the first leak is the allocation of the Common::RandomSource, _rnd. I'm not sure of the effect of deallocating this while it is still registered to g_eventRec, but all other engines seem to be the same (or implicitly do this by making a Common::RandomSource member of the engine object) so this is not a engine specific issue, but should be assessed. svn-id: r54659 | |||
2010-11-22 | HUGO: Rewrite saveObjects() and restoreObjects() | Arnaud Boutonné | |
This fixes (at least for me) save and restore. saveEvents() and restoreEvents() still have to be rewritten. svn-id: r54422 | |||
2010-11-11 | HUGO: Cleanup, move several functions and variables to the object class | Arnaud Boutonné | |
svn-id: r54212 | |||
2010-11-09 | HUGO: Fix several memory leaks | Arnaud Boutonné | |
svn-id: r54168 | |||
2010-11-07 | HUGO: Fix crash when hugo.dat is not the expected version | Arnaud Boutonné | |
svn-id: r54124 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 | |||
2010-11-01 | HUGO: Move _actListArr to scheduler | Arnaud Boutonné | |
svn-id: r53995 | |||
2010-10-30 | HUGO: Free memory on exit | Arnaud Boutonné | |
svn-id: r53945 | |||
2010-10-25 | HUGO: Add a debug channel for Object functions | Arnaud Boutonné | |
svn-id: r53826 | |||
2010-10-25 | HUGO: cleanup: Suppress trailing spaces and tabs | Arnaud Boutonné | |
svn-id: r53825 | |||
2010-10-25 | HUGO: Add specific v1d object class | Arnaud Boutonné | |
svn-id: r53810 | |||
2010-10-22 | HUGO: Move findObjectSpace() to ObjectHandler class | Arnaud Boutonné | |
svn-id: r53705 | |||
2010-10-21 | HUGO: Moved _objects to a separate file | Arnaud Boutonné | |
also suppressed some dereferencing svn-id: r53674 |