aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
AgeCommit message (Collapse)Author
2009-02-16LOL: - more work on the user interfaceFlorian Kagerer
- fixed non interactive demo svn-id: r38374
2009-02-15LOL: fix bug in kyra.datFlorian Kagerer
svn-id: r38246
2009-02-15LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵Florian Kagerer
3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190
2009-02-14LOL: fixed bug in text displayer and some cleanupFlorian Kagerer
svn-id: r36327
2009-02-14LOL:Florian Kagerer
- implemented some input code - you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing - processButtonList isn't really implemented yet for LOL. I'll still have to check which features are needed here. svn-id: r36320
2009-02-01svn-id: r36178Florian Kagerer
2009-01-23Renamed Kyra's Resource::getFileStream to createReadStreamMax Horn
svn-id: r36022
2009-01-23Renamed ArchiveMember::open -> createReadStream, and made it a cv member ↵Max Horn
(const); same for Archive::openFile svn-id: r36020
2009-01-18LOL: basic music support and some cleanupFlorian Kagerer
svn-id: r35917
2009-01-18LOL: fix some valgrind warningsFlorian Kagerer
svn-id: r35910
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-01Whoa! Removing trailing spaces.Eugene Sandulenko
svn-id: r35648
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