Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-26 | KYRA: (AdLib Driver) - prevent squashing of sounds during halt track execution | athrxx | |
This patch makes sure that the stopping track (track 0) does not squash sounds which get queued during the execution of the stopping track. This seems to be a hardware problem (original driver implementation not suitable for modern machines). | |||
2011-12-26 | KYRA: (AdLib Driver) - increase versions and add necessary EOB modifications | athrxx | |
2011-12-26 | KYRA: (AdLib Driver) - fix secondary effect | athrxx | |
2011-12-26 | KYRA: (AdLib Driver) - rename some variables to make more sense | athrxx | |
2011-12-26 | KYRA: (AdLib Driver) - allow sound trigger query | athrxx | |
2011-12-26 | KYRA: (AdLib Driver) - fix invalid memory write issue | athrxx | |
2011-12-26 | KYRA: (AdLib Driver) - implement sound effects volume | athrxx | |
(also make internal driver version more flexible) | |||
2011-12-13 | COMMON: Make more members of Archive constant. | Andrea Corna | |
2011-12-13 | KYRA: Cast char to uint8 before passing it to getCharWidth. | Johannes Schickel | |
This assures getCharWidth really gets the character number and now sign extended version of it in case char is signed. | |||
2011-12-13 | KYRA: Fix for bug #3459000 "KYRA1CD: Accented characters overdrawn in ↵ | Johannes Schickel | |
introduction". | |||
2011-12-12 | KYRA: Fix whitespace | Tarek Soliman | |
2011-12-12 | KYRA: Use Common::KeyActionEntry table for LoL game keymap | Tarek Soliman | |
This is for the keymapper keymap | |||
2011-11-24 | KYRA: (HOF CD Demo) - check shouldQuit() during ending text loop | athrxx | |
2011-11-23 | KYRA: (HOF) - fix ending text in the playable demo | athrxx | |
2011-11-21 | ALL: Remove unnecessary forward declarations. | Christoph Mallon | |
2011-11-18 | KYRA: "Fix" bug #3166235 "KYRA: Crash on startup on OS X due to invalid PAK ↵ | Johannes Schickel | |
file". Now we can show such errors in the debugger, since we initialize and the screen resolution and the debugger before initializing the resource manager. This allows our error function to open up the debugger and show the error at least. A better feedback to the user might be desirable, but it is not really feasible with our current possibilites for error reporting. | |||
2011-11-18 | KYRA: Add some assert for debugging purposes. | Johannes Schickel | |
2011-11-17 | Merge pull request #114 from tsoliman/keymapper2 | Eugene Sandulenko | |
KEYMAPPER: Keymapper improvements 2 | |||
2011-11-16 | LAUNCHER: Introduce GUIO0() in order to replace GUIO1(GUIO_NONE) | Strangerke | |
2011-11-16 | KYRA: Make message about missing save file a warning and no error. | Johannes Schickel | |
2011-11-16 | COMMON: Rename Common::set_to to Common::fill. | Johannes Schickel | |
This makes the name match with the name of the STL function with the same behavior. | |||
2011-10-30 | KYRA: Fix some copy paste error in LoL keymap keycodes | Tarek Soliman | |
2011-10-28 | KYRA: Remove usage of using namespace Common in the keymap code | Tarek Soliman | |
thanks LordHoto | |||
2011-10-28 | KYRA: Move kKeymapName to be inside LoLEngine | Tarek Soliman | |
Thanks LordHoto | |||
2011-10-27 | KYRA: Cleanup game keymaps on RTL | Tarek Soliman | |
This fixes an RTL problem where the keymaps linger between same-engine games. Meaning the lol keymap shows up in kyra1 | |||
2011-10-27 | KYRA: Added basic game keymap for LoL | Tarek Soliman | |
2011-10-24 | KYRA: On demand of lordHoto, remove GUIO_NOASPECT as Jap. games are in ↵ | Strangerke | |
640x400 and not 640x480 | |||
2011-10-23 | LAUNCHER: Add GUIO_NOASPECT to Kyra | Strangerke | |
2011-10-23 | AD: Switched rest of the engines to new GUIO | Eugene Sandulenko | |
2011-10-22 | KYRA: Fix memory leak when a sound is started but no free handles are left. | Johannes Schickel | |
2011-10-02 | KYRA: Fix minor bug in AdLibDriver::primaryEffect1. | Johannes Schickel | |
2011-10-02 | KYRA: Fix bumping into a wall AdLib SFX in Lands of Lore. | Johannes Schickel | |
2011-10-02 | KYRA: Name another variable in the AdLib output code. | Johannes Schickel | |
2011-10-02 | KYRA: Some minor cleanup. | Johannes Schickel | |
2011-10-01 | KYRA: fix typo | athrxx | |
2011-10-01 | KYRA: Never allow slots 0 and 990-999 to be overwritten. | Johannes Schickel | |
2011-09-22 | KYRA: workaround to get maemo to even compile | Tarek Soliman | |
kyra has a file that won't compile in -Os | |||
2011-11-14 | KYRA: Cleanup _saveSlots array sorting. | Johannes Schickel | |
2011-11-14 | KYRA: Add comment hopefully explaining _saveSlots | Willem Jan Palenstijn | |
2011-11-14 | KYRA: Whitespace fixes. | Johannes Schickel | |
2011-11-14 | KYRA: Fix bug #3437647 "LOL: Unexpected missing save file". | Johannes Schickel | |
Formerly the code was confused about what _saveSlots is doing, i.e. creating a continous list of existing save slot ids. | |||
2011-11-08 | KYRA: fix bug #3429455 | athrxx | |
(signed/unsigned bug in LoLEngine::olol_getWallType) | |||
2011-11-06 | AUDIO: Implement a basic VocStream class. | Johannes Schickel | |
Now all VOCs are streamed rather than preloaded. This deprecates the STREAM_AUDIO_FROM_DISK define, which was previously used to stream VOCs from disk. This might very well break some engines which relied on the stream not being changed after makeVOCStream! I adapted all engines which had a check for STREAM_AUDIO_FROM_DISK in their code. It would be wise to check all other engines using VOC to see if this might cause any problems for them. | |||
2011-11-04 | KYRA: add missing (maybe unused) case to LoLEngine::olol_getGlobalVar() | athrxx | |
2011-11-04 | KYRA: replace invalid memset call and add a warning | 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-11-04 | KYRA: Reduce size of KyraEngine_LoK::_entranceMouseCursorTracks. | Johannes Schickel | |
Also clear the whole array in enterNewScene. This is not needed since the last value is only used when the first four values are set up valid, but it removes an annoying warning in PVS-Studio and makes the code a bit clearer. | |||
2011-11-04 | KYRA: Use "0xFF" instead of "0xFFFF" as memset's second parameter. | Johannes Schickel | |