Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-24 | DRASCULA: Avoid crash in engine destructor after it failed to start. | Thierry Crozat | |
This happens for example if the drascula.dat file is not found. | |||
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg | |
Found by GCC 4.6's -Wunused-but-set-variable | |||
2011-03-19 | DRASACULA: Init volume levels on startup | dhewg | |
2011-03-08 | DRASCULA: Fix a style related warning for WinCE specific code. | Johannes Schickel | |
2011-02-19 | DRASCULA: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-01-31 | DRASCULA: Fixed a warning | Filippos Karapetis | |
svn-id: r55685 | |||
2011-01-28 | DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage. | David Turner | |
A memory leakage was traced down to a failure to call the engine destructor. This was due to the engine directly calling OSystem quit() i.e. _system->quit(), rather than just allowing engine::run() to return. Have removed this code and implemented the changes required to allow graceful Quit/RTL to occur. svn-id: r55583 | |||
2011-01-28 | DRASCULA: Remove unecessary destructor from ArchiveMan. | David Turner | |
svn-id: r55581 | |||
2011-01-28 | DRASCULA: Fix for Duplicate Registering of Archive. | David Turner | |
A warning occurs that the archive, Packet.001 has been added twice. This is due to a hack to get the detector priority listing correct. This fix prevents this causing a multiple add of the same archive. svn-id: r55580 | |||
2011-01-28 | DRASCULA: Fix minor cut and paste error in Console "room" command. | David Turner | |
svn-id: r55579 | |||
2011-01-28 | DRASCULA: Fix uninitialized reads of mouse position variables. | David Turner | |
svn-id: r55578 | |||
2011-01-27 | DRASCULA: Fix Memory Leak in drascula.dat Loading. | David Turner | |
svn-id: r55566 | |||
2011-01-27 | DRASCULA: Fix Memory Leaks in Rooms Table. | David Turner | |
Minor whitespace fixes as well. svn-id: r55560 | |||
2010-12-07 | DEBUG: Let GUI::Debugger::preEnter and postEnter (un)pause the engine | Max Horn | |
svn-id: r54815 | |||
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn | |
svn-id: r54148 | |||
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn | |
This commit contains the AudioCDManager changes from the gsoc2010-opengl branch. The other changes in that branch are restricted to the backends directory only (plus configure). The Nintendo DS and Dreamcast ports still need to be ported over to the new Audio CD system, but that should be fairly easy to do. svn-id: r54147 | |||
2010-11-07 | DRASCULA: Add GUIO_NOLAUNCHLOAD to the detection flags. | Johannes Schickel | |
svn-id: r54125 | |||
2010-11-07 | DETECTOR: Get rid of ADGF_KEEPMATCH | Max Horn | |
Also fix some typos, and minor tweaks svn-id: r54118 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-10-15 | DRASCULA: Fix some code analysis warnings (bug #3087830) | Eugene Sandulenko | |
svn-id: r53473 | |||
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel | |
This includes an rather hacky attempt to merge all the recent gp2x backend changes into the branch. I suppose the gp2x backend and probably all new backends, i.e. gph, dingux etc., might not compile anymore. Since I have no way of testing those it would be nice if porters could look into getting those up to speed in this branch. svn-id: r53399 | |||
2010-10-05 | DRASCULA: Add MD5 for improved French version of the game | Thierry Crozat | |
svn-id: r53034 | |||
2010-09-23 | DRASCULA: Play the English "von Braun" track | Torbjörn Andersson | |
The workaround is no longer needed since we provide the previously missing track. It shouldn't break the game if you play from the CD either, as the timing appears to be hardwired rather than keyed to the music. svn-id: r52866 | |||
2010-09-21 | DRASCULA: Keep keyboard buffer flushed while waiting for conversation | Torbjörn Andersson | |
Otherwise buffered-up key presses can cause dialog to be skipped once the player finally picks a conversation option. svn-id: r52850 | |||
2010-09-21 | DRASCULA: Fix bug #3069977 ("Grafic Glitches in text") | Torbjörn Andersson | |
If response() loads an image into backSurface, we need to restore the conversation charset to it once we're done. This may very well fix a few other similar bugs, but I haven't verified that. svn-id: r52845 | |||
2010-09-21 | DRASCULA: Fix invalid memory access on inventory screen | Torbjörn Andersson | |
When clicking outside of all inventory objects, the whichObject() function would return 43, which is an invalid inventoryObjects[] index. I think that's what caused it to crash for me. There are a few other inventoryObjects[]-related changes as well. svn-id: r52843 | |||
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini | |
svn-id: r51495 | |||
2010-07-14 | Changed abs() to ABS() in a few places. | Torbjörn Andersson | |
svn-id: r50890 | |||
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini | |
svn-id: r50840 | |||
2010-06-15 | Remove unnecessary svn:executable properties | Willem Jan Palenstijn | |
svn-id: r49870 | |||
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko | |
Without this parameter mass detection gave tons of false alarms. Use globbing for narrowing down the depth search. svn-id: r49788 | |||
2010-06-15 | Drascula: improve responsivity during pauses and palette updates. | Eugene Sandulenko | |
svn-id: r49722 | |||
2010-06-15 | Drascula: Fix bug #2011470. | Eugene Sandulenko | |
Bug #2011470: "DRASCULA: slowdown when you hold mouse buttons" fixed by changing right mouse semantic. Now the items menu showed on button up instead mouse down like earlier. svn-id: r49721 | |||
2010-06-15 | Drascula: Fix bug #2827166. | Eugene Sandulenko | |
Bug #2827166: "DRASCULA: Repeating conversations". It looked like bug in original engine. svn-id: r49720 | |||
2010-06-15 | Drascula: Fix bug #2827169. | Eugene Sandulenko | |
Bug #2827169: "DRASCULA: gfx glitch in pendulum room" fixed by rearranging draw sequence. svn-id: r49719 | |||
2010-06-15 | Drascula: add even more responsiveness | Eugene Sandulenko | |
svn-id: r49718 | |||
2010-06-15 | Drascula: more responsiveness. | Eugene Sandulenko | |
svn-id: r49717 | |||
2010-06-15 | Drascula: Add responsiveness while talking. | Eugene Sandulenko | |
svn-id: r49716 | |||
2010-06-15 | Drascula: Move more cursor-related blits to cursorSurface. | Eugene Sandulenko | |
svn-id: r49715 | |||
2010-06-15 | Drascula: Plug memory leak | Eugene Sandulenko | |
svn-id: r49714 | |||
2010-06-15 | Drascula: Fixed bug #2826608. | Eugene Sandulenko | |
Bug #2826608: "DRASCULA: Cursor GFX error" fixed by introducing separate buffer for cursors. This also fixes the root cause of the problem. svn-id: r49713 | |||
2010-06-15 | Drascula: Made actors animation more smooth. | Eugene Sandulenko | |
svn-id: r49712 | |||
2010-06-15 | Drascula: Restore cursors before automated converse responses | Eugene Sandulenko | |
svn-id: r49711 | |||
2010-06-15 | Drascula: Fix bug #2826610. | Eugene Sandulenko | |
Bug #2826610: "DRASCULA: Graveyard GFX error". Actually it was fixed by previous commit. Added more responsiveness for this animation. svn-id: r49710 | |||
2010-06-15 | Drascula: ease load on backend. | Eugene Sandulenko | |
svn-id: r49709 | |||
2010-06-15 | Drascula: add more pic-related debug output. | Eugene Sandulenko | |
svn-id: r49708 | |||
2010-06-15 | Drascula: Fix bug #2929931. | Eugene Sandulenko | |
Bug #2929931: "DRASCULA: Graphic Glitches". Cursor graphics was not loaded at needed time. svn-id: r49707 |