Age | Commit message (Expand) | Author |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-06-28 | KYRA: change audio detection flags setting (since most users don't own a real... | Florian Kagerer |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-05-17 | Some more enforcement of our formatting conventions in KYRA too. | Johannes Schickel |
2010-05-04 | Move DebugChannel related code to new header | Max Horn |
2010-04-27 | COMMON: Move DebugChannel stuff into a new DebugMan singleton | Max Horn |
2010-03-29 | COMMON: Cleanup ConfigManager code | Max Horn |
2010-03-10 | Silenced some harmless cppcheck warnings about unreachable code after a return. | Torbjörn Andersson |
2010-02-21 | Patch for bug 2943361 by littleboy, adding full kb modifier support to all en... | Yotam Barnoy |
2010-02-19 | Fix for bug #2954279 "KYRA: Error when loading non-existent savegame". | Johannes Schickel |
2010-02-17 | Use Common::KEYCODE_* instead of ASCII values for keycode comparison. | Johannes Schickel |
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel |
2010-01-18 | LOL: minor key map fix | Florian Kagerer |
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card /... | Johannes Schickel |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-11-07 | Access _keyMap a little different, so that no additional entries are created,... | Johannes Schickel |
2009-11-07 | Formatting. | Johannes Schickel |
2009-10-04 | LoL PC98: Fix thumbnail creation for quick saves and autosave. | Johannes Schickel |
2009-10-03 | LOL/PC-98: add keyboard support | Florian Kagerer |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-08-24 | Merge with trunk | Norbert Lange |
2009-08-19 | Make KYRA only call OSystem::updateScreen from inside Screen::updateScreen, w... | Johannes Schickel |
2009-08-08 | merge with trunk | Norbert Lange |
2009-07-25 | Move the event recorder to its own class (EventRecoder inside common/EventRec... | Johannes Schickel |
2009-07-21 | Use 50Hz ticks in Kyra1 Amiga instead of 60Hz ticks. | Johannes Schickel |
2009-07-17 | merge with trunk | Norbert Lange |
2009-07-17 | added primitive support for Kyrandia`s Intro Music. | Norbert Lange |
2009-07-17 | Cleanup. | Johannes Schickel |
2009-06-25 | Add config option for Kyra1 16 color, it'll only use dithering when "16_color... | Johannes Schickel |
2009-06-21 | Cleanup. | Johannes Schickel |
2009-06-21 | Cleanup: Change LoL code to use KYRA volume handling. | Johannes Schickel |
2009-06-20 | LOL: implemented save menu | Florian Kagerer |
2009-06-14 | Got rid of a needless "getEventManager" call. (Using Engine::_eventMan now in... | Johannes Schickel |
2009-06-07 | Remove LoLEngine::_gameFlags and convert all Lands of Lore code to use _flags... | Johannes Schickel |
2009-06-06 | KYRA/LOL: fix input code for japanese game versions | Florian Kagerer |
2009-06-01 | - Remove LoLEngine::delayUntil it was identical to KyraEngine_v1 in its funct... | Johannes Schickel |
2009-06-01 | LOL: - minor fix to the input code | Florian Kagerer |
2009-05-29 | More formatting. | Johannes Schickel |
2009-05-29 | Formatting. | Johannes Schickel |
2009-05-29 | Cleanup. | Johannes Schickel |
2009-05-27 | Prevent accidental MT-32 initialization for PC speaker output, when "native_m... | Johannes Schickel |
2009-05-27 | - Moved Sound implementation declarations to the newly added file sound_intern.h | Johannes Schickel |
2009-05-24 | LOL: fixed some input code issues: | Florian Kagerer |
2009-05-24 | Make various Sound functionality SoundHandle instead of filename based. | Johannes Schickel |
2009-05-22 | Handle mouse move events like the original. | Johannes Schickel |
2009-05-21 | Changed code to closer match original input handling. | Johannes Schickel |
2009-05-21 | Only process key/mouse press/release events in GUI. | Johannes Schickel |
2009-05-19 | Remov lots of superfluous debug output. | Johannes Schickel |
2009-05-18 | Don't crash on debugger shortcut when no debugger is present. (Fixes crash in... | Johannes Schickel |