Age | Commit message (Expand) | Author |
2006-10-22 | Don't output warning about unsupported language more than one time. | Johannes Schickel |
2006-10-15 | Added some more const keywords | Max Horn |
2006-09-18 | Fixes 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-27 | Adds voice/chats to the intro, and adds debug strings to the function calls. | Oystein Eftevaag |
2006-08-26 | Adds some framework for the Kyra2 intro, expands it a little bit and adds som... | Oystein Eftevaag |
2006-07-31 | Yet more kyra3 init code. | Johannes Schickel |
2006-07-27 | Oops 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.h | Johannes Schickel |
2006-07-15 | Adds filesize check for kyra.dat, this forces to upgrade always to the newest... | Johannes Schickel |
2006-07-14 | More whitespace changes. | Torbjörn Andersson |
2006-07-08 | Adds a message dialog if kyra.dat is missing which tells the user to download... | Johannes Schickel |
2006-06-05 | Fixed PalmOS ARM crashes | Chris Apers |
2006-05-28 | - makes Screen::getPagePtr private | Johannes Schickel |
2006-05-28 | adds GF_ITALIAN to the list of language flags. | Johannes Schickel |
2006-05-28 | cleanup | Johannes Schickel |
2006-05-28 | Commits Chriliths patch for fixing Kyra on PalmOS. | Johannes Schickel |
2006-05-28 | The Kyra settings are now stored in the config file instead of the savegames. | Torbjörn Andersson |
2006-05-18 | - load fonts for kyra3 | Johannes Schickel |
2006-05-18 | Removed leftover printf() | Torbjörn Andersson |
2006-05-16 | - implements kyrandia 3 wsa loader | Johannes Schickel |
2006-05-12 | - little cleanups | Johannes Schickel |
2006-05-04 | Adds (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 found | Johannes Schickel |
2006-05-01 | Adds archive file list, MD5 for my CD version, and a few function stubs for H... | Oystein Eftevaag |
2006-04-23 | Uses kyra.dat for GUI strings instead of hardcoding them, which means localiz... | Oystein Eftevaag |
2006-04-09 | Fix const correctness in Kyra's StaticResource::loadStrings and StaticResourc... | Max Horn |
2006-03-29 | Do 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 loading | Johannes Schickel |
2006-03-08 | Implemented the last menu (the settings screen). Walking speed, text speed, | Oystein Eftevaag |
2006-03-07 | Added the proper death dialog, changed the sequence skipping code a bit to avoid | Oystein Eftevaag |
2006-02-27 | Added WIP Adlib sound playing code to kyra. | Johannes Schickel |
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel |
2006-02-14 | Reworked kyra debug output system. Now he have special kyra intern debug leve... | Johannes Schickel |
2006-02-11 | Moved engines to the new engines/ directory | Max Horn |