Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2010-11-18 | DS: Replace GBAMPSaveFile by DSFileStream + wrapBufferedWriteStream | Max Horn | |
svn-id: r54332 | |||
2010-11-18 | DS: Fix compilation despite use of 'forbidden' symbols | Max Horn | |
svn-id: r54317 | |||
2010-07-07 | DS: Fix some quirks in the NDS build system, remove some dead code | Max Horn | |
* remove (S)RAM save code (it has not been in use for quite some time) * remove the lz compressor (was only used by ram save code) * OPT_SPEED was set incorrectly * dsmain.cpp was misspelled as ds_main.cpp * remove unsed arm9 libcartreset (the copy in the arm7 directory still is around, though) svn-id: r50741 | |||
2010-07-05 | NDS: Update GPL/copyright headers; add namespace DS closing comments | Max Horn | |
svn-id: r50689 | |||
2010-07-05 | DS: Code formatting: "char* foo" -> "char *foo" | Max Horn | |
svn-id: r50688 | |||
2010-03-18 | Convert some occurences of StringList to StringArray; | Max Horn | |
try to fix compile error in GP2x code svn-id: r48286 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-09-13 | Big patch changing the signature of various Stream methods (some ports may ↵ | Max Horn | |
need to be slightly tweaked to fix overloading errors/warnings) svn-id: r34514 | |||
2008-05-31 | Fixing various warnings in the DS port | Max Horn | |
svn-id: r32428 | |||
2008-05-15 | Porting changes from 0.11.0 branch | Neil Millstone | |
svn-id: r32140 | |||
2008-01-27 | Removed trailing spaces. | Jordi Vilalta Prat | |
svn-id: r30664 | |||
2007-12-30 | The PS2, DS and PalmOS ports currently do not properly implement their ↵ | Max Horn | |
SaveFileManagers -- flagging the incorrect & invalid code by making it not compile. Note: Portser should probably also fix their code in the 0.11 branch svn-id: r30079 | |||
2007-12-28 | Patch #1857121: Refactoring of the getSavePath method | Eugene Sandulenko | |
svn-id: r30032 | |||
2007-10-13 | Fixed a huge number of compile errors, moved over features from 0.10.0 branch. | Neil Millstone | |
svn-id: r29203 | |||
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-06-30 | - Show mouse cursor option | Neil Millstone | |
- Support for SAGA, CINE, and AGI - Key bindings for Gob3 - Assembler optimisations submitted by Robin Watts svn-id: r27803 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-18 | NDS : Compile fix (savegames-related) | Bertrand Augereau | |
svn-id: r25700 | |||
2007-02-17 | Get rid of Common::SaveFile | Max Horn | |
svn-id: r25666 | |||
2006-08-19 | Fixed bug causing crash during saving in Saga engine, changed audio to low ↵ | Neil Millstone | |
quality. svn-id: r23726 | |||
2006-07-21 | o Proper ScummVM copyrights | Eugene Sandulenko | |
o Apparently because some patch was applied twice, many header files had their contents doubled. Fixing this as well. svn-id: r23548 | |||
2006-07-09 | Patch #1519399: DS Backend | Max Horn | |
svn-id: r23452 |