]> 4ch.mooo.com Git - 16.git/commitdiff
zcroll16 merged with scroll16 and rf_use.txt for reference on adaptive tile refresh...
authorsparky4 <sparky4@cock.li>
Fri, 9 Dec 2016 14:55:56 +0000 (08:55 -0600)
committersparky4 <sparky4@cock.li>
Fri, 9 Dec 2016 14:55:56 +0000 (08:55 -0600)
WHAT_WAS_CHANGED
rf_use.txt [new file with mode: 0755]

index adbc95f7c262d9699c014c9e7b4693808f09fce1..2036327b3a23f7458b3707051a4d1be7526abbe8 100755 (executable)
@@ -1,18 +1,17 @@
 Please, refer for the actual diff for the commit the file was introoduced.
 
 Basically, I was aiming to:
-1. Rewrite scroll16 to use only one player, instead of 1 of 4 possible.
-2. Group panning and movement functions togeather, instead of using different functions for each move.
-3. Make map struct store the initial map, and the current map to be stored in map_view struct. That is calculated based on several layers of original map and NPC movement. Current map is (potentially) of 1 layer only, and directly represents what is to be drawn (applied z-ordering! Yay!).
-4. Also, I have tried to clean zcroll.c a bit.
-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.
+broke much code w 1. Rewrite scroll16 to use only one player, instead of 1 of 4 possible. // do not do this wwww --sparky4
+2. Group panning and movement functions togeather, instead of using different functions for each move. // sounds good --sparky4
+3. Make map struct store the initial map, and the current map to be stored in map_view struct. That is calculated based on several layers of original map and NPC movement. Current map is (potentially) of 1 layer only, and directly represents what is to be drawn (applied z-ordering! Yay!). // exlain more? w --sparky4
+4. Also, I have tried to clean zcroll.c a bit. // ok --sparky4
+5. Also also, tried to separate movement functions from player and to generalize it to a movable npc/entity. //i know i know  i want to work on this but i am more focoused on getting gfx part working --sparky4
+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. // as long as it is faster do it! also make a graphical representation of it w --sparky4
+broke way too much code with this wwww7. 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. // YOU BROKE 16_IN WITH ONE PLAYER INSTEAD OF USING AN ARRAY OF 1 WWWWWWW --sparky4
 
 
 ==== 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
 
diff --git a/rf_use.txt b/rf_use.txt
new file mode 100755 (executable)
index 0000000..a103cba
--- /dev/null
@@ -0,0 +1,33 @@
+kd_act1.c:#define PLACESPRITE RF_PlaceSprite (&ob->sprite,ob->x,ob->y,ob->shapenum, \\r
+kd_act1.c:     RF_PlaceSprite (&ob->sprite,ob->x,ob->y,ob->shapenum,spritedraw,1);\r
+kd_act1.c:     RF_PlaceSprite (&ob->sprite,ob->x,ob->y,ob->shapenum,spritedraw,2);\r
+kd_act1.c:     RF_PlaceSprite (&ob->sprite,ob->x,ob->y,ob->shapenum,spritedraw,3);\r
+kd_act2.c:#define PLACESPRITE RF_PlaceSprite (&ob->sprite,ob->x,ob->y,ob->shapenum, \\r
+kd_act2.c:             RF_RemoveSprite (&ob->sprite);\r
+kd_demo.c:                     RF_Scroll(move,0);\r
+kd_demo.c:                     RF_Refresh();\r
+kd_demo.c:             RF_Scroll(offset - originxglobal,0);\r
+kd_demo.c:             RF_Refresh();\r
+kd_demo.c:                     RF_Refresh();\r
+kd_keen.c:#define PLACESPRITE RF_PlaceSprite (&ob->sprite,ob->x,ob->y,ob->shapenum, \\r
+kd_keen.c:     RF_PlaceSprite (&ob->sprite\r
+kd_keen.c:     RF_PlaceSprite (&ob->sprite\r
+kd_keen.c:                                             RF_ForceRefresh ();\r
+kd_main.c:  RF_Shutdown ();\r
+kd_main.c:     RF_Startup ();\r
+kd_play.c:             RF_ForceRefresh();\r
+kd_play.c:             RF_ForceRefresh ();\r
+kd_play.c:                     RF_ForceRefresh();              // don't refresh if loading a new game\r
+kd_play.c:             RF_ForceRefresh();\r
+kd_play.c:     RF_RemoveSprite (&gone->sprite);\r
+kd_play.c:             RF_ForceRefresh();\r
+kd_play.c:             RF_SetRefreshHook (NULL);\r
+kd_play.c:     RF_NewMap ();\r
+kd_play.c:     RF_MarkTileGraphics ();\r
+kd_play.c:             RF_SetRefreshHook (&FadeAndUnhook);\r
+kd_play.c:             RF_NewPosition (orgx,orgy);\r
+kd_play.c:             RF_Scroll (xscroll,yscroll);\r
+kd_play.c:                                             RF_RemoveSprite (&obj->sprite);\r
+kd_play.c:             RF_Refresh();\r
+kd_play.c:                     RF_SetRefreshHook (&FadeAndUnhook);\r
+kd_play.c:                     RF_NewPosition (orgx,orgy);\r