aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-02-06Implemented some more opcodes in BRA. Animations should now be visible in ↵Nicola Mettifogo
most locations. svn-id: r30806
2008-02-06Corrected mask and path loading in BRA.Nicola Mettifogo
svn-id: r30805
2008-02-05Committed my own patch #1885901 to fix NASM warnings.Torbjörn Andersson
svn-id: r30804
2008-02-05I think this is slightly easier to read...Torbjörn Andersson
svn-id: r30803
2008-02-05revert accidental commit. It increases commit count. But better to compile ↵Eugene Sandulenko
before commit svn-id: r30802
2008-02-05revert accidental commitEugene Sandulenko
svn-id: r30801
2008-02-05Fix compilationEugene Sandulenko
svn-id: r30800
2008-02-05Fix compilation on MSVC8 & 9 (Added gui_br.cpp to parallaction's project ↵Kari Salminen
files. The file was introduced by revision 30739). svn-id: r30799
2008-02-05Changed main loop to allow BRA to return to menu after intro.Nicola Mettifogo
svn-id: r30798
2008-02-05Enhanced parser to handle multi-line comments in scripts.Nicola Mettifogo
svn-id: r30797
2008-02-05Fixes to make BRA introduction run:Nicola Mettifogo
- fixed location command parser - implemented stop command - temporary disabled speak zones (audio is not yet supported) svn-id: r30796
2008-02-05Fixed size of temporary buffer for unpacking animation frames.Nicola Mettifogo
svn-id: r30795
2008-02-05Added new debug command to show global game flags.Nicola Mettifogo
svn-id: r30794
2008-02-05silency ignored, we handle it differentlyPaweł Kołodziejski
svn-id: r30793
2008-02-05Fix indentation (spaces to tabs)Jordi Vilalta Prat
svn-id: r30792
2008-02-04Adjusted random number generator, thus improving animation quality in the ↵Nicola Mettifogo
intro. The general still acts like he is on amphetamines. svn-id: r30791
2008-02-04Added FIXME comment about wrong color for subtitles in BRA.Nicola Mettifogo
svn-id: r30790
2008-02-04Change MetaEngine references to PluginObject where possible to make its ↵Jordi Vilalta Prat
semantics more generic. svn-id: r30789
2008-02-04Surface is a struct, not a classFilippos Karapetis
svn-id: r30788
2008-02-04Moved common code from Plugin subclasses to class Plugin itselfMax Horn
svn-id: r30787
2008-02-04Commited updated version of my own patch #1868402: Basic savestate plugin APIMax Horn
svn-id: r30786
2008-02-04Fix plugin unloading / cleanupMax Horn
svn-id: r30785
2008-02-04Fix a segmentation fault when running a game with dynamic plugins enabled.Jordi Vilalta Prat
svn-id: r30784
2008-02-03Updated plugin.exp to match latest changes to the plugins APIMax Horn
svn-id: r30783
2008-02-03Replaced GUI dialog with warning. We don't have any screen to draw on yet.Torbjörn Andersson
svn-id: r30782
2008-02-03Missed file from previous commits. Bah.Robin Watts
svn-id: r30781
2008-02-03Revised Engine plugin API to only provide a single func which returns a ↵Max Horn
MetaEngine instance. Used this to simplify the rest of the plugin system svn-id: r30780
2008-02-03Made some advanced detector stuff internal (for now), as it is only used by ↵Max Horn
AdvancedMetaEngine. Also removed obsolete ADVANCED_DETECTOR_DEFINE_PLUGIN macro svn-id: r30779
2008-02-03Removed some dead codeMax Horn
svn-id: r30778
2008-02-03cleanupMax Horn
svn-id: r30777
2008-02-03Fixed maximum token length for the parser.Nicola Mettifogo
svn-id: r30776
2008-02-03Implement exists(), isReadable() and isWritable().Marcus Comstedt
svn-id: r30773
2008-02-03Use vmsfs_delete_file now that libronin supports it...Marcus Comstedt
svn-id: r30772
2008-02-03instOp_on and instOp_off are now implemented, so removed warnings.Nicola Mettifogo
svn-id: r30771
2008-02-03Implemented a couple more opcodes and added capability to load/display ↵Nicola Mettifogo
static images in BRA. svn-id: r30770
2008-02-03- Character is now initialized when needed (for the moment only by NS)Nicola Mettifogo
- Forward lists are now bigger since BRA scripts are larger svn-id: r30769
2008-02-03Programs are now handled in their own list, instead of being accessed via ↵Nicola Mettifogo
the referring Animation. svn-id: r30768
2008-02-03Updated flags to use ASM costume for sam and maxLars Persson
svn-id: r30767
2008-02-03Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'dRobin Watts
forgotten to define the enabling symbol in cpp files. Consequently I'd cocked up when copying the call to the ARM code across from my hacked costume.cpp into a fresh one. svn-id: r30766
2008-02-03Updated number of icons in the icon fileLars Persson
svn-id: r30764
2008-02-03Updated libs used for ASMLars Persson
svn-id: r30763
2008-02-03GFX asm defines updated properly. Custume #define turned off since this is ↵Lars Persson
crashing. svn-id: r30762
2008-02-03Migration code for users updating to the 1.1.3 iPhone firmware, which has a ↵Oystein Eftevaag
different directory structure and permission setup svn-id: r30761
2008-02-03Added template param to CLIP since implicit cast is not working 100% on all ↵Lars Persson
platforms. Target type is int32 so used that. svn-id: r30760
2008-02-03Added asmCopy8Col from DS implementation. Changed names to match GFX.cpp ↵Lars Persson
(and DS names) svn-id: r30759
2008-02-03Changed ASM names to match those in the ARM asm implementationsLars Persson
svn-id: r30758
2008-02-03Fixed location switching in BRA a bit more.Nicola Mettifogo
svn-id: r30757
2008-02-03Animations are now displayed in the right spots in BRA.Nicola Mettifogo
svn-id: r30756
2008-02-03Added code to unpack and render animations in BRA.Nicola Mettifogo
svn-id: r30755
2008-02-03Changed "COMPATIBLITY" to "COMPATIBILITY".Torbjörn Andersson
svn-id: r30754