Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: Add boundaries() to the console. God mode no longer shows boundaries, ↵ | strangerke | |
as in the original | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
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-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-17 | HUGO: Renamed menu.* to dialogs.* | Eugene Sandulenko | |
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-03-01 | HUGO: Rewrite saveActions() and readActions() in order to be platform and ↵ | strangerke | |
endian safe. This breaks (again) the savegame file formats... Hopefully for the last time | |||
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: 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: 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-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-04 | HUGO: Increase the height of window view | Arnaud Boutonné | |
This fixes a bug related to hotspots in H3 Win reported by D. Gray (in witch hut) svn-id: r55775 | |||
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-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: Improve mouse support in H3 DOS version | Arnaud Boutonné | |
- Fix description of Penelope lying (when using mouse) - Use H3 Win logic in order to handle horizon - Add a workaround for a data bug in scenery1.dat, fixing the pathfinding bug in Crash screen svn-id: r55292 | |||
2011-01-13 | HUGO: Improve mouse support for DOS versions | Arnaud Boutonné | |
- Enlarge Exit hotspots - Fix newspaper issue in H2 Dos (screen 33) svn-id: r55219 | |||
2011-01-11 | HUGO: Improve mouse support in DOS versions. | Arnaud Boutonné | |
- Fix default verb for 'open door' in first screenActions - Add 'go to' values on objects - improve hotspot info related to objects svn-id: r55213 | |||
2011-01-07 | TOOLS: Add Dos intro music number in hugo.dat | Arnaud Boutonné | |
svn-id: r55145 | |||
2011-01-03 | HUGO: Load bitmaps from hugo.dat | Arnaud Boutonné | |
- set menu bitmaps to 'on' buttons by default - rename menu entries to match a bit better the original svn-id: r55103 | |||
2011-01-03 | HUGO: Stub for the top menu | Eugene Sandulenko | |
svn-id: r55100 | |||
2011-01-01 | HUGO: Some space/tab cleanups | Arnaud Boutonné | |
svn-id: r55088 | |||
2010-12-30 | HUGO: Fix default values in object_t structure for viewx field and followings. | Arnaud Boutonné | |
This fixes some other bugs reported by D. Gray svn-id: r55068 | |||
2010-12-22 | HUGO: Implement syncSoundSettings() | Arnaud Boutonné | |
svn-id: r55018 | |||
2010-12-22 | HUGO: Add music debug level, some cleanup when opening driver | Henry Bush | |
svn-id: r54999 | |||
2010-12-13 | TOOL: Fix palette bug in H3 Dos (when leaving the cave) | Arnaud Boutonné | |
svn-id: r54898 | |||
2010-12-12 | HUGO: Replace PROMPT box by YESNO box in H3 Dos | Arnaud Boutonné | |
This only applies to the old man dialog. This makes H3 Dos completable. svn-id: r54881 | |||
2010-12-12 | HUGO: Fix "mouse" bug in H3 Dos, TPS tuning | Arnaud Boutonné | |
- Fix "mouse" bug in H3 DOS. Game is still not completable - Use variable normal TPS, as it was slightly different in some DOS versions svn-id: r54880 | |||
2010-12-08 | TOOLS: Fix the "Mouse text" crash in Hugo | Arnaud Boutonné | |
svn-id: r54831 | |||
2010-12-06 | HUGO: Fix crash in H3 (Swinger display name) | Arnaud Boutonné | |
svn-id: r54801 | |||
2010-11-29 | HUGO: Fix compilation | Arnaud Boutonné | |
svn-id: r54577 | |||
2010-11-29 | HUGO: Add GMM save/load and RTL | Arnaud Boutonné | |
svn-id: r54576 |