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
Age
Commit message (
Expand
)
Author
2009-12-29
Corrected the Russian Discworld 1 MD5 values
Paul Gilbert
2009-12-28
Added MD5 data for Russian Discworld 1
Paul Gilbert
2009-12-15
Got rid of ReadStream::ioFailed()
Max Horn
2009-12-09
Changed MidiDriver::createMidi to take a MidiDriverType instead of an int
Max Horn
2009-11-24
Added Doxygen comments for the various engine namespaces (currently mostly wi...
Max Horn
2009-11-23
COMMON: Remove various variants of the md5_file / md5_file_string funcs; turn...
Max Horn
2009-11-09
TINSEL: cleanup
Max Horn
2009-11-09
TINSEL: Mark all functions in dialogs.cpp explicitly as public (=extern) or p...
Max Horn
2009-11-09
TINSEL: Make some const tables static; move static int priorVolMusic into Set...
Max Horn
2009-11-09
TINSEL: Simplifying PolyTinselProcess
Max Horn
2009-11-09
TINSEL: Add EnablePointing() & DisablePointing() to pdisplay.h; turn DisableP...
Max Horn
2009-11-02
TINSEL: Small correction to the previous hotfix for _vm->_config crash
Max Horn
2009-11-02
TINSEL: Fix regression caused by the introduction of _vm->_config; proper fix...
Max Horn
2009-11-02
TINSEL: Add isValidObject(OBJECT *obj) function; make objectList & currentCD ...
Max Horn
2009-11-02
TINSEL: Turn config code into a simple C++ class
Max Horn
2009-11-02
Changed foo(void) to foo() in almost all non-backend source files
Max Horn
2009-10-27
TINSEL: Formatting cleanup, remove a dead var, tweaked comment to Get/SetNoBl...
Max Horn
2009-10-27
TINSEL: Add some debugging code; fix LockMem() regression
Max Horn
2009-10-27
TINSEL: Rename Poly pp to ptp in various places, for consistency; cleanup
Max Horn
2009-10-27
TINSEL: Make HeapCompact local to heapmem.cpp; add code to print heap statistics
Max Horn
2009-10-27
TINSEL: Changed heap manager to use malloc internally
Max Horn
2009-10-27
TINSEL: Change MemoryAllocFixed to return a (kind of fake) MEM_NODE pointer; ...
Max Horn
2009-10-26
TINSEL: Fix warning again
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: Fix handling of free memory blocks
Max Horn
2009-10-26
Change assert parameter to match the comment above it.
Johannes Schickel
2009-10-26
Silence GCC warning.
Torbjörn Andersson
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-26
TINSEL: Move ExtractActor from scn.* to play.*
Max Horn
2009-10-26
TINSEL: Cleanup
Max Horn
2009-10-26
TINSEL: Some cleanup to the BMV code
Max Horn
2009-10-24
Change "=" to ":=" in some module.mk files for consistency.
Johannes Schickel
2009-10-20
TINSEL: Move Common::List instances mouseButtons & keypresses into TinselEngine.
Max Horn
2009-10-20
TINSEL: Fix apparent bug (?) in the support for the 5 flags version(s)
Max Horn
2009-10-20
TINSEL: Make lots of stuff in dialogs.cpp static
Max Horn
2009-10-20
TINSEL: Move BMV player code into a new BMVPlayer class
Max Horn
2009-10-20
TINSEL: Start cleanup BMV code
Max Horn
2009-10-18
Introduced new type Common::DisposeAfterUse::Flag
Max Horn
2009-10-09
Some const correctness changes; cleanup
Max Horn
2009-10-08
Change doxygen inline comments from "//!" to "///" as proposed on -devel
Max Horn
2009-10-08
Introduce a new struct TimeDate, replacing struct tm in client code. May lead...
Max Horn
2009-10-04
Change a couple places from 'end of namespace' to 'End of namespace', for con...
Max Horn
2009-09-30
Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ...
Max Horn
2009-09-28
Script workaround for partially off-screen text in DW1 GRA
Paul Gilbert
2009-09-27
TINSEL: cleanup
Max Horn
[next]