Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops | |
2014-02-19 | DREAMWEB: Some British to American english | Strangerke | |
2014-02-18 | DREAMWEB: Make GPL headers consistent in themselves. | Johannes Schickel | |
2012-11-30 | DREAMWEB: Change various loop variables to uint, rather than size_t. | D G Turner | |
This is partly for readability and partly to avoid any possible portability issues i.e. though they should be the same, size_t is defined by system headers, whereas uint is defined within our build system. Also, replaced a array size calculation with our ARRAYSIZE macro. | |||
2012-11-30 | DREAMWEB: Fix usage of defines, rather than values for screen size. | D G Turner | |
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-13 | DREAMWEB: Switch to the common PCX decoder | Filippos Karapetis | |
2012-05-30 | DREAMWEB: Replaced vsync() function with waitForVSync(). | D G Turner | |
As a call to waitForVSync() was the only contents of vsync(), there should be no functional change. | |||
2012-03-04 | DREAMWEB: Clean up the palette brightness code | Filippos Karapetis | |
2012-02-24 | DREAMWEB: Migrate remaining minor functions to using datafile prefix variable. | D G Turner | |
Currently, the usages associated with savegames have been omitted. These will probably need a different prefix constant as it is likely foreign variants still use "DREAMWEB.*" for savegames, while using a different prefix for the datafiles. We may even migrate away from this naming convention as this causes savegame collisions when multiple language variants are present, which could cause issues. The usages in the Room members of the constant g_roomData structure have also been omitted, as the members are copied into the savegame format, thus replacing these and fixing other accesses is not trivial. | |||
2012-02-24 | DREAMWEB: Add datafile name prefix to engine and modify showPCX() to it. | D G Turner | |
This new variable removes the need for duplicates strings of the form "DREAMWEB.*" spread throughout the dreamweb engine, replacing them with a common const string on the engine holding the datafile name prefix. This will reduce binary size and it should also simplify adding support for foreign language variants, where the datafile name prefix is changed. To demostrate usage and prove this, showPCX() is migrated to using this. | |||
2012-02-08 | DREAMWEB: Remove uneeded duplicate function "printUnderMon". | D G Turner | |
2011-12-28 | DREAMWEB: Completely remove all of the runtime, and move everything into ↵ | Filippos Karapetis | |
DreamWebEngine Also, remove dead code (allocateMem/deallocateMem) | |||
2011-12-28 | DREAMWEB: Move all saved variables to a GameVars struct | Willem Jan Palenstijn | |
The data segment is now completely unused. | |||
2011-12-28 | DREAMWEB: Move all zoom-related functions to vgagrafx.cpp, and remove a lot ↵ | Filippos Karapetis | |
of unused global constants | |||
2011-12-28 | DREAMWEB: Mass-move variables out of data | Willem Jan Palenstijn | |
This has been done by an automated search/replace, culling unused variables in the process. The remaining variables in data are all stored in savegames. | |||
2011-12-27 | DREAMWEB: Remove unused functions | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove Extras segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Streamline graphics file access | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Remove mapStore segment | Willem Jan Palenstijn | |
2011-12-27 | DREAMWEB: Minor removal of runtime residue in vgagrafx.cpp | D G Turner | |
Also, minor formatting fixes. | |||
2011-12-27 | DREAMWEB: Move all of the functions to DreamBase and remove stubs.h | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Remove dead code | Filippos Karapetis | |
2011-12-26 | Revert "DREAMWEB: Remove dead code and move most functions to DreamBase" | Filippos Karapetis | |
This reverts commit 4c66f74b58e9a2c191f22a37f485047dd19be131. These functions aren't ready to be moved yet till the remaining two are finished, and they're so crossreferenced that the safest thing to do is revert this commit and break it down to smaller chunks | |||
2011-12-26 | DREAMWEB: Remove dead code and move most functions to DreamBase | Filippos Karapetis | |
2011-12-26 | DREAMWEB: Combine transferMap and transferInv | Willem Jan Palenstijn | |
2011-12-26 | DREAMWEB: Rename workToScreenCPP to workToScreen | Max Horn | |
2011-12-26 | DREAMWEB: Remove some dead code | Max Horn | |
2011-12-23 | DREAMWEB: Move palettes out of buffers | Willem Jan Palenstijn | |
2011-12-23 | DREAMWEB: Yet more things to DreamBase | Max Horn | |
2011-12-12 | DREAMWEB: Convert greyscaleSum, allPalette, dumpCurrent | Max Horn | |
2011-12-12 | DREAMWEB: Move fadeDOS to vgafades.cpp, cleanup | Max Horn | |
2011-12-11 | DREAMWEB: Remove DreamGenContext::closeFile, stop using kHandle | Max Horn | |
2011-12-08 | DREAMWEB: Code formatting | Max Horn | |
2011-12-08 | DREAMWEB: Move more stuff to DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Move showFrame() and some things using it to DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Move some more things to DreamBase | Max Horn | |
2011-12-07 | DREAMWEB: Some more workspace cleanup | Max Horn | |
2011-12-07 | DREAMWEB: Turn workspace from a segment into a plain array | Max Horn | |
2011-12-07 | DREAMWEB: Move generated constants out of class DreamGenContext | Max Horn | |
2011-12-07 | DREAMWEB: Move more methods to DreamBase, cleanup | Max Horn | |
2011-12-07 | DREAMWEB: Use symbolic constants and move functions to right files | Willem Jan Palenstijn | |
2011-12-07 | DREAMWEB: 'dumpkeypad', 'dumpsymbol', 'dumpsymbox', 'dumpzoom' | Filippos Karapetis | |
2011-12-06 | DREAMWEB: Paranoia range check | Max Horn | |
2011-12-06 | DREAMWEB: Cleanup end of namespace comments | Max Horn | |
2011-12-05 | DREAMWEB: Remove unused 'openFile', merge duplicated 'getFilename' | D G Turner | |
2011-12-05 | DREAMWEB: Untangle namespaces | Willem Jan Palenstijn | |
2011-12-05 | DREAMWEB: Minor fix to 'showPCX' call to ensure constant parameters. | D G Turner | |
2011-12-05 | DREAMWEB: Modified 'showPCX' to allow passing of file name string. | D G Turner | |
This will allow migration of fixing string values in the cs segment. | |||
2011-12-05 | DREAMWEB: Remove more unused data | Willem Jan Palenstijn | |