index
:
scummvm-rg350
trimui-s
scummvm with trimui support. Forked from https://github.com/salvacam/scummvm-rg350
neonloop
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
engines
/
tinsel
/
handle.cpp
Age
Commit message (
Expand
)
Author
2016-05-11
TINSEL: Safer string manipulation
Eugene Sandulenko
2014-02-18
TINSEL: Make GPL headers consistent in themselves.
Johannes Schickel
2013-07-14
JANITORIAL: Remove trailing whitespace
Sven Hesse
2012-12-11
TINSEL: Revert the BE -> LE resource conversion for DW1 Mac
Filippos Karapetis
2012-12-10
TINSEL: Remove unused variable
Torbjörn Andersson
2012-12-10
TINSEL: Add a WIP BE To LE SCN file conversion code (unfinished)
Filippos Karapetis
2012-07-14
TINSEL: Cleanup
Filippos Karapetis
2012-05-17
TINSEL: Refactored Tinsel engine to use the Common coroutine scheduler
Paul Gilbert
2012-02-22
TINSEL: Rename globals to add g_ prefix.
Alyssa Milburn
2011-05-23
TINSEL: Fix bug #3306020, DW2: Crash On Entering Sewers
eriktorbjorn
2011-05-12
GIT: Clean up: Suppress SVN tags, now useless
strangerke
2011-04-28
JANITORIAL: Reduce header dependencies in shared code
Ori Avtalion
2011-04-10
TINSEL: Removed some unused global static variables
md5
2010-12-07
TINSEL: Improve support for DW mac demo (see bug #3110936)
Max Horn
2010-11-20
TINSEL: Preliminary functionality for reading BE data files
Paul Gilbert
2010-11-16
TINSEL: Mark all (?) global vars with a FIXME comment
Max Horn
2010-07-16
Cleanup.
Torbjörn Andersson
2010-05-31
Fix change in r49356, Common::strlcpy should only be used on zero terminated ...
Johannes Schickel
2010-05-31
Fix for DW2 engine abort with message "Cannot find file hienergy.sc!".
David Turner
2010-05-18
Replace some strncpy usages with Common::strlcpy.
Johannes Schickel
2010-04-21
TINSEL: Change cdGraphStream to a Common::File pointer,
Max Horn
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-27
TINSEL: Add some debugging code; fix LockMem() regression
Max Horn
2009-10-27
TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statistics
Max Horn
2009-10-27
TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...
Max Horn
2009-10-26
TINSEL: Make MEM_NODE internal to heapmem.cpp
Max Horn
2009-10-26
TINSEL: cleanup
Max Horn
2009-10-26
TINSEL: Further untangle memory managment.
Max Horn
2009-10-26
TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value o...
Max Horn
2009-10-26
TINSEL: Remove dead stuff from memory managment code, doxygenify some comments
Max Horn
2009-10-26
TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() function
Max Horn
2009-10-26
TINSEL: Cleanup
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-07-14
TINSEL: Don't use ioFailed to check if a file was opened succesfuly
Max Horn
2009-05-31
The error() and warning() functions add ! and newline automatically. (I didn't
Torbjörn Andersson
2009-05-25
tinsel: Discworld PSX uses "index.dat" as scene index file, not "index"
Fabio Battaglia
2009-04-25
Added code to enable Discworld 2 to play directly from the CD (only the first...
Paul Gilbert
2009-03-22
TINSEL: cleanup
Max Horn
2009-03-07
Whitespace cleanup: Convert space followed by tab to just tab
Max Horn
2009-01-29
A ton of code formatting fixes; also fixed warnings about single line loops l...
Max Horn
2009-01-01
Whoa! Removing trailing spaces.
Eugene Sandulenko
2008-12-01
Merged the tinsel 2 engine with tinsel 1. Both Discworld 1 and Discworld 2 sh...
Filippos Karapetis
2008-07-23
Got rid of some typedefs
Max Horn
2008-07-23
Added Tinsel engine to main repos (no news item for it ON PURPOSE)
Max Horn