Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-25 | Strip trailing spaces/tabs. | Johannes Schickel | |
svn-id: r47541 | |||
2010-01-23 | Reorder params to Audio::makeRawMemoryStream | Max Horn | |
svn-id: r47492 | |||
2010-01-19 | Started to get rid of Audio::FLAG_LOOP | Max Horn | |
svn-id: r47397 | |||
2010-01-19 | Move raw audio flags from sound/mixer.h to sound/raw.h | Max Horn | |
svn-id: r47395 | |||
2010-01-19 | Get rid of Mixer::FLAG_AUTOFREE. | Max Horn | |
Also fix several recently introduced new/delete vs. malloc/free mismatches. svn-id: r47369 | |||
2010-01-19 | Move raw audio streams to new header sound/raw.h | Max Horn | |
svn-id: r47368 | |||
2010-01-19 | Rename 'Linear' audio streams to 'raw' | Max Horn | |
svn-id: r47367 | |||
2010-01-12 | Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵ | Johannes Schickel | |
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279 | |||
2010-01-11 | Improve support for negative Timestamps, and add + and - operators | Max Horn | |
svn-id: r47244 | |||
2010-01-11 | MADE: Use Mixer::getElapsedTime and Audio::Timestamp instead of ↵ | Max Horn | |
Mixer::getSoundElapsedTime svn-id: r47243 | |||
2010-01-08 | Move DisposeAfterUse::Flag from Common to global namespace, and into a new ↵ | Max Horn | |
header common/types.h svn-id: r47180 | |||
2010-01-08 | Rename QueuedAudioStream to QueuingAudioStream | Max Horn | |
svn-id: r47179 | |||
2010-01-08 | Switch Tinsel, MADE and some of the video players to QueuedAudioStream | Max Horn | |
svn-id: r47178 | |||
2010-01-03 | Fixed a bunch of cppcheck warnings. Mostly about checking if a pointer is null | Torbjörn Andersson | |
before freeing it, which isn't necessary. svn-id: r46941 | |||
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn | |
svn-id: r46316 | |||
2009-12-03 | Remove some unused struct members | Benjamin Haisch | |
svn-id: r46245 | |||
2009-11-24 | Added Doxygen comments for the various engine namespaces (currently mostly ↵ | Max Horn | |
without details; help filling these out is welcome) svn-id: r46128 | |||
2009-11-23 | Optimized object property access speed | Benjamin Haisch | |
svn-id: r46102 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-24 | Change "=" to ":=" in some module.mk files for consistency. | Johannes Schickel | |
svn-id: r45364 | |||
2009-10-18 | Introduced new type Common::DisposeAfterUse::Flag | Max Horn | |
svn-id: r45233 | |||
2009-10-06 | Fix regression introduced by r44459; LGoP2 crashed after Infocom logo | Benjamin Haisch | |
svn-id: r44688 | |||
2009-10-04 | Applied patch #2872409 "MADE engine fixes" by agent-q, with one small ↵ | Filippos Karapetis | |
modification (initialized _soundStarted in the ScriptFunctions constructor) svn-id: r44589 | |||
2009-09-29 | Fixed bug #2868938 | Benjamin Haisch | |
svn-id: r44459 | |||
2009-09-28 | Fixed clipping-related bug (bug #2826036) | Benjamin Haisch | |
svn-id: r44439 | |||
2009-09-24 | Reverted parts of revisions #44292, #44293, #44295 and #44296, to prevent ↵ | Filippos Karapetis | |
warnings and issues in compilers which don't support NORETURN svn-id: r44312 | |||
2009-09-24 | MADE: Fixed some warnings about unreachable code | Filippos Karapetis | |
svn-id: r44296 | |||
2009-08-23 | Fix bug #2843050 (RTZ: Crash to desktop with demo). Don't assert out when a ↵ | Matthew Hoops | |
resource slot can't be found. svn-id: r43676 | |||
2009-08-18 | - PMV player: Use frame count from PVM file and fix incorrect "invalid chunk ↵ | Benjamin Haisch | |
type" warning - Fix sprite drawing glitch with vertically flipped sprites (bug #2825925) svn-id: r43521 | |||
2009-08-18 | Made AGOS, DRASCULA, GOB, GROOVIE, MADE, SCUMM and TINSEL properly stop CD ↵ | Johannes Schickel | |
audio playback on engine quit. (This only problem affected playback from CD, not from ripped audio files) svn-id: r43512 | |||
2009-07-25 | Move the event recorder to its own class (EventRecoder inside ↵ | Johannes Schickel | |
common/EventRecorder.[h/cpp]). svn-id: r42751 | |||
2009-06-06 | Added game GUI options to advancedDetector and updated all engines | Eugene Sandulenko | |
svn-id: r41272 | |||
2009-05-31 | MADE: cleanup | Max Horn | |
svn-id: r41070 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-24 | Strip trailing whitespaces in the whole code base. | Johannes Schickel | |
svn-id: r40867 | |||
2009-03-14 | Reduced the CPU load of screen effects, by reducing the number of palette ↵ | Filippos Karapetis | |
changes. The visual differences are negligible, but CPU load went down by around 10%. svn-id: r39404 | |||
2009-03-14 | Simplified screen effects. Removed copyRect() and reposition() | Filippos Karapetis | |
svn-id: r39401 | |||
2009-03-14 | Merged loadRGBPalette() inside setRGBPalette() (that's the only place it's ↵ | Filippos Karapetis | |
used and where the screen palette is set). Added a wrapper for copyRectToScreen(), to remove some duplicated code inside the ScreenEffects() class svn-id: r39396 | |||
2009-03-14 | Reduced CPU usage of the MADE engine by about 10% (by profiling the code) | Filippos Karapetis | |
- Added delays in places where the screen gets updated - Moved event polling inside sfPollEvent() (cause that's where events are polled), instead of after each opcode svn-id: r39392 | |||
2009-03-14 | Do not update the screen while waiting | Filippos Karapetis | |
svn-id: r39390 | |||
2009-03-14 | Pushed up the simple script stack function in the header file (this helps ↵ | Filippos Karapetis | |
isolate them too, so that script.cpp only contains script command functions now) svn-id: r39389 | |||
2009-03-12 | Added file sizes of the various CD versions of Return to Zork to the ↵ | Filippos Karapetis | |
detector, as supplied in patch #2629804. Also, updated the game descriptions to provide more information on the version detected svn-id: r39360 | |||
2009-03-12 | Added the Italian and French versions of Return to Zork, as supplied in bug ↵ | Filippos Karapetis | |
report #2685032 svn-id: r39359 | |||
2009-03-12 | PMV player: stop reallocating the frame buffer on every frame, if its size ↵ | Filippos Karapetis | |
hasn't been changed svn-id: r39354 | |||
2009-03-09 | - Applied patch #2668849 by sunmax | Benjamin Haisch | |
svn-id: r39271 | |||
2009-03-09 | Added LGOP2 detection entries: | Benjamin Haisch | |
- German, supplied by windlepoons (bug tracker #2675695) - French and Spanish, supplied by goodoldgeorg (bug tracker #2675759) svn-id: r39270 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 |