aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
AgeCommit message (Collapse)Author
2008-12-29Extended some comments.Johannes Schickel
svn-id: r35606
2008-12-28LOL: - fixed some bugs in the main menu code (premature pak file unloading ↵Florian Kagerer
etc.) and added floppy support svn-id: r35595
2008-12-26Implemented (some) main menu code for LoL.Johannes Schickel
svn-id: r35553
2008-11-30Added MIDI SFX Map, fixes SFX in HoF.Johannes Schickel
svn-id: r35181
2008-11-16Fixed various g++ warnings ("format not a string literal and no format ↵Johannes Schickel
arguments"). svn-id: r35096
2008-10-21Cleanup.Johannes Schickel
svn-id: r34831
2008-10-03Cleanup.Johannes Schickel
svn-id: r34736
2008-10-03Check all 'kyra.dat' files in setup paths instead of only the first one found.Johannes Schickel
svn-id: r34735
2008-10-02Engine class changed:Max Horn
- Moved initCommonGFX() && GUIErrorMessage() out of class Engine - got rid of the _autosavePeriod member (this prevented users from changing the autosave period during runtime) - Got rid of an evil 'using GUI::Dialog' statement - Clarified some Doxygen comments svn-id: r34720
2008-09-09Changed static resource code to use Streams instead of operating on buffers.Johannes Schickel
svn-id: r34467
2008-09-07Got rid of all Common::File usages in Kyra.Johannes Schickel
svn-id: r34435
2008-09-01Merging more of the GSoC 2008 RTL branch: KYRAMax Horn
svn-id: r34246
2008-08-20- add support for Italian floppy versionFlorian Kagerer
- more work on fm-towns music tempo svn-id: r34067
2008-08-13Fixed some memory leaksChristopher Page
svn-id: r33846
2008-08-10Fixed kyra to support properly support restarting of engine (for GSoC RTL, ↵Johannes Schickel
based on a patch from Chris Page). svn-id: r33736
2008-08-03fix last commit (invalid kyra.dat game features for HOFCD)Florian Kagerer
svn-id: r33580
2008-08-03add support for HOF Italian fan translation to kyra.datFlorian Kagerer
svn-id: r33578
2008-08-02add non-interactive lol demoFlorian Kagerer
svn-id: r33556
2008-08-02Fixed regressions in kyra1 amiga.Johannes Schickel
svn-id: r33522
2008-07-31Committed slightly modified patch #2029395 "KYRA: Lands of Lore Intro + ↵Johannes Schickel
Character selection". svn-id: r33463
2008-07-20Commented out some more PC-98 audio stuff, to avoid warnings.Torbjörn Andersson
svn-id: r33146
2008-07-20KYRA: disable incomplete PC-98 audio support for 0.12.0 release (use towns ↵Florian Kagerer
audio instead) svn-id: r33145
2008-07-07Fix for bug #2012293 "KYRA: Bad Spanish String in menu".Johannes Schickel
svn-id: r32949
2008-07-05Added support for Italian fan translation of Kyrandia 3. (see fr#2003504 ↵Johannes Schickel
"KYRA: add support for Italian version of Kyrandia 2&3") svn-id: r32912
2008-07-05Added spanish menu strings for spanish fan translation of Kyrandia 3.Johannes Schickel
svn-id: r32911
2008-06-26- improved hof music support for fm-towns (driver for *.twn tracks) (still ↵Florian Kagerer
needs quite some work) - some PC-98 music support since it uses a very similar driver, but this can't be considered working yet) - Kyra 1 PC-98 music doen't work at all since I haven't figured out yet how to turn track numbers into the corresponding music file names (might require a hard coded track map) svn-id: r32807
2008-06-06- Fixed a valgrind waringJohannes Schickel
- Formatting - Removed an assert svn-id: r32575
2008-05-24- CleanupJohannes Schickel
- Added support for showing kyra.dat error messages in a dialog svn-id: r32259
2008-05-24cleanupFlorian Kagerer
svn-id: r32253
2008-05-24fix for missing spellbook and letter text in the floppy versionsFlorian Kagerer
svn-id: r32242
2008-05-18Cleanup.Johannes Schickel
svn-id: r32176
2008-05-18add support for Kyra 1 Italian floppy (this fixes so called bug #1409244 - ↵Florian Kagerer
KYRA1: GFX problems with ITALIAN floppy) svn-id: r32175
2008-05-18Typos.Johannes Schickel
svn-id: r32171
2008-05-12Formatting.Johannes Schickel
svn-id: r32078
2008-05-12remove useless double check on sound list entriesFlorian Kagerer
svn-id: r32076
2008-05-12fix valgrind warning and some cleanupFlorian Kagerer
svn-id: r32075
2008-05-12More naming consistency fixes (fixes old TODO).Johannes Schickel
svn-id: r32062
2008-05-12fix for kyra 3 sfx (broken by last commit)Florian Kagerer
svn-id: r32061
2008-05-12move some kyra 3 static resources to kyra.datFlorian Kagerer
svn-id: r32058
2008-05-11- Renamed KyraEngine to KyraEngine_v1Johannes Schickel
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044
2008-05-11Consisteny fixes:Johannes Schickel
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042
2008-05-11Implemented helium mode support for Kyra3.Johannes Schickel
svn-id: r32028
2008-05-11- Implemented kyra3 album (page switch animation not yet implemented)Johannes Schickel
- Implemented opcode 25: o3_showAlbum svn-id: r32022
2008-05-10implement item animations for MRFlorian Kagerer
svn-id: r31973
2008-05-07Fix invalid memory access bug in the library sequence (original static data ↵Florian Kagerer
seems to be bugged here) svn-id: r31933
2008-05-07Changed kyra to use delete[] instead of delete [].Johannes Schickel
svn-id: r31925
2008-05-06- Fixed valgrind warnings in HoFJohannes Schickel
- Fixed memory leaks in HoF svn-id: r31903
2008-05-05- Implemented Kyra3 audio options menu, Helium mode still missing.Johannes Schickel
- Fixed unitialized variable svn-id: r31881
2008-05-05Implemented support for Kyra3 game options menu (including studio audience ↵Johannes Schickel
and skip flag options). svn-id: r31879
2008-05-05- Added support for Kyra3 GUI (audio and game options not working yet)Johannes Schickel
- Added support for loading directly from command line for Kyra3 svn-id: r31876