aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2013-09-22ZVISION: Remove animation.o since animation.cpp is now goneRichieSams
2013-09-21ZVISION: Add documentation to RenderManagerRichieSams
2013-09-21ZVISION: Add documentation to TruetypeFontRichieSams
2013-09-21ZVISION: Remove unused function argumentsRichieSams
2013-09-21ZVISION: Remove unused animation functionsRichieSams
2013-09-21ZVISION: Add documentation for RlfAnimationRichieSams
2013-09-21ZVISION: Add documentation to SaveManagerRichieSams
2013-09-21ZVISION: Directly access _globalState instead of using setStateValueRichieSams
2013-09-21ZVISION: Clear out the current state table values before loading any from a s...RichieSams
2013-09-21ZVISION: Only allow save slots in the range [1, 20]RichieSams
2013-09-21ZVISION: Load the state values before changing locationRichieSams
2013-09-17ZVISION: Append chars to a Common::String object instead of using a static bu...RichieSams
2013-09-17ZVISION: Add a check against reading newer save game versionsRichieSams
2013-09-17ZVISION: Convert the current save version to a constRichieSams
2013-09-16ZVISION: Add version support for save filesRichieSams
2013-09-16Merge branch 'master' into zvisionRichieSams
2013-09-16ZVISION: Partially implement InputControlRichieSams
2013-09-16ZVISION: Register the "fonts" directory with SearchManRichieSams
2013-09-16ZVISION: Initialize StringManagerRichieSams
2013-09-16ZVISION: Remove extraneous empty lineRichieSams
2013-09-16ZVISION: Draw string to 0, 0 instead of destX, destYRichieSams
2013-09-16ZVISION: Test for file.open() success before continuing with font loadingRichieSams
2013-09-16ZVISION: Remove extraneous functionRichieSams
2013-09-16ZVISION: Fix parseTag font name logicRichieSams
2013-09-16ZVISION: Convert StringManager::parseStr to use readWideLine()RichieSams
2013-09-16ZVISION: Use wide-to-ASCII conversion to read a line instead of stream.readLi...RichieSams
2013-09-16ZVISION: Convert cmdRenderText to use new function syntaxRichieSams
2013-09-16ZVISION: Enable auto savingRichieSams
2013-09-16ZVISION: Remove all AlphaEntries on room changeRichieSams
2013-09-16ZVISION: Add methods to clear and remove AlphaEntriesRichieSams
2013-09-16ZVISION: Check is a dirty rect is empty before extending itRichieSams
2013-09-16ZVISION: Convert _alphaDataEntries to a HashMapRichieSams
2013-09-16ZVISION: Move clearing dirty rects to after they are blitted instead the begi...RichieSams
2013-09-16TSAGE: Bugfixes for R2R forest entrancePaul Gilbert
2013-09-15TSAGE: Bugfixes and renaming for R2R desertPaul Gilbert
2013-09-15TSAGE: GFX fix for changing to a standard screen from a full height screenPaul Gilbert
2013-09-15TSAGE: Added a Skip button to the R2R balloon scene to allow skipping itPaul Gilbert
2013-09-15TSAGE: Fix for R2R balloon calculationPaul Gilbert
2013-09-16Merge branch 'master' of github.com:scummvm/scummvmm-kiewitz
2013-09-16SCI: longbow intro night rider fix (with help of wjp) - seems to fix bug 3489094m-kiewitz
2013-09-15TSAGE: Circumnavigation of map in R2R balloon scene now workingPaul Gilbert
2013-09-15ZVISION: Clean up StringManager and SaveManager after useRichieSams
2013-09-15ZVISION: Create Console method to render textRichieSams
2013-09-15SCI: fix tabs in last commitm-kiewitz
2013-09-15Merge branch 'master' of github.com:scummvm/scummvm into ScummVM_masterm-kiewitz
2013-09-15SCI: disable signals when resuming music, so that debugger will work properly...m-kiewitz
2013-09-15ZVISION: Create an instance of StringManagerRichieSams
2013-09-15ZVISION: Create the StringManager classRichieSams
2013-09-15ZVISION: Add more documentation for clearWorkingWindowTo555Color()RichieSams
2013-09-15ZVISION: Add RenderManager text supportRichieSams