Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn | |
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered. | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Clean up of header includes. | Johannes Schickel | |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
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-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
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-14 | Cleanup. | Johannes Schickel | |
svn-id: r41519 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2008-07-10 | Removed unnecessary #inlcudes | Christopher Page | |
svn-id: r32984 | |||
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-08 | Silenced some g++ 4.3 warnings. | Johannes Schickel | |
svn-id: r31956 | |||
2008-05-07 | Changed kyra to use delete[] instead of delete []. | Johannes Schickel | |
svn-id: r31925 | |||
2008-05-02 | - Renamed ScreenAnimator -> Animator_v1 | Johannes Schickel | |
- Moved addItemToAnimList and deleteItemAnimEntry to KyraEngine_v2. svn-id: r31831 | |||
2008-04-19 | - some minor renaming in TIM code | Johannes Schickel | |
- added exists function to Resource - started to add checks via exists to assure that important files are present svn-id: r31572 | |||
2007-09-19 | Modified patch #1738058: "Action recorder". | Eugene Sandulenko | |
svn-id: r28968 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
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-04-01 | made _vm/_engine usage consistent. (_engine -> _vm all over the place now). | Johannes Schickel | |
svn-id: r26342 | |||
2007-03-23 | Implemented some palette code differences for Amiga version. | Johannes Schickel | |
svn-id: r26281 | |||
2007-03-18 | - little 'cleanup' | Johannes Schickel | |
- finished MSC file support for Amiga version svn-id: r26204 | |||
2007-03-16 | Basic support for Amiga MSC files. | Johannes Schickel | |
svn-id: r26153 | |||
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-01 | Reworked delay handling. | Johannes Schickel | |
svn-id: r25324 | |||
2007-02-01 | - fixed the sprite updating | Johannes Schickel | |
=> fixes gfx bug when Herman uses the saw => removed workaround for bug #1477364 ("KYRA1: Water dripping freezes") svn-id: r25323 | |||
2007-01-31 | Some changes to be closer to the original with palette handling. | Johannes Schickel | |
svn-id: r25316 | |||
2007-01-29 | Changed debug message on unknown opcode to a warning. | Johannes Schickel | |
svn-id: r25263 | |||
2007-01-29 | Implements opcode 0xFFAA ('Reset Brandon's sprite') | Johannes Schickel | |
svn-id: r25262 | |||
2006-09-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel | |
svn-id: r23886 | |||
2006-06-03 | Implements cmd_fadeEntirePalette, should fix some missing palette fades. | Johannes Schickel | |
svn-id: r22888 | |||
2006-04-04 | Since our debug() adds an exclamation mark at the message end, remove | Eugene Sandulenko | |
it in several calls to avoid duplication!!11! svn-id: r21607 | |||
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ↵ | Max Horn | |
to ~250). Many greetings to eriktorbjorn, and have fun recompiling. svn-id: r21500 | |||
2006-03-17 | Fixes bug #1401337 ("KYRA: Platform with pegasi graphics glitch") | Johannes Schickel | |
svn-id: r21347 | |||
2006-03-17 | - Fixes bug #1401432 ("KYRA: Brandon graphics glitch when exiting castle ↵ | Johannes Schickel | |
catacombs") - Fixes some sprite redraw bugs introduced with my last commits - Fixes wsa drawing bug in the cave too svn-id: r21346 | |||
2006-03-16 | - Fixes some gfx glitches (the falling feather and the falling leaf now have ↵ | Johannes Schickel | |
correct restored background) - Fixes brandon width value after loading (removes gfx glitch while talking with the tree) svn-id: r21332 | |||
2006-02-14 | Made the kyra debug extensions more generic, i.e. scumm engine could replace | Johannes Schickel | |
their debugC calls now with the new introduced debugC calls. (A mail how to use it will follow shortly on -devel) Also now these special engine debug flags can be specified from the commandline. Also made the -c & --config parameter check more secure. svn-id: r20695 | |||
2006-02-14 | Reworked kyra debug output system. Now he have special kyra intern debug ↵ | Johannes Schickel | |
levels + the global debug levels, for now I enable all kyra debug levels if the global debug level is not -1. see 'toggle_debug' in the kyra debugger and kyra.h for the different levels. (This is just the beginning of it anyway, for example the sound debug level isn't used for now) svn-id: r20678 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |