Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-31 | KYRA: Slight formatting fixes. | Johannes Schickel | |
2011-12-26 | KYRA: Merge Screen_Rpg with Screen (for now). | Johannes Schickel | |
This should(!) fix ARM compilation issues due to virtual inheritance. | |||
2011-12-26 | KYRA: (EOB/LOL) - move eob/lol specific screen code to new class | athrxx | |
2011-12-26 | KYRA: (EOB) - fix invalid string access | athrxx | |
(also fix several cpp-check warnings) | |||
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: Clean up of header includes. | Johannes Schickel | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-02-14 | KYRA: Adapt to setPalette/grabPalette RGBA->RGB changes. | Johannes Schickel | |
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-08-03 | KYRA: Get rid of Screen_LoL::generateLevelOverlay. | Johannes Schickel | |
This function is actually exactly the same as Screen_v2::generateOverlay, after I fixed the implementation of the latter last commit. svn-id: r51704 | |||
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel | |
svn-id: r49069 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2009-12-20 | LOL: fixed text fading | Florian Kagerer | |
svn-id: r46431 | |||
2009-11-12 | LOL: - cleanup | Florian Kagerer | |
svn-id: r45852 | |||
2009-11-11 | LOL: - fixed transparency tables in PC-98 16 color version | Florian Kagerer | |
- renamed some variables svn-id: r45847 | |||
2009-10-11 | LOL/PC-98: fix king richard healing sequence | Florian Kagerer | |
svn-id: r44936 | |||
2009-10-07 | LOL/PC-98: fixed freeze spell | Florian Kagerer | |
svn-id: r44753 | |||
2009-10-06 | KYRA/LOL: - get rid of ascii/sjis detection which could cause problems when ↵ | Florian Kagerer | |
typing savegame names - fixed some minor bugs svn-id: r44709 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-04 | LOL/PC-98: fixed save menu | Florian Kagerer | |
svn-id: r44608 | |||
2009-10-04 | LOL: fixed minor bugs in text displayer | Florian Kagerer | |
svn-id: r44582 | |||
2009-10-03 | LOL/PC-98: fixed automap | Florian Kagerer | |
svn-id: r44554 | |||
2009-10-02 | LOL/PC-98: - some more fixes for level graphics (shapes are still not quite ↵ | Florian Kagerer | |
right) - fixed heal spell svn-id: r44547 | |||
2009-09-30 | Cleanup: got rid of Screen::ShadeType. | Johannes Schickel | |
svn-id: r44487 | |||
2009-09-26 | LOL/PC-98: more fixes for text displayer and character inventory | Florian Kagerer | |
svn-id: r44380 | |||
2009-09-20 | Fix valgrind warning. | Johannes Schickel | |
svn-id: r44227 | |||
2009-09-20 | Fix compilation under Linux. | Johannes Schickel | |
svn-id: r44226 | |||
2009-09-20 | LOL/PC-98: start fixing color issues (still not working correctly though) | Florian Kagerer | |
svn-id: r44223 | |||
2009-09-19 | LOL/PC-98: fix some asserts | Florian Kagerer | |
svn-id: r44197 | |||
2009-09-19 | LOL: start on pc98 support (still messed up and not working though) | Florian Kagerer | |
svn-id: r44195 | |||
2009-09-17 | LOL: cleanup (replaced some uint8 arrays with new palette objects) | Florian Kagerer | |
svn-id: r44179 | |||
2009-09-11 | LOL: add missing opcode | Florian Kagerer | |
svn-id: r44036 | |||
2009-09-11 | LOL/Floppy: fixed gfx tables generation | Florian Kagerer | |
svn-id: r44034 | |||
2009-09-03 | LOL: some more work on the floppy version (drawing code is still broken) | Florian Kagerer | |
svn-id: r43923 | |||
2009-07-13 | Got rid of Screen_LoL::_paletteConvTable. | Johannes Schickel | |
svn-id: r42443 | |||
2009-07-05 | LOL: cleanup | Florian Kagerer | |
svn-id: r42141 | |||
2009-07-05 | LOL: - reduce code duplication | Florian Kagerer | |
svn-id: r42140 | |||
2009-06-29 | Fix LoL cursor in DOS version. | Johannes Schickel | |
svn-id: r41963 | |||
2009-06-29 | Fix kyra2/kyra3 mouse cursor related regressions, introduced with r41959. | Johannes Schickel | |
svn-id: r41960 | |||
2009-06-29 | - Get rid of code duplication for mouse cursor setup | Johannes Schickel | |
- Fix mouse cursor colors in LoL PC98 (This commit might introduce regressions, since it changes the key color the mouse cursor uses) svn-id: r41959 | |||
2009-06-29 | Change Screen_LoL::loadSpecialColors to take an Palette object as parameter. | Johannes Schickel | |
svn-id: r41947 | |||
2009-06-27 | LOL: fixed regression | Florian Kagerer | |
svn-id: r41917 | |||
2009-06-25 | Change Screen_v2::findLeastDifferentColor to take a Palette object as source. | Johannes Schickel | |
svn-id: r41886 | |||
2009-06-25 | Change Screen_LoL genereta overlay functionallity to accept a Palette object ↵ | Johannes Schickel | |
as source. svn-id: r41884 | |||
2009-06-25 | Change Screen_LoL::generateGrayOverlay to use a Palette object internally. | Johannes Schickel | |
svn-id: r41882 | |||
2009-06-25 | Cleanup. | Johannes Schickel | |
svn-id: r41876 | |||
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-22 | Fix palette regression in Lands of Lore. | Johannes Schickel | |
svn-id: r41777 |