Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-11-07 | Access _keyMap a little different, so that no additional entries are ↵ | Johannes Schickel | |
created, when an unmapped key is pressed. svn-id: r45730 | |||
2009-11-07 | Formatting. | Johannes Schickel | |
svn-id: r45729 | |||
2009-10-04 | LoL PC98: Fix thumbnail creation for quick saves and autosave. | Johannes Schickel | |
svn-id: r44623 | |||
2009-10-03 | LOL/PC-98: add keyboard support | Florian Kagerer | |
svn-id: r44564 | |||
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ↵ | Max Horn | |
things) svn-id: r44495 | |||
2009-08-24 | Merge with trunk | Norbert Lange | |
svn-id: r43701 | |||
2009-08-19 | Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, ↵ | Johannes Schickel | |
when the screen really changed OR the palette changed. svn-id: r43537 | |||
2009-08-08 | merge with trunk | Norbert Lange | |
svn-id: r43134 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-07-21 | Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks. | Johannes Schickel | |
svn-id: r42644 | |||
2009-07-17 | merge with trunk | Norbert Lange | |
svn-id: r42574 | |||
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange | |
svn-id: r42567 | |||
2009-07-17 | Cleanup. | Johannes Schickel | |
svn-id: r42565 | |||
2009-06-25 | Add config option for Kyra1 16 color, it'll only use dithering when ↵ | Johannes Schickel | |
"16_color" is set to true. svn-id: r41847 | |||
2009-06-21 | Cleanup. | Johannes Schickel | |
svn-id: r41733 | |||
2009-06-21 | Cleanup: Change LoL code to use KYRA volume handling. | Johannes Schickel | |
svn-id: r41730 | |||
2009-06-20 | LOL: implemented save menu | Florian Kagerer | |
svn-id: r41713 | |||
2009-06-14 | Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now ↵ | Johannes Schickel | |
instead) svn-id: r41516 | |||
2009-06-07 | Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use ↵ | Johannes Schickel | |
_flagsTable instead. svn-id: r41351 | |||
2009-06-06 | KYRA/LOL: fix input code for japanese game versions | Florian Kagerer | |
svn-id: r41221 | |||
2009-06-01 | - Remove LoLEngine::delayUntil it was identical to KyraEngine_v1 in its ↵ | Johannes Schickel | |
functionallity anyway - Change KyraEngine_v1::delayUntil to a somewhat more LoLEngine::delayUntil like implementation svn-id: r41117 | |||
2009-06-01 | LOL: - minor fix to the input code | Florian Kagerer | |
svn-id: r41104 | |||
2009-05-29 | More formatting. | Johannes Schickel | |
svn-id: r40994 | |||
2009-05-29 | Formatting. | Johannes Schickel | |
svn-id: r40991 | |||
2009-05-29 | Cleanup. | Johannes Schickel | |
svn-id: r40989 | |||
2009-05-27 | Prevent accidental MT-32 initialization for PC speaker output, when ↵ | Johannes Schickel | |
"native_mt32" is set to true. svn-id: r40940 | |||
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel | |
- Added support for PC Speaker sound in all Kyra1, Kyra2 and Lands of Lore - Slight cleanup svn-id: r40939 | |||
2009-05-24 | LOL: fixed some input code issues: | Florian Kagerer | |
- party would move 2 steps instead of one when using keyboad while magic menu was open - viewing notes would abort at once instead of waiting for the next click svn-id: r40863 | |||
2009-05-24 | Make various Sound functionality SoundHandle instead of filename based. | Johannes Schickel | |
- This fixes multiple sounds being played at once in Lands of Lore svn-id: r40848 | |||
2009-05-22 | Handle mouse move events like the original. | Johannes Schickel | |
svn-id: r40791 | |||
2009-05-21 | Changed code to closer match original input handling. | Johannes Schickel | |
svn-id: r40770 | |||
2009-05-21 | Only process key/mouse press/release events in GUI. | Johannes Schickel | |
svn-id: r40766 | |||
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel | |
svn-id: r40715 | |||
2009-05-18 | Don't crash on debugger shortcut when no debugger is present. (Fixes crash ↵ | Johannes Schickel | |
in LoL, when the user tries to press Ctrl+d) svn-id: r40709 | |||
2009-05-17 | Formatting. | Johannes Schickel | |
svn-id: r40670 | |||
2009-05-17 | Only set 'cdaudio' config entry, when FM-Towns version is present. | Johannes Schickel | |
svn-id: r40664 | |||
2009-05-17 | Audio related cleanup. | Johannes Schickel | |
svn-id: r40659 | |||
2009-05-17 | Disable CD audio for PC98 by default. | Johannes Schickel | |
svn-id: r40658 | |||
2009-05-17 | Handle keyboard button press immediately. | Johannes Schickel | |
svn-id: r40657 | |||
2009-04-18 | Add TODO. | Johannes Schickel | |
svn-id: r40000 | |||
2009-04-18 | We probably only have to update the screen once every updateInfo(). And, since | Torbjörn Andersson | |
it's triggered by mouse movements, only when the cursor is visible. svn-id: r39975 | |||
2009-03-04 | - Make Lands of Lore compileable optionally as suggested by _sev. (via ↵ | Johannes Schickel | |
ENABLE_LOL define) - Change default build system to support LoL as a subengine of KYRA. LoL is currently disabled by default. (- Minor enum name fixes for Lands of Lore code.) svn-id: r39099 | |||
2009-02-16 | LOL: - more work on the user interface | Florian Kagerer | |
- fixed non interactive demo svn-id: r38374 | |||
2009-02-15 | LOL: - implemented proper button processing (works exactly as in Kyra 2 and ↵ | Florian Kagerer | |
3, so we do have some code duplication atm, I just fixed right mouse button support for LOL) - keyboard control now works svn-id: r38190 | |||
2009-02-14 | LOL: | Florian Kagerer | |
- implemented some input code - you can walk around now (not very far though, since doors don't work yet). Keyboard control is still missing - processButtonList isn't really implemented yet for LOL. I'll still have to check which features are needed here. svn-id: r36320 | |||
2009-02-01 | svn-id: r36178 | Florian Kagerer | |
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-21 | Fixed GMM save/load functionallity in kyra1. | Johannes Schickel | |
svn-id: r35980 |