Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-10 | Fix GUI menu colors for Kyrandia 1 Amiga. | Johannes Schickel | |
svn-id: r43215 | |||
2009-08-10 | Fix interface text color. | Johannes Schickel | |
svn-id: r43195 | |||
2009-08-10 | Initial support for correct colors in the interface of Kyra1 AMIGA. | Johannes Schickel | |
svn-id: r43192 | |||
2009-08-09 | prepare the kyraplayer for reading sfxtables from raw data (instead of ↵ | Norbert Lange | |
static tables) svn-id: r43184 | |||
2009-08-08 | Implemented support for Amiga wander score map. | Johannes Schickel | |
svn-id: r43133 | |||
2009-07-13 | Got rid of Screen_LoL::_paletteConvTable. | Johannes Schickel | |
svn-id: r42443 | |||
2009-06-25 | Implement proper color index conversion for Lands of Lore PC98. (The intro ↵ | Johannes Schickel | |
and menu screen work fine now) svn-id: r41867 | |||
2009-06-25 | Initial support for Kyrandia 1 PC-9801 Japanese 16 color. | Johannes Schickel | |
svn-id: r41844 | |||
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 | 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-21 | LOL: - implemented audio menu | Florian Kagerer | |
- menu settings now get saved - remove white spaces svn-id: r41729 | |||
2009-06-21 | Moved CP850<->ISO-8859-1 conversion to Util. | Johannes Schickel | |
svn-id: r41720 | |||
2009-06-20 | LOL: implemented save menu | Florian Kagerer | |
svn-id: r41713 | |||
2009-06-20 | Added explicit casts to _fontConversionTableGerman for systems where char is ↵ | Paul Gilbert | |
signed svn-id: r41699 | |||
2009-06-19 | LOL: - implemented delete menu | Florian Kagerer | |
- fixed some bugs in the menu code svn-id: r41683 | |||
2009-06-19 | Fix some warnings. | Johannes Schickel | |
svn-id: r41679 | |||
2009-06-19 | LOL: - implemented bezel cup opcode | Florian Kagerer | |
- implemented font conversion for certain language specific characters in load game dialogue (only german atm) svn-id: r41677 | |||
2009-06-16 | LOL: implemented options menu (settings aren't saved yet) | Florian Kagerer | |
svn-id: r41596 | |||
2009-06-15 | LOL: implemented quit menu | Florian Kagerer | |
svn-id: r41560 | |||
2009-06-15 | LOL: - started on the ingame menu code (death menu, load menu and main menu) | Florian Kagerer | |
- fixed regression in kyra gui code (broken menu highlighting) - fixed minor bug in animation code svn-id: r41557 | |||
2009-06-03 | LOL: implemented mist of doom spell | Florian Kagerer | |
svn-id: r41145 | |||
2009-05-31 | Add support for the Lands of Lore scrolling credits. | Johannes Schickel | |
svn-id: r41081 | |||
2009-05-31 | Fix various memory leaks in Lands of Lore. | Johannes Schickel | |
svn-id: r41066 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40991 | |||
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel | |
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939 | |||
2009-05-24 | Strip trailing whitespaces. | Johannes Schickel | |
svn-id: r40866 | |||
2009-05-23 | LOL: implemented fireball spell | Florian Kagerer | |
svn-id: r40813 | |||
2009-05-22 | LOL: (temporary) fix for button callback assignment. The automatic list ↵ | Florian Kagerer | |
capacity increase seems to fail somehow. svn-id: r40786 | |||
2009-05-22 | Fix crash when playing LoL demo. | Johannes Schickel | |
svn-id: r40780 | |||
2009-05-22 | Cleanup. | Johannes Schickel | |
svn-id: r40779 | |||
2009-05-22 | Fix RTL in Lands of Lore. | Johannes Schickel | |
svn-id: r40778 | |||
2009-05-21 | LOL: - implemented Lightning Spell | Florian Kagerer | |
svn-id: r40776 | |||
2009-05-18 | LOL: fixed automap | Florian Kagerer | |
svn-id: r40701 | |||
2009-05-16 | LOL: implemented loading and saving via Alt/Ctrl + number keys | Florian Kagerer | |
svn-id: r40631 | |||
2009-05-11 | LOL: - implemented inventory screen status icons | Florian Kagerer | |
svn-id: r40463 | |||
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 | |||
2009-04-29 | Formatting. | Johannes Schickel | |
svn-id: r40202 | |||
2009-04-29 | Cleanup. | Johannes Schickel | |
svn-id: r40199 | |||
2009-04-29 | Fix out of bounds array access (as reported by DrMcCoy). | Johannes Schickel | |
svn-id: r40197 | |||
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-16 | Add HACK to support DOS music in Kyra1 Mac CD based on patch #2767489 ↵ | Johannes Schickel | |
"KYRA1: Support for Mac CD". svn-id: r39962 | |||
2009-04-04 | LOL: - reverted last commit which would break map shape drawing (I have now ↵ | Florian Kagerer | |
changed the map shape coordinates to decimal numbers though since some compiler seems to complain about signed hex numbers) - added support for placing items in wall niches (like that one in the thugs' cave) svn-id: r39823 | |||
2009-04-03 | Fixed compilation (a signed byte cannot hold such big values) | Filippos Karapetis | |
svn-id: r39821 | |||
2009-04-03 | LOL: - added support for magic atlas | Florian Kagerer | |
- fixed minor palette bug svn-id: r39818 | |||
2009-03-24 | LOL: - implemented lots of opcodes and fixed a few bugs | Florian Kagerer | |
- it's now possible to leave the castle svn-id: r39653 | |||
2009-03-21 | LOL: The guards will now attack you when you throw certain items at them. ↵ | Florian Kagerer | |
They can't do any damage though, since this isn't implemented yet. svn-id: r39582 | |||
2009-03-16 | LOL: - implemented item throwing | Florian Kagerer | |
svn-id: r39455 | |||
2009-03-15 | LOL: - added some missing animations for the shops | Florian Kagerer | |
- added support for dropping/picking up items (no throwing yet) svn-id: r39422 |