Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-20 | ALL: Remove trailing whitespaces | Max Horn | |
This tries to make our code a bit more compliant with our code formatting conventions. For future use, this is the command I used: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//' | |||
2011-06-13 | I18N: Make many more GUI MessageDialog strings translatable | Thierry Crozat | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-10 | TINSEL: Cleanup reel saving code | Max Horn | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-04-10 | TINSEL: Merged NewName() inside DoSave() in order to remove a static var | md5 | |
2010-11-16 | TINSEL: Mark all (?) global vars with a FIXME comment | Max Horn | |
Use of global vars is what prevents RTL from working in Tinsel (and probably in other engines). More specifically, the fact that many global vars are not explicitly inited when the engine is (re)launched. svn-id: r54262 | |||
2010-10-31 | TINSEL: cleanup | Max Horn | |
svn-id: r53991 | |||
2010-06-06 | Bugfix for #2974817 - Mad Drongo Animation Malfunction | Paul Gilbert | |
svn-id: r49447 | |||
2010-05-18 | Replace some strncpy usages with Common::strlcpy. | Johannes Schickel | |
svn-id: r49086 | |||
2010-03-18 | COMMON: Get rid of Common::StringList | Max Horn | |
svn-id: r48287 | |||
2010-03-18 | TINSEL: Change SaveSceneSsData from char* to SAVED_DATA* | Max Horn | |
svn-id: r48285 | |||
2009-12-15 | Got rid of ReadStream::ioFailed() | Max Horn | |
svn-id: r46379 | |||
2009-11-02 | Changed foo(void) to foo() in almost all non-backend source files | Max Horn | |
svn-id: r45616 | |||
2009-10-08 | Introduce a new struct TimeDate, replacing struct tm in client code. May ↵ | Max Horn | |
lead to compilation issues in ports, which should be trivial to fix, though svn-id: r44793 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-08-02 | Show a message if saving or loading a game fails. | Torbjörn Andersson | |
svn-id: r42999 | |||
2009-07-20 | Bugfix for hangs on scene changes in Discworld 1 after having loaded a ↵ | Paul Gilbert | |
savegame from the GMM when the title screens are displayed svn-id: r42626 | |||
2009-05-29 | Changed SaveFileManager methods to take Common::String params (instead of ↵ | Max Horn | |
char pointers) svn-id: r41000 | |||
2009-05-19 | COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are ↵ | Max Horn | |
deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses) svn-id: r40725 | |||
2009-03-15 | Moved Tinsel::Serializer to Common::Serializer, so that I can use it in the ↵ | Max Horn | |
SCI engine svn-id: r39428 | |||
2009-03-12 | TINSEL: Added Serializer::skip() convenience method | Max Horn | |
svn-id: r39350 | |||
2009-01-28 | Silence GCC warning. | Torbjörn Andersson | |
svn-id: r36122 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-20 | Fixed loading Discworld 2 savegames from GMM. | Johannes Schickel | |
svn-id: r35453 | |||
2008-12-12 | - Save games are now listed from oldest to newest in the GMM load dialog for ↵ | Filippos Karapetis | |
tinsel games, like in other engines - Added some disabled code for saving through the GMM (still incomplete) svn-id: r35316 | |||
2008-12-02 | - Set the maximum number of save games in DW1 and DW2 to 100, up from 30 | Filippos Karapetis | |
- It's now possible to load and delete save games using the GMM (although not through the launcher screen yet) svn-id: r35207 | |||
2008-12-01 | Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 ↵ | Filippos Karapetis | |
should be completable svn-id: r35196 | |||
2008-10-12 | Fix warning | Max Horn | |
svn-id: r34780 | |||
2008-09-01 | TINSEL: Enabled listSaves support | Max Horn | |
svn-id: r34263 | |||
2008-07-30 | Make sure that save game descriptions are 0-terminated | Filippos Karapetis | |
svn-id: r33438 | |||
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn | |
svn-id: r33230 |