aboutsummaryrefslogtreecommitdiff
path: root/engines/tinsel
AgeCommit message (Expand)Author
2010-01-03LordHoto spotted the same kind of overlapping strcpy() call in one more place.Torbjörn Andersson
2010-01-03Don't uses strcpy() on overlapping memory areas. It's undefined.Torbjörn Andersson
2009-12-29Corrected the Russian Discworld 1 MD5 valuesPaul Gilbert
2009-12-28Added MD5 data for Russian Discworld 1Paul Gilbert
2009-12-15Got rid of ReadStream::ioFailed()Max Horn
2009-12-09Changed MidiDriver::createMidi to take a MidiDriverType instead of an intMax Horn
2009-11-24Added Doxygen comments for the various engine namespaces (currently mostly wi...Max Horn
2009-11-23COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...Max Horn
2009-11-09TINSEL: cleanupMax Horn
2009-11-09TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p...Max Horn
2009-11-09TINSEL: Make some const tables static; move static int priorVolMusic into Set...Max Horn
2009-11-09TINSEL: Simplifying PolyTinselProcessMax Horn
2009-11-09TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP...Max Horn
2009-11-02TINSEL: Small correction to the previous hotfix for _vm->_config crashMax Horn
2009-11-02TINSEL: Fix regression caused by the introduction of _vm->_config; proper fix...Max Horn
2009-11-02TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD ...Max Horn
2009-11-02TINSEL: Turn config code into a simple C++ classMax Horn
2009-11-02Changed foo(void) to foo() in almost all non-backend source filesMax Horn
2009-10-27TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl...Max Horn
2009-10-27TINSEL: Add some debugging code; fix LockMem() regressionMax Horn
2009-10-27TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanupMax Horn
2009-10-27TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statisticsMax Horn
2009-10-27TINSEL: Changed heap manager to use malloc internallyMax Horn
2009-10-27TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...Max Horn
2009-10-26TINSEL: Fix warning againMax Horn
2009-10-26TINSEL: Make MEM_NODE internal to heapmem.cppMax Horn
2009-10-26TINSEL: cleanupMax Horn
2009-10-26TINSEL: Fix handling of free memory blocksMax Horn
2009-10-26Change assert parameter to match the comment above it.Johannes Schickel
2009-10-26Silence GCC warning.Torbjörn Andersson
2009-10-26TINSEL: Further untangle memory managment.Max Horn
2009-10-26TINSEL: Remove MemoryHandle(), some unneeded #includes and the return value o...Max Horn
2009-10-26TINSEL: Remove dead stuff from memory managment code, doxygenify some commentsMax Horn
2009-10-26TINSEL: Remove DWM_FIXED and add new MemoryAllocFixed() functionMax Horn
2009-10-26TINSEL: cleanupMax Horn
2009-10-26TINSEL: Move ExtractActor from scn.* to play.*Max Horn
2009-10-26TINSEL: CleanupMax Horn
2009-10-26TINSEL: Some cleanup to the BMV codeMax Horn
2009-10-24Change "=" to ":=" in some module.mk files for consistency.Johannes Schickel
2009-10-20TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine.Max Horn
2009-10-20TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s)Max Horn
2009-10-20TINSEL: Make lots of stuff in dialogs.cpp staticMax Horn
2009-10-20TINSEL: Move BMV player code into a new BMVPlayer classMax Horn
2009-10-20TINSEL: Start cleanup BMV codeMax Horn
2009-10-18Introduced new type Common::DisposeAfterUse::FlagMax Horn
2009-10-09Some const correctness changes; cleanupMax Horn
2009-10-08Change doxygen inline comments from "//!" to "///" as proposed on -develMax Horn
2009-10-08Introduce a new struct TimeDate, replacing struct tm in client code. May lead...Max Horn
2009-10-04Change a couple places from 'end of namespace' to 'End of namespace', for con...Max Horn
2009-09-30Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...Max Horn