Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-27 | LOL: added some drawing code and fixed some bugs | Florian Kagerer | |
svn-id: r40167 | |||
2009-04-25 | LOL: - Started implementing the fighting system. The damage inflicted is ↵ | Florian Kagerer | |
wrong, however (at least the damage inflicted by the monsters). I'm sowewhat clueless about that bug atm. - added support for monsters with distance attacks (like those orcs in front of roland's house) - lots of small bug fixes - Some startup support for the pc-98 16 color version. The intro will run, but the font drawing/coloring is still wrong. svn-id: r40144 | |||
2009-04-11 | KYRA: Replaced Rect class by Common::Rect; replaced dirty rect handling code ↵ | Max Horn | |
by code similiar to the one used in SAGA and the frontend GUI code svn-id: r39929 | |||
2009-03-21 | LOL: - added drawing code for certain gfx (blood and slime spots on the ↵ | Florian Kagerer | |
floor, teleporters, ice walls) svn-id: r39599 | |||
2009-03-17 | LOL: added some new drawing code required for some shapes and fixed a minor ↵ | Florian Kagerer | |
text displaying bug svn-id: r39487 | |||
2009-03-01 | LOL: implemented some monster related code (monsters now get placed in the ↵ | Florian Kagerer | |
maze, but they still don't do anything) svn-id: r39039 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-09-14 | Fixed thumbnail creation / loading in kyra. | Johannes Schickel | |
svn-id: r34527 | |||
2008-08-16 | Cleanup. | Johannes Schickel | |
svn-id: r33948 | |||
2008-07-27 | - Fixed fadePalette for HoF and Kyra3 | Johannes Schickel | |
- Fixed bug in wsaFrameAnimationStep svn-id: r33334 | |||
2008-05-11 | - Renamed KyraEngine to KyraEngine_v1 | Johannes Schickel | |
- kyra.* -> kyra_v1.* - scene.cpp -> scene_v1.cpp svn-id: r32044 | |||
2008-05-02 | Started to refactor kyra2/kyra3 code to a common base. (regressions ↵ | Johannes Schickel | |
possible, compiling currently broken) svn-id: r31817 | |||
2008-04-29 | Various cleanup. | Johannes Schickel | |
svn-id: r31772 | |||
2008-04-26 | Fixed kyra screen initialization. | Johannes Schickel | |
svn-id: r31730 | |||
2008-04-23 | Implemented parts of item drop down code for Kyra3. | Johannes Schickel | |
svn-id: r31681 | |||
2008-04-20 | - moved kyra functor code to common/func.h | Johannes Schickel | |
- adapted debugger code to use functor code from common/func.h - adapted kyra engine to use functor code from common/func.h svn-id: r31614 | |||
2008-04-17 | Fixed setShapePages maxY default value. | Johannes Schickel | |
svn-id: r31554 | |||
2008-04-17 | some more drawShape plot functions now (after Lord Hoto's additions) ↵ | Florian Kagerer | |
required for Kyra 1 svn-id: r31528 | |||
2008-04-16 | Fixed shape drawing in HoF (regression) and Kyra3. | Johannes Schickel | |
svn-id: r31521 | |||
2008-04-16 | Some more kyra3 code. This should show the first scene for a brief second. ↵ | Johannes Schickel | |
(and it initializes a bit more internal stuff) svn-id: r31518 | |||
2008-04-16 | fix sjis text color (ship scene) | Florian Kagerer | |
svn-id: r31517 | |||
2008-04-12 | - some refactoring for Kyra3 | Johannes Schickel | |
- removed unneeded map code in KyraEngine_v3 svn-id: r31488 | |||
2008-04-06 | implement missing Screen::drawShapePlotType11_15() | Florian Kagerer | |
svn-id: r31441 | |||
2008-03-30 | Always clip rect to copy in Screen::copyRegion now, like the original does. | Johannes Schickel | |
This fixes bug #1537373 "KYRA1: Crash when meeting Zanthia". svn-id: r31318 | |||
2008-03-30 | - get rid of const_cast | Florian Kagerer | |
svn-id: r31317 | |||
2008-03-30 | Renamed some functions according to our coding guidelines. | Johannes Schickel | |
svn-id: r31310 | |||
2008-03-30 | - fixed formatting | Johannes Schickel | |
- fixed const correctness (needed a const_cast though :-/) svn-id: r31309 | |||
2008-03-29 | New drawShape code for Kyra 1 and 2. Scaled sprites no longer appear ↵ | Florian Kagerer | |
mutilated. This also fixes bug #1582675 (KYRA1: Brandon standing IN the floor). This still needs some testing (for both Kyra 1 and Kyra 2). svn-id: r31306 | |||
2008-03-27 | Fixed palette loading debug command for amiga version. | Johannes Schickel | |
svn-id: r31266 | |||
2008-03-27 | Added debugger command to set screen palette. | Johannes Schickel | |
svn-id: r31265 | |||
2008-03-09 | Implemented spellbook in HoF. | Johannes Schickel | |
svn-id: r31084 | |||
2008-03-09 | Fixed access of inventory in HoF while cursor is not visible. | Johannes Schickel | |
svn-id: r31081 | |||
2008-03-03 | Fix compile. | Travis Howell | |
svn-id: r31040 | |||
2008-03-03 | Started to implement GUI code for HoF. | Johannes Schickel | |
Currently working: - _basic_ inventory, this doesn't include scrolling through the inventory svn-id: r31038 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2008-01-12 | Commit patch #1869747 "KYRA: HoF sjis patch". | Johannes Schickel | |
svn-id: r30437 | |||
2008-01-05 | Fix to remove a tab character from the GPL header | Paul Gilbert | |
svn-id: r30238 | |||
2007-10-12 | HoF: | Johannes Schickel | |
- added some _skipFlag and _quitFlag handling - extended Screen::fadePal to take an functor for update purposes - changed KyraEngine_v2::fadeScenePal to use Screen::fadePal with a functor svn-id: r29188 | |||
2007-09-23 | Added command to enable screen debug functionallity. (instead of the old ↵ | Johannes Schickel | |
compile time enabling) svn-id: r29078 | |||
2007-07-29 | - Kyrandia 1 works again | Johannes Schickel | |
- Added timer class for timer handling - Little bit more resturcturing - A little bit (almost nothing but a start!) Kyrandia 2 support svn-id: r28297 | |||
2007-07-29 | Restructure Kyrandia sourcecode (part 2, compiling works again) | Johannes Schickel | |
svn-id: r28296 | |||
2007-06-23 | Applying patch 1669536: Kyra2: Intro fixes | Oystein Eftevaag | |
svn-id: r27650 | |||
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-05-22 | Some graphic fixes for FM-Towns version. (Thanks to Florian Kagerer for this). | Johannes Schickel | |
svn-id: r26915 | |||
2007-04-27 | Cleanup. | Johannes Schickel | |
svn-id: r26604 | |||
2007-04-15 | Formatting/Cleanup. | Johannes Schickel | |
svn-id: r26511 | |||
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 |