Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) - adapt static resources | athrxx | |
2013-01-09 | KYRA: Make all hex constants use uppercase letters. | Johannes Schickel | |
Done with: git ls-files "*.cpp" *".h" | xargs sed -i -e 's/0x\([0-9a-f]*\)/0x\U\1/g' | |||
2012-05-06 | KYRA: fix bug No. X. from http://forums.scummvm.org/viewtopic.php?t=11487 | athrxx | |
(monsters not getting hit by fireball trap) | |||
2011-12-31 | KYRA: Slight formatting fixes. | Johannes Schickel | |
2011-12-28 | KYRA: (LOL) - refactor item/monster structs | athrxx | |
2011-12-26 | KYRA: (EOB/LOL) - rename some vars | athrxx | |
(all cases of Eob to EoB, all cases of Lol to LoL, all cases of LolEobCommon to RpgCommon) | |||
2011-12-26 | KYRA: (EOB) - initial code base commit | athrxx | |
2011-11-08 | KYRA: fix bug #3429455 | athrxx | |
(signed/unsigned bug in LoLEngine::olol_getWallType) | |||
2011-11-04 | KYRA: add missing (maybe unused) case to LoLEngine::olol_getGlobalVar() | athrxx | |
2011-11-04 | KYRA: (LOL) minor fix, cleanup and renaming | athrxx | |
2011-11-04 | KYRA: fix monster hp in LoL | athrxx | |
2011-11-04 | KYRA: rename script proc and fix some debug messages | athrxx | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-19 | LOL: fix bug reported on forum | athrxx | |
In cases where the script failed to delete a certain character from the party (because that character was not a party member) it would add this character to the party instead. E.g. when returning to Gladstone without having picked up Timothy, he would get added to the party after the throne room scene. The same happened with Lora at the Draracle if she wasn't picked up on the way. | |||
2011-06-09 | KYRA: Get rid of most snprintf usages. | Johannes Schickel | |
Thanks to digitall for his initial patch, which I only altered slightly. | |||
2011-06-05 | LOL: cleanup | athrxx | |
- fix RTL during outro/credits - get rid of _animator - fix wrong memset | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | KYRA: Fix compilation when LoL is disabled. | Johannes Schickel | |
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-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2010-10-30 | LOL: workaround for bug #3098935 | Florian Kagerer | |
(Vaelan's Cube can be duplicated at Scotia's Barrier) This is a bug in the game data of early unpatched floppy versions. This can also be fixed by applying the official patch (ftp://ftp.westwood.com/pub/lands1/updates/lolus123.exe). svn-id: r53954 | |||
2010-10-23 | LOL: - fix invalid mem access | Florian Kagerer | |
- also extend LordHoto's recent item code changes to LOL svn-id: r53740 | |||
2010-10-22 | LOL: fix possible regressions | Florian Kagerer | |
svn-id: r53700 | |||
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 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2010-01-01 | LOL: cleanup | Florian Kagerer | |
svn-id: r46866 | |||
2009-12-28 | LOL: fixed debug message | Florian Kagerer | |
svn-id: r46675 | |||
2009-12-26 | LOL: - added workaround for portrait speech animations which would sometimes ↵ | Florian Kagerer | |
"freeze" - renamed some stuff svn-id: r46601 | |||
2009-12-13 | LOL: some cleanup for recent code changes | Florian Kagerer | |
svn-id: r46358 | |||
2009-12-12 | LOL: moved TIM animation code into a separate class | Florian Kagerer | |
svn-id: r46351 | |||
2009-11-11 | LOL: - fixed transparency tables in PC-98 16 color version | Florian Kagerer | |
- renamed some variables svn-id: r45847 | |||
2009-10-18 | LOL: this should fix a valgrind warning | Florian Kagerer | |
svn-id: r45221 | |||
2009-10-13 | LOL/PC-98: fixed outro | Florian Kagerer | |
svn-id: r45046 | |||
2009-10-11 | LOL/PC-98: cleanup | Florian Kagerer | |
svn-id: r44946 | |||
2009-10-11 | LOL/PC-98: fix king richard healing sequence | Florian Kagerer | |
svn-id: r44936 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-10-02 | LOL: cleanup | Florian Kagerer | |
svn-id: r44549 | |||
2009-09-26 | LOL/PC-98: more fixes for text displayer and character inventory | Florian Kagerer | |
svn-id: r44380 | |||
2009-09-26 | LOL/PC-98: start fixing sequences (like broken arms inn and king richard ↵ | Florian Kagerer | |
getting poisoned) svn-id: r44375 | |||
2009-09-19 | LOL/PC-98: fixed block drawing (colors are still wrong) | Florian Kagerer | |
svn-id: r44198 | |||
2009-09-19 | LOL/PC-98: fix some asserts | Florian Kagerer | |
svn-id: r44197 | |||
2009-09-18 | Call updateScreen after setScreenPalette in olol_restoreMagicShroud, so that ↵ | Johannes Schickel | |
the palette is updated correctly. svn-id: r44182 | |||
2009-09-17 | LOL: cleanup (replaced some uint8 arrays with new palette objects) | Florian Kagerer | |
svn-id: r44179 | |||
2009-09-17 | LOL/Floppy: fix king richard healing sequence | Florian Kagerer | |
svn-id: r44178 | |||
2009-09-17 | Changed olol_restoreMagicShroud to be a bit more talkative on errors. | Johannes Schickel | |
svn-id: r44174 | |||
2009-09-14 | LOL: fix some regressions | Florian Kagerer | |
svn-id: r44092 | |||
2009-09-13 | LOL/Floppy: fixed size of menu boxes | Florian Kagerer | |
svn-id: r44061 |