aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/staticres.cpp
AgeCommit message (Expand)Author
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2007-05-05- started to move v1 specific functions to KyraEngine_v1 (just opcodes yet)Johannes Schickel
2007-04-27Cleanup.Johannes Schickel
2007-04-15Formatting/Cleanup.Johannes Schickel
2007-04-15- Renamed some files for consistency with other engines.Johannes Schickel
2007-04-01made _vm/_engine usage consistent. (_engine -> _vm all over the place now).Johannes Schickel
2007-03-23Implemented some palette code differences for Amiga version.Johannes Schickel
2007-03-12WIP code for Amiga version:Johannes Schickel
2007-03-07- cleanupJohannes Schickel
2007-02-12Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ...Johannes Schickel
2007-02-07Fixed credits in FM-Towns version.Johannes Schickel
2007-02-07Support for new kyra.dat, which includes static data from the fm-towns version.Johannes Schickel
2007-02-02Replace filesize based kyra.dat check with a md5 based.Johannes Schickel
2007-01-29- adds support for FM-Towns SFX (thanks to Florian Kagerer for his source)Johannes Schickel
2007-01-25Adds basic support for the FM Towns version with some restrictions:Johannes Schickel
2007-01-25Fix typos in some warningsMax Horn
2006-10-22Don't output warning about unsupported language more than one time.Johannes Schickel
2006-10-15Added some more const keywordsMax Horn
2006-09-18Fixes the Macintosh related problems Krest mentioned on the IRC channel.Johannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-08-27Adds voice/chats to the intro, and adds debug strings to the function calls.Oystein Eftevaag
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-07-31Yet more kyra3 init code.Johannes Schickel
2006-07-27Oops it should never be renamed to c1_* but to o1_* changing this now.Johannes Schickel
2006-07-27- renaming all opcodes from cmd_* to c1_*Johannes Schickel
2006-07-27- moving KyraEngine_v3 declaration to newly added kyra3.hJohannes Schickel
2006-07-15Adds filesize check for kyra.dat, this forces to upgrade always to the newest...Johannes Schickel
2006-07-14More whitespace changes.Torbjörn Andersson
2006-07-08Adds a message dialog if kyra.dat is missing which tells the user to download...Johannes Schickel
2006-06-05Fixed PalmOS ARM crashesChris Apers
2006-05-28- makes Screen::getPagePtr privateJohannes Schickel
2006-05-28adds GF_ITALIAN to the list of language flags.Johannes Schickel
2006-05-28cleanupJohannes Schickel
2006-05-28Commits Chriliths patch for fixing Kyra on PalmOS.Johannes Schickel
2006-05-28The Kyra settings are now stored in the config file instead of the savegames.Torbjörn Andersson
2006-05-18- load fonts for kyra3Johannes Schickel
2006-05-18Removed leftover printf()Torbjörn Andersson
2006-05-16- implements kyrandia 3 wsa loaderJohannes Schickel
2006-05-12- little cleanupsJohannes Schickel
2006-05-04Adds (partial) support for italian floppy. (still hardcoded strings are missi...Johannes Schickel
2006-05-03- modifies loadBitmap not to crash if a image isn't foundJohannes Schickel
2006-05-01Adds archive file list, MD5 for my CD version, and a few function stubs for H...Oystein Eftevaag
2006-04-23Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz...Oystein Eftevaag
2006-04-09Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc...Max Horn
2006-03-29Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ...Max Horn
2006-03-18- started to rework static resource loadingJohannes Schickel
2006-03-08Implemented the last menu (the settings screen). Walking speed, text speed,Oystein Eftevaag
2006-03-07Added the proper death dialog, changed the sequence skipping code a bit to avoidOystein Eftevaag
2006-02-27Added WIP Adlib sound playing code to kyra.Johannes Schickel
2006-02-14Made the kyra debug extensions more generic, i.e. scumm engine could replaceJohannes Schickel