Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-27 | removed unneccessary relocation type definitions | Tony Puccinelli | |
svn-id: r50362 | |||
2010-06-26 | Makefile.wiz modified to link together plugins with the custom linker script | Tony Puccinelli | |
svn-id: r50307 | |||
2010-06-26 | various fixes to the loader to allow compilation | Tony Puccinelli | |
svn-id: r50305 | |||
2010-06-26 | fixed detection of plugin filenames | Tony Puccinelli | |
svn-id: r50304 | |||
2010-06-26 | added wiz plugin provider to backends/module.mk | Tony Puccinelli | |
svn-id: r50300 | |||
2010-06-26 | added gp2xwiz plugin provider code | Tony Puccinelli | |
svn-id: r50299 | |||
2010-06-25 | added ARM-specific defines to elf32.h and indented gp2xwiz-loader.h correctly | Tony Puccinelli | |
svn-id: r50259 | |||
2010-06-24 | added EM_ARM and ARM relocation types | Tony Puccinelli | |
svn-id: r50201 | |||
2010-06-23 | defined various values in elf32.h and filled out load in wiz loader ↵ | Tony Puccinelli | |
(including various helper procedures svn-id: r50196 | |||
2010-06-22 | modified main to use ELF loader | Tony Puccinelli | |
svn-id: r50161 | |||
2010-06-22 | changed PS2 to GP2X. | Tony Puccinelli | |
svn-id: r50159 | |||
2010-06-22 | modified formatting to match ScummVM Code Formatting Conventions | Tony Puccinelli | |
svn-id: r50156 | |||
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-22 | added elf32.h for gp2xwiz | Tony Puccinelli | |
svn-id: r50135 | |||
2010-06-21 | added 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-21 | added wiz plugins provider header | Tony Puccinelli | |
svn-id: r50132 | |||
2010-06-21 | fixed dependency typo | Tony Puccinelli | |
svn-id: r50105 | |||
2010-06-19 | added 'enabled' variable | Tony Puccinelli | |
svn-id: r50061 | |||
2010-06-19 | added pretty skeletal loader | Tony Puccinelli | |
svn-id: r50036 | |||
2010-06-18 | added ELF loader header for gp2xwiz | Tony Puccinelli | |
svn-id: r49977 | |||
2010-06-17 | quick 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-16 | added initial plugin linker for GP2x Wiz ELF-loader | Tony Puccinelli | |
svn-id: r49898 | |||
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-14 | merged GP2x-Wiz debug build scripts from trunk into branch | Tony Puccinelli | |
svn-id: r49671 | |||
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 | |||
2010-06-06 | Makefile tweaked so plugins build for PS2 and uncommented code from ↵ | Tony Puccinelli | |
default-saves.cpp svn-id: r49463 | |||
2010-06-06 | use modified version of a different linker for linking plugins for PS2 | Tony Puccinelli | |
svn-id: r49462 | |||
2010-06-06 | added dynamic plugins stuff to configure | Tony Puccinelli | |
svn-id: r49446 | |||
2010-06-05 | merged trunk into branch and corrected __PS2__ to __PLAYSTATION2__ in a ↵ | Tony Puccinelli | |
couple files svn-id: r49435 | |||
2010-06-04 | Bugfix 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-04 | SCI: Fix for Valgrind Warning in Palette. | David Turner | |
svn-id: r49433 | |||
2010-06-04 | Some more work on channel remapping: Moved the remapping code to the music ↵ | Filippos Karapetis | |
loading code (still disabled) svn-id: r49430 | |||
2010-06-04 | Simplified the channel monitoring code inside the SoundResource class | Filippos Karapetis | |
svn-id: r49429 | |||
2010-06-04 | Ensure 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-04 | Bugfix for the loading of the animation frame list | Paul Gilbert | |
svn-id: r49427 | |||
2010-06-04 | Added code and support routines for destroying animations correctly, which ↵ | Paul Gilbert | |
also necessitated changing the sprite list code svn-id: r49426 | |||
2010-06-04 | SCI: Replace strncpy with Common::strlcpy | Walter van Niftrik | |
svn-id: r49425 | |||
2010-06-04 | SCI: Add savegame version check in CheckSaveGame | Walter van Niftrik | |
svn-id: r49424 | |||
2010-06-04 | SCI: Cleanup | Walter van Niftrik | |
svn-id: r49423 | |||
2010-06-04 | further tweaks to Makefile and main linker | Tony Puccinelli | |
svn-id: r49422 | |||
2010-06-03 | Replace two uses of ::qsort by Common::sort. | Johannes Schickel | |
svn-id: r49418 | |||
2010-06-03 | - Made some methods const | Johannes Schickel | |
- Prefer const_iterator over iterator in SciMusic::findUsedChannels svn-id: r49417 | |||
2010-06-03 | A first attempt at channel remapping (currently disabled) | Filippos Karapetis | |
svn-id: r49416 | |||
2010-06-03 | Added 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-03 | Added channel remapping to MidiParser_SCI (currently unused) | Filippos Karapetis | |
svn-id: r49414 | |||
2010-06-03 | Re-enabled the cursor position limiting code | Filippos Karapetis | |
svn-id: r49413 |