aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-19configure: removed spaces from PS2 and PSP casesYotam Barnoy
2010-08-19Fix warning & code formattingMax Horn
2010-08-16Added doxygen comments for a few different plugin-related classesTony Puccinelli
2010-08-16moved include of Makefile.common in PS2 MakefileTony Puccinelli
2010-08-16removed redundant include of Makefile.common in PS2 MakefileTony Puccinelli
2010-08-16Added define to PS2 so it uses ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-16added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin provid...Tony Puccinelli
2010-08-16Changed PLUGIN_LD_FLAGS for psp to point to correct directories for plugin.sy...Tony Puccinelli
2010-08-15added ds build script that makes a static build with all usable engines, dump...Tony Puccinelli
2010-08-14removed psploader.o from objects in psp makefile (psp should be using abstrac...Tony Puccinelli
2010-08-14added dynamic plugins stuff for PS2 into Makefile (and added couple of define...Tony Puccinelli
2010-08-14Ensured getPlugins is not called multiple times on Static Plugin Provider wit...Tony Puccinelli
2010-08-13added back --gc-sections for the ds when dynamic modules aren't enabledTony Puccinelli
2010-08-13moved some dynamic-modules specific defines into the appropriate area for ds ...Tony Puccinelli
2010-08-13added dynamic plugins stuff for ds into configureTony Puccinelli
2010-08-13refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIMETony Puccinelli
2010-08-13added appropriate ifdefs throughout the plugins directoryTony Puccinelli
2010-08-12modified DS makefile to use new plugin design where only one plugin is loaded...Tony Puccinelli
2010-08-12got rid of leftover debugging printfTony Puccinelli
2010-08-12Refined first refinement of new plugin design. Tested successfully adding/rem...Tony Puccinelli
2010-08-11finished manual merging of trunk into branchTony Puccinelli
2010-08-11manually merged trunk/backends into branch and removed some now redundant elf...Tony Puccinelli
2010-08-11manually merged psp-stream.hTony Puccinelli
2010-08-11manually merged engines from trunk into branchTony Puccinelli
2010-08-11manually merged base, graphics, common, sound, and gui as I am quite skilled ...Tony Puccinelli
2010-08-10merged trunk into branch, reverted Cruise Singleton changesTony Puccinelli
2010-08-09SCI: adding gk1 patch for day 5 freezeMartin Kiewitz
2010-08-09SCI: adding script patches for gk1Martin Kiewitz
2010-08-09SCI: extended workaround of kq6 to all roomsMartin Kiewitz
2010-08-09LEGAL: Add COPYING.BSD to DIST_FILES_DOCS.Torbjörn Andersson
2010-08-09LEGAL: Add COPYING.BSD fileTorbjörn Andersson
2010-08-09DOCS: Explicitely mention that LGPL does not apply to all files.Eugene Sandulenko
2010-08-09CINE: eliminate global variablesEugene Sandulenko
2010-08-09CRUISE: Eliminate global constructorsEugene Sandulenko
2010-08-09Moved a large number of global variables in the Cruise Engine into a Singleto...Tony Puccinelli
2010-08-08SCI: adding workarounds for lb2Martin Kiewitz
2010-08-08SCI: kDisposeWindow changesMartin Kiewitz
2010-08-08VIDEO: That should fix compilation with MSVCSven Hesse
2010-08-08KYRA/TOWNS: some minor sound improvementsFlorian Kagerer
2010-08-08VIDEO: Cinepak cleanupMatthew Hoops
2010-08-08VIDEO: Use tag2strSven Hesse
2010-08-08VIDEO: Fixing typos ("Unknow" -> "Unknown")Sven Hesse
2010-08-08VIDEO: Remove the now obsolete CoktelVideo classesSven Hesse
2010-08-08SCI: Remove the now useless Sci::VMDDecoder wrapperSven Hesse
2010-08-08SCI: Directly use the new Graphics::VMDDecoder classSven Hesse
2010-08-08VIDEO: Use proper palettes in CoktelDecoderSven Hesse
2010-08-08VIDEO: Set _paletteDirty in VMDDecoder::load() when there is an initial paletteSven Hesse
2010-08-08VIDEO: Change the mixer parameter from a reference to a pointerSven Hesse
2010-08-08GOB: Reactivate the Coh-Cott-workaroundSven Hesse
2010-08-08VIDEO: Make CoktelDecoder::getFrameCoords() virtualSven Hesse