Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-15 | MAEMO: Minor whitespace fix | Tarek Soliman | |
2012-07-15 | MAEMO: Set defaults for fullscreen and aspect ratio correction | Tarek Soliman | |
New installs now have fullscreen and aspect ratio correction on by default | |||
2012-07-14 | MAEMO: Fix compile without keymapper | Tarek Soliman | |
2012-07-15 | TEENAGENT: Add translatable strings in resources.cpp | Filippos Karapetis | |
2012-07-15 | TEENAGENT: Show a verbose warning when a compressed data file is used and ↵ | Filippos Karapetis | |
zlib hasn't been included in the executable | |||
2012-07-15 | TEENAGENT: Readd the zlib code, to maintain backwards compatibility | Filippos Karapetis | |
2012-07-15 | TEENAGENT: Unpack teenagent.dat and remove the engine's zlib dependency | Filippos Karapetis | |
This addresses bug #3539822 - "TEENAGENT: Not working without zlib" | |||
2012-07-15 | SCI: Properly detect the Polish version of KQ5 | Filippos Karapetis | |
Thanks to jacek909 for the extra MD5 checksums of the Polish version. This fixes bugs #2725722 (Polish version checksums) and #3536863 (SCI: KQ5 Floppy English detected as Polish) | |||
2012-07-14 | CREATE_PROJECT: Output Groups and File references in XCode provider | Littleboy | |
2012-07-14 | LASTEXPRESS: Replace CALLBACK_ACTION macro by member function | Littleboy | |
2012-07-14 | LASTEXPRESS: Fix sound in animated sequences | Littleboy | |
2012-07-14 | LASTEXPRESS: Cleanup | Littleboy | |
- Add missing initializer/destructors - Add some const modifiers - Remove some unneeded casts - Use enumeration values in switch constructs | |||
2012-07-14 | LASTEXPRESS: Remove duplicated include statements | Littleboy | |
2012-07-14 | CREATE_PROJECT: Disable SAFESEH in debug mode (for edit and continue) | Littleboy | |
2012-07-14 | BACKENDS: Silence warning about ARRAYSIZE in windows-saves | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add freetype dll to copied files in postbuild script | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add support for Visual Studio 2012 project creation | Littleboy | |
2012-07-14 | CREATE_PROJECT: Properly disable Edit and Continue in Debug mode | Littleboy | |
2012-07-14 | CREATE_PROJECT: Add Visual Studio 2012 project | Littleboy | |
2012-07-14 | TINSEL: Cleanup | Filippos Karapetis | |
2012-07-13 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-13 | I18N: Update French translation | Thierry Crozat | |
2012-07-13 | I18N: Update Czech translation and README from patch #3541613 | Thierry Crozat | |
2012-07-13 | Merge pull request #254 from SteveNew/master | Thierry Crozat | |
Updated da_DA.po file | |||
2012-07-11 | TINSEL: Added MD5 detection entries for Discworld 1 Polish translation | Paul Gilbert | |
2012-07-11 | TSAGE: Fix for bug #3541354 - Nico shooting player after being tied up | Paul Gilbert | |
2012-07-10 | MAEMO: Update debian/changelog | Tarek Soliman | |
2012-07-10 | NEWS: Mention Maemo port changes | Tarek Soliman | |
2012-07-09 | Updated da_DA file | Steffen Nyeland | |
2012-07-09 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-09 | I18N: Update Italian translation | Thierry Crozat | |
This was sent by Matteo by email. | |||
2012-07-09 | I18N: Update Hungarian translation from patch #3541507 | Thierry Crozat | |
2012-07-09 | MOHAWK: Restart anims when LiveText plays them. | Alyssa Milburn | |
2012-07-09 | TINSEL: Fix bug #3541230 - "DW: PSX version locks up after using the book" | Filippos Karapetis | |
Removed the superfluous MIDI offset storing code. Now, the MIDI buffer is re-read when the music loops. This removes a static variable and also fixes another bug in the SEQ decoder. | |||
2012-07-09 | SCI: Update comments in kGetAngleWorker() | Filippos Karapetis | |
2012-07-08 | I18N: Regenerate translations data file | Thierry Crozat | |
2012-07-08 | I18N: Update Spanish translation from patch #3541399 | Thierry Crozat | |
2012-07-08 | I18N: Update Swedish translation from patch #3541394 | Thierry Crozat | |
2012-07-08 | NEWS: Remove OpenGL entry in 1.5.0 news section. | Johannes Schickel | |
2012-07-08 | RELEASE: This is 1.6.0git | Eugene Sandulenko | |
2012-07-08 | I18N: Updated translations.dat | Eugene Sandulenko | |
2012-07-08 | I18N: Updated Russian and Ukrainian translations | Eugene Sandulenko | |
2012-07-08 | SCI: Also set the filename of the videoState struct when playing AVIs | Filippos Karapetis | |
2012-07-08 | SCI: Fix a typo and add some comments to kGetAngleWorker() | Filippos Karapetis | |
2012-07-08 | SCI: Ignore another leftover script from KQ7 in the debugger | Filippos Karapetis | |
2012-07-08 | NEWS: V1 composer games aren't supported yet. | Alyssa Milburn | |
2012-07-08 | MOHAWK: Play anims for LiveText items *after* the speech. | Alyssa Milburn | |
Another attempt at fixing bug #3541294. | |||
2012-07-08 | SCI: Add another English floppy version of KQ5 (bug #3536863) | Filippos Karapetis | |
According to this bug report, there exists another English version with the same file checksums as the vanilla English version, patched to Polish. We need a better way of distinguishing the two versions. Until we do, this is a duplicate entry of the Polish floppy version | |||
2012-07-08 | SCI: Show information for correct file naming in the QFG4 import room | Filippos Karapetis | |
This information is shown in previous QFG versions, but it had to be placed in a SCI32 graphics function in order to be shown in QFG4 too | |||
2012-07-08 | SCI: Update the virtual file selected in the QFG4 character import screen | Filippos Karapetis | |
This makes the character import screen in QFG4 functional, as the virtual file index was never updated |