Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-07-09 | Wii: Enable Virtual Keyboard for Wii and Gamecube in Configure. | D G Turner | |
This should avoid future bugs similar to #3358466 ("Wii: Virtual Keyboard doesnt show up"). | |||
2011-07-09 | SAGA: Removed several game flags, which are now found more reliably on the fly | Filippos Karapetis | |
- The logo screens of all ITE versions are shown correctly now - Wyrmkeep versions, demo versions with scene substitutes, demos with mono music and demo versions with LE VOX encoded voices are all found automatically now | |||
2011-07-09 | MOHAWK: Silence MSVC warnings | Filippos Karapetis | |
2011-07-09 | CREATE_PROJECT: Quote parameters in MSVC10 post-build step. | Alyssa Milburn | |
Also, do the same commands for Release and Debug. | |||
2011-07-08 | LASTEXPRESS: Simplify SoundQueue::updateQueue() | Littleboy | |
- Remove useless cache code - Use helper function to get the proper sound entry - Fix crash on using an invalid entry | |||
2011-07-08 | LASTEXPRESS: Prefix savegame filenames with "lastexpress" | Littleboy | |
2011-07-08 | LASTEXPRESS: Have LastExpress_ADPCMStream inherit directly from ↵ | Littleboy | |
Audio::ADPCMStream (as suggested by clone2727) | |||
2011-07-09 | TOON: Fix rare palette glitch during one frame after cutscene | sylvaintv | |
2011-07-09 | TOON: Fixed palette problem in LoadPicture | sylvaintv | |
Bug #3325272: "Toonstruck (Spanish) Bad Graphic in squirrel book" Was a "full" palette in spanish and a "half" palette in english version. Made it choose the good mode automatically based on color count. | |||
2011-07-09 | TOON: Fix bad character visibility after restore | sylvaintv | |
Bug #3307195: "TOON: Two instances of Flux Wildly" | |||
2011-07-08 | OPENPANDORA: Add explicit location for 'themepath' to the loader script. | David-John Willis | |
2011-07-08 | LASTEXPRESS: Replace existing decodeIMA calls by code using our custom set ↵ | Littleboy | |
of IMA and step tables | |||
2011-07-08 | LASTEXPRESS: Fix typo in filter table | Littleboy | |
2011-07-08 | SCUMM: Initial PC Speaker output implementation for SCUMM v5. | Johannes Schickel | |
This is *not* complete yet. | |||
2011-07-07 | OPENPANDORA: Change bundle rule to make a SquashFS compressed .PND. | David-John Willis | |
2011-07-07 | OPENPANDORA: Update support scripts that create .PND distribution file. | David-John Willis | |
2011-07-07 | TSAGE: Add Spanish CD Detection Entry From Bug #3357777 | D G Turner | |
2011-07-07 | GPH: Add note to the README stored with 'mmuhack.o' for the GP2X | David-John Willis | |
explaining why the binary object is in the source tree. | |||
2011-07-07 | MOHAWK: Implement stringLen and substring LBCode functions. | Alyssa Milburn | |
2011-07-07 | MOHAWK: Handle cursor changes in kLBNotifyChangeMode. | Alyssa Milburn | |
2011-07-07 | MOHAWK: Maintain ordered list of LB items. | Alyssa Milburn | |
2011-07-07 | PS3: Fix comment | dhewg | |
2011-07-07 | DREAMWEB: Fixed ß in german version(typo) | Vladimir Menshakov | |
2011-07-07 | SCI: Applied patch #3357096 with minor modifications | Filippos Karapetis | |
This prevents a string pointer from getting invalidated under some circumstances in kString(Dup). Thanks to lephilousophe for the patch. | |||
2011-07-07 | MACOSX: Add i18n support for Mac OSX application menu | CeRiAl | |
2011-07-06 | COMMON: Update documentation comment for TaskbarManager slot | Littleboy | |
2011-07-06 | LASTEXPRESS: implement Sound::updateQueue() and all dependent functions | Eugene Sandulenko | |
2011-07-05 | Merge pull request #53 from tsoliman/dreamweb-disable-launcher-loading | Vladimir | |
DREAMWEB: disable load button in launcher | |||
2011-07-05 | DREAMWEB: disable load button in launcher | Tarek Soliman | |
2011-07-05 | MOHAWK: Allow setting LB cursors by name | Matthew Hoops | |
2011-07-04 | LASTEXPRESS: Move sound filtering to base Sound class | Littleboy | |
- Rename kSoundStatusRemoved to kSoundStatusClosed - Rename kSoundStatusClear2 to kSoundStatusCached - Remove sound cache handling | |||
2011-07-04 | CREATE_PROJECT: Remove copying of README-SDL in postbuild command script | Littleboy | |
2011-07-04 | NSIS: Handle case when the Games.dll plugin cannot be loaded (and skip ↵ | Littleboy | |
shortcut creation) | |||
2011-07-04 | NSIS: Register with game explorer on installation | Littleboy | |
2011-07-04 | DISTS: Add Windows Game Explorer xml resource | Littleboy | |
2011-07-04 | KYRA: cleanup last commit | athrxx | |
2011-07-04 | KYRA: fix pauseEngineIntern regression in MR | athrxx | |
2011-07-04 | KYRA: fix ingame menu save slots | athrxx | |
- long GMM save descriptions will be trimmed to fit the ingame menu save slots - prevent writing beyond the right margin in Kyra 1 save slots | |||
2011-07-04 | AUDIO: add registerDefault for music_driver | athrxx | |
2011-07-04 | TSAGE: Replace usage of deprecated Adlib OPL functions | Paul Gilbert | |
2011-07-04 | AUDIO: fix issue in detectDevice when config manager setting is missing | athrxx | |
2011-07-03 | CREDITS: Mark waltervn as retired | Matthew Hoops | |
As requested by him | |||
2011-07-03 | Merge remote-tracking branch 'origin/master' | Eugene Sandulenko | |
2011-07-03 | SCUMM: Remove unused operator int. | Johannes Schickel | |
2011-07-03 | RELEASE: Set 1.3.1 release date | Eugene Sandulenko | |
2011-07-03 | AGI: Cleanup some Winnie string code | Matthew Hoops | |
2011-07-03 | AGI: Fix some memset calls | Matthew Hoops | |
Spotted by both salty-horse and LordHoto using clang | |||
2011-07-03 | COMMON: Remove unused vector2orientation function | Matthew Hoops | |
2011-07-03 | MOHAWK: Fix build. | Alyssa Milburn | |
2011-07-03 | MOHAWK: Implement the remaining LBCode arithmetic operators. | Alyssa Milburn | |