Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-07-16 | Cleanup. | Torbjörn Andersson | |
svn-id: r50924 | |||
2010-05-31 | Fix change in r49356, Common::strlcpy should only be used on zero terminated ↵ | Johannes Schickel | |
source strings. The original code change with r49086 did only aimed at zero terminating the szFilename string (as the comment suggests), so I now changed it to use memcpy and a manual placement of the terminating zero. svn-id: r49357 | |||
2010-05-31 | Fix for DW2 engine abort with message "Cannot find file hienergy.sc!". | David Turner | |
Bug introduced by r49086 change which could trim the last character of filenames. svn-id: r49356 | |||
2010-05-18 | Replace some strncpy usages with Common::strlcpy. | Johannes Schickel | |
svn-id: r49086 | |||
2010-04-21 | TINSEL: Change cdGraphStream to a Common::File pointer, | Max Horn | |
to not rely on global constructors svn-id: r48765 | |||
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-27 | TINSEL: Add some debugging code; fix LockMem() regression | Max Horn | |
svn-id: r45430 | |||
2009-10-27 | TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statistics | Max Horn | |
svn-id: r45428 | |||
2009-10-27 | TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ↵ | Max Horn | |
add MemoryDeinit() svn-id: r45426 | |||
2009-10-26 | TINSEL: Make MEM_NODE internal to heapmem.cpp | Max Horn | |
svn-id: r45418 | |||
2009-10-26 | TINSEL: cleanup | Max Horn | |
svn-id: r45417 | |||
2009-10-26 | TINSEL: Further untangle memory managment. | Max Horn | |
* Add new function MemoryNoAlloc * Make MemoryAlloc private * Get rid of params to various memory related functions svn-id: r45409 | |||
2009-10-26 | TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value ↵ | Max Horn | |
of MemoryReAlloc() svn-id: r45408 | |||
2009-10-26 | TINSEL: Remove dead stuff from memory managment code, doxygenify some comments | Max Horn | |
svn-id: r45402 | |||
2009-10-26 | TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() function | Max Horn | |
svn-id: r45401 | |||
2009-10-26 | TINSEL: Cleanup | Max Horn | |
svn-id: r45398 | |||
2009-10-08 | Change doxygen inline comments from "//!" to "///" as proposed on -devel | Max Horn | |
svn-id: r44802 | |||
2009-10-04 | Change a couple places from 'end of namespace' to 'End of namespace', for ↵ | Max Horn | |
consistency svn-id: r44634 | |||
2009-07-14 | TINSEL: Don't use ioFailed to check if a file was opened succesfuly | Max Horn | |
svn-id: r42468 | |||
2009-05-31 | The error() and warning() functions add ! and newline automatically. (I didn't | Torbjörn Andersson | |
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061 | |||
2009-05-25 | tinsel: Discworld PSX uses "index.dat" as scene index file, not "index" | Fabio Battaglia | |
svn-id: r40878 | |||
2009-04-25 | Added code to enable Discworld 2 to play directly from the CD (only the ↵ | Paul Gilbert | |
first CD - Cd swap still doesn't work) or from files copied to the hard disk without the .smp/txt/idx files being properly renamed (again only for the first Cd). svn-id: r40141 | |||
2009-03-22 | TINSEL: cleanup | Max Horn | |
svn-id: r39617 | |||
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
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-07-23 | Got rid of some typedefs | Max Horn | |
svn-id: r33235 | |||
2008-07-23 | Added Tinsel engine to main repos (no news item for it ON PURPOSE) | Max Horn | |
svn-id: r33230 |