cooking fixes + docs enhancements

main
Dominik Madarász 2023-11-19 17:03:24 +01:00
parent 68b3008ab2
commit 52b250df83
11 changed files with 25 additions and 9 deletions

View File

@ -1,4 +1,4 @@
<h1 align="center">V·4·K</h1> <h1 align="center">![V·4·K](https://v4k.dev/logo.png)</h1>
<p align="center"> <p align="center">
Envision, Prototype, Perfect<br/> Envision, Prototype, Perfect<br/>
</p> </p>

View File

@ -354022,7 +354022,7 @@ cook_script_t cook_script(const char *rules, const char *infile, const char *out
} }
// if script was generated... // if script was generated...
if( script && script[0]) { if( script && script[0] && strstr(script, ifdef(win32, file_normalize(va("%s",infile)), infile )) ) {
// update outfile // update outfile
cs.outfile = *OUTPUT; cs.outfile = *OUTPUT;

View File

@ -300,7 +300,7 @@ cook_script_t cook_script(const char *rules, const char *infile, const char *out
} }
// if script was generated... // if script was generated...
if( script && script[0]) { if( script && script[0] && strstr(script, ifdef(win32, file_normalize(va("%s",infile)), infile )) ) {
// update outfile // update outfile
cs.outfile = *OUTPUT; cs.outfile = *OUTPUT;

View File

@ -6376,7 +6376,7 @@ cook_script_t cook_script(const char *rules, const char *infile, const char *out
} }
// if script was generated... // if script was generated...
if( script && script[0]) { if( script && script[0] && strstr(script, ifdef(win32, file_normalize(va("%s",infile)), infile )) ) {
// update outfile // update outfile
cs.outfile = *OUTPUT; cs.outfile = *OUTPUT;

Binary file not shown.

View File

@ -25,9 +25,9 @@ ART=../demos/art/,../engine/art/,../editor/art/ ; comma-separated folder(s) tha
; also, once a symbol is found, it is replaced by its value always. ; also, once a symbol is found, it is replaced by its value always.
; some predefined symbols: INPUT (input filename), OUTPUT (output filename), PRETTY (clean input filename), PROGRESS (cook progress). ; some predefined symbols: INPUT (input filename), OUTPUT (output filename), PRETTY (clean input filename), PROGRESS (cook progress).
;@windows `echo Cooking PROGRESS% PRETTY...` @windows `echo Cooking PROGRESS% PRETTY...`
;@linux `echo "Cooking PROGRESS% PRETTY..."` @linux `echo "Cooking PROGRESS% PRETTY..."`
;@osx `echo "Cooking PROGRESS% PRETTY..."` @osx `echo "Cooking PROGRESS% PRETTY..."`
; ------------------------------------------------------------------------------ ; ------------------------------------------------------------------------------
; groups below are collection of files that we want to cook, and then package. ; groups below are collection of files that we want to cook, and then package.

View File

@ -584,6 +584,22 @@ details > summary::-webkit-details-marker {
.hljs-class .hljs-title {color: #00FFC0;} .hljs-class .hljs-title {color: #00FFC0;}
.md code { color: rgb(255,255,235); } /* default unclassified #text and punctuation */ .md code { color: rgb(255,255,235); } /* default unclassified #text and punctuation */
#id {
width: 100%;
text-align: center;
display: inline-block;
}
#id img {
width: 256px;
transform: translateX(-50%);
position: absolute;
display: inline-block;
}
</style> </style>
**V·4·K** <div id="logo">
<img src="https://v4k.dev/logo.png" alt="v4k logo"/>
<p>Our go-to framework for game development is fully hackable, FOSS!</p>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

BIN
tools/docs/logo.png 100644

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 KiB

Binary file not shown.

@ -1 +1 @@
Subproject commit 3ee74cb1979150f88b0a6ea4194c044083df276e Subproject commit 6db35ec6ab7216bf5d8eda441b594689e56a6aee