Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-14 | Ensured getPlugins is not called multiple times on Static Plugin Provider ↵ | Tony Puccinelli | |
with 'ONE_PLUGIN_AT_A_TIME' defined svn-id: r52080 | |||
2010-08-13 | added back --gc-sections for the ds when dynamic modules aren't enabled | Tony Puccinelli | |
svn-id: r52069 | |||
2010-08-13 | moved some dynamic-modules specific defines into the appropriate area for ds ↵ | Tony Puccinelli | |
in configure svn-id: r52061 | |||
2010-08-13 | added dynamic plugins stuff for ds into configure | Tony Puccinelli | |
svn-id: r52060 | |||
2010-08-13 | refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME | Tony Puccinelli | |
svn-id: r52058 | |||
2010-08-13 | added appropriate ifdefs throughout the plugins directory | Tony Puccinelli | |
svn-id: r52053 | |||
2010-08-12 | modified DS makefile to use new plugin design where only one plugin is ↵ | Tony Puccinelli | |
loaded at a time and tested successfully on the DS. Added code to prevent a crash in the case where there are no engine plugins present. Removed code for R_ARM_TARGET1 in arm-loader, as it is no longer used and was never used successfully svn-id: r52052 | |||
2010-08-12 | got rid of leftover debugging printf | Tony Puccinelli | |
svn-id: r52027 | |||
2010-08-12 | Refined first refinement of new plugin design. Tested successfully ↵ | Tony Puccinelli | |
adding/removing/running games on Linux with only one engine plugin loaded at a time svn-id: r52026 | |||
2010-08-11 | finished manual merging of trunk into branch | Tony Puccinelli | |
svn-id: r51967 | |||
2010-08-11 | manually merged trunk/backends into branch and removed some now redundant ↵ | Tony Puccinelli | |
elf32.h files svn-id: r51966 | |||
2010-08-11 | manually merged psp-stream.h | Tony Puccinelli | |
svn-id: r51965 | |||
2010-08-11 | manually merged engines from trunk into branch | Tony Puccinelli | |
svn-id: r51964 | |||
2010-08-11 | manually merged base, graphics, common, sound, and gui as I am quite skilled ↵ | Tony Puccinelli | |
at somehow messing up svn merge :-) svn-id: r51963 | |||
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli | |
svn-id: r51961 | |||
2010-08-09 | SCI: adding gk1 patch for day 5 freeze | Martin Kiewitz | |
svn-id: r51947 | |||
2010-08-09 | SCI: adding script patches for gk1 | Martin Kiewitz | |
day6 issue in police department svn-id: r51942 | |||
2010-08-09 | SCI: extended workaround of kq6 to all rooms | Martin Kiewitz | |
fixes bug #3041734 svn-id: r51941 | |||
2010-08-09 | LEGAL: Add COPYING.BSD to DIST_FILES_DOCS. | Torbjörn Andersson | |
svn-id: r51940 | |||
2010-08-09 | LEGAL: Add COPYING.BSD file | Torbjörn Andersson | |
Reword the disclaimer at the top of COPYING.LGPL, as it sounds a bit awkward to me. Move the BSD-like license to the top of mpeg_player.cpp (it still points out that only parts of the file are under that license) because that's where COPYING.BSD tells the reader to look. svn-id: r51939 | |||
2010-08-09 | DOCS: Explicitely mention that LGPL does not apply to all files. | Eugene Sandulenko | |
svn-id: r51938 | |||
2010-08-09 | CINE: eliminate global variables | Eugene Sandulenko | |
svn-id: r51937 | |||
2010-08-09 | CRUISE: Eliminate global constructors | Eugene Sandulenko | |
svn-id: r51936 | |||
2010-08-09 | Moved a large number of global variables in the Cruise Engine into a ↵ | Tony Puccinelli | |
Singleton class and modified all references to these variables to access them via an instance of this Singleton class svn-id: r51935 | |||
2010-08-08 | SCI: adding workarounds for lb2 | Martin Kiewitz | |
bug #3041257 svn-id: r51933 | |||
2010-08-08 | SCI: kDisposeWindow changes | Martin Kiewitz | |
kDisposeWindow doesn't free windows immediately anymore. We free them after some calls to kSetPort, so the handle will be valid for a short time. Fixes sq4cd and hoyle 4 (commented out patching of script for hoyle 4) svn-id: r51932 | |||
2010-08-08 | VIDEO: That should fix compilation with MSVC | Sven Hesse | |
svn-id: r51931 | |||
2010-08-08 | KYRA/TOWNS: some minor sound improvements | Florian Kagerer | |
(some cleanup to internal driver volume control, minor frequency change for fm-towns) svn-id: r51930 | |||
2010-08-08 | VIDEO: Cinepak cleanup | Matthew Hoops | |
svn-id: r51928 | |||
2010-08-08 | VIDEO: Use tag2str | Sven Hesse | |
svn-id: r51927 | |||
2010-08-08 | VIDEO: Fixing typos ("Unknow" -> "Unknown") | Sven Hesse | |
svn-id: r51926 | |||
2010-08-08 | VIDEO: Remove the now obsolete CoktelVideo classes | Sven Hesse | |
svn-id: r51924 | |||
2010-08-08 | SCI: Remove the now useless Sci::VMDDecoder wrapper | Sven Hesse | |
svn-id: r51923 | |||
2010-08-08 | SCI: Directly use the new Graphics::VMDDecoder class | Sven Hesse | |
svn-id: r51922 | |||
2010-08-08 | VIDEO: Use proper palettes in CoktelDecoder | Sven Hesse | |
Not just the 6 bits per color component used in VGA svn-id: r51921 | |||
2010-08-08 | VIDEO: Set _paletteDirty in VMDDecoder::load() when there is an initial palette | Sven Hesse | |
svn-id: r51920 | |||
2010-08-08 | VIDEO: Change the mixer parameter from a reference to a pointer | Sven Hesse | |
To match the other VideoDecoder classes with sound support. svn-id: r51919 | |||
2010-08-08 | GOB: Reactivate the Coh-Cott-workaround | Sven Hesse | |
svn-id: r51918 | |||
2010-08-08 | VIDEO: Make CoktelDecoder::getFrameCoords() virtual | Sven Hesse | |
Like it should have been in the first place... Fixes Woodruff slot-VMD positions. svn-id: r51917 | |||
2010-08-08 | GOB: Handle VMD subtitles again | Sven Hesse | |
svn-id: r51916 | |||
2010-08-08 | VIDEO: Implement VMD subtitles | Sven Hesse | |
svn-id: r51915 | |||
2010-08-08 | GOB: Fix a VMD slot seeking regression | Sven Hesse | |
svn-id: r51914 | |||
2010-08-08 | GOB: Partly fixing VMD slot playing | Sven Hesse | |
svn-id: r51913 | |||
2010-08-08 | VIDEO: Implement VMDDecoder::setXY() | Sven Hesse | |
svn-id: r51912 | |||
2010-08-08 | GOB: Fix playing of slot videos | Sven Hesse | |
The actual frame content is still not there, though :P svn-id: r51911 | |||
2010-08-08 | GOB: Fix playing of sound VMDs with a starting frame != 0 | Sven Hesse | |
svn-id: r51910 | |||
2010-08-08 | VIDEO/GOB: Implement and use CoktelDecoder::getFrameCoords() | Sven Hesse | |
svn-id: r51909 | |||
2010-08-08 | VIDEO: Fix a failed assertion in VMDDecoder::readFiles() | Sven Hesse | |
svn-id: r51908 | |||
2010-08-08 | VIDEO: Implement CoktelDecoder::renderBlockRLE() | Sven Hesse | |
svn-id: r51907 | |||
2010-08-08 | VIDEO: Fix VMD seeking | Sven Hesse | |
svn-id: r51906 |