Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | KYRA: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) - adjust sjis font settings, spacing, etc. | athrxx | |
2013-01-09 | KYRA: (LOL/FM-TOWNS) some startup code | athrxx | |
(let the FM-Towns version load up and run without errors/crashes) | |||
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-11-11 | KYRA: clean up audio resource handling | athrxx | |
(this was really ugly, now it's somewhat less ugly) | |||
2012-11-11 | KYRA: finish implementation of new HOF sequence player code | athrxx | |
2012-11-11 | KYRA: move HOF sequence player into its own class | athrxx | |
(also cleaning up and fixing things while doing that) | |||
2011-12-31 | KYRA: Slight formatting fixes. | Johannes Schickel | |
2011-12-29 | KYRA: Fix format string | Willem Jan Palenstijn | |
2011-12-29 | KYRA: Prefix version string in LoL, EoB, EoB 2 main menu with "ScummVM". | Johannes Schickel | |
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-10-29 | KYRA: Get rid of Sound's voiceFileIsPresent in favor of isVoicePresent. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-07-24 | LOL: add support for Russian CD-ROM version | athrxx | |
2011-07-24 | LOL: add support for Russian floppy version | athrxx | |
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
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 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2010-10-15 | KYRA: Fix valid warnings of bug #3087837 "KYRA: Code analysis warnings". | Johannes Schickel | |
svn-id: r53494 | |||
2010-09-20 | KYRA: Fix RTL from LoL's main menu. | Johannes Schickel | |
svn-id: r52835 | |||
2010-09-07 | LOL FLOPPY: silence pointless warnings in character selection | Florian Kagerer | |
svn-id: r52627 | |||
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Paranoia change: add some explicit terminating 0 after some strncpy uses. | Johannes Schickel | |
svn-id: r47479 | |||
2009-12-13 | LOL: fixed regression | Florian Kagerer | |
svn-id: r46366 | |||
2009-12-13 | LOL: some cleanup for recent code changes | Florian Kagerer | |
svn-id: r46358 | |||
2009-11-28 | LOL: completed support for floppy installer files | Florian Kagerer | |
svn-id: r46174 | |||
2009-10-26 | - Fix some missing initialization warnings from cppcheck | Johannes Schickel | |
- Fix two invalid memory accesses reported by cppcheck svn-id: r45414 | |||
2009-10-14 | Add LoL PC98 credits entries to kyra.dat. | Johannes Schickel | |
svn-id: r45082 | |||
2009-10-13 | LOL/PC-98: fixed outro | Florian Kagerer | |
svn-id: r45046 | |||
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-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-09-30 | Got rid of old workaround, which was only needed because our SJIS font did ↵ | Johannes Schickel | |
not feature any ASCII chars. svn-id: r44489 | |||
2009-09-16 | LOL/Floppy: fixed outro | Florian Kagerer | |
svn-id: r44116 | |||
2009-08-19 | Implemented proper character selection of Lands of Lore PC98. | Johannes Schickel | |
svn-id: r43531 | |||
2009-08-19 | Skip the whole Lore of the Lands special when the user does any input, like ↵ | Johannes Schickel | |
the original did. svn-id: r43527 | |||
2009-08-16 | Fix format arugments in LoL code. (triggered via -Wformat-security) | Johannes Schickel | |
svn-id: r43444 | |||
2009-08-13 | Implemented support for the "Lore of the Lands" special of Lands of Lore CD. | Johannes Schickel | |
svn-id: r43349 | |||
2009-07-14 | Fix graphics glitch in LoL PC98 intro. | Johannes Schickel | |
svn-id: r42493 | |||
2009-06-29 | Adapted various code parts to use Palette::fill. | Johannes Schickel | |
svn-id: r41953 | |||
2009-06-25 | Readd PC98 palette loading for LoL 16 color. | Johannes Schickel | |
svn-id: r41850 | |||
2009-06-22 | Changed Screen::loadPalette to take a reference to a Palette object instead ↵ | Johannes Schickel | |
of an array. svn-id: r41745 | |||
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 | - Changed the following Screen functions to take a reference to a Palette ↵ | Johannes Schickel | |
object: -> setScreenPalette -> fadePalette -> getFadeParams -> fadePalStep - Fixed initialization of 256 color palettes svn-id: r41743 | |||
2009-06-22 | Changed Screen::getPalette to return a reference to a Palette object. | Johannes Schickel | |
svn-id: r41741 | |||
2009-06-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 |