Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09 | Silence gcc warning. | Johannes Schickel | |
svn-id: r46326 | |||
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 | 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 | 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 | 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 | |||
2009-12-08 | SCI: Cleanup DirSeeker a little bit | Max Horn | |
svn-id: r46290 | |||
2009-12-08 | cleaned up final scene, fixed guard glitches | Vladimir Menshakov | |
svn-id: r46289 | |||
2009-12-08 | added missing orientation for kLoadScene event | Vladimir Menshakov | |
svn-id: r46288 | |||
2009-12-07 | finally fixed pathfinding | Vladimir Menshakov | |
svn-id: r46287 | |||
2009-12-07 | skip walkboxes that contain source or destination point. | Vladimir Menshakov | |
svn-id: r46286 | |||
2009-12-07 | For consistency, make F5 bring up the main menu in the Draci engine too, just | Torbjörn Andersson | |
like megath just did in the TeenAgent engine. svn-id: r46284 | |||
2009-12-07 | show main menu by f5 button | Vladimir Menshakov | |
svn-id: r46283 | |||
2009-12-07 | M4: Move 'determine transparent color' hack into a new M4Sprite method | Max Horn | |
svn-id: r46281 | |||
2009-12-07 | M4: Make M4Surface member w, h, pixels protected; some cleanup | Max Horn | |
svn-id: r46280 | |||
2009-12-07 | M4: Rename M4Surface::getData() to getBasePtr() for consistency | Max Horn | |
svn-id: r46279 | |||
2009-12-07 | Hopefully silencing C4121 in MSVC. | Johannes Schickel | |
svn-id: r46278 | |||
2009-12-07 | Slight cleanup/simplification of the TimerSongIterator | Filippos Karapetis | |
svn-id: r46276 | |||
2009-12-07 | Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some ↵ | Filippos Karapetis | |
formatting changes svn-id: r46275 | |||
2009-12-07 | Stop using variables named "byte", as byte is a variable type in ScummVM, ↵ | Filippos Karapetis | |
and it gets confusing. Also, this fixes an error when language extensions are defined in MSVC - refer to patch #2909854 svn-id: r46272 | |||
2009-12-06 | Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 ↵ | Johannes Schickel | |
floppy/FM-TOWNS/PC98. svn-id: r46269 | |||
2009-12-05 | Hooked up the actions list and object-specific actions to change the status text | Paul Gilbert | |
svn-id: r46268 | |||
2009-12-05 | Added a new variation to the 'object' command to add an object to the ↵ | Paul Gilbert | |
player's inventory svn-id: r46267 | |||
2009-12-05 | Implemented support for the inventory list scrollbar and directly selecting ↵ | Paul Gilbert | |
an object svn-id: r46266 | |||
2009-12-05 | Silenced warning. | Torbjörn Andersson | |
svn-id: r46265 | |||
2009-12-05 | fixed multiline message positioning | Vladimir Menshakov | |
svn-id: r46264 |