aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2006-06-02Plug memory leakEugene Sandulenko
2006-06-02Turn AliasesMap and VariablesMap keys from String to const char *.Eugene Sandulenko
2006-06-02Remove slipped in debug output.Eugene Sandulenko
2006-06-02Optimize string usage a tiny bit moreEugene Sandulenko
2006-06-02Added possibility to use (char *) as ashMap keys. For some reason it does notEugene Sandulenko
2006-06-02Let deleteWidget() check if it's deleting _mouseWidget, _focusedWidget orTorbjörn Andersson
2006-06-02Fix mingw compileTravis Howell
2006-06-02Allocate minimum 16 bytes on String(str) call. Reduces 2.500 malloc() callsEugene Sandulenko
2006-06-02Add support for separate compressed sound files for cutscenes in FFTravis Howell
2006-06-02- Fixed IMD transparencySven Hesse
2006-06-02CleanupTravis Howell
2006-06-02Optimize GUI string usage a tiny bit moreMax Horn
2006-06-02Update Simon engines issuesTravis Howell
2006-06-02Improve Hebrew supportTravis Howell
2006-06-02Improve Hebrew supportTravis Howell
2006-06-02Add load/save errors for other languagesTravis Howell
2006-06-01reduce number of string allocationsWillem Jan Palenstijn
2006-06-01small optimization in evaluator variable lookupWillem Jan Palenstijn
2006-06-01Specific resource file for UIQ3 added and updated.Lars Persson
2006-06-01Fixed problem when building and debugging using Symbian Emulator.Lars Persson
2006-06-01Allow X11 backend to compileJames Brown
2006-06-01Fix keyboard input. Now it is possible to use key modifiers freely.Eugene Sandulenko
2006-06-01Update GMF header commentTravis Howell
2006-06-01- Fixed drawing of sprite-parts based textsSven Hesse
2006-06-01Fix wait timeout during introduction of demo version of Simon the Sorcerer 1 ...Travis Howell
2006-06-01Call setWalkspeed() after reading config settings, and after loading savegames,Torbjörn Andersson
2006-05-31Added note about the ITE demo sound bugfix (just barely newsworthy, I think),Torbjörn Andersson
2006-05-31Clip samp to 2047, not 2048, so that it stays positive when multiplied by 16.Torbjörn Andersson
2006-05-31Moved Symbian call to GUI::Actions::init(); to the Symbian backendLars Persson
2006-05-31Fixed deletion statement as it was deleting arrays(CW compiler was complainin...Lars Persson
2006-05-31Symbian Emulator (VC6) compilation fixes.Lars Persson
2006-05-31Don't let blocking rectangle extend below baseline (see Sarien bugs 810331 an...Willem Jan Palenstijn
2006-05-31GCC 2.9x fix for Symbian OS, for accessing class within Common namespaceLars Persson
2006-05-31Added some notes about The Feeble Files. More are probably needed. (The sectionTorbjörn Andersson
2006-05-31Small correction, added space between filename and new line.Lars Persson
2006-05-31added arm-*-linux-gnueabi target to configurePaweł Kołodziejski
2006-05-31Project files for AGI added and support for S60V3Lars Persson
2006-05-31Credit Clem and Raina for forum themesEugene Sandulenko
2006-05-31Use _mapWidth/_mapHeight instead of constantSven Hesse
2006-05-31Fixed two Valgrind warnings. But there are still a couple of invalid readsTorbjörn Andersson
2006-05-31More cleanup. We shouldn't need these widget size parameters either.Torbjörn Andersson
2006-05-31Cleanup. We no longer need these widget size parameters.Torbjörn Andersson
2006-05-31Only do warning for path create failure and not error as it can be set within...Lars Persson
2006-05-31Hopefully fixed bug #1498024Sven Hesse
2006-05-31Yet another const warning fixedMax Horn
2006-05-31Fixed many const related warningsMax Horn
2006-05-31Add patch for bug #1452272 - COMI: Verb strings aren't wrappedTravis Howell
2006-05-31Possible fix for bug #1497973: "0.9.0 from SVN does not build on Solaris 10"Eugene Sandulenko
2006-05-31Update _tabHeight on screen changes.Torbjörn Andersson
2006-05-31- Removed usage of OSystem::quit(), added a _quitRequested variableSven Hesse