Commit Graph

28751 Commits

Author SHA1 Message Date
Johannes Schickel
c0cd121ffd Fixed typo in comment.
svn-id: r35948
2009-01-20 12:37:05 +00:00
Andre Heider
9b116c81c5 Moved libdb to the right spot in the Makefile
svn-id: r35946
2009-01-20 11:20:52 +00:00
Nicola Mettifogo
545b76876a Character is now placed at the right spot when a new location is entered. Size may be still not right, though.
svn-id: r35945
2009-01-20 11:07:27 +00:00
Nicola Mettifogo
3e611e1eb7 Adapted fixed-sized arrays to cope with the larger dialogues in BRA. Maybe they should be turned into dynamic data structures...
svn-id: r35944
2009-01-20 10:39:16 +00:00
Johannes Schickel
577c8ff27d Cleanup.
svn-id: r35943
2009-01-20 09:38:55 +00:00
Johannes Schickel
bcae0570a6 Yet another two small formatting fixes.
svn-id: r35942
2009-01-20 09:32:43 +00:00
Travis Howell
f3a18d6da5 Re-encoding the cutscenes in The Feebles Files is no longer required.
svn-id: r35941
2009-01-20 09:30:41 +00:00
Johannes Schickel
6d2278fb81 - Fixed formatting
- Added FIXME about falling through case blocks

svn-id: r35940
2009-01-20 09:30:20 +00:00
Johannes Schickel
87d2d96d91 - Moved some script related code to script_lol.cpp
- Renamed opcodes from o2_* to olol_*

svn-id: r35938
2009-01-20 09:22:16 +00:00
Travis Howell
6a999bdc05 Fix bug #2522556 - FEEBLE: Cutscene not found, Crash.
svn-id: r35935
2009-01-20 05:43:57 +00:00
Max Horn
c77ecdc050 Fix another warning
svn-id: r35934
2009-01-20 02:56:32 +00:00
Max Horn
f60e2836b0 Fixed warnings (nice example of why heeding warnings is useful: one of the changes seems to fix a NULL deref)
svn-id: r35933
2009-01-20 02:54:30 +00:00
Filippos Karapetis
85d4063000 Some WIP code for the kSupportsLoadingDuringStartup engine feature
svn-id: r35932
2009-01-20 00:33:26 +00:00
Max Horn
a27e456ace Some basic work on the vkeybd code
svn-id: r35931
2009-01-20 00:03:35 +00:00
Andre Heider
57d118e930 Added ISO9660/Joliet DVD support
svn-id: r35930
2009-01-19 23:57:49 +00:00
Florian Kagerer
017b39eae0 LOL: some work on the music handling
svn-id: r35929
2009-01-19 23:35:27 +00:00
Eugene Sandulenko
98ba7247b1 This is 0.14.0svn
svn-id: r35927
2009-01-19 21:44:58 +00:00
Eugene Sandulenko
757a28909c Update news
svn-id: r35926
2009-01-19 21:44:21 +00:00
Andre Heider
57e6cb4c8a Makefile cleanup with additional comments. Added DEBUG_WII_MEMSTATS for memory statistics and splitted existing DEBUG_* tunables.
svn-id: r35920
2009-01-19 15:11:18 +00:00
Florian Kagerer
2a22b9bcc6 LOL: some renaming
svn-id: r35919
2009-01-19 07:31:34 +00:00
Torbjörn Andersson
fa0efa0b22 Fixed warning.
svn-id: r35918
2009-01-19 05:03:17 +00:00
Florian Kagerer
44918f5f16 LOL: basic music support and some cleanup
svn-id: r35917
2009-01-18 23:50:31 +00:00
Filippos Karapetis
7fba1e9aaf Removed unused defines, cleaned up some more defines and reduced the places where static data is read from the game's executable
svn-id: r35916
2009-01-18 22:02:22 +00:00
Max Horn
6b3d5db09f Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for now
svn-id: r35915
2009-01-18 20:42:33 +00:00
Max Horn
487f4eafb0 Updated theme version to 0.4
svn-id: r35914
2009-01-18 20:05:24 +00:00
Max Horn
0dc90f51f9 Updated theme .zip files and default theme
svn-id: r35913
2009-01-18 20:01:12 +00:00
Max Horn
0469cf7498 Updated credits list with retired members
svn-id: r35911
2009-01-18 18:52:59 +00:00
Florian Kagerer
35c8fd4dad LOL: fix some valgrind warnings
svn-id: r35910
2009-01-18 18:20:33 +00:00
Filippos Karapetis
66228f77e9 Updated the MSVC files of the Kyra engine
svn-id: r35909
2009-01-18 17:42:46 +00:00
Johannes Schickel
62334395a7 Formatting.
svn-id: r35908
2009-01-18 17:38:29 +00:00
Johannes Schickel
12eb45df01 Fixed mismatching delete call.
svn-id: r35907
2009-01-18 17:36:25 +00:00
Johannes Schickel
49f756981b - Fixed some delete[] misuse
- Fixed regression introduced with r35904

