Age | Commit message (Expand) | Author |
2009-03-05 | don't crash if sound has been disabled or the backend driver failed to initia... | Andre Heider |
2009-03-05 | Added a missing NULLing | Sven Hesse |
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ... | Jordi Vilalta Prat |
2009-03-04 | SCI: Removed unused FEED_MODE_DEAD, extended FIXME comment for FEED_MODE_RESTART | Max Horn |
2009-03-04 | SCI: Merged polled player & PCMFeedAudioStream -> PolledPlayerAudioStream | Max Horn |
2009-03-04 | SCI: Added FIXME about Opl2 driver hardcoding sample rate. well, we probably ... | Max Horn |
2009-03-04 | SCI: Merged sfx/mixer.cpp into sfx/player/polled.cpp | Max Horn |
2009-03-04 | SCI: Replaced sfx_iterator_make_feed and associated code by Audio::makeLinear... | Max Horn |
2009-03-04 | SCI: Use Audio::Timestamp instead of sfx_timestamp_t | Max Horn |
2009-03-04 | SCI: mixer cleanup | Max Horn |
2009-03-04 | SCI: Moved script.cpp from scicore/ to engine/ (because its header file is th... | Max Horn |
2009-03-04 | SCI: Reduce header interdeps | Max Horn |
2009-03-04 | SCI: cleanup | Max Horn |
2009-03-04 | SCI: Added TODO (rect_t should be replaced by Common::Rect), minor tweaks | Max Horn |
2009-03-04 | SCI: Fix warnings | Max Horn |
2009-03-03 | - ResourceManager uses HashMap to store and access resource info. | Greg Frieger |
2009-03-03 | Merged unpackDCL_hdyn() and unpackDCL() and removed some unused code | Filippos Karapetis |
2009-03-03 | Fixed crash in SQ4 | Filippos Karapetis |
2009-03-03 | SCI1: Improved color mapping when drawing line/box/text. Text with transparen... | Greg Frieger |
2009-03-02 | Gave decompression methods more descriptive names. Some cleanup | Filippos Karapetis |
2009-03-02 | Cleanup | Filippos Karapetis |
2009-03-02 | Slight cleanup | Filippos Karapetis |
2009-03-02 | Slight cleanup | Filippos Karapetis |
2009-03-01 | Partial revert of "Fix handling of parentheses in said specs" (20080705) | Willem Jan Palenstijn |
2009-03-01 | SCI: Unified some of the decompression funcs (they share so much code, would ... | Max Horn |
2009-03-01 | SCI: Added kDebugLevelDclInflate; changed decompressors to *not* use fprintf ... | Max Horn |
2009-03-01 | SCI: Reimplemented the SCI mixer based on the old SCI DC mixer by walter, and... | Max Horn |
2009-03-01 | remove spurious links | Andre Heider |
2009-03-01 | verified/added a couple of amiga versions. | Andre Heider |
2009-03-01 | Don't free a sfx_pcm_feed_t that's still in use. | Willem Jan Palenstijn |
2009-03-01 | rescanned all amiga version from back2roots.org and added the onces which use... | Andre Heider |
2009-03-01 | SCI: Forgot to commit a couple files after renaming sfx headers | Max Horn |
2009-03-01 | SCI: Removed unused pause/resume methods from the mixer, and rewrote the feed... | Max Horn |
2009-03-01 | SCI: cleanup | Max Horn |
2009-03-01 | SCI: Removed some unused code from the SCI mixer | Max Horn |
2009-03-01 | SCI: Renamed some sfx header files | Max Horn |
2009-03-01 | SCI: Replaced fake struct 'inheritance' (using #defines) with regular C++ sub... | Max Horn |
2009-03-01 | Text/window color matching improved by using an existing gfxop_set_color() in... | Greg Frieger |
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn |
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently implement... | Max Horn |
2009-03-01 | SCI: pass gfx_pixmap_color_t instead of r,g,b triple, makes calling code a bi... | Max Horn |
2009-03-01 | Fixed windows and text drawing problem in SCI1 | Greg Frieger |
2009-03-01 | Fix warnings. | Johannes Schickel |
2009-03-01 | Added default kernel functions table to be used if vocab.999 can't be loaded ... | Greg Frieger |
2009-03-01 | SCI: Start converting MessageState into a class | Jordi Vilalta Prat |
2009-02-28 | SCI: Use the ResourceType enum instead of integers where it makes sense | Jordi Vilalta Prat |
2009-02-28 | Fixed the SCI version in a version of Longbow, and fixed a typo in the MD5 of... | Filippos Karapetis |
2009-02-28 | Add a particular release of Conquests of the Longbow. | Lars Skovlund |
2009-02-28 | SCI: Renamed ResourceManager::sci_version to _sciVersion, to avoid var shadow... | Max Horn |
2009-02-28 | strip trailing newline in SCI debugger | Willem Jan Palenstijn |