Commit MetaInfo

Révisione2dc030c9e52911ed9808a9e4a65bc9e0e9d8e9b (tree)
l'heure2017-05-27 12:01:50
Auteursparky4 <sparky4@cock...>
Commitersparky4

Message de Log

16_ca needs huge amounts of work and I should remember what needs to be done soon[going to port rest of code to borland c some time so we can use the core components of id engine here ][going to add 16_us.c eventually but the debug system and CA_ PM_ and MM_ usage is priority now]older zcroll renamed to xcroll][zcroll is now the pre menu game loop system with PROPER data usage with CAMMPM] added 1st scroll back [i work on CA] palette debug show values added wwww and i need to know how to see vrs/vrl imaage data palette index numbers [i am trying to find out how the hell you get the index number values of VRL/VRS] boom has been fixed [CA_CacheMap added seems to be used in start a new game] what is mapsegs?

Change Summary

Modification

--- /dev/null
+++ b/16/shitman
@@ -0,0 +1 @@
1+Subproject commit 30235e5eabc57190c68d5b042a687295029026cc
--- a/makefile
+++ b/makefile
@@ -604,10 +604,7 @@ initlibs: .symbolic
604604 @git clone https://github.com/id-Software/wolf3d.git
605605 @git clone https://github.com/keendreams/keen.git
606606 @git clone https://github.com/FlatRockSoft/Catacomb3D.git
607- @git clone https://github.com/joncampbell123/shitman.git
608- @cd 16/shitman
609- @$(REMOVECOMMAND) -rf doslib
610- @git clone https://github.com/joncampbell123/doslib.git
607+ @wmake initshitman
611608 @cd $(BUILD_ROOT)
612609 @$(COPYCOMMAND) $(DOSLIBDIR)/make-lowercase .
613610
@@ -617,6 +614,14 @@ getlib: .symbolic
617614 @git clone https://github.com/zserge/jsmn.git
618615 @cd $(BUILD_ROOT)
619616
617+initshitman: .symbolic
618+ @cd 16
619+ @git clone https://github.com/joncampbell123/shitman.git
620+ @cd shitman
621+ @$(REMOVECOMMAND) -rf doslib
622+ @git clone https://github.com/joncampbell123/doslib.git
623+ @cd $(BUILD_ROOT)
624+
620625 ##
621626 ## experimental libs
622627 ##
Afficher sur ancien navigateur de dépôt.