Age | Commit message (Expand) | Author |
2008-02-05 | Added new debug command to show global game flags. | Nicola Mettifogo |
2008-02-05 | silency ignored, we handle it differently | Paweł Kołodziejski |
2008-02-05 | Fix indentation (spaces to tabs) | Jordi Vilalta Prat |
2008-02-04 | Adjusted random number generator, thus improving animation quality in the int... | Nicola Mettifogo |
2008-02-04 | Added FIXME comment about wrong color for subtitles in BRA. | Nicola Mettifogo |
2008-02-04 | Change MetaEngine references to PluginObject where possible to make its seman... | Jordi Vilalta Prat |
2008-02-04 | Surface is a struct, not a class | Filippos Karapetis |
2008-02-04 | Moved common code from Plugin subclasses to class Plugin itself | Max Horn |
2008-02-04 | Commited updated version of my own patch #1868402: Basic savestate plugin API | Max Horn |
2008-02-04 | Fix plugin unloading / cleanup | Max Horn |
2008-02-04 | Fix a segmentation fault when running a game with dynamic plugins enabled. | Jordi Vilalta Prat |
2008-02-03 | Updated plugin.exp to match latest changes to the plugins API | Max Horn |
2008-02-03 | Replaced GUI dialog with warning. We don't have any screen to draw on yet. | Torbjörn Andersson |
2008-02-03 | Missed file from previous commits. Bah. | Robin Watts |
2008-02-03 | Revised Engine plugin API to only provide a single func which returns a MetaE... | Max Horn |
2008-02-03 | Made some advanced detector stuff internal (for now), as it is only used by A... | Max Horn |
2008-02-03 | Removed some dead code | Max Horn |
2008-02-03 | cleanup | Max Horn |
2008-02-03 | Fixed maximum token length for the parser. | Nicola Mettifogo |
2008-02-03 | Implement exists(), isReadable() and isWritable(). | Marcus Comstedt |
2008-02-03 | Use vmsfs_delete_file now that libronin supports it... | Marcus Comstedt |
2008-02-03 | instOp_on and instOp_off are now implemented, so removed warnings. | Nicola Mettifogo |
2008-02-03 | Implemented a couple more opcodes and added capability to load/display static... | Nicola Mettifogo |
2008-02-03 | - Character is now initialized when needed (for the moment only by NS) | Nicola Mettifogo |
2008-02-03 | Programs are now handled in their own list, instead of being accessed via the... | Nicola Mettifogo |
2008-02-03 | Updated flags to use ASM costume for sam and max | Lars Persson |
2008-02-03 | Previous commit to enable ARM proc3 stuff for WinCE was broken, as I'd | Robin Watts |
2008-02-03 | Updated number of icons in the icon file | Lars Persson |
2008-02-03 | Updated libs used for ASM | Lars Persson |
2008-02-03 | GFX asm defines updated properly. Custume #define turned off since this is cr... | Lars Persson |
2008-02-03 | Migration code for users updating to the 1.1.3 iPhone firmware, which has a d... | Oystein Eftevaag |
2008-02-03 | Added template param to CLIP since implicit cast is not working 100% on all p... | Lars Persson |
2008-02-03 | Added asmCopy8Col from DS implementation. Changed names to match GFX.cpp (and... | Lars Persson |
2008-02-03 | Changed ASM names to match those in the ARM asm implementations | Lars Persson |
2008-02-03 | Fixed location switching in BRA a bit more. | Nicola Mettifogo |
2008-02-03 | Animations are now displayed in the right spots in BRA. | Nicola Mettifogo |
2008-02-03 | Added code to unpack and render animations in BRA. | Nicola Mettifogo |
2008-02-03 | Changed "COMPATIBLITY" to "COMPATIBILITY". | Torbjörn Andersson |
2008-02-03 | Forgot to enable ASM opts somewhere (thought I had). | Lars Persson |
2008-02-03 | Converted queen and sky to use MetaEngine (forgot them because they don't use... | Jordi Vilalta Prat |
2008-02-03 | Missing ( in ASM_COSTUME code | Lars Persson |
2008-02-03 | Introduce ARM code for commonest case of "proc3" costume blitting (as | Robin Watts |
2008-02-02 | Enabled rudimentary location switch in BRA. | Nicola Mettifogo |
2008-02-02 | Subtitles are now displayed in the intro for BRA, though in wrong color (and ... | Nicola Mettifogo |
2008-02-02 | Fixed the description for the Gob2 Amiga demo (bug report #1883801) | Sven Hesse |
2008-02-02 | Added the MD5 for Gob2 English Amiga as supplied by fac76 in bug report #1883808 | Sven Hesse |
2008-02-02 | Corrected an off-by-one error introduced with the latest cleanups | Filippos Karapetis |
2008-02-02 | Fixed warning. | Torbjörn Andersson |
2008-02-02 | Fix GCC compile. | Travis Howell |
2008-02-02 | BRA now loads and displays location backgrounds (at least in the intro). | Nicola Mettifogo |