Age | Commit message (Expand) | Author |
2007-02-17 | Applied cyx's patch #1659302 ("KYRA: VQA player code cleanup/reduce") with the | Torbjörn Andersson |
2007-02-12 | little fix for fm-towns version | Johannes Schickel |
2007-02-12 | Support for Japanese FM-Towns version. (code contributed by Florian Kagerer, ... | Johannes Schickel |
2007-02-01 | oops. | Johannes Schickel |
2007-02-01 | Fix for missing Brandon in Zanthia's home (see bug #1498221 "KYRA1: Subtitles... | Johannes Schickel |
2007-01-31 | Some changes to be closer to the original with palette handling. | Johannes Schickel |
2007-01-25 | Fix typos in some warnings | Max Horn |
2007-01-09 | Fix for bug #1631352 ("KYRA1: Graphics heavily broken and ScummVM crash"), I ... | Johannes Schickel |
2007-01-06 | Merging decodeFrameDeltaPage() again and using Fingolfin's template trickery ... | Oystein Eftevaag |
2007-01-06 | A few minor fixes and optimizations (biggest one is splitting decodeFrameDelt... | Oystein Eftevaag |
2006-10-23 | Fix for bug #1582726 ("KYRA1: Crash when entering Castle screen"). | Johannes Schickel |
2006-09-17 | - removes the kyra specific language flag system, and uses the language enum ... | Johannes Schickel |
2006-09-17 | Const correctness | Max Horn |
2006-09-16 | Replaces all malloc/realloc usages with new. | Johannes Schickel |
2006-09-16 | Replaces malloc with new in most cases. | Johannes Schickel |
2006-09-15 | - adds dirty rect handling to the kyra engine (needs some more tests before I... | Johannes Schickel |
2006-09-10 | - Some little checks for shape usage. | Johannes Schickel |
2006-09-10 | Little bit cleanup. | Johannes Schickel |
2006-09-09 | Ignore mouselock count when switching the cursor graphics, fixing a bug salty... | Oystein Eftevaag |
2006-09-09 | Fixed bug #1554904 ("KYRA1: No mouse cursor in latest SVN build"). GI_KYRA1 is | Torbjörn Andersson |
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-30 | Implements item shape loading for kyra3. | Johannes Schickel |
2006-07-30 | - fixes bug in fileData (introduced with last commit) | Johannes Schickel |
2006-07-30 | - fixes copyright of kyra3.h | Johannes Schickel |
2006-07-16 | - don't error on CHAPTER1.VRM miss anymore | Johannes Schickel |
2006-06-03 | Fixes visible mouse cursor in the intro with classic theme. | Johannes Schickel |
2006-06-03 | Implements cmd_fadeEntirePalette, should fix some missing palette fades. | Johannes Schickel |
2006-05-28 | Sets a blank palette at startup. | Johannes Schickel |
2006-05-28 | - makes Screen::getPagePtr private | Johannes Schickel |
2006-05-26 | Removed hack to flush mouse events. No longer needed, apparently. | Torbjörn Andersson |
2006-05-25 | Set and show/hide mouse cursors through a "cursor manager" (analogous to the | Torbjörn Andersson |
2006-05-25 | Some more _quitFlag checks, makes quitting while end sequence faster. | Johannes Schickel |
2006-05-25 | - Adds some _quitFlag checks | Johannes Schickel |
2006-05-24 | Removes debug printf. | Johannes Schickel |
2006-05-21 | Implements kyra3 main menu drawing. | Johannes Schickel |
2006-05-18 | - load fonts for kyra3 | Johannes Schickel |
2006-05-10 | Enables OSystem::kFeatureAutoComputeDirtyRects until proper dirty rect managm... | Johannes Schickel |
2006-05-08 | Missed a couple of switch cleanups. | Torbjörn Andersson |
2006-05-03 | - modifies loadBitmap not to crash if a image isn't found | Johannes Schickel |
2006-05-03 | Fix for bug # 1480744 ("KYRA1: mouse cursor vanishes"). | Johannes Schickel |
2006-04-17 | - Implements copyRegion without transparency checking | Johannes Schickel |
2006-03-29 | Do not #include endian.h in scummsys.h (cuts down deps on endian.h from ~400 ... | Max Horn |
2006-03-20 | Implements cmd_shakeScreen. | Johannes Schickel |
2006-03-18 | Extends seq_drinkPotionAnim() so that the color of the flask Brandon | Oystein Eftevaag |
2006-03-15 | - removes a wrong space in debugC calls in screen.cpp | Johannes Schickel |
2006-03-15 | This is a bit of a hack: Before showing the mouse cursor, take care of any | Torbjörn Andersson |
2006-03-08 | Fixed tons of format string warnings for debug/error calls (including several... | Max Horn |
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 |