Age | Commit message (Expand) | Author |
2014-10-11 | DRASCULA: Remove unused static variable | Thierry Crozat |
2014-06-15 | DRASCULA: Handle audio files in the "audio" folder (bug #6631) | Filippos Karapetis |
2014-02-18 | DRASCULA: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-12-06 | DRASCULA: Hookup up debug console correctly. | D G Turner |
2013-11-09 | DRASCULA: More variables initialized. CID 1003403 | Eugene Sandulenko |
2013-10-29 | DRASCULA: More uninit variables. CID 1003403 | Eugene Sandulenko |
2013-10-18 | DRASCULA: Initialize class variables. CID 1003403 | Eugene Sandulenko |
2013-10-17 | DRASCULA: Fix build | Willem Jan Palenstijn |
2013-10-17 | DRASCULA: Fix uninitalized class variables. CID 1003403 | Eugene Sandulenko |
2013-10-17 | DRASCULA: Fix potential buffer overrun. CID 1003309 | Eugene Sandulenko |
2013-08-19 | DRASCULA: Some renaming. Also, get rid of some extraneous globals | Filippos Karapetis |
2013-01-06 | DRASCULA: Fix shadowing warnings (thanks LordHoto), and rename some variables | Filippos Karapetis |
2013-01-04 | DRASCULA: Merge some animation functions and document all animations | Filippos Karapetis |
2013-01-04 | DRASCULA: Add advanced savegame functionality | Filippos Karapetis |
2011-11-13 | DRASCULA: Allow faster quit when in the mid of a conversation. | Johannes Schickel |
2011-11-02 | DRASCULA: Fix warnings | Eugene Sandulenko |
2011-06-02 | DRASCULA: Replace snprintf() usage with Common::String::format() | D G Turner |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
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-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn |
2011-01-28 | DRASCULA: Fixed Code to allow Quit/RTL Function and avoid Memory Leakage. | David Turner |
2011-01-28 | DRASCULA: Fix uninitialized reads of mouse position variables. | David Turner |
2011-01-27 | DRASCULA: Fix Memory Leak in drascula.dat Loading. | David Turner |
2011-01-27 | DRASCULA: Fix Memory Leaks in Rooms Table. | David Turner |
2010-11-08 | COMMON: Push #include audiocd.h in system.h out to .cpp files | Max Horn |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-06-15 | Drascula: improve responsivity during pauses and palette updates. | Eugene Sandulenko |
2010-06-15 | Drascula: Fix bug #2011470. | Eugene Sandulenko |
2010-06-15 | Drascula: Move more cursor-related blits to cursorSurface. | Eugene Sandulenko |
2010-06-15 | Drascula: Plug memory leak | Eugene Sandulenko |
2010-06-15 | Drascula: Fixed bug #2826608. | Eugene Sandulenko |
2010-06-15 | Drascula: Added debug console. Implemented a (buggy) room comand. | Eugene Sandulenko |
2010-06-15 | Renamed getAudioCD to getAudioCDManager. | Alejandro Marzini |
2010-06-09 | - Revised abstract AudioCDManager. | Alejandro Marzini |
2010-05-24 | Fix crash when there is no drascula.dat file | Eugene Sandulenko |
2010-05-04 | Move initGraphics and initCommonGFX from to new header. | Max Horn |
2010-03-09 | DRASCULA: Simplify playFLI and its subroutines | Max Horn |
2010-03-09 | DRASCULA: Simplified some code, cleanup | Max Horn |
2010-03-09 | DRASCULA: Some cleanup; turn some global C++ objects into members of Drascula... | Max Horn |
2010-02-09 | Moved text parsing to a new class. | Nicola Mettifogo |
2010-02-08 | Let ArjFile return a SeekableReadStream instead of implementing | Nicola Mettifogo |
2010-02-08 | Pass the input stream to text parser functions. | Nicola Mettifogo |
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD au... | Johannes Schickel |
2009-08-04 | Cleanup | Filippos Karapetis |
2009-08-04 | Removed the superfluous VGA buffer, replacing it with direct writes to the vi... | Filippos Karapetis |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-05-13 | Normalized types for several variables. Formatting | Eugene Sandulenko |