aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-12-09Typo...Johannes Schickel
svn-id: r46319
2009-12-09This is hopefully fixing compilation of the fluidsynth code.Johannes Schickel
svn-id: r46318
2009-12-09Change 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-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
svn-id: r46316
2009-12-09Remove the Audio::Mixer parameter from the midi/music pluginsMax Horn
svn-id: r46315
2009-12-09Some more slight cleanup.Johannes Schickel
svn-id: r46314
2009-12-09Cleanup: 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-09Commit 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-09Include font.h instead of fontman.h in places that don't need fontman :)Max Horn
svn-id: r46311
2009-12-09Move findCompatibleFormat from graphics/pixelformat.h to engines/engine.cppMax 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-09GRAPHICS: Change font code to be identical on all platformsMax Horn
svn-id: r46309
2009-12-09Slightly modified commit of patch #2911414 "MSVC: conversions warnings in ↵Johannes Schickel
common code". svn-id: r46308
2009-12-09SCI: Paranoia tweak for EngineState::autoDetectFeatureMax Horn
svn-id: r46306
2009-12-09SCI: 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-09SCI: Save/LoadGame Common::Rect saving now portableMartin Kiewitz
svn-id: r46304
2009-12-09Fixed some simple cppcheck warnings.Torbjörn Andersson
svn-id: r46303
2009-12-08added message duration override, increased 'the end' timeoutVladimir Menshakov
svn-id: r46301
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
svn-id: r46300
2009-12-08Attempt to fix MSVC warning C4121.Johannes Schickel
svn-id: r46299
2009-12-08added final creditsVladimir Menshakov
svn-id: r46297
2009-12-08fixed default font heightVladimir Menshakov
svn-id: r46296
2009-12-08allow font to be rendered out of screenVladimir Menshakov
svn-id: r46295
2009-12-08SCI: 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-08SCI: SciGui::getPortPic now uses byrefMartin Kiewitz
svn-id: r46293
2009-12-08SCI: Saving picPort now (fixes loading saved games in castle of dr. brain)Martin Kiewitz
svn-id: r46292
2009-12-08Fix some MSVC warnings (part of patch #2909981)Max Horn
svn-id: r46291
2009-12-08SCI: Cleanup DirSeeker a little bitMax Horn
svn-id: r46290
2009-12-08cleaned up final scene, fixed guard glitchesVladimir Menshakov
svn-id: r46289
2009-12-08added missing orientation for kLoadScene eventVladimir Menshakov
svn-id: r46288
2009-12-07finally fixed pathfindingVladimir Menshakov
svn-id: r46287
2009-12-07skip walkboxes that contain source or destination point.Vladimir Menshakov
svn-id: r46286
2009-12-07Mention F5 in TeenAgent and Draci.Torbjörn Andersson
svn-id: r46285
2009-12-07For consistency, make F5 bring up the main menu in the Draci engine too, justTorbjörn Andersson
like megath just did in the TeenAgent engine. svn-id: r46284
2009-12-07show main menu by f5 buttonVladimir Menshakov
svn-id: r46283
2009-12-07COMMON: Document class MemoryPool; make MemoryPool::_chunkSize constMax Horn
svn-id: r46282
2009-12-07M4: Move 'determine transparent color' hack into a new M4Sprite methodMax Horn
svn-id: r46281
2009-12-07M4: Make M4Surface member w, h, pixels protected; some cleanupMax Horn
svn-id: r46280
2009-12-07M4: Rename M4Surface::getData() to getBasePtr() for consistencyMax Horn
svn-id: r46279
2009-12-07Hopefully silencing C4121 in MSVC.Johannes Schickel
svn-id: r46278
2009-12-07Formatting.Johannes Schickel
svn-id: r46277
2009-12-07Slight cleanup/simplification of the TimerSongIteratorFilippos Karapetis
svn-id: r46276
2009-12-07Applied patch from tracker item #2900436 - "SCI: SCI32 Checksums" with some ↵Filippos Karapetis
formatting changes svn-id: r46275
2009-12-07Disabled language extensions in the generated MSVC project files (refer to ↵Filippos Karapetis
patch #2909854) svn-id: r46274
2009-12-07Applied patch from patch item #2909854 in order to fix compilation when ↵Filippos Karapetis
language extensions are disabled in MSVC svn-id: r46273
2009-12-07Stop 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-07Rename the MT-32 emulator driver name from "MT-32" to "MT-32 Emulation to ↵Johannes Schickel
avoid confusion. svn-id: r46271
2009-12-06Adding support for mono signed 16bit little-endian uncompressed PCM audio ↵Sven Hesse
(thank you, clone :)) svn-id: r46270
2009-12-06Fix overflow of glyph count for CREDIT6.FNT, this fixes credits for Kyra1 ↵Johannes Schickel
floppy/FM-TOWNS/PC98. svn-id: r46269
2009-12-05Hooked up the actions list and object-specific actions to change the status textPaul Gilbert
svn-id: r46268
2009-12-05Added a new variation to the 'object' command to add an object to the ↵Paul Gilbert
player's inventory svn-id: r46267