aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-11-16GUI: Push down some header (inter)dependenciesMax Horn
2010-11-16GUI: Commit some changes missing in my previous commit (oops)Max Horn
2010-11-16GUI: Rename gui/GuiManager.* to gui/gui-manager.*Max Horn
2010-11-16GUI: Move major widgets to new directory gui/widgetsMax Horn
2010-11-16TINSEL: Remove unnecessary 'static'Max Horn
2010-11-16TINSEL: Mark all (?) global vars with a FIXME commentMax Horn
2010-11-16TINSEL: Removed unnecessary 'static'Max Horn
2010-11-16GUI: Fixed Memory Leak in RadiobuttonGroup usage in Options Dialog.David Turner
2010-11-16COMMON: Reverting r54257 as _singleton already was protected (and I am blind :)Max Horn
2010-11-16COMMON: Simplify DECLARE_SINGLETON macroMax Horn
2010-11-16COMMON: Make Common::Singleton::_singleton protected instead of publicMax Horn
2010-11-15GUI: Fix bug in ThemeEngine::addFont related to localized fontsMax Horn
2010-11-15GUI: Tweak ThemeEngine methods to use Common::String params & const qualifierMax Horn
2010-11-15NEWS: Add Hungarian translation item for version 1.2.1Thierry Crozat
2010-11-15CREDITS: Add Hungarian translator.Thierry Crozat
2010-11-15I18N: Update Hungarian translation and add iso-8859-2 fonts to themes.Thierry Crozat
2010-11-15I18N: Update translation template and po files from source codeThierry Crozat
2010-11-15LASTEXPRESS: Use Common::StackLock instead of mutex lock/unlock in Sound classJulien Templier
2010-11-15LASTEXPRESS: Fix frame leak in Entities::processFrame()Julien Templier
2010-11-15LASTEXPRESS: Update Animation::process()Julien Templier
2010-11-15LASTEXPRESS: Don't use NULL in arithmetic (silences a warning)Matthew Hoops
2010-11-15CONFIGMAN: added defragmentation methods for one-plugin-at-a-timeYotam Barnoy
2010-11-15PLUGINS: moved plugin-at-a-time unload to be after deleting the engine.Yotam Barnoy
2010-11-15LASTEXPRESS: Protect sound queue accesses with mutexJulien Templier
2010-11-15SCI: Workaround for bug #3109299 "QFG1VGA: Crash when leaving area east of An...David Turner
2010-11-14GUI: Fix GMM labels translation for SCUMM engineThierry Crozat
2010-11-14LURE: Fix for Valgrind identified memory leaksPaul Gilbert
2010-11-13COMMON: Fix TranslationManagerThierry Crozat
2010-11-13VIDEO: Switch Truemotion 1 to RGB565 for potential use with SCI CLUT tablesMatthew Hoops
2010-11-13SCI: Fixup pathfinding start point when on polygon edge.Walter van Niftrik
2010-11-13TOOLS: Added MSVC10 project files for the create_hugo toolFilippos Karapetis
2010-11-13HUGO: Fixed crash on exit when hugo.dat is not availableFilippos Karapetis
2010-11-13SCI: Fixed script bug #3108012 - "Hoyle1: Crash when changing Deal Speed in H...Filippos Karapetis
2010-11-13HUGO: Close two minor memory leaks.David Turner
2010-11-13TOON: Fix free/malloc mismatchSylvain Dupont
2010-11-13TOON: Fix more memory leaksSylvain Dupont
2010-11-13TOON: Fixed menu music leakSylvain Dupont
2010-11-13TOON: Walk animation improvedSylvain Dupont
2010-11-13SCI: Update resource types for SCI2.1/3Matthew Hoops
2010-11-12TOON: Fix audio crashs and more memory leaksSylvain Dupont
2010-11-12TOOL+HUGO: Misc modificationsArnaud Boutonné
2010-11-12Fixed signed/unsigned warningFilippos Karapetis
2010-11-12SCI: Don't check for SCI2/SCI2.1 kernel types in SCI3 games. Filippos Karapetis
2010-11-11SCI: kSave case 0 is actually kSaveGame. Based on a patch by lskovlunFilippos Karapetis
2010-11-11SCI2: Make robots return immediately for now, till they're implementedFilippos Karapetis
2010-11-11SCI: Properly adding SCI3 script patches (a regression of r54211)Filippos Karapetis
2010-11-11HUGO: Cleanup, move several functions and variables to the object classArnaud Boutonné
2010-11-11SCI: Use the new CSC extension for SCI3 scriptsFilippos Karapetis
2010-11-11SCI: Some video related changesFilippos Karapetis
2010-11-11COMMON: Fix compilation when translation support is disabled (regression from...Johannes Schickel