Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2010-12-06 | HUGO: Fixed ReadPCX Memory Leak | David Turner | |
freeObjects now works correctly. svn-id: r54796 | |||
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-05 | HUGO: Remove Invalid Memory Read in getSound() - Size not defined until ↵ | David Turner | |
after function returns. svn-id: r54787 | |||
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: Fix palette issue after restoring a game in H3 | Arnaud Boutonné | |
svn-id: r54685 | |||
2010-11-30 | HUGO: Close Memory Leak in PlayMusic() Function. | David Turner | |
svn-id: r54664 | |||
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: Fix save/load screens, which were always showing slot0 info | Arnaud Boutonné | |
svn-id: r54658 | |||
2010-11-29 | HUGO: Fix assert in H3 Win when displaying the elephant and the plane | Arnaud Boutonné | |
svn-id: r54653 | |||
2010-11-29 | HUGO: Fix a remaining warning | Arnaud Boutonné | |
svn-id: r54578 | |||
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 | |||
2010-11-28 | HUGO: Modify or suppress some obsolete comments and warnings | Arnaud Boutonné | |
svn-id: r54530 | |||
2010-11-27 | HUGO: Add F4/F5 keys to save/restoreGame | Arnaud Boutonné | |
Currently, it only saves/restores slot #0, no selection screen is displayed svn-id: r54515 | |||
2010-11-27 | TOOLS: Fix 'Boat' bug in H1 Dos | Arnaud Boutonné | |
H1 Dos is now completable svn-id: r54507 | |||
2010-11-27 | HUGO: Fix warning | Torbjörn Andersson | |
svn-id: r54506 | |||
2010-11-26 | HUGO: Add Win save/restore behavior to the Dos versions | Arnaud Boutonné | |
(useful to debug the lake screen) svn-id: r54505 | |||
2010-11-26 | HUGO: Avoid using 'short' in function definition | Arnaud Boutonné | |
svn-id: r54504 | |||
2010-11-26 | HUGO: Get rid of initial savegame | Arnaud Boutonné | |
svn-id: r54503 | |||
2010-11-26 | HUGO: Clean up Scheduler | Arnaud Boutonné | |
svn-id: r54502 | |||
2010-11-22 | HUGO: Rewrite saveObjects() and restoreObjects() | Arnaud Boutonné | |
This fixes (at least for me) save and restore. saveEvents() and restoreEvents() still have to be rewritten. svn-id: r54422 | |||
2010-11-22 | HUGO: Suppress useless enums, cleanup | Arnaud Boutonné | |
svn-id: r54421 | |||
2010-11-19 | HUGO: Start using endianness-safe read/write functions | Arnaud Boutonné | |
svn-id: r54389 | |||
2010-11-13 | HUGO: Fixed crash on exit when hugo.dat is not available | Filippos Karapetis | |
svn-id: r54228 | |||
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-11 | HUGO: Suppress the use of Utils::Error, cleanup | Arnaud Boutonné | |
svn-id: r54198 | |||
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-06 | HUGO: Implement REMAPPAL. | Arnaud Boutonné | |
Palettes in H3 Win intro are now correct svn-id: r54100 | |||
2010-11-05 | HUGO: Silent GCC warning introduced in r54087 | Arnaud Boutonné | |
svn-id: r54095 | |||
2010-11-05 | HUGO: Suppress useless case in processRoute() | Arnaud Boutonné | |
svn-id: r54087 | |||
2010-11-05 | HUGO: Suppress status variables related to playback | Arnaud Boutonné | |
svn-id: r54086 | |||
2010-11-05 | TOOL: Fix bug in data in Hugo2 Dos | Arnaud Boutonné | |
svn-id: r54085 | |||
2010-11-04 | TOOL: Fix ticks per seconds for H1 Dos | Arnaud Boutonné | |
svn-id: r54063 | |||
2010-11-03 | HUGO: Fix 'exit' command in DOS versions | Arnaud Boutonné | |
svn-id: r54054 | |||
2010-11-02 | HUGO: Fix typo... sorry | Arnaud Boutonné | |
svn-id: r54044 | |||
2010-11-02 | HUGO: Fix cypher for v1 Dos | Arnaud Boutonné | |
svn-id: r54043 | |||
2010-11-01 | HUGO: Replace Utils::Warn() by warning() | Max Horn | |
svn-id: r54021 | |||
2010-11-01 | HUGO: Fix typo | Arnaud Boutonné | |
svn-id: r54019 |