Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-15 | DREAMWEB: Simplify the tracking of the mouse position and buttons | eriktorbjorn | |
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-15 | DREAMWEB: Fix the maingamepal offset. (It changed recently.) | eriktorbjorn | |
2011-06-15 | DREAMWEB: modify register after raster operations | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Rewrite the PCX decoder i C++ | eriktorbjorn | |
2011-06-15 | DREAMWEB: removed warning about 16 colors palette, initialize mouseState | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added middle mouse key handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: moved quit() into engine's method | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: implemented doshake | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed ugly static engine | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added the same magic for opening files | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: implemented somewhat hackish read from currently open file | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: unstubbed scanfornames | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: unstabbed save | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: moved out file write/read from sources | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: 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-15 | DREAMWEB: fixed a typo | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: unstubbed dontloadseg | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: cleanup frameoutnm | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: cut rendering box to the screen size | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: 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-15 | DREAMWEB: commented out noisy debug | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed fades and palette setting | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Make it easier to quit (albeit not yet very gracefully) | eriktorbjorn | |
2011-06-15 | DREAMWEB: moved palette fixes into set/getPalette | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: increased vga frequency to 70Hz, fixed data segments | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: replace pitch with kScreenwidth | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added assertion | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: Cleaned up the PCX decoder slightly | eriktorbjorn | |
2011-06-15 | DREAMWEB: removed dummy video segment, blacklisted video-related functions. | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: 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-15 | DREAMWEB: Fix typo | eriktorbjorn | |
2011-06-15 | DREAMWEB: fixed typo in multidump | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed invalid memcpys | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added keyboard handling | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added forgotten updateScreen() | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added setPalette instead of showgroup + framenm | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: implemented multiXXX vga functions | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: blacklisted vga blitting functions | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed hardcoded constant | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: added fadedos | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed memory deallocation | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: fixed loadseg | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: removed generated code | Vladimir Menshakov | |
2011-06-15 | DREAMWEB: First attempt at unstubbing showpcx() | Torbjörn Andersson | |
This is untested and incomplete, but I'm too tired to do an more with it tonight, and it doesn't seem to cause any catastrophic failures. Yet. | |||
2011-06-15 | DREAMWEB: removed noisy palette log | Vladimir | |
2011-06-15 | DREAMWEB: fixed hardcoded offsets | Vladimir | |
2011-06-15 | DREAMWEB: Adjusted mode640x480 slightly | Torbjörn Andersson | |
I can't imagine it makes any diffrence, but I guess this function should set these registers just in case... | |||
2011-06-15 | DREAMWEB: fixed bogus logs | Vladimir | |
2011-06-15 | DREAMWEB: implemented loadseg | Vladimir | |
2011-06-15 | DREAMWEB: fixed loadfromfile | Vladimir | |