Age | Commit message (Expand) | Author |
2007-03-18 | QUEEN: Make use of EventManager::getMousePos | Max Horn |
2007-03-17 | Moved Event/EventType/keyboard enum from common/system.h (part of class OSyst... | Max Horn |
2007-03-17 | Force all code to use EventManager::pollEvent instead of OSystem::pollEvent | Max Horn |
2007-03-16 | minor simplification | Gregory Montoir |
2007-03-16 | fixed volume slidebar display in journal, removed unused var | Gregory Montoir |
2007-03-10 | Silence MSVC8 warnings. | Eugene Sandulenko |
2007-03-08 | Since the amiga version handle music very differently than the PC version, th... | Gregory Montoir |
2007-03-02 | only request the user to update the queen.tbl if the game she/he's trying to ... | Gregory Montoir |
2007-03-02 | added other code differences for Amiga FOTAQ versions, full game is now compl... | Gregory Montoir |
2007-02-26 | some fixes for FOTAQ Amiga versions, cleanup | Gregory Montoir |
2007-02-25 | reduced code dup, Queen::LineReader -> SeekableReadStream::readLine | Gregory Montoir |
2007-02-25 | changed all hard-coded filenames to uppercase, for consistency | Gregory Montoir |
2007-02-25 | added AmigaSound::playRandomPatternJungle, minor cleanup | Gregory Montoir |
2007-02-24 | some fixes and additions for FOTAQ amiga versions | Gregory Montoir |
2007-02-22 | indentation | Gregory Montoir |
2007-02-22 | setup default colors for Amiga versions | Gregory Montoir |
2007-02-22 | some fixes with resource files handling for Amiga versions | Gregory Montoir |
2007-02-21 | added initial support for FOTAQ amiga versions | Gregory Montoir |
2007-02-20 | cleanup | Max Horn |
2007-02-18 | added basic support for playing FOTAQ amiga modules files (rjp1) instead of M... | Gregory Montoir |
2007-02-17 | Added finalize() method to Common::OutSaveFile (which by default just flushes... | Max Horn |
2007-02-13 | made rtrim() and ltrim() global functions, to reduce code duplication (it see... | Gregory Montoir |
2007-02-13 | added missing MKID_BE macros | Gregory Montoir |
2007-02-03 | * Reimplemented Mixer::pauseAll to simply invoke pause on all channels | Max Horn |
2007-01-20 | First phase of detection-related plugins interface improvements. Now plugins | Eugene Sandulenko |
2006-11-24 | Fixed compile error in FLAC sound support. I haven't tested this. | Torbjörn Andersson |
2006-11-24 | simplification, removed some duplicated code | Gregory Montoir |
2006-11-24 | loadFile isn't called with useMalloc=true anymore, got rid of it | Gregory Montoir |
2006-11-23 | Fix for bug #1599393 - FOTAQ: clicks at the beginning of speech. English talk... | Gregory Montoir |
2006-11-19 | workaround bug #1599009 | Gregory Montoir |
2006-11-13 | Reverted previous commit to keep FotAQ from crashing. The LineReader class | Torbjörn Andersson |
2006-11-12 | once parsed, queen2.jas buffer can be free'd. | Gregory Montoir |
2006-11-12 | cleanup | Gregory Montoir |
2006-11-04 | rewrote FOTAQ game version detection code in a - if I didn't break anything -... | Gregory Montoir |
2006-11-03 | cleanup (got rid of the custom Language enum, re-used the one in the Common n... | Gregory Montoir |
2006-09-23 | Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the... | Max Horn |
2006-09-16 | * Added virtual Engine::getDebugger() method | Max Horn |
2006-09-16 | Overhaul of the debugger code | Max Horn |
2006-07-31 | * Added copyright string to all engine plugins | Max Horn |
2006-07-23 | Use #include "..." instead of #include <...> for pack-start.h and pack-end.h | Torbjörn Andersson |
2006-07-22 | Fix struct packing issues (macros are not resolve in #pragma params, at least... | Max Horn |
2006-07-22 | Using FilesystemNode::name instead of FilesystemNode::displayName in all game... | Johannes Schickel |
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS now... | Max Horn |
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of checking... | Max Horn |
2006-07-09 | Added OSystem::setFocusRectangle (first part of Nintendo DS patch) | Max Horn |
2006-06-24 | * Renamed config.mak to config.mk | Max Horn |
2006-06-24 | Move backends/fs/fs.h and .cpp to common/fs/fs.h and .cpp | Max Horn |
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson |
2006-06-10 | fix CE port | Kostas Nakos |
2006-05-30 | Workaround bug #1497280. | Gregory Montoir |