aboutsummaryrefslogtreecommitdiff
path: root/engines/saga/sthread.cpp
AgeCommit message (Expand)Author
2011-05-12GIT: Clean up: Suppress SVN tags, now uselessstrangerke
2010-11-18ENGINES: Do not use MemoryReadStream where (Seekable)ReadStream suffices; avo...Max Horn
2010-10-22SAGA: replace Actor::_pathCell, Anim::*, Converse::text, IsoMap::*, Music::_s...Andrew Kurushin
2010-10-21SAGA: replace Script and Thread "::*alloc" & "::free" with Common::ArrayAndrew Kurushin
2010-06-15SAGA: Add more thread-related output.Eugene Sandulenko
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-04-11SAGA: changed _threadList back to a list of ScriptThread objs, instead of ptr...Max Horn
2009-04-11Plugged memory leak introduced with rev #39934Filippos Karapetis
2009-04-11Changed ScriptThreadList to hold a list of pointers, not a list of instances....Filippos Karapetis
2009-04-11Removed move SortedList methodsFilippos Karapetis
2009-04-11SAGA: Stop needlessly using operator*() and operator->() (many of the resulti...Max Horn
2009-02-20Fixed a nasty regression from the script system rewrite (commit #35670), whic...Filippos Karapetis
2009-01-02Rewrote the SAGA script system to use an opcode table, like in other enginesFilippos Karapetis
2008-12-21Cleaned up the mess with game IDs and game types: removed game types, reduced...Filippos Karapetis
2008-11-16Fixed various g++ warnings ("format not a string literal and no format argume...Johannes Schickel
2008-05-26Code cleanup:Filippos Karapetis
2008-02-23Stop printing opcodes in the debug consoleFilippos Karapetis
2008-01-05Fix to remove a tab character from the GPL headerPaul Gilbert
2007-09-23Moved MemoryStreamEndian from Saga to Common.Eugene Sandulenko
2007-06-10Fixed conversations in IHNM. Now, when a dialog option is selected, the prota...Filippos Karapetis
2007-05-30Updated legal headers in source files, based on what Pidgin (the IM client fo...Max Horn
2006-05-13extract GameDescriptions to separate files (this will help compress_saga tool...Andrew Kurushin
2006-03-28Renamed various container isEmpty() methods to empty() to match STL conventionsMax Horn
2006-03-08Fixed tons of format string warnings for debug/error calls (including several...Max Horn
2006-02-11Moved engines to the new engines/ directoryMax Horn