aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-12create_msvc: (littleboy) Fixed closing of search handle (should use FindClose...Arnaud Boutonné
2009-12-12LOL: fix compilation when the LOL engine is disabledFlorian Kagerer
2009-12-12LOL: moved TIM animation code into a separate classFlorian Kagerer
2009-12-12do not clear busy flag on !ignore animation, fixed invalid loop/ignore flagsVladimir Menshakov
2009-12-12fixed tv issuesVladimir Menshakov
2009-12-12fixed minor issues from the chapter 1&2Vladimir Menshakov
2009-12-12fixed dirty rectangleVladimir Menshakov
2009-12-12do not play music while _rows is emptyVladimir Menshakov
2009-12-12fixed skipped animation at lakeside houseVladimir Menshakov
2009-12-12added z-ordering of the animation slots.Vladimir Menshakov
2009-12-12moved 'on' surfaces rendering into mark's codeVladimir Menshakov
2009-12-12render 'on' surfaces only on mark (fixed many z-order issues)Vladimir Menshakov
2009-12-12fixed non-default src rectangle renderingVladimir Menshakov
2009-12-12fixed typo in checking src rect heightVladimir Menshakov
2009-12-12Implemented the rendering section of dialog displayPaul Gilbert
2009-12-12added Rect ctor from Common::RectVladimir Menshakov
2009-12-12reverted the latest patchVladimir Menshakov
2009-12-12render 'ons' after all stuff (needs to be discovered), fixed crumbs invisibil...Vladimir Menshakov
2009-12-12added debug level to the dump() methods.Vladimir Menshakov
2009-12-12tuned vertical speed for markVladimir Menshakov
2009-12-12moved noisy debug messages to level 1Vladimir Menshakov
2009-12-11Renamed line() to drawLine() to silence warning about function parameters inTorbjörn Andersson
2009-12-11Beginnings of a dialog display classPaul Gilbert
2009-12-10Hopefully fixing linking on MSVC:Johannes Schickel
2009-12-09Silence gcc warning.Johannes Schickel
2009-12-09Properly clean up memory when destroying CursorManager.Johannes Schickel
2009-12-09Cleanup: Move constructor/destructor definition of CursorManager::Cursor and ...Johannes Schickel
2009-12-09Fix compilation for systems without USE_RGB_COLOR defined.Johannes Schickel
2009-12-09DRACI: Reduce header interdependencies; some cleanupMax Horn
2009-12-09Typo...Johannes Schickel
2009-12-09This is hopefully fixing compilation of the fluidsynth code.Johannes Schickel
2009-12-09Change GOB engine so that not all its files depend on gui/dialog.h (and thus ...Max Horn
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
2009-12-09Some more slight cleanup.Johannes Schickel
2009-12-09Cleanup: remove "s_initialized" from CursorManager and FontManager implementa...Johannes Schickel
2009-12-09Commit of the 2nd revision of my patch for FR# 2840967 "GUI: Display filename...Johannes Schickel
2009-12-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
2009-12-09Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cppMax Horn
2009-12-09GRAPHICS: Change font code to be identical on all platformsMax Horn
2009-12-09Slightly modified commit of patch #2911414 "MSVC: conversions warnings in com...Johannes Schickel
2009-12-09SCI: Paranoia tweak for EngineState::autoDetectFeatureMax Horn
2009-12-09SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 (...Martin Kiewitz
2009-12-09SCI: Save/LoadGame Common::Rect saving now portableMartin Kiewitz
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
2009-12-08added message duration override, increased 'the end' timeoutVladimir Menshakov
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
2009-12-08added final creditsVladimir Menshakov
2009-12-08fixed default font heightVladimir Menshakov