Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-01-20 | Fix another warning | Max Horn | |
svn-id: r35934 | |||
2009-01-20 | Fixed 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-20 | Some WIP code for the kSupportsLoadingDuringStartup engine feature | Filippos Karapetis | |
svn-id: r35932 | |||
2009-01-20 | Some basic work on the vkeybd code | Max Horn | |
svn-id: r35931 | |||
2009-01-19 | Added ISO9660/Joliet DVD support | Andre Heider | |
svn-id: r35930 | |||
2009-01-19 | LOL: some work on the music handling | Florian Kagerer | |
svn-id: r35929 | |||
2009-01-19 | This is 0.14.0svn | Eugene Sandulenko | |
svn-id: r35927 | |||
2009-01-19 | Update news | Eugene Sandulenko | |
svn-id: r35926 | |||
2009-01-19 | Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for ↵ | Andre Heider | |
memory statistics and splitted existing DEBUG_* tunables. svn-id: r35920 | |||
2009-01-19 | LOL: some renaming | Florian Kagerer | |
svn-id: r35919 | |||
2009-01-19 | Fixed warning. | Torbjörn Andersson | |
svn-id: r35918 | |||
2009-01-18 | LOL: basic music support and some cleanup | Florian Kagerer | |
svn-id: r35917 | |||
2009-01-18 | Removed unused defines, cleaned up some more defines and reduced the places ↵ | Filippos Karapetis | |
where static data is read from the game's executable svn-id: r35916 | |||
2009-01-18 | Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for now | Max Horn | |
svn-id: r35915 | |||
2009-01-18 | Updated theme version to 0.4 | Max Horn | |
svn-id: r35914 | |||
2009-01-18 | Updated theme .zip files and default theme | Max Horn | |
svn-id: r35913 | |||
2009-01-18 | Updated credits list with retired members | Max Horn | |
svn-id: r35911 | |||
2009-01-18 | LOL: fix some valgrind warnings | Florian Kagerer | |
svn-id: r35910 | |||
2009-01-18 | Updated the MSVC files of the Kyra engine | Filippos Karapetis | |
svn-id: r35909 | |||
2009-01-18 | Formatting. | Johannes Schickel | |
svn-id: r35908 | |||
2009-01-18 | Fixed mismatching delete call. | Johannes Schickel | |
svn-id: r35907 | |||
2009-01-18 | - Fixed some delete[] misuse | Johannes Schickel | |
- Fixed regression introduced with r35904 svn-id: r35906 | |||
2009-01-18 | - Fixed bug in script code of LoL | Johannes Schickel | |
- Cleanup svn-id: r35905 | |||
2009-01-18 | Fixed compilation. | Johannes Schickel | |
svn-id: r35904 | |||
2009-01-18 | LOL: Some drawing code and some opcodes so that the first scene will show ↵ | Florian Kagerer | |
up. Playing is not possible. This is still somewhat messy since a lot of stuff hasn't been figured out yet. svn-id: r35903 | |||
2009-01-18 | Fixed bug in PAK link list code, now file links are correctly initialized. | Johannes Schickel | |
svn-id: r35902 | |||
2009-01-18 | Removed some unused defines in Mickey's Space Adventure, and removed a case ↵ | Filippos Karapetis | |
where static data was read from the game's executable svn-id: r35901 | |||
2009-01-18 | Update scene number internally so it gets displayed correctly in the debugger. | Johannes Schickel | |
svn-id: r35900 | |||
2009-01-18 | cleanup | Max Horn | |
svn-id: r35899 | |||
2009-01-18 | GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to ↵ | Max Horn | |
ThemeParser svn-id: r35898 | |||
2009-01-18 | Added keymapper code to build system (still disabled unless ENABLE_KEYMAPPER ↵ | Max Horn | |
is set); made some code fixes (still not working properly, but it is a start) svn-id: r35897 | |||
2009-01-18 | GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some ↵ | Max Horn | |
dead code svn-id: r35896 | |||
2009-01-18 | GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's ↵ | Max Horn | |
what it really is); changed PopUpWidget to use that value directly svn-id: r35895 | |||
2009-01-18 | Removed slashes as last char from directories | Andre Heider | |
svn-id: r35894 | |||
2009-01-18 | Slight changes to fx method #9 to more correctly match the original game | Paul Gilbert | |
svn-id: r35893 | |||
2009-01-18 | merged Graphics::copyTo640/Graphics::copyFrom640 | Gregory Montoir | |
svn-id: r35892 | |||
2009-01-18 | cleanup | Gregory Montoir | |
svn-id: r35891 | |||
2009-01-18 | get rid of AnimationSequencePlayer::_currentSeqNum | Gregory Montoir | |
svn-id: r35890 | |||
2009-01-18 | simplified Graphics::decode*() | Gregory Montoir | |
svn-id: r35889 | |||
2009-01-18 | fix another regression from the RTL branch merge | Matthew Hoops | |
svn-id: r35888 | |||
2009-01-18 | splitted play/load class methods in introduction animation player | Gregory Montoir | |
svn-id: r35887 |