Age | Commit message (Collapse) | 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-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-21 | HUGO: Split Utils::Box -> new funcs Utils::yesNoBox and Utils::promptBox | Max Horn | |
This also fixes a bug in the kBoxPrompt code (it returned a pointer to the content of a temporary string object). | |||
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-02-20 | HUGO: Some more refactoring | strangerke | |
2011-02-18 | HUGO: Move several short function bodies from headers to cpp files | strangerke | |
2011-02-15 | HUGO: more refactoring and encapsulation | strangerke | |
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: Fix warning "virtual function override intended?" reported by LordHoto ↵ | Arnaud Boutonné | |
(thanks for the explanation) svn-id: r55881 | |||
2011-02-02 | HUGO: 'Constify' engine as much as possible | Arnaud Boutonné | |
svn-id: r55741 | |||
2011-01-30 | HUGO: Fix a crash in maze and a bug in lineHandler() | Arnaud Boutonné | |
svn-id: r55651 | |||
2011-01-25 | HUGO: Move text arrays to a separate class | Arnaud Boutonné | |
svn-id: r55507 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-04 | HUGO: Implement menu commands | Arnaud Boutonné | |
Also did some cleanup, and had to comment out handleMouseUp() as it's currently not working really well svn-id: r55114 | |||
2010-12-31 | HUGO: Add CTRL-l and CTRL-s keys used in Win versions. | Arnaud Boutonné | |
CTRL-n has been added too, but is currently only a STUB svn-id: r55081 | |||
2010-12-31 | HUGO: Saving a game is no longer authorized when gameOverFl is set | Arnaud Boutonné | |
svn-id: r55079 | |||
2010-12-20 | HUGO: Improve keyboard handling | Arnaud Boutonné | |
- Handle keypad - Fix 'QWERTY' only issue - Suppress useless variable and parameter svn-id: r54977 | |||
2010-12-20 | HUGO: Add god mode to H1 Dos and H2 Dos | Arnaud Boutonné | |
svn-id: r54970 | |||
2010-11-29 | HUGO: Add GMM save/load and RTL | Arnaud Boutonné | |
svn-id: r54576 | |||
2010-11-26 | HUGO: Add Win save/restore behavior to the Dos versions | Arnaud Boutonné | |
(useful to debug the lake screen) svn-id: r54505 | |||
2010-11-11 | HUGO: Cleanup, move several functions and variables to the object class | Arnaud Boutonné | |
svn-id: r54212 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 | |||
2010-10-21 | HUGO: Moved _objects to a separate file | Arnaud Boutonné | |
also suppressed some dereferencing svn-id: r53674 | |||
2010-10-11 | HUGO: Split classes with multiple version in separate files | Arnaud Boutonné | |
svn-id: r53152 |