Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-11-28 | Merging the gsoc2010-opengl branch | Max Horn | |
svn-id: r54518 | |||
2010-11-24 | BACKENDS: Add a basic logger implementation. | Johannes Schickel | |
This is the logger I posted at our patch tracker. Item #3115757 "OSYSTEM: Basic logger". It includes the changes proposed by Max. It is currently not hooked into any backend, since we still need to decide where to log files, whether to have multiple log files etc. svn-id: r54451 | |||
2010-11-08 | BACKENDS: Partial merge of gsoc2010-opengl: Audio CD changes only | Max Horn | |
This commit contains the AudioCDManager changes from the gsoc2010-opengl branch. The other changes in that branch are restricted to the backends directory only (plus configure). The Nintendo DS and Dreamcast ports still need to be ported over to the new Audio CD system, but that should be fairly easy to do. svn-id: r54147 | |||
2010-11-04 | DC: remove multi-build of dc-provider that slipped in with plugin merge. | Yotam Barnoy | |
svn-id: r54058 | |||
2010-10-23 | DINGUX: fix compilation for the opengl branch | Fabio Battaglia | |
Moved events related code to backends/events/dinguxsdl/* and move graphics related code to backends/graphics/dinguxsdl/* Subclass OSystem_POSIX instead of OSystem_SDL svn-id: r53730 | |||
2010-09-15 | PLUGINS: Additional plugin check for the ELF loader. | Andre Heider | |
The ELF loader does not have access to the symbols of the main executable, it just relocates symbols to it via fixed offsets. We need to make sure that loaded plugins are from the same link process to prevent crashes. An embedded build date is used for that. svn-id: r52730 | |||
2010-09-05 | PLUGINS: Move platform specific code out of the generic ELF loader. | Andre Heider | |
Instead overwrite pure virtual functions in a backend specific class. svn-id: r52556 | |||
2010-09-05 | PLUGINS: Move all ELF loader related files to its own directory. | Andre Heider | |
svn-id: r52555 | |||
2010-09-05 | PLUGINS: Plugin support for the GameCube/Wii backend. | Andre Heider | |
svn-id: r52553 | |||
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-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli | |
svn-id: r51961 | |||
2010-08-07 | removed gp2x-wiz plugin provider from backends/module.mk | Tony Puccinelli | |
svn-id: r51847 | |||
2010-08-07 | modified psp to use mips-loader.cpp (and added things to backends/module.mk) | Tony Puccinelli | |
svn-id: r51826 | |||
2010-08-07 | made MIPSDLObject and PS2 plugin provider that uses it | Tony Puccinelli | |
svn-id: r51818 | |||
2010-08-06 | Fix dc build. | Alejandro Marzini | |
svn-id: r51814 | |||
2010-08-06 | added DSPlugin and DS Plugin Provider (steps towards using subtypes of DLObject) | Tony Puccinelli | |
svn-id: r51777 | |||
2010-07-30 | Merged from trunk, from Rev 50841 to HEAD | Alejandro Marzini | |
svn-id: r51495 | |||
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn | |
svn-id: r51465 | |||
2010-07-28 | abstracted an ELF plugin provider | Tony Puccinelli | |
svn-id: r51400 | |||
2010-07-17 | Remove PalmOS port | Max Horn | |
svn-id: r50964 | |||
2010-07-13 | Merged from trunk, from Rev 49499 to HEAD | Alejandro Marzini | |
svn-id: r50840 | |||
2010-07-09 | Added OpenGLSDLGraphicsManager. | Alejandro Marzini | |
svn-id: r50768 | |||
2010-07-03 | added ds plugin provider to module.mk | Tony Puccinelli | |
svn-id: r50613 | |||
2010-07-01 | Modularized GP2X backend. Renamed GP2XWIZSdlEventManager to ↵ | Alejandro Marzini | |
GP2XSdlEventManager, and added GP2X code. svn-id: r50542 | |||
2010-06-30 | Modularized GP2XWIZ backend. | Alejandro Marzini | |
svn-id: r50514 | |||
2010-06-29 | Renamed Samsung TV SDL Event Manager class and file for constancy, and added ↵ | Alejandro Marzini | |
initialization for it on Samsung TV backend. svn-id: r50481 | |||
2010-06-29 | Updated makefile. Fixed compile errors. | Alejandro Marzini | |
svn-id: r50475 | |||
2010-06-26 | Modularized Symbian port. | Alejandro Marzini | |
svn-id: r50356 | |||
2010-06-26 | Fixed build error. | Alejandro Marzini | |
svn-id: r50342 | |||
2010-06-26 | Updated makefile. | Alejandro Marzini | |
svn-id: r50306 | |||
2010-06-26 | added wiz plugin provider to backends/module.mk | Tony Puccinelli | |
svn-id: r50300 | |||
2010-06-24 | Renamed MacOSXMixerManager to BufferingSDLMixerManager. | Alejandro Marzini | |
svn-id: r50223 | |||
2010-06-14 | Update build system | Max Horn | |
svn-id: r49664 | |||
2010-06-13 | Added SdlTimerManager. Added getMillis, delayMillis and getTimeAndDate to ↵ | Alejandro Marzini | |
Common::TimerManager, DefaultTimerManager and ModularBackend. Removed timer code from OSystem_SDL. svn-id: r49637 | |||
2010-06-13 | Updated makefiles. | Alejandro Marzini | |
svn-id: r49636 | |||
2010-06-10 | Removed deleted DefaultMutexManager from makefile. | Alejandro Marzini | |
svn-id: r49557 | |||
2010-06-08 | Renamed and moved DefaultGraphicsManager to NullGraphicsManager. Added pure ↵ | Alejandro Marzini | |
virtual class GraphicsManager. svn-id: r49528 | |||
2010-06-08 | Added Graphics and Mutex managers to makefile. | Alejandro Marzini | |
svn-id: r49498 | |||
2010-06-01 | minor modification to accomodate dynamic plugins for ps2 | Tony Puccinelli | |
svn-id: r49367 | |||
2010-05-31 | Fix trunk compilation (don't try to compile non-existing files) | Jordi Vilalta Prat | |
svn-id: r49365 | |||
2010-05-31 | modifications to get the ps2 to use the ps2loader | Tony Puccinelli | |
svn-id: r49363 | |||
2010-05-29 | Added again base-backend. Started sdl backend refatoring, file, mutex and ↵ | Alejandro Marzini | |
timer subsystems created. svn-id: r49305 | |||
2010-05-28 | Created base virtual classes for backends subsystems. | Alejandro Marzini | |
Removed base-backend, it won't be needed anymore. svn-id: r49284 | |||
2010-05-24 | PSP: moved timer thread to backends/timer/psp | Yotam Barnoy | |
svn-id: r49173 | |||
2009-12-30 | remove bad hackery caused by n64 port and avoid polluting StdioStream using ↵ | Fabio Battaglia | |
a custom Stream subclass svn-id: r46777 | |||
2009-12-30 | Add Nintendo 64 port to trunk. | Fabio Battaglia | |
svn-id: r46773 | |||
2009-10-09 | Slightly modified version of patch #2875544: PSP plugins patch | Joost Peters | |
svn-id: r44822 | |||
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-08-17 | Commit (slightly) modified version of patch #2831248: Allow suspend/resume ↵ | Joost Peters | |
for PSP svn-id: r43477 | |||
2009-01-30 | Moved default implementations for various OSystem methods into a new class ↵ | Max Horn | |
BaseBackend svn-id: r36135 |