aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-15DREAMWEB: hopefully fixed OF valueVladimir Menshakov
2011-06-15DREAMWEB: Simplify the tracking of the mouse position and buttonseriktorbjorn
The event manager keeps track of the mouse position and button state, so using that should be both simpler and more reliable than tracking it ourselves. This loses the support for middle-clicking, but it's not clear that this is needed anyway. (If necessary, it could be added to the event manager.)
2011-06-15DREAMWEB: fixed neg instructionVladimir Menshakov
2011-06-15DREAMWEB: Fix the maingamepal offset. (It changed recently.)eriktorbjorn
2011-06-15DREAMWEB: switched off foreign/spanish flags for recompilationVladimir Menshakov
2011-06-15DREAMWEB: modify register after raster operationsVladimir Menshakov
2011-06-15DREAMWEB: added inc/dec instructions.Vladimir Menshakov
2011-06-15DREAMWEB: renamed update to update_zsVladimir Menshakov
2011-06-15DREAMWEB: Rewrite the PCX decoder i C++eriktorbjorn
2011-06-15DREAMWEB: removed warning about 16 colors palette, initialize mouseStateVladimir Menshakov
2011-06-15DREAMWEB: added middle mouse key handlingVladimir Menshakov
2011-06-15DREAMWEB: moved quit() into engine's methodVladimir Menshakov
2011-06-15DREAMWEB: implemented doshakeVladimir Menshakov
2011-06-15DREAMWEB: removed ugly static engineVladimir Menshakov
2011-06-15DREAMWEB: added the same magic for opening filesVladimir Menshakov
2011-06-15DREAMWEB: implemented somewhat hackish read from currently open fileVladimir Menshakov
2011-06-15DREAMWEB: unstubbed scanfornamesVladimir Menshakov
2011-06-15DREAMWEB: unstabbed saveVladimir Menshakov
2011-06-15DREAMWEB: moved out file write/read from sourcesVladimir Menshakov
2011-06-15DREAMWEB: Unstub dosreturn().eriktorbjorn
Note that clicking on the "Return to DOS" button still calls a stub function, but at least it no longer dies on mouse-over.
2011-06-15DREAMWEB: fixed a typoVladimir Menshakov
2011-06-15DREAMWEB: unstubbed dontloadsegVladimir Menshakov
2011-06-15DREAMWEB: fixed seg XXX construction in generatorVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid generated jump instructionsVladimir Menshakov
2011-06-15DREAMWEB: cleanup frameoutnmVladimir Menshakov
2011-06-15DREAMWEB: fixed l/le/g/ge condition checksVladimir Menshakov
2011-06-15DREAMWEB: fixed OF register handling once againVladimir Menshakov
2011-06-15DREAMWEB: removed unused fileVladimir Menshakov
2011-06-15DREAMWEB: regenerated sourcesVladimir Menshakov
2011-06-15DREAMWEB: cut rendering box to the screen sizeVladimir Menshakov
2011-06-15DREAMWEB: Notice when the user presses ESC.eriktorbjorn
Unfortunately, skipping the intro does not work because of a stack underrun. I have no idea what's wrong.
2011-06-15DREAMWEB: commented out noisy debugVladimir Menshakov
2011-06-15DREAMWEB: fixed fades and palette settingVladimir Menshakov
2011-06-15DREAMWEB: Make it easier to quit (albeit not yet very gracefully)eriktorbjorn
2011-06-15DREAMWEB: moved palette fixes into set/getPaletteVladimir Menshakov
2011-06-15DREAMWEB: increased vga frequency to 70Hz, fixed data segmentsVladimir Menshakov
2011-06-15DREAMWEB: replace pitch with kScreenwidthVladimir Menshakov
2011-06-15DREAMWEB: added assertionVladimir Menshakov
2011-06-15DREAMWEB: Cleaned up the PCX decoder slightlyeriktorbjorn
2011-06-15DREAMWEB: removed dummy video segment, blacklisted video-related functions.Vladimir Menshakov
2011-06-15DREAMWEB: fixed rep prefixVladimir Menshakov
2011-06-15DREAMWEB: The PCX decode works now.eriktorbjorn
There will be cleanups, and quite possibly a complete rewrite, later. For now, this is encouraging enough. (The image looks wrong, but that's because something else draws over it almost immediately.) It currently cheats and sets the palette, where the original seems to just store it in a buffer. I don't know where this should be done.
2011-06-15DREAMWEB: Fix typoeriktorbjorn
2011-06-15DREAMWEB: fixed typo in multidumpVladimir Menshakov
2011-06-15DREAMWEB: fixed invalid memcpysVladimir Menshakov
2011-06-15DREAMWEB: added keyboard handlingVladimir Menshakov
2011-06-15DREAMWEB: added forgotten updateScreen()Vladimir Menshakov
2011-06-15DREAMWEB: added setPalette instead of showgroup + framenmVladimir Menshakov
2011-06-15DREAMWEB: implemented multiXXX vga functionsVladimir Menshakov
2011-06-15DREAMWEB: blacklisted vga blitting functionsVladimir Menshakov