Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-22 | Encapsulated access to Parse::_resultInt | Sven Hesse | |
svn-id: r41750 | |||
2009-06-22 | Added the dummy volume variable to the savegame format | Paul Gilbert | |
svn-id: r41749 | |||
2009-06-22 | Implemented the Op_SetVolume method like the original, which simply set a ↵ | Paul Gilbert | |
dummy variable and never actually changed the volume svn-id: r41748 | |||
2009-06-22 | Fix memory leak. | Johannes Schickel | |
svn-id: r41747 | |||
2009-06-22 | - Fixed regression in Screen::fadeToBlack | Johannes Schickel | |
- Fixed some palette regressions in Kyra1 Amiga (only the intro works currently) svn-id: r41746 | |||
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 | 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-22 | Got rid of Screen::_currentPalette. | Johannes Schickel | |
svn-id: r41740 | |||
2009-06-22 | Start refactoring palette handling into new class "Palette". | Johannes Schickel | |
svn-id: r41739 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41736 | |||
2009-06-21 | LOL: minor fix for floating cursors | Florian Kagerer | |
svn-id: r41735 | |||
2009-06-21 | LOL: - implemented support for "floating cursors" | Florian Kagerer | |
- prevent complete refresh for audio menu whenever a mouse button is pressed svn-id: r41734 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41733 | |||
2009-06-21 | Fix slider buttons in LoL (and some minor cleanup). | Johannes Schickel | |
svn-id: r41732 | |||
2009-06-21 | Cleanup: Change LoL specific config entries to use underscores instead of ↵ | Johannes Schickel | |
whitespaces. svn-id: r41731 | |||
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-21 | Cleanup | Filippos Karapetis | |
svn-id: r41727 | |||
2009-06-21 | Minor fixes to the individual note playing code | Paul Gilbert | |
svn-id: r41726 | |||
2009-06-21 | Changed .SPL (sound effect) loading to load the Adlib version of sound ↵ | Paul Gilbert | |
effects - sound effects now work svn-id: r41725 | |||
2009-06-21 | Bugfixes to pre-loading and handling of resources such as sound files | Paul Gilbert | |
svn-id: r41724 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41723 | |||
2009-06-21 | Fix umlauts for original interpreter saves. | Johannes Schickel | |
svn-id: r41722 | |||
2009-06-21 | Enable proper umlaut handling in kyra 1-3. | Johannes Schickel | |
svn-id: r41721 | |||
2009-06-21 | Moved CP850<->ISO-8859-1 conversion to Util. | Johannes Schickel | |
svn-id: r41720 | |||
2009-06-21 | Fix drawing of sharp s. | Johannes Schickel | |
svn-id: r41719 | |||
2009-06-21 | Prevent font code to draw characters not included in the font. | Johannes Schickel | |
svn-id: r41718 | |||
2009-06-20 | LOL: minor fix for save menu | Florian Kagerer | |
svn-id: r41715 | |||
2009-06-20 | LOL: cleanup | Florian Kagerer | |
svn-id: r41714 | |||
2009-06-20 | LOL: implemented save menu | Florian Kagerer | |
svn-id: r41713 | |||
2009-06-20 | Changed many file reads and manual conversions from endian format to instead ↵ | Paul Gilbert | |
use file readSint16BE/readSint32BE calls svn-id: r41709 | |||
2009-06-20 | oups, wrong spot. | Andre Heider | |
svn-id: r41708 | |||
2009-06-20 | added vkeybd_default.zip to the Wii dist target. | Andre Heider | |
svn-id: r41707 | |||
2009-06-20 | split loadKeyboardPack(), fallback to the current dir when searching for ↵ | Andre Heider | |
packs, and free memory in the case of an error. svn-id: r41705 | |||
2009-06-20 | fixed OPL 0xB0 register write. the return value of findNote() already ↵ | Gregory Montoir | |
includes the octave, no need to readd it. svn-id: r41704 | |||
2009-06-20 | Implemented the library function Op_SongExist | Paul Gilbert | |
svn-id: r41703 | |||
2009-06-20 | Added proper saving of music state to savegames so music resumes when a ↵ | Paul Gilbert | |
savegame is loaded. svn-id: r41702 | |||
2009-06-20 | Bugfix to fade out any currently playing music when the game is restarted | Paul Gilbert | |
svn-id: r41701 | |||
2009-06-20 | Finally tracked down the difference/bug in the music playing code - music ↵ | Paul Gilbert | |
playback now works svn-id: r41700 | |||
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 | SCI: Fix cel1 y-offset regression introduced in r40997. | Walter van Niftrik | |
svn-id: r41680 | |||
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-19 | Added my German version of The Last Dynasty | Sven Hesse | |
svn-id: r41668 | |||
2009-06-19 | Added myself to the CRUISE engine credits | Paul Gilbert | |
svn-id: r41665 | |||
2009-06-19 | Fixing The Last Dynasty again after the opcode dispatcher changes | Sven Hesse | |
svn-id: r41664 |