aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-09-15PLUGINS: Don't expect every plugin to load.Andre Heider
2010-09-15PLUGINS: Cleanup.Andre Heider
2010-09-06PLUGINS: Fix warning when not using the ELF loader.Andre Heider
2010-09-06PLUGINS: Only resolve __dso_handle if loading was successful.Andre Heider
2010-09-06PLUGINS: Formatting.Andre Heider
2010-09-06PLUGINS: Use the C++ ABI to call dtors when unloading a plugin.Andre Heider
2010-09-06PLUGINS: used variation of ScopedPtr to clean up load() functionYotam Barnoy
2010-09-06PLUGINS: fixed MIPS plugin loaderYotam Barnoy
2010-09-06PLUGINS: added missing call in destructor which caused crashingYotam Barnoy
2010-09-05MERGE: Merge trunk to branch again to test r52579.Andre Heider
2010-09-05KYRA: Get rid of local static non-POD object.Johannes Schickel
2010-09-05KYRA: Constify some tables.Johannes Schickel
2010-09-05PLUGINS: Added _segmentVMA to the MIPS loader.Andre Heider
2010-09-05PLUGINS: Remove spurious extra allocation.Andre Heider
2010-09-05PLUGINS: Plug some memleaks.Andre Heider
2010-09-05PLUGINS: Move doxygen to the base class header.Andre Heider
2010-09-05PLUGINS: Add missing variable initialization.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05HUGO: Add support for multiple scenery filesArnaud Boutonné
2010-09-05SCI: adding patch for script bug in pharkas/cdMartin Kiewitz
2010-09-05SCI: ignore kDoSound volume changes on samplesMartin Kiewitz
2010-09-05SCI: sierra sci ignores vol for kDoSound samplesMartin Kiewitz
2010-09-05SAVES: Revert whitespace changes to minimize the diff to trunk.Andre Heider
2010-09-05PLUGINS: Set svn:keywords property on all new files.Andre Heider
2010-09-05SCI: kClone cleanupMartin Kiewitz
2010-09-05MERGE: Merge trunk to branch.Andre Heider
2010-09-05SCI: adjusting comment on kClone changeMartin Kiewitz
2010-09-05SCI: merging -info- stuff in Clone/DisposeCloneMartin Kiewitz
2010-09-05SCI: Fix bugs #3035650 and #3039566, crash in PEPPER demo and LAURABOW2.Johannes Schickel
2010-09-05SCI: reuse kGetAngle from kDoAvoiderMartin Kiewitz
2010-09-05SCI: dont do global scaling on non-scaleable viewsMartin Kiewitz
2010-09-05PLUGINS: Make the file stream a member of DLObject.Andre Heider
2010-09-05PLUGINS: Type cleanup.Andre Heider
2010-09-05PLUGINS: Move platform specific code out of the generic ELF loader.Andre Heider
2010-09-05PLUGINS: Move all ELF loader related files to its own directory.Andre Heider
2010-09-05WII: Add plugins to the distribution.Andre Heider
2010-09-05PLUGINS: Plugin support for the GameCube/Wii backend.Andre Heider
2010-09-05PLUGINS: Formatting.Andre Heider
2010-09-05PLUGINS: Respect the VMA when relocating.Andre Heider
2010-09-05PLUGINS: Properly check the ELF header.Andre Heider
2010-09-05PLUGINS: The VMA doesn't get added to any PHDR.Andre Heider
2010-09-05PLUGINS: Fix warnings.Andre Heider
2010-09-05PLUGINS: Cleanup includes and debug output.Andre Heider
2010-09-05PLUGINS: Flush only memory ranges, not everythingAndre Heider
2010-09-05DS: Enable debug level 2 when DISABLE_TEXT_CONSOLE is not set.Andre Heider
2010-09-05SCI: initialize members of the Object class when it's constructedFilippos Karapetis
2010-09-05SCI: Changed consecutive ifs to a switchFilippos Karapetis
2010-09-05SCI: Fix for alignment exception issue, reported by BluddyFilippos Karapetis
2010-09-05SCI: Some cleanup of the static selector codeFilippos Karapetis
2010-09-05SCI: Added a workaround for the non-interactive demo of PepperFilippos Karapetis