2
I Use This!
Activity Not Available

Commits : Listings

Analyzed 12 months ago. based on code collected 12 months ago.
Jan 16, 2023 — Jan 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
push to hackipedia the nogit versions More... over 10 years ago
source packup now offers git and nogit versions More... over 10 years ago
delete *.pch files, on cleanup too More... over 10 years ago
more work More... over 10 years ago
more fixes for possible NULL pointer de-refs in GUI code. More... over 10 years ago
SDL GUI: modified "first_shell" computation to never read DOS PSP segment values if booted into guest OS. This resolves the bug where bringing up the keymapper or any of the GUIs causes NT to crash or DOSBox to hang when exiting back to emulation. More... over 10 years ago
more work, cleanup More... over 10 years ago
bugfix: ShowGUI command updated to properly force screen redraw after "fading back and un-blurring to" the emulator. the ShowGUI command had the same problem as the DOSBox keymapper screen in that after returning, the screen would become black with "fragments" showing where things changed. More... over 10 years ago
bugfix: keymapper screen now correctly triggers redraw of the screen when returning to the emulator. prior to this fix, entering the keymapper screen, and then exiting back resulted in a black screen with "fragments" visible whenever something changed, instead of a full redraw of the screen. More... over 10 years ago
cleanup script: delete VS2008 build logs too More... over 10 years ago
DOS kernel: Modified psp() and dta() functions to print BUG message and ignore attempts to read/write PSP and DTA segments IF booted into a guest OS. More... over 10 years ago
some Win32 build testing, cleanup, update cleanup script More... over 10 years ago
Don't read DOS PSP MCB if booted into a guest OS. This resolves Windows NT "instant BSOD" if you click on the menu bar in the Win32 build. There's still plenty of commands within though that trigger the same issue. More... over 10 years ago
a-ha... my Win32 build all this time forgot to compile the windres.rc resources as well. This made the menu appear, which allows me to see what other members on the forums mean when "clicking on the menu causes Windows NT to BSOD" More... over 10 years ago
remove more DISP2 More... over 10 years ago
remove more DISP2 More... over 10 years ago
remove more DISP2 More... over 10 years ago
remove more DISP2 More... over 10 years ago
remove more DISP2 More... over 10 years ago
remove more DISP2 code More... over 10 years ago
remove display2.cpp code More... over 10 years ago
and... another one More... over 10 years ago
minor correction to dump information More... over 10 years ago
Added shell INT2FDBG command. Command, when given the /I switch, hooks INT 2Fh at the head of the call chain. This way, the DOS kernel can see the Windows init broadcast at the bottom of the chain (before anyone modifies registers) and the hook can see the resulting chain just before it's returned back to WIN.COM. More... over 10 years ago
BOOT command updated to uninstall and remove INT 2Ah and INT 2Fh vectors before booting guest OS. More... over 10 years ago
add program code to print out debug information regarding the Windows init and exit broadcast calls (INT 2Fh) as well as the INT 2Fh device callouts. More... over 10 years ago
complete rewrite and cleanup of Program:: environment variable functions SetEnv, GetEnvCount, GetEnvNum, GetEnv, etc. More... over 10 years ago
updated notes and bugs regarding demoscene entry "Majic 12: Show" and why and when it triggers a "MCB list is corrupt" error message in DOSBox and how to reconfigure your dosbox.conf to work around it. More... over 10 years ago
DOS MCB debugging: Instead of just exiting with "MCB list corrupt", show the MCB list on STDERR before shutdown so that I can see where it got corrupted. More... over 10 years ago
add configuration option to control the size of the DOSBox command shell's environment block. the option does not apply if using mainline compatible mapping. adjusted code to make room for it in the DOS kernel. You can go as low as 16 bytes or as high as 65536 bytes. More... over 10 years ago