Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2009-06-21 | Cleanup: Change LoL code to use KYRA volume handling. | Johannes Schickel | |
svn-id: r41730 | |||
2009-06-21 | LOL: - implemented audio menu | Florian Kagerer | |
- menu settings now get saved - remove white spaces svn-id: r41729 | |||
2009-06-16 | LOL: implemented options menu (settings aren't saved yet) | Florian Kagerer | |
svn-id: r41596 | |||
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-09 | - Moved Screen_v2::copyWsaRect to Screen::copyWsaRect | Johannes Schickel | |
- Made WSAMovie_v1::displayFrame code match the original - Changed WSAMovieAmiga::displayFrame to use Screen::copyWsaRect too - Got rid of '...' parameter usage in all WSA player classes svn-id: r41398 | |||
2009-06-07 | LOL: implemented two more opcodes for castle cimmeria | Florian Kagerer | |
svn-id: r41336 | |||
2009-06-02 | Formatting and whitespaces again. | Johannes Schickel | |
svn-id: r41120 | |||
2009-06-01 | - Fix some valgrind warnings | Johannes Schickel | |
- Fix original bug in the Lands of Lore credits, which messed up some headings (the original didn't display them at all for some reason) svn-id: r41111 |