aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-06-03Renamed some variables to silence GCC warnings.Torbjörn Andersson
svn-id: r49412
2010-06-03Fixed crashing with wave file patches, a regression from commit #49391Filippos Karapetis
svn-id: r49411
2010-06-03Properly implemented the logic for loading the correct interface background ↵Paul Gilbert
as specified in a scene's resources svn-id: r49409
2010-06-03The setCursor selector is no longer used for the detection of the ↵Filippos Karapetis
kSetCursor() kernel function semantics svn-id: r49408
2010-06-03Fixed compilationFilippos Karapetis
svn-id: r49407
2010-06-03Moved several object-related defines inside vm.h into segment.h, where the ↵Filippos Karapetis
Object class resides. Also, removed several unused defines svn-id: r49406
2010-06-03Moved the MADS interface view into mads_scene.cpp and did a major cleanup of ↵Paul Gilbert
scene loading code svn-id: r49405
2010-06-03We'll now default to non-touchpad mode on the iPadOystein Eftevaag
svn-id: r49403
2010-06-03Updated xcode projectOystein Eftevaag
svn-id: r49402
2010-06-03minor correction to makefileTony Puccinelli
svn-id: r49401
2010-06-03modified linker now both compiles and runs when dynamic modules turned offTony Puccinelli
svn-id: r49400
2010-06-03compiles with modified linker when dynamic plugins turned off nowTony Puccinelli
svn-id: r49399
2010-06-02Fix a regression from r49377 - we should be checking against code in ↵Matthew Hoops
addition to index for duplicate MLST's. svn-id: r49395
2010-06-02Fixed regression from commit #49332 (merging of the SCI0 and SCI11 relocate ↵Filippos Karapetis
functions, where the SCI0 equivalent had a +1 count): it seems that we should skip over zero exports, however the total number of valid exports remains the same. Fixes KQ5 and QFG2. This also fixes the relocation calculation of script 71 in SQ3, so remove the comment that the script has broken relocation entries svn-id: r49394
2010-06-02In Riven, if we get a change card opcode on a mouse down event, ignore the ↵Matthew Hoops
next mouse up event so we don't misinterpret that as an event in the next card; minor cleanup. svn-id: r49393