Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-23 | PLUGINS: don't fully load each plugins at startup for single plugin method | Yotam Barnoy | |
The reason to load each plugin was to figure out if it's a sound or engine plugin. Since all our plugin files are currently engines, there's no reason to load every file. If we get dynamic sound plugins, it'd be a good idea to make a quick and easy way to know which kind of plugin it is (e.g. a prefix or suffix in the filename). svn-id: r55021 | |||
2010-11-16 | COMMON: Simplify DECLARE_SINGLETON macro | Max Horn | |
This makes it possible to write DECLARE_SINGLETON(foo); instead of DECLARE_SINGLETON(foo) without causing a warning about an extra semicolon. The extra semicolon helps some editors at parsing the C++ code. svn-id: r54258 | |||
2010-11-05 | PLUGINS: improved one-at-a-time plugin code | Yotam Barnoy | |
I reduced memory fragmentation using 2 principles: Plugins should be loaded for as little time as possible, and long lasting memory allocations should be allocated before plugins are loaded. There might still be a little fragmentation left. Note that command line settings that require plugins to be loaded don't work yet, but they didn't work (properly) before either. svn-id: r54097 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-10-18 | CONFIGURE: Plug in Last Express engine | Eugene Sandulenko | |
svn-id: r53580 | |||
2010-10-13 | SOUND: Allow TiMidity support to be disabled via configure. | Johannes Schickel | |
svn-id: r53395 | |||
2010-10-12 | SWORD25: Added detection of libtheora, png an dplugged in the engine | Eugene Sandulenko | |
svn-id: r53169 | |||
2010-10-08 | TOON: Merged Toon engine to ScummVM trunk | Eugene Sandulenko | |
svn-id: r53087 | |||
2010-09-17 | SOUND: Properly add CMS as plugin. | Johannes Schickel | |
svn-id: r52779 | |||
2010-09-15 | PLUGINS: Don't expect every plugin to load. | Andre Heider | |
svn-id: r52729 | |||
2010-09-12 | TESTBED: Merge gsoc2010-testbed branch | Eugene Sandulenko | |
svn-id: r52681 | |||
2010-09-05 | MERGE: Merge trunk to branch. | Andre Heider | |
svn-id: r52564 | |||
2010-08-19 | Fix warning & code formatting | Max Horn | |
svn-id: r52202 | |||
2010-08-17 | HUGO: Adding engine to the main tree | Eugene Sandulenko | |
svn-id: r52137 | |||
2010-08-16 | added a todo to plugins.cpp and a comment to elf32.h; Collapsed plugin ↵ | Tony Puccinelli | |
providers for a few ports into their .h files, removing the corresponding .cpp files svn-id: r52112 | |||
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 | refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME | Tony Puccinelli | |
svn-id: r52058 | |||
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 | Use tabs instead of spaces for indentation. | Eugene Sandulenko | |
svn-id: r51997 | |||
2010-08-11 | GUI: add music devices for c64, amiga and apple II gs | Florian Kagerer | |
These devices are not able to create appropriate drivers. The only purpose for now is having proper gui options and flags and music types for the device detector. The corresponding GUIO flags for the new devices have been added, too. svn-id: r51995 | |||
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli | |
svn-id: r51961 | |||
2010-08-06 | TESTBED: Merged changes from trunk to my branch | Neeraj Kumar | |
svn-id: r51798 | |||
2010-08-05 | removed unneccessary call to 'unloadPlugins' | Tony Puccinelli | |
svn-id: r51747 | |||
2010-08-05 | added intermediary function 'findGameOnePlugAtATime' and switched load game ↵ | Tony Puccinelli | |
and run game code to use it. Added checks for DYNAMIC_MODULES defines to the checks for NEW_PLUGIN_DESIGN_FIRST_REFINEMENT svn-id: r51746 | |||
2010-08-03 | gave plugin iterators more appropriate names, removed debugging printf, ↵ | Tony Puccinelli | |
added comments to loadFirstPlugin and loadNextPlugin svn-id: r51673 | |||
2010-08-02 | changed plugins so games can be added in the launcher with only one plugin ↵ | Tony Puccinelli | |
loaded into memory at a time (first refinement) svn-id: r51607 | |||
2010-07-30 | initial work on plugin design changes (already added games can be launched ↵ | Tony Puccinelli | |
with only one plugin loaded at a time if you compile with a 'NEW_PLUGIN_DESIGN_FIRST_REFINEMENT' flag) svn-id: r51502 | |||
2010-07-20 | BUILD: Unify adding -DUNIX to DEFINES; complete SEQ MIDI detection | Max Horn | |
* Added a yes/no variable _unix to configure, which controls when -DUNIX is added to DEFINES * Enable SEQ MIDI via _seq_midi by default on UNIX type systems, except for those which override that. * Switch SEQ MIDI code to check #define USE_SEQ_MIDI (alternatively, we could compile it only conditionally...) svn-id: r51055 | |||
2010-07-20 | MIDI: Build and use ALSA driver if and only if USE_ALSA is defined | Max Horn | |
svn-id: r51053 | |||
2010-07-17 | Remove PalmOS port | Max Horn | |
svn-id: r50964 | |||
2010-07-05 | Skip /dev/sequencer MIDI on Android. | Angus Lees | |
svn-id: r50664 | |||
2010-06-22 | GUI/LAUNCHER: This should fix the regression concerning pc speaker / pcjr ↵ | Florian Kagerer | |
support caused by patch #1956501 svn-id: r50145 | |||
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn | |
svn-id: r50128 | |||
2010-05-24 | added the testbed engine: basically renamed quux | Neeraj Kumar | |
svn-id: r49188 | |||
2010-03-13 | Fix our DECLARE_SINGLETON macro to conform to the C++ specs. | Johannes Schickel | |
We need to use a namespace Common { } there to make strict C++ compilers like clang++ and comeau happy. I also added a slight comment about why that is needed to the macro definition and a note that you need to use it from the global namespace. svn-id: r48254 | |||
2010-01-21 | Silenced some cppcheck warnings. | Torbjörn Andersson | |
svn-id: r47427 | |||
2009-12-29 | Add Mohawk engine code. Part 2/3: common code changes. | Eugene Sandulenko | |
svn-id: r46728 | |||
2009-11-14 | Remove Igor engine | Max Horn | |
svn-id: r45898 | |||
2009-10-20 | Move Draci's entry to make the plugins list sorted alphabetically | Jordi Vilalta Prat | |
svn-id: r45258 | |||
2009-09-27 | Removed Mac OS X QuickTime MIDI backend. It breaks on OS X 10.6, and it's ↵ | Max Horn | |
not as good as the CoreAudio backend anyway svn-id: r44428 | |||
2009-09-25 | MERGE branch gsoc2009-draci 41388:44325 into trunk | Robert Špalek | |
svn-id: r44326 | |||
2009-09-03 | fixed engines order, added svn:keywords properties. | Vladimir Menshakov | |
svn-id: r43925 | |||
2009-09-03 | imported teenagent engine sources. | Vladimir Menshakov | |
svn-id: r43922 | |||
2009-06-08 | Adding Draci Historie engine skeleton (engine stub, BAR archiver, ↵ | Denis Kasak | |
rudimentary GPL disassembler) svn-id: r41390 | |||
2009-02-15 | Import the SCI engine sources from the FreeSCI Glutton branch (it doesn't ↵ | Jordi Vilalta Prat | |
compile yet) svn-id: r38192 | |||
2009-01-30 | do not include common/debug.h from common/util.h | Max Horn | |
svn-id: r36143 | |||
2008-12-22 | Fixed indentation and removed whitespaces at the end of line | Jordi Vilalta Prat | |
svn-id: r35481 | |||
2008-11-14 | Patch #2271425: Groovie engine | Max Horn | |
svn-id: r35060 |