Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
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-31 | HUGO: F6 now also closes inventory in Win versions | Arnaud Boutonné | |
svn-id: r55076 | |||
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-30 | HUGO: Fix several bugs reported by D. Gray | Arnaud Boutonné | |
svn-id: r55067 | |||
2010-12-26 | HUGO: Fix MIDI Player Memory Leak in H3 Win. | David Turner | |
svn-id: r55040 | |||
2010-12-22 | HUGO: Suppress two obsolete defines | Arnaud Boutonné | |
svn-id: r55020 | |||
2010-12-22 | HUGO: Suppress some obsolete volume related variables | Arnaud Boutonné | |
svn-id: r55019 | |||
2010-12-22 | HUGO: Implement syncSoundSettings() | Arnaud Boutonné | |
svn-id: r55018 | |||
2010-12-22 | HUGO: Replace function comments by doxygen comments | Arnaud Boutonné | |
svn-id: r55014 | |||
2010-12-22 | HUGO: Fix little bug in sound player | Arnaud Boutonné | |
Mute/unmute sound and music at the same time svn-id: r55013 | |||
2010-12-22 | HUGO: Slight formatting fix. | Johannes Schickel | |
svn-id: r55008 | |||
2010-12-22 | HUGO: Set some volume levels to get the MAME adlib emul working | Henry Bush | |
svn-id: r55000 | |||
2010-12-22 | HUGO: Add music debug level, some cleanup when opening driver | Henry Bush | |
svn-id: r54999 | |||
2010-12-20 | HUGO: Fix several warnings reported by CppCheck | Arnaud Boutonné | |
svn-id: r54979 | |||
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-12-19 | HUGO: Fix case bug in God Mode | Arnaud Boutonné | |
svn-id: r54969 | |||
2010-12-19 | HUGO: Implement setBackgroundColor() | Arnaud Boutonné | |
svn-id: r54963 | |||
2010-12-17 | HUGO: little code cleanup | Arnaud Boutonné | |
svn-id: r54948 | |||
2010-12-15 | HUGO: Fix pathfinding bug in 'bridge' screen (H3 Dos) | Arnaud Boutonné | |
svn-id: r54926 | |||
2010-12-15 | HUGO: Clean-up, move MidiPlayer class definition to .h file | Arnaud Boutonné | |
svn-id: r54923 | |||
2010-12-15 | HUGO: Ensure F6 (inventory) is only active when appropriate | Arnaud Boutonné | |
svn-id: r54922 | |||
2010-12-15 | HUGO: No longer shift down inventory by 8 pixels | Arnaud Boutonné | |
svn-id: r54920 | |||
2010-12-13 | HUGO: Add splash screen in H2 and H3 Win | Arnaud Boutonné | |
svn-id: r54902 | |||
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-10 | HUGO: Enable the use of the icon based inventory | Arnaud Boutonné | |
In Win versions, F6 now opens the directory. Not perfect yet... svn-id: r54853 | |||
2010-12-10 | HUGO: Fix bug in HUGO.DAT loading | Arnaud Boutonné | |
svn-id: r54852 | |||
2010-12-08 | HUGO: Hopefully fix overlapping memory regions | Arnaud Boutonné | |
Thanks Digitall for debugging that svn-id: r54835 | |||
2010-12-08 | HUGO: Fix an episode name and several picture directories | Arnaud Boutonné | |
svn-id: r54834 | |||
2010-12-08 | TOOLS: Fix the "Mouse text" crash in Hugo | Arnaud Boutonné | |
svn-id: r54831 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-12-06 | HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing. | David Turner | |
svn-id: r54804 | |||
2010-12-06 | HUGO: Fix crash in H3 (Swinger display name) | Arnaud Boutonné | |
svn-id: r54801 |