Age | Commit message (Expand) | Author |
2009-12-09 | Cleanup: remove "s_initialized" from CursorManager and FontManager implementa... | Johannes Schickel |
2009-12-09 | Commit of the 2nd revision of my patch for FR# 2840967 "GUI: Display filename... | Johannes Schickel |
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn |
2009-12-09 | Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cpp | Max Horn |
2009-12-09 | GRAPHICS: Change font code to be identical on all platforms | Max Horn |
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com... | Johannes Schickel |
2009-12-09 | SCI: Paranoia tweak for EngineState::autoDetectFeature | Max Horn |
2009-12-09 | SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (... | Martin Kiewitz |
2009-12-09 | SCI: Save/LoadGame Common::Rect saving now portable | Martin Kiewitz |
2009-12-09 | Fixed some simple cppcheck warnings. | Torbjörn Andersson |
2009-12-08 | added message duration override, increased 'the end' timeout | Vladimir Menshakov |
2009-12-08 | Attempt to fix MSVC warning C4121. | Johannes Schickel |
2009-12-08 | Attempt to fix MSVC warning C4121. | Johannes Schickel |
2009-12-08 | added final credits | Vladimir Menshakov |
2009-12-08 | fixed default font height | Vladimir Menshakov |
2009-12-08 | allow font to be rendered out of screen | Vladimir Menshakov |
2009-12-08 | SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames unde... | Martin Kiewitz |
2009-12-08 | SCI: SciGui::getPortPic now uses byref | Martin Kiewitz |
2009-12-08 | SCI: Saving picPort now (fixes loading saved games in castle of dr. brain) | Martin Kiewitz |
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn |
2009-12-08 | SCI: Cleanup DirSeeker a little bit | Max Horn |
2009-12-08 | cleaned up final scene, fixed guard glitches | Vladimir Menshakov |
2009-12-08 | added missing orientation for kLoadScene event | Vladimir Menshakov |
2009-12-07 | finally fixed pathfinding | Vladimir Menshakov |
2009-12-07 | skip walkboxes that contain source or destination point. | Vladimir Menshakov |
2009-12-07 | Mention F5 in TeenAgent and Draci. | Torbjörn Andersson |
2009-12-07 | For consistency, make F5 bring up the main menu in the Draci engine too, just | Torbjörn Andersson |
2009-12-07 | show main menu by f5 button | Vladimir Menshakov |
2009-12-07 | COMMON: Document class MemoryPool; make MemoryPool::_chunkSize const | Max Horn |
2009-12-07 | M4: Move 'determine transparent color' hack into a new M4Sprite method | Max Horn |
2009-12-07 | M4: Make M4Surface member w, h, pixels protected; some cleanup | Max Horn |
2009-12-07 | M4: Rename M4Surface::getData() to getBasePtr() for consistency | Max Horn |
2009-12-07 | Hopefully silencing C4121 in MSVC. | Johannes Schickel |
2009-12-07 | Formatting. | Johannes Schickel |
2009-12-07 | Slight cleanup/simplification of the TimerSongIterator | Filippos Karapetis |
2009-12-07 | Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some f... | Filippos Karapetis |
2009-12-07 | Disabled language extensions in the generated MSVC project files (refer to pa... | Filippos Karapetis |
2009-12-07 | Applied patch from patch item #2909854 in order to fix compilation when langu... | Filippos Karapetis |
2009-12-07 | Stop using variables named "byte", as byte is a variable type in ScummVM, and... | Filippos Karapetis |
2009-12-07 | Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to avo... | Johannes Schickel |
2009-12-06 | Adding support for mono signed 16bit little-endian uncompressed PCM audio (th... | Sven Hesse |
2009-12-06 | Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 flo... | Johannes Schickel |
2009-12-05 | Hooked up the actions list and object-specific actions to change the status text | Paul Gilbert |
2009-12-05 | Added a new variation to the 'object' command to add an object to the player'... | Paul Gilbert |
2009-12-05 | Implemented support for the inventory list scrollbar and directly selecting a... | Paul Gilbert |
2009-12-05 | Silenced warning. | Torbjörn Andersson |
2009-12-05 | fixed multiline message positioning | Vladimir Menshakov |
2009-12-05 | do not use walkbox more than once. | Vladimir Menshakov |
2009-12-05 | Expanded the actions view into a full user interface view, and added support ... | Paul Gilbert |
2009-12-04 | SCI: Removed Ctrl-X to Ctrl-Alt-X mapping cause Ctrl-Alt-X works now directly | Martin Kiewitz |