Age | Commit message (Expand) | Author |
2010-10-24 | SAGA: fix SAGA_DEBUG; fix IHNM cutaway typo | Andrew Kurushin |
2010-10-24 | SAGA: fix const cast warns | Andrew Kurushin |
2010-10-24 | SAGA: replace Resource:loadResource malloc with ByteArray class | Andrew Kurushin |
2010-10-24 | SAGA: replace Scene::_resourceList, Interface::_inventory malloc arrays with ... | Andrew Kurushin |
2010-10-24 | SAGA: replace Actor::_actors and _objs malloc base arrays with Common::Array | Andrew Kurushin |
2010-10-24 | ALL: Fix various typos (patch #3093266) | Max Horn |
2010-10-23 | SAGA: replace Events malloc base linked list with Common::List | Andrew Kurushin |
2010-10-23 | SAGA: fix typo | Andrew Kurushin |
2010-10-23 | SAGA: replace decodeBGImage malloc with ByteArray | Andrew Kurushin |
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn |
2010-10-23 | SAGA: Add some const qualifiers to SagaEngine methods | Max Horn |
2010-10-23 | SAGA: Improve comment for ByteArray::getBuffer() | Max Horn |
2010-10-22 | SAGA: fix gcc size_t warns | Andrew Kurushin |
2010-10-22 | SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s... | Andrew Kurushin |
2010-10-21 | SAGA: fix gcc warn | Andrew Kurushin |
2010-10-21 | SAGA: replace Script and Thread "::*alloc" & "::free" with Common::Array | Andrew Kurushin |
2010-10-21 | SAGA: unroll IsoMap::drawTile buffer copy loop; refactor Sprite::drawClip | Andrew Kurushin |
2010-10-20 | SAGA: Fix warning: comparison of unsigned expression < 0 is always false | Max Horn |
2010-10-20 | SAGA: replace Sprite "::*alloc" & "::free" with Common::Array | Andrew Kurushin |
2010-10-20 | SAGA: replace Font "::*alloc" & "::free" with Common::Array | Andrew Kurushin |
2010-10-20 | SAGA: replace StringTable "::realloc" with Common::Array; reduce amount of me... | Andrew Kurushin |
2010-10-20 | SAGA: Silence warning | Torbjörn Andersson |
2010-10-19 | SAGA: SAGA: replace SpriteList "::realloc" with Common::Array | Andrew Kurushin |
2010-10-19 | SAGA: replace Actors "::realloc" with Common::Array | Andrew Kurushin |
2010-10-19 | SAGA: fix submit 53486 "Added sanity checks for realloc() calls - bug report ... | Andrew Kurushin |
2010-10-15 | SAGA: Added sanity checks for realloc() calls - bug report #3087852 | Filippos Karapetis |
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn |
2010-10-13 | OPENGL: Merged from trunk, from rev 52105 to 53396. | Johannes Schickel |
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson |
2010-10-02 | SAGA: Fix bug #3065113 with patched sound glitch | Eugene Sandulenko |
2010-09-28 | SAGA: Fix wrong logo animation in some versions of ITE | Torbjörn Andersson |
2010-09-28 | SAGA: Fix an ITE intro regression | Torbjörn Andersson |
2010-09-28 | SAGA: Initialise _driverType | Torbjörn Andersson |
2010-09-19 | SAGA: Fixed bug #3068840 - "ITE: ScummVM crashes when talking on the ferry" | Filippos Karapetis |
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson |
2010-09-15 | MIDI: Send a reset MIDI device signal on startup. | Johannes Schickel |
2010-09-14 | SAGA: Fix audio flags for VOC sounds | Willem Jan Palenstijn |
2010-08-17 | SAGA: fix warning | Eugene Sandulenko |
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini |
2010-07-17 | DEBUGGER: Simplify how our console debugger works / is used | Max Horn |
2010-07-16 | Removed unused variable. I believe thread->_instructionOffset serves the same | Torbjörn Andersson |
2010-07-16 | The standalone MIDI files for one of the re-releases of Inherit the Earth are | Torbjörn Andersson |
2010-07-14 | Don't close the MIDI driver twice. It's unnecessary, and some of our drivers | Torbjörn Andersson |
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini |
2010-07-05 | SAGA: Fix warning on systems where enum's are unsigned | Max Horn |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-18 | Cleanup | Filippos Karapetis |
2010-06-15 | Fix spelling, cleanup | Max Horn |
2010-06-15 | AdvancedDetector: Add new parameter directoryGlobs. | Eugene Sandulenko |