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
/
dreamweb
/
object.cpp
Age
Commit message (
Collapse
)
Author
2011-12-12
DREAMWEB: Cleanup and add FIXMEs
Willem Jan Palenstijn
2011-12-09
DREAMWEB: Use the C++ version of workScreen() in C++ code
Filippos Karapetis
2011-12-07
DREAMWEB: Replace cs by data (outside of dreamgen.cpp)
Max Horn
2011-12-06
DREAMWEB: Cleanup end of namespace comments
Max Horn
2011-12-04
DREAMWEB: Removed 'icons1' and 'icons2' stubs
Bertrand Augereau
2011-12-04
DREAMWEB: Less direct references to kIcons1 and kIcons2
Bertrand Augereau
2011-12-04
DREAMWEB: Minor warning fix (shadowing)
Bertrand Augereau
2011-12-02
DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵
Bertrand Augereau
this)
2011-12-01
DREAMWEB: Fix compilation due to dreamgen.* function renaming.
D G Turner
2011-11-26
DREAMWEB: 'getbackfromob' ported to C++
Bertrand Augereau
2011-11-15
DREAMWEB: crt functions
Bertrand Augereau
2011-11-15
DREAMWEB: Use strcpy/strlen instead of manual loops
Willem Jan Palenstijn
2011-11-15
DREAWMEB: 'transfertext' ported to C++
Bertrand Augereau
2011-11-15
DREAMWEB: Fix regression in obicons
Willem Jan Palenstijn
This fixes the 'use' icon on the winch controls. Regression from 1f531c6f7fc90d78a4d14cda377e5aed7c7f4eb0. Thanks to fuzzie for spotting it.
2011-11-14
DREAMWEB: Unhardcode checkcoords tables
Willem Jan Palenstijn
This patch makes __dispatch_call (even more) superfluous, but does not yet remove it.
2011-11-14
DREAMWEB: Convert 'inventory'
Willem Jan Palenstijn
2011-11-14
DREAMWEB: Move 'inventory' from dreamgen
Willem Jan Palenstijn
2011-11-14
DREAMWEB: Convert 'examineob'
Willem Jan Palenstijn
2011-11-14
DREAMWEB: Move 'examineob' from dreamgen
Willem Jan Palenstijn
2011-10-09
DREAMWEB: 'wornerror' ported to C++
Bertrand Augereau
2011-10-09
DREAMWEB: object.cpp to replicate object.asm
Bertrand Augereau