Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to agos | Strangerke | |
2011-10-23 | GUI: Replaced search icon with a better looking one. | Eugene Sandulenko | |
Icons are by Yusuke Kamiyamane. http://p.yusukekamiyamane.com/ | |||
2011-10-23 | GUI: Add support for PNG images in themes | Eugene Sandulenko | |
2011-10-23 | LAUNCHER: Do not show MIDI and MT32 tabs if game does not have MIDI | Eugene Sandulenko | |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to sword2 | Strangerke | |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to sword25 | Strangerke | |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to saga | Strangerke | |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to touche | Strangerke | |
2011-10-24 | LAUNCHER: Add GUIO_NOASPECT to SCI | Strangerke | |
Thanks [md5] for the help | |||
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to Kyra | Strangerke | |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to made | Strangerke | |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to Toonstruck | Strangerke | |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to gob | Strangerke | |
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to SCUMM engine | Strangerke | |
2011-10-23 | ALL: Reduce assignment of "" to Common::String. | Johannes Schickel | |
When clearing an existant object clear() should be used. When constructing objects (or using default values for parameters) the constructor of String without any argument should be used. This changes only a few instances I noticed while looking over some recent commit logs. | |||
2011-10-23 | SCUMM: Fix compilation when HE is disabled. | Johannes Schickel | |
This is a regression from 77c65648b1db8f8b7b245510681eafd856798d26. | |||
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko | |
2011-10-23 | AD: Swtich GUI options to a char array. | Eugene Sandulenko | |
This eliminates nasty limitation of caping number of flags to 31. Current code has limitation of 255 flags, though. Only SCUMM engine is converted, rest do not even compile. Detection of fan talkie MI is broken as it has to be implemented differently. | |||
2011-10-23 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-10-23 | I18N: Update Brazilian Portuguese translation from patch #3427072 | Thierry Crozat | |
2011-10-23 | I18N: Update French translation | Thierry Crozat | |
2011-10-23 | TSAGE: Blue Force - Fix bug in scene 180 (Garage Exit) | Strangerke | |
2011-10-23 | TSAGE: Blue Force - Fix zoom issue in scene 180 | Strangerke | |
2011-10-23 | TSAGE: Blue Force - Fix several bugs/glitches in scene 180 | Strangerke | |
2011-10-23 | CGE: Remove end of line in error message. | Thierry Crozat | |
This caused the punctuation mark to be displayed on the next line. | |||
2011-10-23 | TSAGE: Initialise the inventory properly in Ringworld 2 | Paul Gilbert | |
2011-10-23 | TSAGE: Changed SceneItem::display2 to handle Ringworld 2 | Paul Gilbert | |
2011-10-23 | TSAGE: Implemented Ringworld 2 right click dialog | Paul Gilbert | |
2011-10-23 | TSAGE: Added quick keys for selecting the different actions | Paul Gilbert | |
2011-10-23 | TSAGE: Added correct resource loads for Ringworld 2 cursors | Paul Gilbert | |
2011-10-23 | TEENAGENT: Improve code formatting. | Johannes Schickel | |
I used astyle and fixed some incorrect changes from it manually. | |||
2011-10-22 | ANDROID: Add a shared user id. | Alyssa Milburn | |
Otherwise the plugins fail to run on modern Android because they're set to run in-process but they're not allowed to do so. | |||
2011-10-22 | ANDROID: Fix plugins on Android 3.1+. | Alyssa Milburn | |
Android 3.1 changed the default behaviour for broadcasts so that it doens't wake up non-running receivers, so we need to override that. | |||
2011-10-22 | CONFIGURE: Fix MacPort detection | Eugene Sandulenko | |
2011-10-22 | SCI: fix thread lockup issue when loading savegames using a sound driver ↵ | athrxx | |
which depends on the mixer thread for timer calls. The issues seems to be known. See comments (not by me) in SciMusic::clearPlayList(). For the same reason mentioned there the mutex may also not be locked before calling clearPlayList(). | |||
2011-10-22 | KYRA: Fix memory leak when a sound is started but no free handles are left. | Johannes Schickel | |
2011-10-22 | TSAGE: Added character display to the user interface | Paul Gilbert | |
2011-10-22 | TSAGE: Hooking up Return to Ringworld to display the user interface | Paul Gilbert | |
2011-10-22 | TSAGE: Add description for Return to Ringworld | Torbjörn Andersson | |
The engine detects it, so it might as well put a name to it. | |||
2011-10-22 | TSAGE: Beginnings of support for Return to Ringworld | Paul Gilbert | |
2011-10-22 | TSAGE: Blue Force - Fix bug in scene 270 - Hero stucked in sofa | Strangerke | |
2011-10-22 | CGE: Add some doxygen comments | Strangerke | |
2011-10-22 | TSAGE: Fix text going off-screen in BF Scene 940 - Endgame sequence | Paul Gilbert | |
2011-10-22 | TSAGE: Minor cleanup of BF Scene 910 | Paul Gilbert | |
2011-10-22 | TSAGE: Minor bugfix for redundant messages being shown in BF Scene 910 | Paul Gilbert | |
2011-10-22 | TSAGE: Minor cleanup and bugfix for talking to Lyle in BF Scene 910 | Paul Gilbert | |
2011-10-22 | TSAGE: Bugfix for Lyle walking to Warehouse in BF Scene 910 | Paul Gilbert | |
2011-10-22 | TSAGE: Cleanup and bugfix to start cutscene in BF Scene 900 on Day 5 | Paul Gilbert | |
2011-10-22 | TSAGE: Bugfixes for arresting Green in BF Scene 355 | Paul Gilbert | |
2011-10-21 | NEWS: Move reference to OpenGL backend to 1.5.0. | Johannes Schickel | |