aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-06-27removed unneccessary relocation type definitionsTony Puccinelli
svn-id: r50362
2010-06-26Makefile.wiz modified to link together plugins with the custom linker scriptTony Puccinelli
svn-id: r50307
2010-06-26various fixes to the loader to allow compilationTony Puccinelli
svn-id: r50305
2010-06-26fixed detection of plugin filenamesTony Puccinelli
svn-id: r50304
2010-06-26added wiz plugin provider to backends/module.mkTony Puccinelli
svn-id: r50300
2010-06-26added gp2xwiz plugin provider codeTony Puccinelli
svn-id: r50299
2010-06-25added ARM-specific defines to elf32.h and indented gp2xwiz-loader.h correctlyTony Puccinelli
svn-id: r50259
2010-06-24added EM_ARM and ARM relocation typesTony Puccinelli
svn-id: r50201
2010-06-23defined various values in elf32.h and filled out load in wiz loader ↵Tony Puccinelli
(including various helper procedures svn-id: r50196
2010-06-22modified main to use ELF loaderTony Puccinelli
svn-id: r50161
2010-06-22changed PS2 to GP2X.Tony Puccinelli
svn-id: r50159
2010-06-22modified formatting to match ScummVM Code Formatting ConventionsTony Puccinelli
svn-id: r50156
2010-06-22fixed errors in linker scripts that were preventing GP-relative section for ↵Tony Puccinelli
small data from working correctly svn-id: r50138
2010-06-22added elf32.h for gp2xwizTony Puccinelli
svn-id: r50135
2010-06-21added loader to module.mk, added plugin.syms, and changed the '__GP2XWIZ__' ↵Tony Puccinelli
flag to 'GP2XWIZ' in the wiz loader svn-id: r50133
2010-06-21added wiz plugins provider headerTony Puccinelli
svn-id: r50132
2010-06-21fixed dependency typoTony Puccinelli
svn-id: r50105
2010-06-19added 'enabled' variableTony Puccinelli
svn-id: r50061
2010-06-19added pretty skeletal loaderTony Puccinelli
svn-id: r50036
2010-06-18added ELF loader header for gp2xwizTony Puccinelli
svn-id: r49977
2010-06-17quick and rough working wiz makefile added (will be refined and moved to Wiz ↵Tony Puccinelli
directory for prototyping of Wiz ELF-loader) svn-id: r49915
2010-06-16added initial plugin linker for GP2x Wiz ELF-loaderTony Puccinelli
svn-id: r49898
2010-06-14changed 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-14merged GP2x-Wiz debug build scripts from trunk into branchTony Puccinelli
svn-id: r49671
2010-06-13changed DBG to printf instead of sioprintfTony Puccinelli
svn-id: r49626
2010-06-13loadable modules working for ps2Tony Puccinelli
svn-id: r49617
2010-06-11changed DBG to use sioprintf but temporarily commented out those statementsTony Puccinelli
svn-id: r49588
2010-06-09added 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-07rearranged Makefile for clarity and added commentsTony Puccinelli
svn-id: r49493
2010-06-06Makefile tweaked so plugins build for PS2 and uncommented code from ↵Tony Puccinelli
default-saves.cpp svn-id: r49463
2010-06-06use modified version of a different linker for linking plugins for PS2Tony Puccinelli
svn-id: r49462
2010-06-06added dynamic plugins stuff to configureTony Puccinelli
svn-id: r49446
2010-06-05merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵Tony Puccinelli
couple files svn-id: r49435
2010-06-04Bugfix for wrong parameter order in scene resources load method call. Also ↵Paul Gilbert
added fragment to destroy an active animation when it's finished animating svn-id: r49434
2010-06-04SCI: Fix for Valgrind Warning in Palette.David Turner
svn-id: r49433
2010-06-04Some more work on channel remapping: Moved the remapping code to the music ↵Filippos Karapetis
loading code (still disabled) svn-id: r49430
2010-06-04Simplified the channel monitoring code inside the SoundResource classFilippos Karapetis
svn-id: r49429
2010-06-04Ensure that zones/animations always get the same index number.Nicola Mettifogo
When a zone/animation is skipped by the parser because already loaded, the index is now increased. This does not affect NS, since indexes are only used for scene sorting there, but is relevant for BRA, where indexes need to be coherent across location changes. Patch #3004008 by fuzzie. svn-id: r49428
2010-06-04Bugfix for the loading of the animation frame listPaul Gilbert
svn-id: r49427
2010-06-04Added code and support routines for destroying animations correctly, which ↵Paul Gilbert
also necessitated changing the sprite list code svn-id: r49426
2010-06-04SCI: Replace strncpy with Common::strlcpyWalter van Niftrik
svn-id: r49425
2010-06-04SCI: Add savegame version check in CheckSaveGameWalter van Niftrik
svn-id: r49424
2010-06-04SCI: CleanupWalter van Niftrik
svn-id: r49423
2010-06-04further tweaks to Makefile and main linkerTony Puccinelli
svn-id: r49422
2010-06-03Replace two uses of ::qsort by Common::sort.Johannes Schickel
svn-id: r49418
2010-06-03- Made some methods constJohannes Schickel
- Prefer const_iterator over iterator in SciMusic::findUsedChannels svn-id: r49417
2010-06-03A first attempt at channel remapping (currently disabled)Filippos Karapetis
svn-id: r49416
2010-06-03Added code to get which channels are used by a sound. Also, fixed a crash ↵Filippos Karapetis
when using Sierra's GM patches, a regression from commit #49391. svn-id: r49415
2010-06-03Added channel remapping to MidiParser_SCI (currently unused)Filippos Karapetis
svn-id: r49414
2010-06-03Re-enabled the cursor position limiting codeFilippos Karapetis
svn-id: r49413