Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-12-06 | DREAMWEB: Cleanup end of namespace comments | Max Horn | |
2011-12-05 | DREAMWEB: 'loadSaveBox' ported to C++ | Bertrand Augereau | |
2011-12-03 | DREAMWEB: Move temporary room for loading out of data segment | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Convert 'loadOld' and clean up 'doLoad' calls | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Move 'loadOld' from dreamgen | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Clean up | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Don't use Madeuproomdat as a global when not necessary | 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: Move 'scanForNames' out of dreamgen | Willem Jan Palenstijn | |
2011-12-03 | DREAMWEB: Move roomData out of opaque data segment | Willem Jan Palenstijn | |
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: Reduce code completion for scummvm save/load gui | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'loadposition' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'saveposition' | Willem Jan Palenstijn | |
Also inline and remove 'saveseg', 'savefilewrite', 'makeheader'. | |||
2011-11-26 | DREAMWEB: Move 'loadposition' and 'saveposition' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'actualload' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Convert 'actualsave' | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: Move 'actualsave' and 'actualload' from dreamgen | Willem Jan Palenstijn | |
2011-11-26 | DREAMWEB: 'showdiscops' ported to C++ | Bertrand Augereau | |
2011-11-21 | DREAMWEB: 'showmainops' ported to C++ | Bertrand Augereau | |
2011-11-21 | DREAMWEB: Misc cleanings in saveload.cpp | Bertrand Augereau | |
2011-11-21 | DREAMWEB: Removed STACK_CHECKs in saveload.cpp | Bertrand Augereau | |
2011-11-21 | DREAMWEB: 'saveload' ported to C++ | Bertrand Augereau | |
2011-11-17 | DREAMWEB: 'oldtonames' and 'namestoold' ported to C++ | Bertrand Augereau | |
2011-11-17 | DREAMWEB: Cleaning in room loading | Bertrand Augereau | |
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-08-18 | DREAMWEB: Fix compile on non-GNU compilers | Sven Hesse | |
mempcpy is a GNU extension and the only difference to memcpy is the return value, which this code happily ignores. So I assume it's a typo. | |||
2011-08-18 | DREAMWEB: Add/fix loading from launcher | Willem Jan Palenstijn | |
This is very error-prone, and needs testing. | |||
2011-08-18 | DREAMWEB: Hook up ScummVM save/load menu | Willem Jan Palenstijn | |
The ScummVM menu will be used if dreamweb_originalsaveload is set to true. This is very error-prone, and needs testing. | |||
2011-08-18 | DREAMWEB: Move several load/save functions out of dreamgen | Willem Jan Palenstijn | |