Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Fix compilation when LoL is disabled. | Johannes Schickel | |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel | |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel | |
svn-id: r49069 | |||
2010-03-24 | Remove pointer dereferencation in a place, where the result is not used at all. | Johannes Schickel | |
svn-id: r48396 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-11-15 | Formatting. | Johannes Schickel | |
svn-id: r45909 | |||
2009-11-14 | KYRA: added kyra 1 pc98 static data to kyra.dat (intro forest sequence is ↵ | Florian Kagerer | |
still broken) svn-id: r45906 | |||
2009-10-31 | Fix some memory leaks in Kyrandia 1 (this hopefully fixes crashes on NDS ↵ | Johannes Schickel | |
after a long playtime). svn-id: r45572 | |||
2009-09-13 | KYRA: - add sfx support for PC98-Version | Florian Kagerer | |
svn-id: r44074 | |||
2009-08-25 | Implement support for the Kyrandia 1 CD demo. | Johannes Schickel | |
svn-id: r43737 | |||
2009-08-11 | merged from trunk (Amiga LoK supposedly completeable!) | Norbert Lange | |
fixed a bug I introduced in one of the last cleanups svn-id: r43291 | |||
2009-08-10 | Fix copyright string displaying in Kyra1 amiga. Unlike the DOS version it ↵ | Johannes Schickel | |
does not use a second print for creating a shadow look. svn-id: r43207 | |||
2009-07-18 | first attempt at enabling soundeffects using an table from the executeable. ↵ | Norbert Lange | |
Doesnt quite work as it should svn-id: r42575 | |||
2009-06-25 | Replace yet another palette from file loading with Screen::loadPalette. | Johannes Schickel | |
svn-id: r41878 | |||
2009-06-22 | Changed Screen::loadBitmap and Movie::open to take an optional Palette ↵ | Johannes Schickel | |
pointer instead of an optional array pointer. svn-id: r41744 | |||
2009-06-22 | - Changed the following Screen functions to take a reference to a Palette ↵ | Johannes Schickel | |
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743 | |||
2009-06-22 | Add wrapper functionality for copying full palettes. | Johannes Schickel | |
svn-id: r41742 | |||
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 | |||
2009-06-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes Schickel | |
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398 | |||
2009-06-08 | - Cleanup | Johannes Schickel | |
- Fix regression in Kyra1 outro svn-id: r41384 | |||
2009-06-08 | Cleanup. | Johannes Schickel | |
svn-id: r41381 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-05-10 | LOL: - added some spell casting (spark, heal, swarm) | Florian Kagerer | |
- fixed several bugs (not the one in the fighting system though) - added several opcodes. there shouldn't be any real show stoppers in the draracle cave now. - simplified wsa code (which required 4 lines of code for displaying a frame) - added support for wsa animations that don't have a last frame (apparently kyra 2 and 3 don't have this type of wsa file) svn-id: r40420 | |||
2008-09-30 | Renamed Engine::quit to Engine::shouldQuit (previously, it was easily ↵ | Max Horn | |
confused with Engine::quitGame); also cleaned up engine.h a bit svn-id: r34700 | |||
2008-06-24 | Added const to some static data. | Johannes Schickel | |
svn-id: r32763 | |||
2008-05-11 | Consisteny fixes: | Johannes Schickel | |
- Renamed classes *_v1 -> *_LoK - Renamed files *_v1.* -> *_lok.* - Renamed WSAMovieV1 -> WSAMovie_v1 - Renamed WSAMovieV2 -> WSAMovie_v2 svn-id: r32042 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-03-23 | Respect text/voice settings in Kyrandia 1 Intro/Outro. | Johannes Schickel | |
svn-id: r31228 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-15 | - added PC-98 platform entry | Johannes Schickel | |
- added Kyrandia 1 PC-98 detection entries svn-id: r28907 | |||
2007-07-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | Johannes Schickel | |
svn-id: r28296 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-04-15 | Formatting/Cleanup. | Johannes Schickel | |
svn-id: r26511 | |||
2007-03-12 | WIP code for Amiga version: | Johannes Schickel | |
- Font displaying is not yet supported. - Intro should be glitch free - all other things are *untested* svn-id: r26113 | |||
2007-03-07 | - cleanup | Johannes Schickel | |
- some diffs for Amiga version svn-id: r26010 | |||
2007-02-12 | little fix for fm-towns version | Johannes Schickel | |
svn-id: r25531 | |||
2007-02-12 | Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ↵ | Johannes Schickel | |
modified a bit) svn-id: r25530 | |||
2007-02-07 | Support for new kyra.dat, which includes static data from the fm-towns version. | Johannes Schickel | |
svn-id: r25416 | |||
2007-01-29 | - adds support for FM-Towns SFX (thanks to Florian Kagerer for his source) | Johannes Schickel | |
- gets rid of GameFlags::hasAudioCD svn-id: r25258 | |||
2007-01-25 | Adds CD audio support. | Johannes Schickel | |
svn-id: r25192 | |||
2007-01-25 | Adds basic support for the FM Towns version with some restrictions: | Johannes Schickel | |
- just english playable - no audio svn-id: r25188 | |||
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle ↵ | Max Horn | |
the linker dependency graph). Porters will have to update project files svn-id: r23974 | |||
2006-09-18 | Fixes the Macintosh related problems Krest mentioned on the IRC channel. | Johannes Schickel | |
(the user has to set the game platform to Macintosh though, since it's atm detected as DOS version) svn-id: r23929 | |||
2006-09-17 | formatting | Johannes Schickel | |
svn-id: r23923 | |||
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ↵ | Johannes Schickel | |
defined in Common for that now - also reworks the game flag system in general svn-id: r23920 | |||
2006-09-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel | |
svn-id: r23886 |