aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-21Clear the list of savegames before re-populating it. Otherwise, even save namesTorbjörn Andersson
that have been entered before cancelling the dialog will remain in it. svn-id: r35987
2009-01-21Don't allow the nul character in savegame names, since that terminates theTorbjörn Andersson
string. This happens, for instance, when pressing the Shift key. (I usually start my savegame names with an upper-case letter, and I couldn't understand why it didn't seem to register any of my keypresses.) svn-id: r35986
2009-01-21made ISO9660 support optional via USE_WII_DIAndre Heider
svn-id: r35985
2009-01-21added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGIAndre Heider
svn-id: r35984
2009-01-21configure: changed 'Running on x86' to 'Compiling for x86'Max Horn
svn-id: r35983
2009-01-21configure: changed order of backend detection and engine listing (backend ↵Max Horn
detection may fail, e.g. when sdl-config is not found, while engine 'detection' never fails) svn-id: r35982
2009-01-21Fixed GMM save/load functionallity in kyra1.Johannes Schickel
svn-id: r35980
2009-01-21Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown.Johannes Schickel
svn-id: r35979
2009-01-21More cleanup of the DS portMax Horn
svn-id: r35978
2009-01-21More cleanupMax Horn
svn-id: r35977
2009-01-21cleanupMax Horn
svn-id: r35976
2009-01-21Yet more cleanupMax Horn
svn-id: r35975
2009-01-21Made Common::Stack return refs, thus ensuring that it matches exactly the ↵Max Horn
behavior of FixedStack; added unit tests svn-id: r35974
2009-01-21Yet more cleanupMax Horn
svn-id: r35973
2009-01-21Fix what I believe to be an error in Keymapper::cleanupGameKeymapsMax Horn
svn-id: r35972
2009-01-21more cleanupMax Horn
svn-id: r35971
2009-01-21Some cleanup / code simplificationMax Horn
svn-id: r35970
2009-01-20Mention that kSupportsRTL is problematic in tinselFilippos Karapetis
svn-id: r35969
2009-01-20Implemented getDebugger()Filippos Karapetis
svn-id: r35967
2009-01-20some code cleanupMax Horn
svn-id: r35966
2009-01-20Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cppMax Horn
svn-id: r35965
2009-01-20Bypass copy protection screen completely in Waxworks, since copy protection ↵Travis Howell
is disabled in Good Old Games release. svn-id: r35963
2009-01-20Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, ↵Max Horn
instead of config.h svn-id: r35962
2009-01-20Whoops committed from the wrong directory. Removing ImageMan leftover.Johannes Schickel
svn-id: r35961
2009-01-20Removed ImageMan again, now the code uses Graphics::ImageDecoder directly.Johannes Schickel
svn-id: r35960
2009-01-20Some formatting.Johannes Schickel
svn-id: r35959
2009-01-20Implemented loading from the command line and the GMM for tinsel ↵Filippos Karapetis
(kSupportsLoadingDuringStartup) svn-id: r35958
2009-01-20fixed vkeybd.zip loadingAndre Heider
svn-id: r35957
2009-01-20protect all vkeybd code with ENABLE_VKEYBDAndre Heider
svn-id: r35956
2009-01-20added the required XML header to vkeybd.zipAndre Heider
svn-id: r35955
2009-01-20added proper ImageMan includesAndre Heider
svn-id: r35954
2009-01-20use Surface instead of SurfaceKeyColoredAndre Heider
svn-id: r35953
2009-01-20added ImageMan to vkeybdAndre Heider
svn-id: r35952
2009-01-20merge SurfaceKeyColored into SurfaceAndre Heider
svn-id: r35951
2009-01-20Replacement an immediate with the appropriate #define constant.Nicola Mettifogo
svn-id: r35950
2009-01-20Whoops it seems the comment used "backslashes" instead of "slashes" in other ↵Johannes Schickel
places too. svn-id: r35949
2009-01-20Fixed typo in comment.Johannes Schickel
svn-id: r35948
2009-01-20Moved libdb to the right spot in the MakefileAndre Heider
svn-id: r35946
2009-01-20Character is now placed at the right spot when a new location is entered. ↵Nicola Mettifogo
Size may be still not right, though. svn-id: r35945
2009-01-20Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe ↵Nicola Mettifogo
they should be turned into dynamic data structures... svn-id: r35944
2009-01-20Cleanup.Johannes Schickel
svn-id: r35943
2009-01-20Yet another two small formatting fixes.Johannes Schickel
svn-id: r35942
2009-01-20Re-encoding the cutscenes in The Feebles Files is no longer required.Travis Howell
svn-id: r35941
2009-01-20- Fixed formattingJohannes Schickel
- Added FIXME about falling through case blocks svn-id: r35940
2009-01-20- Moved some script related code to script_lol.cppJohannes Schickel
- Renamed opcodes from o2_* to olol_* svn-id: r35938
2009-01-20Fix bug #2522556 - FEEBLE: Cutscene not found, Crash.Travis Howell
svn-id: r35935
2009-01-20Fix another warningMax Horn
svn-id: r35934
2009-01-20Fixed warnings (nice example of why heeding warnings is useful: one of the ↵Max Horn
changes seems to fix a NULL deref) svn-id: r35933
2009-01-20Some WIP code for the kSupportsLoadingDuringStartup engine featureFilippos Karapetis
svn-id: r35932
2009-01-20Some basic work on the vkeybd codeMax Horn
svn-id: r35931