aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-10-02Moved unrelated fields out of ADGameDescription structure.Eugene Sandulenko
svn-id: r24090
2006-10-02Fixed bug #1569594 ("BS2 DXA Movie Exit/Crash"). That's what I get for onlyTorbjörn Andersson
testing with subtitles enabled... :-) svn-id: r24089
2006-10-02The name isn't stored in saved games for PPTravis Howell
svn-id: r24088
2006-10-02Doxygen compliance fixMax Horn
svn-id: r24087
2006-10-02Add basic single slot load/save support for dimp/swampy for nowTravis Howell
svn-id: r24086
2006-10-02Add a somewhat hackish, uber-sekrit mass-add-game-feature (shift-click ↵Max Horn
'Add...' button to use at your own risk) svn-id: r24085
2006-10-02Improved the BASS detector a bitMax Horn
svn-id: r24084
2006-10-02Unify SAGA/AGOS detection code so other engines could also reuse itEugene Sandulenko
without further code duplication. svn-id: r24083
2006-10-02Fix mistake in startAnOverlayAnim()Travis Howell
svn-id: r24082
2006-10-02Fix crashes in swampy when moving blocksTravis Howell
svn-id: r24081
2006-10-02Workaround for bug #1555938 ("MI2: Inventory object cloning"), as suggested byTorbjörn Andersson
Fingolfin. svn-id: r24080
2006-10-02Remove BaseNodeType (it is not used anymore, we can readd it, should we ever ↵Max Horn
have need for it again) svn-id: r24079
2006-10-02NDS : Naive C++ scanline 320*16 -> 256*16 rescaler codeBertrand Augereau
svn-id: r24074
2006-10-02Renamed setupAGOSOpcodes() to setupCommonOpcodes() for consistency.Torbjörn Andersson
svn-id: r24073
2006-10-02Add video opcodes differences in Elvira1 and cleanupTravis Howell
svn-id: r24072
2006-10-02Added a save/restore game dialog classPaul Gilbert
svn-id: r24071
2006-10-02Added functionality to allow saving/loading the game statePaul Gilbert
svn-id: r24070
2006-10-02Added methods for push/pop cursorsPaul Gilbert
svn-id: r24069
2006-10-02Fix display and input in dimpTravis Howell
svn-id: r24068
2006-10-02Decrease window array size, to maximum required by gamesTravis Howell
svn-id: r24067
2006-10-02Increase struct sizes, to maximum required by gamesTravis Howell
svn-id: r24066
2006-10-02Fix tile positions in swampyTravis Howell
svn-id: r24065
2006-10-02Fix arrows keys in swampyTravis Howell
svn-id: r24064
2006-10-02Add more changes for swampyTravis Howell
svn-id: r24063
2006-10-02Fix changing map areas in swampyTravis Howell
svn-id: r24062
2006-10-02Add last tiles code and corrections for SwampyTravis Howell
svn-id: r24061
2006-10-02Implemented "iconify window" opcode. This, of course, needs support in theTorbjörn Andersson
backend to work, and so far it's only done in the SDL backend. See the new kFeatureIconifyWindow flag. (This is patch #1568775.) svn-id: r24060
2006-10-02Add more tiles code for SwampyTravis Howell
svn-id: r24059
2006-10-02Add more tiles code for SwampyTravis Howell
svn-id: r24058
2006-10-01Fix cursor regression in FFTravis Howell
svn-id: r24057
2006-10-01Updated mavc8 project files. (this time it should work...)Johannes Schickel
svn-id: r24056
2006-10-01Updated msvc8 project files.Johannes Schickel
svn-id: r24055
2006-10-01Fixed msvc8 build.Johannes Schickel
svn-id: r24054
2006-10-01Fixed msvc8 build.Johannes Schickel
svn-id: r24053
2006-10-01Update vga timer code to match original PPTravis Howell
svn-id: r24052
2006-10-01Fix error in debug opcode table for PPTravis Howell
svn-id: r24051
2006-10-01Add debug opcode table for PP and other minor changes for PPTravis Howell
svn-id: r24050
2006-10-01Some Elvira opcodes/stubsTorbjörn Andersson
svn-id: r24049
2006-10-01Split the seupOpcodes() function into several functions for - hopefully -Torbjörn Andersson
better readability, and to make it easier for Elvira to replace the entire opcode table. svn-id: r24048
2006-10-01When escaping a cutscene, stop its soundtrack as well. (I can't check if thisTorbjörn Andersson
is a problem in 0.9.0 as well, but surely not...?) svn-id: r24047
2006-09-30Revert part of commit 23552 by agent-q. Apparently this slipped in byEugene Sandulenko
mistake, as DS port sets FMOPL quality in ds/arm9/source/osystem_ds.cpp void OSystem_DS::initBackend(). svn-id: r24046
2006-09-30Added some String tests, to verify copy-on-write works correctlyMax Horn
svn-id: r24045
2006-09-30Get rid of CharStar_BaseNode and consorts -- using a simple String is more ↵Max Horn
efficient, now that it has optimizations for small strings. Also made various related changes, turning char pointers into String objects in several spots svn-id: r24044
2006-09-30Rewrote class String to use an internal (stack based) storage for small ↵Max Horn
strings, thus avoiding a couple ten thousand heap allocations svn-id: r24043
2006-09-30Fix compiler warningMax Horn
svn-id: r24042
2006-09-30Add support for skipping swampy introductionTravis Howell
svn-id: r24041
2006-09-30Another PP opcode stub.Torbjörn Andersson
svn-id: r24040
2006-09-30Add more small difference in PP codeTravis Howell
svn-id: r24039
2006-09-30Added a couple of functions which seem to define the rules for some kind ofTorbjörn Andersson
"blocks" game. This looks like it could be cleaned up quite a bit. svn-id: r24038
2006-09-30Add debug output, to find triggers for PP functionsTravis Howell
svn-id: r24037