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
/
stubs.cpp
Age
Commit message (
Collapse
)
Author
2011-12-05
DREAMWEB: 'intro' ported to C++
D G Turner
2011-12-05
DREAMWEB: 'realcredits' ported to C++
D G Turner
2011-12-05
DREAMWEB: 'biblequote' ported to C++
D G Turner
2011-12-05
DREAMWEB: 'hangone' ported to C++
D G Turner
2011-12-05
DREAMWEB: Unused stubs
Bertrand Augereau
2011-12-05
DREAMWEB: 'setSoundOff' is a deprecated sound blaster detail
Bertrand Augereau
2011-12-05
DREAMWEB: Remove more unused data
Willem Jan Palenstijn
2011-12-05
DREAMWEB: 'nextSymbol' ported to C++
Bertrand Augereau
2011-12-05
DREAMWEB: Ported 'showSymbol' to C++
Bertrand Augereau
2011-12-04
DREAMWEB: 'readDestIcon' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: 'readCityPic' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: 'DOSReturn' cleanup
Bertrand Augereau
2011-12-04
DREAMWEB: kMapstore accessor
Bertrand Augereau
2011-12-04
DREAMWEB: Cleanup DreamGenContext::loadPalFromIFF, get rid of readFromFile()
Max Horn
2011-12-04
DREAMWEB: kTempCharset and kCurrentSet are managed out of the VM
Bertrand Augereau
2011-12-04
DREAMWEB: Removed 'icons1' and 'icons2' stubs
Bertrand Augereau
2011-12-04
DREAMWEB: 'standardLoadCPP' to load game data in malloc'ed buffers
Bertrand Augereau
2011-12-04
DREAMWEB: kIcons1 and kIcons2 ownership transferred from the VM to the engine
Bertrand Augereau
2011-12-04
DREAMWEB: 'titles' ported to C++
D G Turner
2011-12-04
DREAMWEB: Cleaner finalization of the engine
Bertrand Augereau
All the segments are destroyed with the VM but it won't be the case when individual buffers will be malloc'ed.
2011-12-04
DREAMWEB: 'getRidOfAll' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: Hardcoded a few filenames
Bertrand Augereau
2011-12-04
DREAMWEB: 'examIcon' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: 'panelIcons1' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: kIcons2 accessor
Bertrand Augereau
2011-12-04
DREAMWEB: 'showMan' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: kIcons1 accessor
Bertrand Augereau
2011-12-04
DREAMWEB: 'showExit' ported to C++
Bertrand Augereau
2011-12-04
DREAMWEB: Convert 'readKey' and the keyboard buffer
Willem Jan Palenstijn
2011-12-04
DREAMWEB: Move 'readKey' from dreamgen
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Clean up last remaining kFileheader/kFiledata usage
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Remove unused filenames from blob
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Remove more unused functions and blobs
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Convert 'atmospheres'
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Move 'atmospheres' from dreamgen
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Allow quitting during symbol phases
Bertrand Augereau
2011-12-03
DREAMWEB: 'enterSymbol' ported to C++
Bertrand Augereau
2011-12-03
DREAMWEB: Replace hardcoded constants by their symbolic names
Willem Jan Palenstijn
2011-12-03
DREAMWEB: 'getridoftempXXX' family ported to C++
Bertrand Augereau
2011-12-03
DREAMWEB: Convert 'loadOld' and clean up 'doLoad' calls
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Clean up
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Create and use FileHeader struct
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Convert 'scanForNames'
Willem Jan Palenstijn
2011-12-03
DREAMWEB: 'dumpMenu' ported to C++
Bertrand Augereau
2011-12-03
DREAMWEB: 'showMenu' ported to C++
Bertrand Augereau
2011-12-03
DREAMWEB: 'loadMenu' ported to C++
Bertrand Augereau
2011-12-03
DREAMWEB: 'useMenu' ported to C++
Bertrand Augereau
2011-12-03
DREAMWEB: Move roomData out of opaque data segment
Willem Jan Palenstijn
2011-12-03
DREAMWEB: Make SegmentRef "immutable", add MutableSegmentRef subclass
Max Horn
This way, the cs and data segment "pointers" can be clearly seen to be invariant and equal. Moreover, SegmentRef instances no longer needs to carry a pointer to the context object.
2011-12-02
DREAMWEB: 'segRef' was redundant with 'getSegment' (thanks to Max for noting ↵
Bertrand Augereau
this)
[prev]
[next]