Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn | |
svn-id: r30786 | |||
2008-02-04 | Fix plugin unloading / cleanup | Max Horn | |
svn-id: r30785 | |||
2008-02-04 | Fix a segmentation fault when running a game with dynamic plugins enabled. | Jordi Vilalta Prat | |
svn-id: r30784 | |||
2008-02-03 | Updated plugin.exp to match latest changes to the plugins API | Max Horn | |
svn-id: r30783 | |||
2008-02-03 | Replaced GUI dialog with warning. We don't have any screen to draw on yet. | Torbjörn Andersson | |
svn-id: r30782 | |||
2008-02-03 | Missed file from previous commits. Bah. | Robin Watts | |
svn-id: r30781 | |||
2008-02-03 | Revised 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-03 | Made 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-03 | Removed some dead code | Max Horn | |
svn-id: r30778 | |||
2008-02-03 | cleanup | Max Horn | |
svn-id: r30777 | |||
2008-02-03 | Fixed maximum token length for the parser. | Nicola Mettifogo | |
svn-id: r30776 | |||
2008-02-03 | Implement exists(), isReadable() and isWritable(). | Marcus Comstedt | |
svn-id: r30773 | |||
2008-02-03 | Use vmsfs_delete_file now that libronin supports it... | Marcus Comstedt | |
svn-id: r30772 | |||
2008-02-03 | instOp_on and instOp_off are now implemented, so removed warnings. | Nicola Mettifogo | |
svn-id: r30771 | |||
2008-02-03 | Implemented 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-03 | Programs are now handled in their own list, instead of being accessed via ↵ | Nicola Mettifogo | |
the referring Animation. svn-id: r30768 | |||
2008-02-03 | Updated flags to use ASM costume for sam and max | Lars Persson | |
svn-id: r30767 | |||
2008-02-03 | Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd | Robin 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-03 | Updated number of icons in the icon file | Lars Persson | |
svn-id: r30764 | |||
2008-02-03 | Updated libs used for ASM | Lars Persson | |
svn-id: r30763 | |||
2008-02-03 | GFX asm defines updated properly. Custume #define turned off since this is ↵ | Lars Persson | |
crashing. svn-id: r30762 | |||
2008-02-03 | Migration 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-03 | Added 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-03 | Added asmCopy8Col from DS implementation. Changed names to match GFX.cpp ↵ | Lars Persson | |
(and DS names) svn-id: r30759 | |||
2008-02-03 | Changed ASM names to match those in the ARM asm implementations | Lars Persson | |
svn-id: r30758 | |||
2008-02-03 | Fixed location switching in BRA a bit more. | Nicola Mettifogo | |
svn-id: r30757 | |||
2008-02-03 | Animations are now displayed in the right spots in BRA. | Nicola Mettifogo | |
svn-id: r30756 | |||
2008-02-03 | Added code to unpack and render animations in BRA. | Nicola Mettifogo | |
svn-id: r30755 | |||
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson | |
svn-id: r30754 | |||
2008-02-03 | Forgot to enable ASM opts somewhere (thought I had). | Lars Persson | |
svn-id: r30753 | |||
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't ↵ | Jordi Vilalta Prat | |
use the AdvancedDetector). svn-id: r30752 | |||
2008-02-03 | Missing ( in ASM_COSTUME code | Lars Persson | |
svn-id: r30751 | |||
2008-02-03 | Introduce ARM code for commonest case of "proc3" costume blitting (as | Robin Watts | |
used for animation in SamNMax). Enabled by the USE_ARM_COSTUME_ASM define. Currently enabled for WinCE only. svn-id: r30750 | |||
2008-02-02 | Enabled rudimentary location switch in BRA. | Nicola Mettifogo | |
svn-id: r30748 | |||
2008-02-02 | Subtitles are now displayed in the intro for BRA, though in wrong color (and ↵ | Nicola Mettifogo | |
I don't know why). svn-id: r30747 | |||
2008-02-02 | Fixed the description for the Gob2 Amiga demo (bug report #1883801) | Sven Hesse | |
svn-id: r30745 | |||
2008-02-02 | Added the MD5 for Gob2 English Amiga as supplied by fac76 in bug report #1883808 | Sven Hesse | |
svn-id: r30744 | |||
2008-02-02 | Corrected an off-by-one error introduced with the latest cleanups | Filippos Karapetis | |
svn-id: r30743 | |||
2008-02-02 | Fixed warning. | Torbjörn Andersson | |
svn-id: r30742 | |||
2008-02-02 | Fix GCC compile. | Travis Howell | |
svn-id: r30741 | |||
2008-02-02 | BRA now loads and displays location backgrounds (at least in the intro). | Nicola Mettifogo | |
svn-id: r30740 | |||
2008-02-02 | Cleanup of BRA menu code. | Nicola Mettifogo | |
svn-id: r30739 | |||
2008-02-02 | Cleanup | Filippos Karapetis | |
svn-id: r30738 | |||
2008-02-02 | Reworked menu in BRA (now functioning). | Nicola Mettifogo | |
svn-id: r30737 | |||
2008-02-02 | Moved AdvancedMetaEngine to namespace Common | Max Horn | |
svn-id: r30736 | |||
2008-02-02 | Update MSVC8 and MSVC9 project files for commit #30726 | Filippos Karapetis | |
svn-id: r30735 | |||
2008-02-02 | Simplified icon | Lars Persson | |
svn-id: r30734 | |||
2008-02-02 | Now using customized SVG as icon for S60v3 and not bitmap. Original ScummVM ↵ | Lars Persson | |
svg icon does not work on S60 phones (rendering is corrupt) svn-id: r30733 | |||
2008-02-02 | Allowed BackgroundInfo to display bitmaps smaller than the screen and other ↵ | Nicola Mettifogo | |
small tweaks to re-enable splash screens in BRA. svn-id: r30732 |