Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-22 | Speed up HQ2x/HQ3x C versions by reordering tests in diffYUV: most likeliest ↵ | Max Horn | |
to be taken now is first, least likely is last svn-id: r35996 | |||
2009-01-22 | Got rid of several occurrences of gBitFormat | Max Horn | |
svn-id: r35995 | |||
2009-01-22 | Got rid of gBitFormat in thumbnail scaler code (and even simplified it in ↵ | Max Horn | |
the process) svn-id: r35994 | |||
2009-01-22 | Moved Graphics::PixelFormat into its own header file; turned RGBToColor etc. ↵ | Max Horn | |
into methods, and added an operator== svn-id: r35993 | |||
2009-01-21 | Clear the list of savegames before re-populating it. Otherwise, even save names | Torbjörn Andersson | |
that have been entered before cancelling the dialog will remain in it. svn-id: r35987 | |||
2009-01-21 | Don't allow the nul character in savegame names, since that terminates the | Torbjö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-21 | made ISO9660 support optional via USE_WII_DI | Andre Heider | |
svn-id: r35985 | |||
2009-01-21 | added ENABLE_VKEYBD, ENABLE_KEYMAPPER (both not mapped yet) and ENABLE_AGI | Andre Heider | |
svn-id: r35984 | |||
2009-01-21 | configure: changed 'Running on x86' to 'Compiling for x86' | Max Horn | |
svn-id: r35983 | |||
2009-01-21 | configure: 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-21 | Fixed GMM save/load functionallity in kyra1. | Johannes Schickel | |
svn-id: r35980 | |||
2009-01-21 | Fixed vkbd drawing and GUI drawing on screen change while vkbd is shown. | Johannes Schickel | |
svn-id: r35979 | |||
2009-01-21 | More cleanup of the DS port | Max Horn | |
svn-id: r35978 | |||
2009-01-21 | More cleanup | Max Horn | |
svn-id: r35977 | |||
2009-01-21 | cleanup | Max Horn | |
svn-id: r35976 | |||
2009-01-21 | Yet more cleanup | Max Horn | |
svn-id: r35975 | |||
2009-01-21 | Made Common::Stack return refs, thus ensuring that it matches exactly the ↵ | Max Horn | |
behavior of FixedStack; added unit tests svn-id: r35974 | |||
2009-01-21 | Yet more cleanup | Max Horn | |
svn-id: r35973 | |||
2009-01-21 | Fix what I believe to be an error in Keymapper::cleanupGameKeymaps | Max Horn | |
svn-id: r35972 | |||
2009-01-21 | more cleanup | Max Horn | |
svn-id: r35971 | |||
2009-01-21 | Some cleanup / code simplification | Max Horn | |
svn-id: r35970 | |||
2009-01-20 | Mention that kSupportsRTL is problematic in tinsel | Filippos Karapetis | |
svn-id: r35969 | |||
2009-01-20 | Implemented getDebugger() | Filippos Karapetis | |
svn-id: r35967 | |||
2009-01-20 | some code cleanup | Max Horn | |
svn-id: r35966 | |||
2009-01-20 | Moved Surface::blit to backends/vkeybd/virtual-keyboard-gui.cpp | Max Horn | |
svn-id: r35965 | |||
2009-01-20 | Bypass copy protection screen completely in Waxworks, since copy protection ↵ | Travis Howell | |
is disabled in Good Old Games release. svn-id: r35963 | |||
2009-01-20 | Changed configure to add ENABLE_VKEYBD and ENABLE_KEYMAPPER to DEFINES, ↵ | Max Horn | |
instead of config.h svn-id: r35962 | |||
2009-01-20 | Whoops committed from the wrong directory. Removing ImageMan leftover. | Johannes Schickel | |
svn-id: r35961 | |||
2009-01-20 | Removed ImageMan again, now the code uses Graphics::ImageDecoder directly. | Johannes Schickel | |
svn-id: r35960 | |||
2009-01-20 | Some formatting. | Johannes Schickel | |
svn-id: r35959 | |||
2009-01-20 | Implemented loading from the command line and the GMM for tinsel ↵ | Filippos Karapetis | |
(kSupportsLoadingDuringStartup) svn-id: r35958 | |||
2009-01-20 | fixed vkeybd.zip loading | Andre Heider | |
svn-id: r35957 | |||
2009-01-20 | protect all vkeybd code with ENABLE_VKEYBD | Andre Heider | |
svn-id: r35956 | |||
2009-01-20 | added the required XML header to vkeybd.zip | Andre Heider | |
svn-id: r35955 | |||
2009-01-20 | added proper ImageMan includes | Andre Heider | |
svn-id: r35954 | |||
2009-01-20 | use Surface instead of SurfaceKeyColored | Andre Heider | |
svn-id: r35953 | |||
2009-01-20 | added ImageMan to vkeybd | Andre Heider | |
svn-id: r35952 | |||
2009-01-20 | merge SurfaceKeyColored into Surface | Andre Heider | |
svn-id: r35951 | |||
2009-01-20 | Replacement an immediate with the appropriate #define constant. | Nicola Mettifogo | |
svn-id: r35950 | |||
2009-01-20 | Whoops it seems the comment used "backslashes" instead of "slashes" in other ↵ | Johannes Schickel | |
places too. svn-id: r35949 | |||
2009-01-20 | Fixed typo in comment. | Johannes Schickel | |
svn-id: r35948 | |||
2009-01-20 | Moved libdb to the right spot in the Makefile | Andre Heider | |
svn-id: r35946 | |||
2009-01-20 | Character 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-20 | Adapted 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-20 | Cleanup. | Johannes Schickel | |
svn-id: r35943 | |||
2009-01-20 | Yet another two small formatting fixes. | Johannes Schickel | |
svn-id: r35942 | |||
2009-01-20 | Re-encoding the cutscenes in The Feebles Files is no longer required. | Travis Howell | |
svn-id: r35941 | |||
2009-01-20 | - Fixed formatting | Johannes Schickel | |
- Added FIXME about falling through case blocks svn-id: r35940 | |||
2009-01-20 | - Moved some script related code to script_lol.cpp | Johannes Schickel | |
- Renamed opcodes from o2_* to olol_* svn-id: r35938 | |||
2009-01-20 | Fix bug #2522556 - FEEBLE: Cutscene not found, Crash. | Travis Howell | |
svn-id: r35935 |