Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2014-02-18 | GOB: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-01-06 | GOB: Fix const away cast warning. | Johannes Schickel | |
Thanks to DrMcCoy for looking over this. | |||
2013-01-06 | GOB: Update to new IFFDecoder for ILBM images | Tomas Jakobsson | |
2012-05-29 | GOB: Fix v7 cursors drawn by the scripts | Sven Hesse | |
When the cursor name is "", then that cursor is drawn by the scripts instead of loaded from cursor32.dll. That cursor does not have its own palette then. Fixes the cursors in the "paint" game in Adibou2. | |||
2012-05-29 | GOB: Hook up the PE cursors to v7 loadCursor | Sven Hesse | |
Addy Junior / Adibou2 now shows proper cursors. Thanks to clone2727 for the constant nagging. :P | |||
2011-11-03 | GOB: Fix analyser warnings regarding sprintf() parameter signness | Sven Hesse | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-02-04 | GOB: Move storeValue/storeString to class Inter | Sven Hesse | |
svn-id: r55766 | |||
2011-02-02 | GOB: Oops, set the correct opcode :P | Sven Hesse | |
svn-id: r55739 | |||
2011-02-02 | GOB: Add o7_findCDFile | Sven Hesse | |
Stubbing that for now svn-id: r55738 | |||
2011-02-02 | GOB: Add o7_gob0x201 | Sven Hesse | |
svn-id: r55737 | |||
2011-02-02 | GOB: Implement o7_loadLBMPalette | Sven Hesse | |
svn-id: r55733 | |||
2011-02-02 | GOB: o7_draw0xA4 is o7_loadLBMPalette | Sven Hesse | |
Stubbing that one for now. svn-id: r55731 | |||
2011-02-02 | GOB: Stub o7_loadImage further | Sven Hesse | |
svn-id: r55730 | |||
2011-01-31 | GOB: o7_draw0xA4 has something to do with LBMs, though | Sven Hesse | |
svn-id: r55695 | |||
2011-01-31 | GOB: Actually, draw opcode 0x90 is loadImage | Sven Hesse | |
Not just loadLBM. The image can be a TGA, LBM, BRC, BMP or JPEG. svn-id: r55694 | |||
2011-01-31 | GOB: Set the language before opening the database | Sven Hesse | |
svn-id: r55693 | |||
2011-01-31 | GOB: o7_draw0x45 is o7_logString | Sven Hesse | |
svn-id: r55691 | |||
2011-01-31 | GOB: Add support for dBase III files | Sven Hesse | |
Implementing o7_opendBase, o7_closedBase and o7_getDBString svn-id: r55676 | |||
2011-01-31 | GOB: o7_draw0xC4 is o7_closedBase; o7_draw0xC6 is o7_getDBString | Sven Hesse | |
Stubbing those for now svn-id: r55675 | |||
2011-01-30 | GOB: Add o7_playVmdOrMusic | Sven Hesse | |
svn-id: r55648 | |||
2011-01-29 | GOB: Implement o7_loadFunctions and o7_callFunction | Sven Hesse | |
svn-id: r55640 | |||
2011-01-29 | GOB: Rename loadGroups/callGroup to loadFunctions/callFunctions | Sven Hesse | |
svn-id: r55638 | |||
2011-01-29 | GOB: Add Inter_Playtoons::getFile() | Sven Hesse | |
svn-id: r55637 | |||
2011-01-29 | GOB: Add Script::evalInt() and Script::evalString() | Sven Hesse | |
svn-id: r55634 | |||
2011-01-29 | GOB: Stub o7_loadGroups | Sven Hesse | |
svn-id: r55632 | |||
2011-01-29 | GOB: o7_draw0x59 is o7_callGroup | Sven Hesse | |
svn-id: r55631 | |||
2011-01-27 | GOB: Add o7_draw0x59 stub | Sven Hesse | |
svn-id: r55563 | |||
2011-01-26 | GOB: Use a fake cursor for Addy for now :P | Sven Hesse | |
svn-id: r55550 | |||
2011-01-26 | GOB: o7_draw0x93 is o7_setVolume | Sven Hesse | |
svn-id: r55544 | |||
2011-01-25 | GOB: Add o7_zeroVar and partially implement draw0x89 | Sven Hesse | |
svn-id: r55536 | |||
2011-01-25 | GOB: Implement getting/setting values from INI files | Sven Hesse | |
Setting is non-permanent for now svn-id: r55534 | |||
2011-01-25 | GOB: o7_draw0x8A is o7_findFile() | Sven Hesse | |
svn-id: r55531 | |||
2011-01-25 | GOB: o7_draw0x57 is o7_intToString | Sven Hesse | |
svn-id: r55527 | |||
2011-01-25 | GOB: o7_draw0x0D is o7_loadCursor | Sven Hesse | |
Not implemented yet, because they're in cursor32.dll as PE resources... svn-id: r55526 | |||
2011-01-25 | GOB: Add o7_oemToANSI | Sven Hesse | |
I don't think that we'll need that :P svn-id: r55522 | |||
2011-01-25 | GOB: o7_draw0xA1 is o7_getINIValue | Sven Hesse | |
svn-id: r55521 | |||
2011-01-25 | GOB: o7_draw0x90 is o7_loadLBM | Sven Hesse | |
Stubbed for now svn-id: r55517 | |||
2011-01-25 | GOB: o7_draw0xC4 is o7_opendBase | Sven Hesse | |
Not implemented for now, of course svn-id: r55516 | |||
2011-01-25 | GOB: o7_draw0x44 is o7_displayWarning | Sven Hesse | |
svn-id: r55515 | |||
2011-01-25 | GOB: o7_draw0x8C is o7_getSystemProperty | Sven Hesse | |
svn-id: r55514 | |||
2011-01-25 | GOB: Some more Addy stubs | Sven Hesse | |
svn-id: r55509 | |||
2011-01-25 | GOB: Adding stubs for Addy | Sven Hesse | |
svn-id: r55508 |