Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-24 | HUGO: Fix BE issue in getSound(). Thanks wjp for finding that issue. | strangerke | |
2011-04-24 | HUGO: Hopefully fix the valgrind error reported by Digitall in bug #3292391 | strangerke | |
2011-03-30 | HUGO: Fix s_bootCypherLen *for real* | Max Horn | |
2011-03-30 | HUGO: Fix cypher fix ;) | Max Horn | |
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-24 | HUGO: Turn FileManager::getBootCypher into a const static variable | Max Horn | |
2011-03-24 | HUGO: When erroring out due to a missing file, tell the user which file is ↵ | Max Horn | |
missing | |||
2011-03-21 | HUGO: Replace Utils::Box by Utils::notifyBox + Common::String::format | Max Horn | |
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-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-15 | HUGO: Replace cypher by a global variable, clean engine destructor | strangerke | |
2011-02-15 | HUGO: more refactoring and encapsulation | 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-08 | HUGO: Cleanup : some refactoring and encapsulation (thanks fuzzie for the help) | Arnaud Boutonné | |
svn-id: r55831 | |||
2011-02-07 | GUI: Rename SaveLoadChooser::runModal to runModalWithPluginAndTarget | Max Horn | |
This avoids hiding an overloaded virtual method, which in turn can cause weird bugs (see also the next commit). svn-id: r55815 | |||
2011-02-03 | HUGO: Suppress static variables (except one) | Arnaud Boutonné | |
This also fixes the multiple-RTL related music bug reported by D. Gray svn-id: r55758 | |||
2011-02-02 | HUGO: 'Constify' engine as much as possible | Arnaud Boutonné | |
svn-id: r55741 | |||
2011-01-31 | Hugo: Some cleanup | Arnaud Boutonné | |
svn-id: r55690 | |||
2011-01-30 | HUGO: Fix warning reported by GCC | Arnaud Boutonné | |
svn-id: r55670 | |||
2011-01-30 | HUGO: | Arnaud Boutonné | |
- Replace several char* by Common::String - Fix a bug in showDosInventory() svn-id: r55669 | |||
2011-01-26 | HUGO: Fix some save/restore issues | Sylvain Dupont | |
Invalidates current savegames! (now version 3) svn-id: r55540 | |||
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-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-05 | HUGO: Remove Invalid Memory Read in getSound() - Size not defined until ↵ | David Turner | |
after function returns. svn-id: r54787 | |||
2010-11-29 | HUGO: Fix a remaining warning | Arnaud Boutonné | |
svn-id: r54578 | |||
2010-11-29 | HUGO: Add GMM save/load and RTL | Arnaud Boutonné | |
svn-id: r54576 | |||
2010-11-26 | HUGO: Get rid of initial savegame | Arnaud Boutonné | |
svn-id: r54503 | |||
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-22 | HUGO: Suppress useless enums, cleanup | Arnaud Boutonné | |
svn-id: r54421 | |||
2010-11-19 | HUGO: Start using endianness-safe read/write functions | Arnaud Boutonné | |
svn-id: r54389 | |||
2010-11-11 | HUGO: Cleanup, move several functions and variables to the object class | Arnaud Boutonné | |
svn-id: r54212 | |||
2010-11-11 | HUGO: Suppress the use of Utils::Error, cleanup | Arnaud Boutonné | |
svn-id: r54198 | |||
2010-11-09 | HUGO: Fix several memory leaks | Arnaud Boutonné | |
svn-id: r54168 | |||
2010-11-01 | HUGO: Replace Utils::Warn() by warning() | Max Horn | |
svn-id: r54021 | |||
2010-11-01 | HUGO: Convert class member comments to Doxygen format | Arnaud Boutonné | |
svn-id: r54018 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-31 | HUGO: Suppress Playback code | Arnaud Boutonné | |
Also change 3 variable types in order to match types used in create_hugo svn-id: r53987 | |||
2010-10-30 | HUGO: Comment out all occurrences of FILE *fpb | Max Horn | |
These are not portable, and (at least in the current code) do nothing useful either: a file is opened, and closed again, in write mode. At most this may create / delete the file. But since the method containing this code is never called... svn-id: r53957 | |||
2010-10-25 | HUGO: cleanup: Suppress trailing spaces and tabs | Arnaud Boutonné | |
svn-id: r53825 | |||
2010-10-21 | HUGO: Moved _objects to a separate file | Arnaud Boutonné | |
also suppressed some dereferencing svn-id: r53674 |