Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-03 | PS2: Allow using mkdir | Max Horn | |
2011-05-03 | COMMON: Forbid use of getcwd&getwd; add macro to enable unistd.h compatibility | Max Horn | |
2011-05-03 | PS2: Fix various forbidden symbol clashes | Max Horn | |
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | BACKENDS: Fix compilation for various backends | Ori Avtalion | |
Affects: * PS2 * GPH * ELF * MOTO * IPHONE * N64 * DINGUX * WINCE * PSP | |||
2011-04-28 | JANITORIAL: Format more forward declarations to follow convention | Ori Avtalion | |
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion | |
2011-04-17 | ALL/GRAPHICS: Remove Surface::bytesPerPixel. | Johannes Schickel | |
2011-04-17 | BACKENDS: Adapt various backends code to set up Surface::format correctly. | Johannes Schickel | |
Note that this change is not tested at all (not even compile wise!). | |||
2011-04-17 | BACKEND: Prefer Surface::create taking a PixelFormat over the one taking a ↵ | Johannes Schickel | |
byte depth. | |||
2011-03-19 | ALL: s/PI/M_PI/ | dhewg | |
Tip of the day: git grep -w PI | |||
2011-02-16 | PS2: Adapt to setPalette/grabPalette RGBA->RGB change. | Johannes Schickel | |
This change is not tested. | |||
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2010-11-29 | SDL: Trying to cleanup the FORBIDDEN_SYMBOL situation | Max Horn | |
svn-id: r54575 | |||
2010-11-18 | PS2: Fix use of Ps2File::_sema w/o __PS2_FILE_SEMA__ guard | Max Horn | |
svn-id: r54343 | |||
2010-11-03 | Merge from gsoc2010-plugins | Yotam Barnoy | |
This merge was extremely difficult to carry out. It wasn't entirely SVN's fault -- there were several merges to the branch that were done by hand. Please check for any issues and regressions. Also note that the DS makefile was not copied over since the "one at a time" plugin mode currently has too much fragmentation ie. it doesn't work. svn-id: r54051 | |||
2010-10-31 | Updated with latest from trunk | Yotam Barnoy | |
svn-id: r53976 | |||
2010-10-30 | PS2: Enable use of forbidden symbols | Max Horn | |
svn-id: r53969 | |||
2010-10-12 | JANITORAL: Clean trailing whitespaces. | Jordi Vilalta Prat | |
svn-id: r53160 | |||
2010-09-15 | PLUGINS: Cleanup. | Andre Heider | |
- Unify ELF loader handling in configure - Rename ELF_LOADER_TARGET to USE_ELF_LOADER svn-id: r52728 | |||
2010-09-05 | PLUGINS: Move all ELF loader related files to its own directory. | Andre Heider | |
svn-id: r52555 | |||
2010-08-16 | moved include of Makefile.common in PS2 Makefile | Tony Puccinelli | |
svn-id: r52117 | |||
2010-08-16 | removed redundant include of Makefile.common in PS2 Makefile | Tony Puccinelli | |
svn-id: r52115 | |||
2010-08-16 | Added define to PS2 so it uses ONE_PLUGIN_AT_A_TIME | Tony Puccinelli | |
svn-id: r52114 | |||
2010-08-14 | added dynamic plugins stuff for PS2 into Makefile (and added couple of ↵ | Tony Puccinelli | |
defines for abstracted ELF-LOADER for psp svn-id: r52083 | |||
2010-08-13 | refactored NEW_PLUGIN_DESIGN_FIRST_REFINEMENT define into ONE_PLUGIN_AT_A_TIME | Tony Puccinelli | |
svn-id: r52058 | |||
2010-08-11 | manually merged trunk/backends into branch and removed some now redundant ↵ | Tony Puccinelli | |
elf32.h files svn-id: r51966 | |||
2010-08-10 | merged trunk into branch, reverted Cruise Singleton changes | Tony Puccinelli | |
svn-id: r51961 | |||
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-05 | added plugin design first refinement define to ps2 makefile | Tony Puccinelli | |
svn-id: r51749 | |||
2010-08-03 | added checks for ELF_LOADER_TARGET before including the elf plugin provider | Tony Puccinelli | |
svn-id: r51716 | |||
2010-07-29 | BUILD: Unify how MODULE_DIRS is computed for backends | Max Horn | |
This should help avoid situations where MODULE_DIRS is not set to a complete list of build dirs (which causes troubles with the automatic header dependency detection logic). On the long run, we should replace the relevant code by a macro or also use rules.mk for this (with yet another if/else case add to it). svn-id: r51467 | |||
2010-07-29 | BUILD: Compile & link certain files only for specific BACKEND values | Max Horn | |
svn-id: r51465 | |||
2010-07-28 | added some comments to shorts-segment-manager, moved main engine linker ↵ | Tony Puccinelli | |
script for ps2 into the plugins folder as it is only used when dynamic plugins are enabled svn-id: r51447 | |||
2010-07-28 | abstracted an ELF plugin provider | Tony Puccinelli | |
svn-id: r51400 | |||
2010-07-27 | Continued abstraction of generic ELF-loader, splitting off MIPS-processor ↵ | Tony Puccinelli | |
specific things into their own files and testing on the PS2 svn-id: r51345 | |||
2010-07-15 | added necessary #includes to loader | Tony Puccinelli | |
svn-id: r50910 | |||
2010-07-15 | Fixed function prototype typos | Tony Puccinelli | |
svn-id: r50909 | |||
2010-07-15 | restructured ps2loader to use Common::SeekableReadStream instead of a file ↵ | Tony Puccinelli | |
descriptor svn-id: r50903 | |||
2010-06-22 | fixed errors in linker scripts that were preventing GP-relative section for ↵ | Tony Puccinelli | |
small data from working correctly svn-id: r50138 | |||
2010-06-21 | fixed dependency typo | Tony Puccinelli | |
svn-id: r50105 | |||
2010-06-14 | changed which modified linker to use for plugin.ld as loading from USB-drive ↵ | Tony Puccinelli | |
seemed to break after last commit. Also added some comments to the linkers. svn-id: r49676 | |||
2010-06-13 | changed DBG to printf instead of sioprintf | Tony Puccinelli | |
svn-id: r49626 | |||
2010-06-13 | loadable modules working for ps2 | Tony Puccinelli | |
svn-id: r49617 | |||
2010-06-11 | changed DBG to use sioprintf but temporarily commented out those statements | Tony Puccinelli | |
svn-id: r49588 | |||
2010-06-09 | added tentative GDB flag to Makefile, changed calls to psp-functions to ↵ | Tony Puccinelli | |
equivalent ps2-functions in ps2loader, minor rearrangement of code in systemps2 svn-id: r49530 | |||
2010-06-07 | rearranged Makefile for clarity and added comments | Tony Puccinelli | |
svn-id: r49493 |