Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-09 | Some const correctness changes; cleanup | Max Horn | |
svn-id: r44850 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-28 | Script workaround for partially off-screen text in DW1 GRA | Paul Gilbert | |
svn-id: r44445 | |||
2009-09-27 | TINSEL: cleanup | Max Horn | |
svn-id: r44416 | |||
2009-09-26 | FLAC support had a typo in detection, fixed | Martin Kiewitz | |
svn-id: r44379 | |||
2009-09-24 | Oops, DoNextFrame() is supposed to return a value | Filippos Karapetis | |
svn-id: r44315 | |||
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent ↵ | Filippos Karapetis | |
warnings and issues in compilers which don't support NORETURN svn-id: r44312 | |||
2009-09-24 | TINSEL: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44295 | |||
2009-09-23 | Got rid of Common::File::addDefaultDirectory, instead implemented the ↵ | Johannes Schickel | |
solution proposed in "Case agnostic handling for directories (and files)" on -devel. svn-id: r44266 | |||
2009-09-13 | Added workaround fix for Amazon conversation being cut off in Act 2 | Paul Gilbert | |
svn-id: r44050 | |||
2009-09-10 | Removed incorrect German Neon Edition MD5 | Paul Gilbert | |
svn-id: r44023 | |||
2009-09-08 | tinsel: correct mac cd checksums, made on files extracted as raw data | Fabio Battaglia | |
svn-id: r44014 | |||
2009-09-08 | Tinsel: added (disabled) Discworld 1 MAC detection entry | Fabio Battaglia | |
svn-id: r44011 | |||
2009-09-07 | Added second German Neon Edition detection entry | Paul Gilbert | |
svn-id: r44001 | |||
2009-08-28 | Added missing parameter size specifiers for the DW-GRA Palace Guards script ↵ | Paul Gilbert | |
fixes svn-id: r43777 | |||
2009-08-20 | Bugfix for assert in the DW2 Cartwheel scene | Paul Gilbert | |
svn-id: r43558 | |||
2009-08-19 | Corrected comments in the bug workaround list | Paul Gilbert | |
svn-id: r43529 | |||
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵ | Johannes Schickel | |
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512 | |||
2009-08-17 | Fix for some more !!HIGH STRINGS!! when talking to the palace guards | Paul Gilbert | |
svn-id: r43468 | |||
2009-08-15 | Removed unnecessary semi-colons. | Torbjörn Andersson | |
svn-id: r43409 | |||
2009-08-14 | Fix incorrect memset() call (reported by Peter Bortas). | Joost Peters | |
svn-id: r43375 | |||
2009-08-09 | Changed subtitles display speed to also include the time taken to say voice ↵ | Paul Gilbert | |
samples (if voices are turned on). This means subtitles will display for the same time irrespective of whether voices are on or not svn-id: r43150 | |||
2009-08-08 | Change workaround for bug #2820054 to apply for all GRA versions. | Johannes Schickel | |
svn-id: r43123 | |||
2009-08-08 | Formatting fix. | Johannes Schickel | |
svn-id: r43122 | |||
2009-08-08 | Fix for bug #2412336 "DW2: Voices cut off" (commit on behalf of dreammaster) | Johannes Schickel | |
svn-id: r43120 | |||
2009-08-08 | Add workaround for bug #2820054 "DW1: No intro music at first start on Wii", ↵ | Johannes Schickel | |
which actually happened on all systems, when using the multilanguage version. svn-id: r43119 | |||
2009-08-08 | Commit of dhewg's patch to fix screen refreshes on the Wii | Paul Gilbert | |
svn-id: r43112 | |||
2009-08-07 | Bugfix for #2831159 - Palace guards saying !!HIGH STRING!! | Paul Gilbert | |
svn-id: r43093 | |||
2009-08-05 | Bugfix for music not being stopped when music volume is set to zero | Paul Gilbert | |
svn-id: r43066 | |||
2009-08-02 | Make MemoryReAlloc() 64-bit alignment safe | Joost Peters | |
svn-id: r43013 | |||
2009-08-02 | align memory handles to sizeof(void*) instead of 4 (which is just good ↵ | Joost Peters | |
enough for 32-bit) - this fixes DW2 on 64-bit systems that require alignment svn-id: r43005 | |||
2009-08-02 | Show a message if saving or loading a game fails. | Torbjörn Andersson | |
svn-id: r42999 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-20 | Bugfix for hangs on scene changes in Discworld 1 after having loaded a ↵ | Paul Gilbert | |
savegame from the GMM when the title screens are displayed svn-id: r42626 | |||
2009-07-19 | Added the GUIO_NOSFX and GUIO_NOMUSIC flags to the first Discworld 1 demo entry | Paul Gilbert | |
svn-id: r42611 | |||
2009-07-16 | Fixed GCC warning. | Torbjörn Andersson | |
svn-id: r42536 | |||
2009-07-16 | Prior script fix also fixes bug #2820788, with stealing wizard's mallets | Paul Gilbert | |
svn-id: r42528 | |||
2009-07-16 | Added game script fix for bug #2680397 - game hang when using the brochure ↵ | Paul Gilbert | |
on the Beekeeper svn-id: r42527 | |||
2009-07-16 | Added no blocking fix for Present Outside Inn scene as well | Paul Gilbert | |
svn-id: r42522 | |||
2009-07-16 | Game script fix for bug #2525010 - in the GRA version, the luggage blocked ↵ | Paul Gilbert | |
Rincewind's exit from the Inn, leaving him in a non-walkable area svn-id: r42521 | |||
2009-07-15 | Created a system for inserting arbitrary code fragments into game scripts, ↵ | Paul Gilbert | |
and added an initial fragment to fix the bug of being stuck in the past in the DW1 SCN version svn-id: r42500 | |||
2009-07-14 | TINSEL: Don't use ioFailed to check if a file was opened succesfuly | Max Horn | |
svn-id: r42468 | |||
2009-07-11 | Bugfix to properly save the currently playing midi music when saving a scene | Paul Gilbert | |
svn-id: r42377 | |||
2009-07-10 | tinsel: proper detection entry for Discworld 1 Italian only CD | Fabio Battaglia | |
svn-id: r42356 | |||
2009-07-02 | Added support for compressed sample files (patch #2815426 by m_kiewitz) | Sven Hesse | |
svn-id: r42020 | |||
2009-07-01 | - Added GCC_PRINTF attribute to several funcs where it makes sense | Max Horn | |
- change some constants from double to float, to avoid "loss of precision due to implicit conversion" warnings - removed duplicate prototypes for some funcs - fixed some "increases required alignment of target type" warnings svn-id: r42009 |