Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-12 | HUGO: little optimization in decodeString(), cleanup | Arnaud Boutonné | |
svn-id: r55894 | |||
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-11 | HUGO: Fix regression in H3: game exits at the end of the intro | Arnaud Boutonné | |
svn-id: r55880 | |||
2011-02-11 | HUGO: refactoring: move boundaries to object class | Arnaud Boutonné | |
svn-id: r55879 | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
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 | |||
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-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-02-07 | HUGO: Spelling fix. | Alyssa Milburn | |
svn-id: r55804 | |||
2011-02-05 | HUGO: Fix leak (thanks digitall) | Arnaud Boutonné | |
svn-id: r55789 | |||
2011-02-05 | HUGO: Fix 2 uninitialized variables | Arnaud Boutonné | |
svn-id: r55788 | |||
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-04 | HUGO: Fix menu icon order (bug reported by D. Gray) | Arnaud Boutonné | |
svn-id: r55774 | |||
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-02-01 | HUGO: in the menu, show modified button before closing the menu, with a ↵ | Arnaud Boutonné | |
short delay. Thanks _sev for the help! svn-id: r55710 | |||
2011-02-01 | HUGO: Use a separate thread for honker player and fix ticks per seconds | Arnaud Boutonné | |
This fixes the speaker music stopped by message boxes, and the speaker music itself. svn-id: r55700 | |||
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-30 | HUGO: Fix a crash in maze and a bug in lineHandler() | Arnaud Boutonné | |
svn-id: r55651 | |||
2011-01-29 | HUGO: Cleanup drawRectangle() and keyHandler() | Arnaud Boutonné | |
svn-id: r55642 | |||
2011-01-29 | HUGO: Display all (clipped) object zones in God Mode | Arnaud Boutonné | |
svn-id: r55614 | |||
2011-01-28 | HUGO: Add a function to display exit hotspots in God Mode | Arnaud Boutonné | |
svn-id: r55599 | |||
2011-01-27 | HUGO: Fixed crash when an incorrect hugo.dat file is found | Filippos Karapetis | |
svn-id: r55572 | |||
2011-01-27 | HUGO: Handle mouse 'UP' events instead of 'DOWN'. | Arnaud Boutonné | |
This fixes the multiple clicks on object + message reported by D.Gray svn-id: r55569 | |||
2011-01-26 | HUGO: As requested by D. Gray, use 'exit' (DOS) command in Win versions | Arnaud Boutonné | |
svn-id: r55557 | |||
2011-01-26 | HUGO: Cleanup: Suppress an obsolete warning and a comment | Arnaud Boutonné | |
svn-id: r55556 | |||
2011-01-26 | HUGO: Ensure savegames are not impacted by unexpected ANULL actions, by ↵ | Arnaud Boutonné | |
replacing delEventType() and delQueue() in H1 Dos svn-id: r55555 | |||
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: Fix on more GCC warning | Arnaud Boutonné | |
svn-id: r55454 | |||
2011-01-23 | HUGO: Fix several warnings | Arnaud Boutonné | |
svn-id: r55453 | |||
2011-01-23 | HUGO: Fix GCC compilation | Arnaud Boutonné | |
svn-id: r55452 | |||
2011-01-23 | HUGO: Cleanup | Arnaud Boutonné | |
Suppress almost all defines, rename constants svn-id: r55451 | |||
2011-01-20 | HUGO: Merge misc versions of display, intro and scheduler classes | Arnaud Boutonné | |
svn-id: r55365 | |||
2011-01-20 | HUGO: Close Memory Leak in TopMenu Surfaces. | David Turner | |
svn-id: r55363 | |||
2011-01-20 | HUGO: Cleanup: Remove some C-style comments | Arnaud Boutonné | |
svn-id: r55360 | |||
2011-01-19 | HUGO: Move mouseHander() out of runMachine() | Arnaud Boutonné | |
svn-id: r55332 | |||
2011-01-19 | HUGO: Add specific decodeString() for H1 Dos | Arnaud Boutonné | |
This fixes act3 logic. Also move some functions from public to protected. svn-id: r55325 | |||
2011-01-19 | HUGO: Merge the 2 versions of doAction, cleanup | Arnaud Boutonné | |
svn-id: r55318 | |||
2011-01-18 | HUGO: Rename objNumb to objIndex when used as an index | Arnaud Boutonné | |
svn-id: r55316 | |||
2011-01-18 | HUGO: Clean up | Arnaud Boutonné | |
- Suppress some obsolete comments - Get rid of some magic numbers svn-id: r55307 | |||
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-18 | HUGO: Clean-up | Arnaud Boutonné | |
Modify debug level for 2 debug messages, Suppress obsolete comments, Fix typo in comment svn-id: r55291 | |||
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 |