aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-01-18LOL: basic music support and some cleanupFlorian Kagerer
svn-id: r35917
2009-01-18Removed 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-18Disabled use of OSystem::kFeatureAutoComputeDirtyRects in SAGA for nowMax Horn
svn-id: r35915
2009-01-18Updated theme version to 0.4Max Horn
svn-id: r35914
2009-01-18Updated theme .zip files and default themeMax Horn
svn-id: r35913
2009-01-18Updated credits list with retired membersMax Horn
svn-id: r35911
2009-01-18LOL: fix some valgrind warningsFlorian Kagerer
svn-id: r35910
2009-01-18Updated the MSVC files of the Kyra engineFilippos Karapetis
svn-id: r35909
2009-01-18Formatting.Johannes Schickel
svn-id: r35908
2009-01-18Fixed mismatching delete call.Johannes Schickel
svn-id: r35907
2009-01-18- Fixed some delete[] misuseJohannes Schickel
- Fixed regression introduced with r35904 svn-id: r35906
2009-01-18- Fixed bug in script code of LoLJohannes Schickel
- Cleanup svn-id: r35905
2009-01-18Fixed compilation.Johannes Schickel
svn-id: r35904
2009-01-18LOL: 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-18Fixed bug in PAK link list code, now file links are correctly initialized.Johannes Schickel
svn-id: r35902
2009-01-18Removed 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-18Update scene number internally so it gets displayed correctly in the debugger.Johannes Schickel
svn-id: r35900
2009-01-18cleanupMax Horn
svn-id: r35899
2009-01-18GUI: Some cleanup and renaming; moved some parsing code from ThemeEngine to ↵Max Horn
ThemeParser svn-id: r35898
2009-01-18Added 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-18GUI: Removed ThemeEngine::getTabSpacing() and getTabPadding(); removed some ↵Max Horn
dead code svn-id: r35896
2009-01-18GUI: 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-18Removed slashes as last char from directoriesAndre Heider
svn-id: r35894
2009-01-18Slight changes to fx method #9 to more correctly match the original gamePaul Gilbert
svn-id: r35893
2009-01-18merged Graphics::copyTo640/Graphics::copyFrom640Gregory Montoir
svn-id: r35892
2009-01-18cleanupGregory Montoir
svn-id: r35891
2009-01-18get rid of AnimationSequencePlayer::_currentSeqNumGregory Montoir
svn-id: r35890
2009-01-18simplified Graphics::decode*()Gregory Montoir
svn-id: r35889
2009-01-18fix another regression from the RTL branch mergeMatthew Hoops
svn-id: r35888
2009-01-18splitted play/load class methods in introduction animation playerGregory Montoir
svn-id: r35887
2009-01-17Since users need to rename the sound and index files in DW2, throw nice GUI ↵Filippos Karapetis
error messages when these files are not found before dying with an error svn-id: r35886
2009-01-17Fixed bug #2057987 - "IHNM: Music stops in Ellen's chapter"Filippos Karapetis
svn-id: r35884
2009-01-17Silenced MSVC warningFilippos Karapetis
svn-id: r35883
2009-01-17use pointers when passing struct statAndre Heider
svn-id: r35882
2009-01-17Merged gui/ThemeData.cpp into ThemeEngine.cppMax Horn
svn-id: r35881
2009-01-17Removed unused & incomplete widget caching codeMax Horn
svn-id: r35880
2009-01-17Make sure that "quit" events are handled immediately. This fixes a warning - orTorbjörn Andersson
possibly worse - about an invalid opcode when quitting the game. svn-id: r35879
2009-01-16tiny cleanupMax Horn
svn-id: r35878
2009-01-16- Removed _gameVersion, engine versions are set in the game detection ↵Filippos Karapetis
entries now - Renamed ProjectReader -> ResourceReader - Added some WIP code for the EGA version of the Manhole (still not working/disabled) - The resource reader now closes the files it has opened correctly when it's deleted svn-id: r35877
2009-01-16Some cleanup (one could replace some of those switch/case by jump tables...)Max Horn
svn-id: r35876
2009-01-16TUCKER: Got rid of _fileToLoadMax Horn
svn-id: r35875
2009-01-16TUCKER: Changed loadFile and loadImage to take filename as parameter (trying ↵Max Horn
to get rid of _fileToLoad) svn-id: r35874
2009-01-16TUCKER: Simplify TuckerEngine::copyLocBitmapMax Horn
svn-id: r35873
2009-01-16Reuse given stat flags when possible to avoid fstat() callsAndre Heider
svn-id: r35872
2009-01-16Fixed class indentionMax Horn
svn-id: r35871
2009-01-16Code formatting fixes, automatically performed by astyleMax Horn
svn-id: r35870
2009-01-16Mark cruise save/load code as not endian safeMax Horn
svn-id: r35869
2009-01-14Added some comments to ThemeLayoutStacked::reflowLayoutH/VMax Horn
svn-id: r35868
2009-01-14Renamed various ThemeLayout methods for clarity; removed unused setSpacing ↵Max Horn
method, and moved _spacing to class ThemeLayoutStacked svn-id: r35867
2009-01-14-1 is not an uint8. Assuming ones-complement, though, I guess 255 was meantMax Horn
svn-id: r35865