Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-09 | HUGO: Fix typo in help message | Arnaud Boutonné | |
svn-id: r55193 | |||
2011-01-09 | HUGO: intros are now skippable | Arnaud Boutonné | |
svn-id: r55192 | |||
2011-01-09 | HUGO: Modify hint position when an object is selected | Arnaud Boutonné | |
svn-id: r55181 | |||
2011-01-08 | HUGO: Fix an assert when mouse hit the top of the screen | Arnaud Boutonné | |
svn-id: r55168 | |||
2011-01-08 | HUGO: Merge inventory object and mouse cursor when selected | Arnaud Boutonné | |
- Merge inventory object and mouse cursor into a new mouse cursor (looks better) - Use 16 color mouse pointer - Clean-up svn-id: r55167 | |||
2011-01-07 | TOOLS: Add Dos intro music number in hugo.dat | Arnaud Boutonné | |
svn-id: r55145 | |||
2011-01-06 | HUGO: Fix GCC warnings, second try (sorry) | Arnaud Boutonné | |
svn-id: r55134 | |||
2011-01-06 | HUGO: Fix GCC warnings | Arnaud Boutonné | |
svn-id: r55133 | |||
2011-01-06 | HUGO: Implement DOS player | Arnaud Boutonné | |
svn-id: r55132 | |||
2011-01-06 | HUGO: Improve intro in H3 Dos | Arnaud Boutonné | |
After a check on youtube (clone2727), fix the character used in the map during intro in H3 DOS svn-id: r55131 | |||
2011-01-05 | HUGO: Correct font sizes used in the Hugo1 DOS intro | Matthew Hoops | |
svn-id: r55129 | |||
2011-01-05 | HUGO: Little cleanup | Arnaud Boutonné | |
svn-id: r55128 | |||
2011-01-05 | HUGO: Fix warning using GCC | Arnaud Boutonné | |
svn-id: r55127 | |||
2011-01-05 | HUGO: Use Win2 fonts in intro. | Arnaud Boutonné | |
Win1 font is loaded too, but fails as it's not yet supported svn-id: r55126 | |||
2011-01-04 | HUGO: Proper implementation for menu closing when clicked outside of it | Eugene Sandulenko | |
svn-id: r55121 | |||
2011-01-04 | HUGO: Use several 'off' buttons in the menu | Arnaud Boutonné | |
svn-id: r55117 | |||
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 | |||
2011-01-03 | HUGO: Renamed the "cmd" parameter to "command", as "cmd" is a struct in game.h | Filippos Karapetis | |
svn-id: r55108 | |||
2011-01-03 | HUGO: Added stub for menu commands and implemented menu closing | Eugene Sandulenko | |
svn-id: r55107 | |||
2011-01-03 | HUGO: Implement top menu autoscaling | Eugene Sandulenko | |
svn-id: r55105 | |||
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: Show bitmap on first button in menu as a proof of concept | Eugene Sandulenko | |
svn-id: r55101 | |||
2011-01-03 | HUGO: Stub for the top menu | Eugene Sandulenko | |
svn-id: r55100 | |||
2011-01-02 | HUGO: Fix 2 bugs that were causing several crashes using the mouse | Arnaud Boutonné | |
svn-id: r55097 | |||
2011-01-01 | HUGO: Some space/tab cleanups | Arnaud Boutonné | |
svn-id: r55088 | |||
2011-01-01 | HUGO: Midi are no longer looping. Add handling to default playlist | Arnaud Boutonné | |
svn-id: r55084 | |||
2011-01-01 | HUGO: Reduce CPU usage by adding a delay in the main loop | Arnaud Boutonné | |
svn-id: r55083 |