Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-12-08 | ALL: Leave out instructions for engine data issues | Ben Castricum | |
2016-12-06 | ALL: Change instructions for engine data file issues | Ben Castricum | |
The engine data files should be included in the package, so downloading may not be the best suggestion. Instead refer to the README. | |||
2016-12-06 | ALL: Unify 'wrong version of engine data' message | Ben Castricum | |
2016-12-06 | ALL: Unify 'corrupted engine data' message | Ben Castricum | |
2016-12-05 | ALL: Unify 'missing engine data' message | Ben Castricum | |
2016-04-13 | HUGO: Reduce header dependencies | Ori Avtalion | |
2014-02-18 | HUGO: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-01 | HUFO: Fix CID 1002880, 1002881. Use nullptr where possible instead of 0 | Strangerke | |
2013-10-31 | HUGO: Fix CID 1063173, 1002888, 1002886 | Strangerke | |
2013-07-14 | JANITORIAL: Remove trailing whitespace | Sven Hesse | |
2013-04-19 | HUGO: Initialize variables in Hugo engine constructor. CID 1002886 | Strangerke | |
2012-06-18 | HUGO: Remove dead code | Strangerke | |
2012-06-13 | HUGO: Rename pointers | Strangerke | |
2012-06-13 | HUGO: Rename structs and enums | Strangerke | |
2012-06-13 | HUGO: More renaming | Strangerke | |
2012-06-13 | HUGO: Apply coding convention (in progress) | Strangerke | |
2011-06-25 | HUGO: Fix incorrect usage of sizeof | Willem Jan Palenstijn | |
Thanks to salty-horse for the report. The new sizes are the ones that were replaced by sizeof in 399b59a583b. | |||
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-06-02 | ENGINES: Change 2nd param of Engine::saveGameState to Common::String | Max Horn | |
2011-05-25 | HUGO: Fix comments | strangerke | |
2011-05-25 | HUGO: Add boundaries() to the console. God mode no longer shows boundaries, ↵ | strangerke | |
as in the original | |||
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn | |
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered. | |||
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-04-25 | HUGO: Fix bug #3292400 : Overlapping help windows when using the menu bar | strangerke | |
2011-04-24 | HUGO: Hopefully fix the valgrind error reported by Digitall in bug #3292391 | strangerke | |
2011-03-29 | HUGO: - BSF file is no longer mandatory for H2 and H3 Dos. | strangerke | |
- Replace error by a notifyBox in BSF related functions - Fix cypher (broken in previous commit) - Add checks on distributor in intro | |||
2011-03-21 | HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format | Max Horn | |
2011-03-19 | HUGO: Init volume levels on startup | dhewg | |
2011-03-08 | HUGO: Misc savegame modifications | strangerke | |
- Add initial savegame on slot 0 - Save viewstate as it may now contain several different values when saving - Fix loading from GMM - Implement ctrl-N | |||
2011-03-07 | HUGO: Fix registration messages for H1 Dos Freeware version (in intro) | strangerke | |
2011-02-27 | HUGO: Better fix for graphics glitches in DOS versions, fix H3 ending animation | strangerke | |
2011-02-24 | HUGO: | strangerke | |
- Increase savegame version, as it has changed due to RGBa->RGB modification - Fix regression in restorePal() - Implement load from GMM | |||
2011-02-20 | HUGO/TOOLS: reorder things in HUGO.DAT, move from RGBA to RGB | strangerke | |
2011-02-20 | HUGO: Some more refactoring | strangerke | |
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: Fix a bug in engine destructor | strangerke | |
2011-02-12 | HUGO: Start to simplify hugo.dat loading | strangerke | |
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-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 |