svn-id: r35906
2009-01-18 17:31:25 +00:00
Johannes Schickel
c003d62429 - Fixed bug in script code of LoL
- Cleanup

svn-id: r35905
2009-01-18 17:24:47 +00:00
Johannes Schickel
ec5b64147d Fixed compilation.
svn-id: r35904
2009-01-18 17:17:39 +00:00
Florian Kagerer
ff268e8fd5 LOL: Some drawing code and some opcodes so that the first scene will show 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 17:04:24 +00:00
Johannes Schickel
bf08c82054 Fixed bug in PAK link list code, now file links are correctly initialized.
svn-id: r35902
2009-01-18 16:49:03 +00:00
Filippos Karapetis
98b3046c09 Removed some unused defines in Mickey's Space Adventure, and removed a case where static data was read from the game's executable
svn-id: r35901
2009-01-18 16:41:35 +00:00
Johannes Schickel
c4a4ffc51b Update scene number internally so it gets displayed correctly in the debugger.
svn-id: r35900
2009-01-18 16:21:30 +00:00
Max Horn
2c59a54432 cleanup
svn-id: r35899
2009-01-18 14:48:24 +00:00
Max Horn
c9e97bf6f9 GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to ThemeParser
svn-id: r35898
2009-01-18 14:48:00 +00:00
Max Horn
c69638d915 Added keymapper code to build system (still disabled unless ENABLE_KEYMAPPER is set); made some code fixes (still not working properly, but it is a start)
svn-id: r35897
2009-01-18 14:46:53 +00:00
Max Horn
2bbbfdbee2 GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some dead code
svn-id: r35896
2009-01-18 14:45:23 +00:00
Max Horn
5e1cf1e166 GUI: Renamed Globals.TabLabelWidth to Globals.PopUpWidget.labelWidth (that's what it really is); changed PopUpWidget to use that value directly
svn-id: r35895
2009-01-18 14:42:26 +00:00
Andre Heider
964a451e42 Removed slashes as last char from directories
svn-id: r35894
2009-01-18 12:58:06 +00:00
Paul Gilbert
df6aa6361d Slight changes to fx method #9 to more correctly match the original game
svn-id: r35893
2009-01-18 09:29:22 +00:00
Gregory Montoir
1511099a7b merged Graphics::copyTo640/Graphics::copyFrom640
svn-id: r35892
2009-01-18 04:00:11 +00:00
Gregory Montoir
8ea8966c02 cleanup
svn-id: r35891
2009-01-18 03:22:33 +00:00
Gregory Montoir
710b7fe461 get rid of AnimationSequencePlayer::_currentSeqNum
svn-id: r35890
2009-01-18 03:07:20 +00:00
Gregory Montoir
5a809e51be simplified Graphics::decode*()
svn-id: r35889
2009-01-18 02:46:25 +00:00
Matthew Hoops
bd3ff9c719 fix another regression from the RTL branch merge
svn-id: r35888
2009-01-18 02:22:57 +00:00