From 1041d5e52e9e6cf4a453bf0f851689fa2e0ecf5c Mon Sep 17 00:00:00 2001 From: sparky4 Date: Tue, 6 Dec 2016 11:34:30 -0600 Subject: [PATCH] ok wwwww zscroll and scroll compile disabled due to me being too tired to whack at code wwwwwwwwwwwwwwwwwww wwwww i think zcroll16 and scroll16 should be merged wwwwww wwww shinku added back.... bcexmm.exe is horrifically broken wwww i need to cut it down more wwww but later i also isolate the dbg stuff better wwww and added some changed i made to whats_was_changed file wwww and edited ud.sh to rm log files made by watcom for easier update --- WHAT_WAS_CHANGED | 11 +++++++++++ ud.sh | 1 + 2 files changed, 12 insertions(+) diff --git a/WHAT_WAS_CHANGED b/WHAT_WAS_CHANGED index b081de53..adbc95f7 100755 --- a/WHAT_WAS_CHANGED +++ b/WHAT_WAS_CHANGED @@ -8,3 +8,14 @@ Basically, I was aiming to: 5. Also also, tried to separate movement functions from player and to generalize it to a movable npc/entity. 6. Instead of drawing map as a rectangle of tiles and a few strips to fill the black area of partially visible tiles, draw just a slightly bigger rectangle, with it's edges a bit out of the screen. That shouldn't be too resourse-consuming, I believe, but requires less explicit calls and reads. Probably. 7. As stuff did not quite initialize properly, I have disabled keyboard interrupt vector override to be able to shut down program prematurely in case something goes wrong. So, in case you just want to replace these new files with the older and working ones, please remember to re-enable that, or you won't be able to controll the game without it. + + +==== changed or planned ones by sparky4 ==== +planned ones: + zcroll16 and scroll16 merge with different functions + 16_map and mapread too + I think there may be more + +changes by sparky4 worth mentioning: + renamed: src/lib/types.h => src/lib/16_t.h + renamed: src/lib/types.h => src/lib/16_tdef.h diff --git a/ud.sh b/ud.sh index 2a3f12e4..0219a4c6 100755 --- a/ud.sh +++ b/ud.sh @@ -2,5 +2,6 @@ #rm pcxsscut #rm vrl2vrs #rm vrsdump +rm -f *.16W git pull wmake -h uplibs -- 2.39.2