Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-12-12 | fixed minor issues from the chapter 1&2 | Vladimir Menshakov | |
svn-id: r46348 | |||
2009-12-12 | fixed dirty rectangle | Vladimir Menshakov | |
svn-id: r46346 | |||
2009-12-12 | do not play music while _rows is empty | Vladimir Menshakov | |
svn-id: r46345 | |||
2009-12-12 | fixed skipped animation at lakeside house | Vladimir Menshakov | |
svn-id: r46344 | |||
2009-12-12 | added z-ordering of the animation slots. | Vladimir Menshakov | |
svn-id: r46343 | |||
2009-12-12 | moved 'on' surfaces rendering into mark's code | Vladimir Menshakov | |
svn-id: r46342 | |||
2009-12-12 | render 'on' surfaces only on mark (fixed many z-order issues) | Vladimir Menshakov | |
svn-id: r46341 | |||
2009-12-12 | fixed non-default src rectangle rendering | Vladimir Menshakov | |
svn-id: r46340 | |||
2009-12-12 | fixed typo in checking src rect height | Vladimir Menshakov | |
svn-id: r46339 | |||
2009-12-12 | Implemented the rendering section of dialog display | Paul Gilbert | |
svn-id: r46338 | |||
2009-12-12 | added Rect ctor from Common::Rect | Vladimir Menshakov | |
svn-id: r46337 | |||
2009-12-12 | reverted the latest patch | Vladimir Menshakov | |
svn-id: r46336 | |||
2009-12-12 | render 'ons' after all stuff (needs to be discovered), fixed crumbs ↵ | Vladimir Menshakov | |
invisibility on screen with barman svn-id: r46335 | |||
2009-12-12 | added debug level to the dump() methods. | Vladimir Menshakov | |
svn-id: r46334 | |||
2009-12-12 | tuned vertical speed for mark | Vladimir Menshakov | |
svn-id: r46333 | |||
2009-12-12 | moved noisy debug messages to level 1 | Vladimir Menshakov | |
svn-id: r46332 | |||
2009-12-11 | Renamed line() to drawLine() to silence warning about function parameters in | Torbjörn Andersson | |
dialogs.cpp shadowing it. Actually, the function doesn't seem to be used anywhere at the moment, but perhaps someone has future plans for it? svn-id: r46331 | |||
2009-12-11 | Beginnings of a dialog display class | Paul Gilbert | |
svn-id: r46330 | |||
2009-12-10 | Hopefully fixing linking on MSVC: | Johannes Schickel | |
svn-id: r46329 | |||
2009-12-09 | Silence gcc warning. | Johannes Schickel | |
svn-id: r46326 | |||
2009-12-09 | Properly clean up memory when destroying CursorManager. | Johannes Schickel | |
svn-id: r46325 | |||
2009-12-09 | Cleanup: Move constructor/destructor definition of CursorManager::Cursor and ↵ | Johannes Schickel | |
CursorManager::Palette to cursorman.cpp. svn-id: r46324 | |||
2009-12-09 | Fix compilation for systems without USE_RGB_COLOR defined. | Johannes Schickel | |
svn-id: r46323 | |||
2009-12-09 | DRACI: Reduce header interdependencies; some cleanup | Max Horn | |
svn-id: r46320 | |||
2009-12-09 | Typo... | Johannes Schickel | |
svn-id: r46319 | |||
2009-12-09 | This is hopefully fixing compilation of the fluidsynth code. | Johannes Schickel | |
svn-id: r46318 | |||
2009-12-09 | Change GOB engine so that not all its files depend on gui/dialog.h (and thus ↵ | Max Horn | |
tons of other headers in gui/ and graphics/) svn-id: r46317 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-09 | Remove the Audio::Mixer parameter from the midi/music plugins | Max Horn | |
svn-id: r46315 | |||
2009-12-09 | Some more slight cleanup. | Johannes Schickel | |
svn-id: r46314 | |||
2009-12-09 | Cleanup: remove "s_initialized" from CursorManager and FontManager ↵ | Johannes Schickel | |
implementation, these classes are Singletons, so they will ever only be initialized once at most anyway. svn-id: r46313 | |||
2009-12-09 | Commit of the 2nd revision of my patch for FR# 2840967 "GUI: Display ↵ | Johannes Schickel | |
filenames in "Add games"'s file dialog", since it seems on "Making it easier for users to add games" on -devel the majority of developers, who commented, are for this. svn-id: r46312 | |||
2009-12-09 | Include font.h instead of fontman.h in places that don't need fontman :) | Max Horn | |
svn-id: r46311 | |||
2009-12-09 | Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cpp | Max Horn | |
This function is used in only one place. Declaring it requires common/list.h; by putting it into pixelformat.h, which is included by common/system.h, tons of things suddenly included list.h for no good reason. If we ever need to call this function in other places, we can figure out aborts more appropriate place for it. svn-id: r46310 | |||
2009-12-09 | GRAPHICS: Change font code to be identical on all platforms | Max Horn | |
svn-id: r46309 | |||
2009-12-09 | Slightly modified commit of patch #2911414 "MSVC: conversions warnings in ↵ | Johannes Schickel | |
common code". svn-id: r46308 | |||
2009-12-09 | SCI: Paranoia tweak for EngineState::autoDetectFeature | Max Horn | |
svn-id: r46306 | |||
2009-12-09 | SCI: implemented _picNotValidSci11 for new kPicNotValid behaviour in sci1.1 ↵ | Martin Kiewitz | |
(fixes island of dr. brain first pic after copy protection not showing up) svn-id: r46305 | |||
2009-12-09 | SCI: Save/LoadGame Common::Rect saving now portable | Martin Kiewitz | |
svn-id: r46304 | |||
2009-12-09 | Fixed some simple cppcheck warnings. | Torbjörn Andersson | |
svn-id: r46303 | |||
2009-12-08 | added message duration override, increased 'the end' timeout | Vladimir Menshakov | |
svn-id: r46301 | |||
2009-12-08 | Attempt to fix MSVC warning C4121. | Johannes Schickel | |
svn-id: r46300 | |||
2009-12-08 | Attempt to fix MSVC warning C4121. | Johannes Schickel | |
svn-id: r46299 | |||
2009-12-08 | added final credits | Vladimir Menshakov | |
svn-id: r46297 | |||
2009-12-08 | fixed default font height | Vladimir Menshakov | |
svn-id: r46296 | |||
2009-12-08 | allow font to be rendered out of screen | Vladimir Menshakov | |
svn-id: r46295 | |||
2009-12-08 | SCI: new USE_OLDGFX for switching to oldgui, fixes loading of savedgames ↵ | Martin Kiewitz | |
under oldgui, oldgui doesn't like calling of setPortPic during loading svn-id: r46294 | |||
2009-12-08 | SCI: SciGui::getPortPic now uses byref | Martin Kiewitz | |
svn-id: r46293 | |||
2009-12-08 | SCI: Saving picPort now (fixes loading saved games in castle of dr. brain) | Martin Kiewitz | |
svn-id: r46292 | |||
2009-12-08 | Fix some MSVC warnings (part of patch #2909981) | Max Horn | |
svn-id: r46291 |