Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-30 | HUGO: | Arnaud Boutonné | |
- Replace several char* by Common::String - Fix a bug in showDosInventory() svn-id: r55669 | |||
2011-01-29 | HUGO: Cleanup drawRectangle() and keyHandler() | Arnaud Boutonné | |
svn-id: r55642 | |||
2011-01-28 | HUGO: Add a function to display exit hotspots in God Mode | Arnaud Boutonné | |
svn-id: r55599 | |||
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-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-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-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-09 | HUGO: intros are now skippable | Arnaud Boutonné | |
svn-id: r55192 | |||
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: Implement DOS player | Arnaud Boutonné | |
svn-id: r55132 | |||
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: 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-02 | HUGO: Fix 2 bugs that were causing several crashes using the mouse | Arnaud Boutonné | |
svn-id: r55097 | |||
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-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: Add music debug level, some cleanup when opening driver | Henry Bush | |
svn-id: r54999 | |||
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-15 | HUGO: Clean-up, move MidiPlayer class definition to .h file | Arnaud Boutonné | |
svn-id: r54923 | |||
2010-12-13 | HUGO: Add splash screen in H2 and H3 Win | Arnaud Boutonné | |
svn-id: r54902 | |||
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: Fix bug in HUGO.DAT loading | Arnaud Boutonné | |
svn-id: r54852 | |||
2010-12-08 | HUGO: Fix an episode name and several picture directories | Arnaud Boutonné | |
svn-id: r54834 | |||
2010-12-06 | HUGO: Fixed Valgrind Errors and Segfault when hugo.dat is missing. | David Turner | |
svn-id: r54804 | |||
2010-12-05 | HUGO: Partial Fix For Leaks from ReadPCX() | David Turner | |
The shutdown() call has been reinstated, and freeObjects() now works without a double free and thus segfault, but this still misses some allocated resources... svn-id: r54789 | |||
2010-12-01 | HUGO: Add Missing shutdown() Call - Currently Disabled. | David Turner | |
The engine shutdown() function is required to be called to clean up a number of allocated memory blocks. Unfortunately, this currently causes double free issues. This call is added, but commented out with a FIXME explaining this. svn-id: r54726 | |||
2010-12-01 | HUGO: Use cursorman, add a windows-looking cursor | Arnaud Boutonné | |
Cursor copied from Mohawk engine, thanks clone2727 svn-id: r54717 | |||
2010-11-30 | HUGO: Close Two Memory Leaks. | David Turner | |
Note that the first leak is the allocation of the Common::RandomSource, _rnd. I'm not sure of the effect of deallocating this while it is still registered to g_eventRec, but all other engines seem to be the same (or implicitly do this by making a Common::RandomSource member of the engine object) so this is not a engine specific issue, but should be assessed. svn-id: r54659 | |||
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: Suppress useless enums, cleanup | Arnaud Boutonné | |
svn-id: r54421 | |||
2010-11-13 | HUGO: Close two minor memory leaks. | David Turner | |
Destructor added to SoundHandler and added delete for _intro in engine destructor. svn-id: r54225 | |||
2010-11-12 | TOOL+HUGO: Misc modifications | Arnaud Boutonné | |
- Fix H1 Dos bug (animations not showing in Hall and after) - Get rid of _textSchedule and everything related H1 Dos shoud now be completable (not tested yet) svn-id: r54218 | |||
2010-11-11 | HUGO: Cleanup, move several functions and variables to the object class | Arnaud Boutonné | |
svn-id: r54212 | |||
2010-11-11 | TOOL: Suppress useless strings in textUtil | Arnaud Boutonné | |
Also add DOS version for this text array svn-id: r54202 | |||
2010-11-09 | HUGO: Fix the last leaks in H1 Dos | Arnaud Boutonné | |
Thanks Hkz for the help! svn-id: r54175 | |||
2010-11-09 | HUGO: Fix several memory leaks | Arnaud Boutonné | |
svn-id: r54168 | |||
2010-11-07 | HUGO: Use DOS names for and exact names in endGame() | Arnaud Boutonné | |
svn-id: r54131 | |||
2010-11-07 | HUGO: Fix crash when hugo.dat is not the expected version | Arnaud Boutonné | |
svn-id: r54124 | |||
2010-11-07 | HUGO: Added basic debugging console to engine | David Turner | |
Since HUGO uses Debug Channels, this allows for the interactive setting of debugflags as well as providing a base for adding further debugging commands. svn-id: r54117 | |||
2010-11-07 | HUGO: Move fonts to display.cpp | Arnaud Boutonné | |
Some cleanup svn-id: r54103 | |||
2010-11-06 | HUGO: Move _palette to display.cpp | Arnaud Boutonné | |
svn-id: r54102 | |||
2010-11-05 | HUGO: Suppress status variables related to playback | Arnaud Boutonné | |
svn-id: r54086 |