update deps
parent
5264e113c3
commit
9fa2bf5e6f
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -2,7 +2,7 @@
|
||||||
// - rlyeh, public domain
|
// - rlyeh, public domain
|
||||||
//
|
//
|
||||||
// changelog:
|
// changelog:
|
||||||
// - ported to V4K api
|
// - ported to FWK api
|
||||||
// - namespaced symbols
|
// - namespaced symbols
|
||||||
// - diverse win32 fixes
|
// - diverse win32 fixes
|
||||||
// - adaptive cols/rows
|
// - adaptive cols/rows
|
||||||
|
@ -127,7 +127,7 @@ static void browser_reload_directory_content(struct browser *browser, const char
|
||||||
// remove last '/' if present. ok to overwrite absolute var, file_*() API returns writeable strings.
|
// remove last '/' if present. ok to overwrite absolute var, file_*() API returns writeable strings.
|
||||||
char *dir = absolute; if( dir[ strlen(dir) - 1 ] == '/' ) dir[ strlen(dir) - 1 ] = '\0';
|
char *dir = absolute; if( dir[ strlen(dir) - 1 ] == '/' ) dir[ strlen(dir) - 1 ] = '\0';
|
||||||
|
|
||||||
dir = file_name(dir); // /home/rlyeh/prj/v4k/art -> art
|
dir = file_name(dir); // /home/rlyeh/prj/fwk/art -> art
|
||||||
BROWSER_PRINTF("%s\n", dir);
|
BROWSER_PRINTF("%s\n", dir);
|
||||||
|
|
||||||
if( dir[0] != '.' ) // skip special files, folders and internal files like .git or .art.zip
|
if( dir[0] != '.' ) // skip special files, folders and internal files like .git or .art.zip
|
||||||
|
|
696
engine/v4k
696
engine/v4k
File diff suppressed because it is too large
Load Diff
|
@ -596,7 +596,7 @@ details > summary::-webkit-details-marker {
|
||||||
|Version: | 2023.7 |
|
|Version: | 2023.7 |
|
||||||
|:--------------|:------------|
|
|:--------------|:------------|
|
||||||
|Branch: | main |
|
|Branch: | main |
|
||||||
|Commit: | 45 |
|
|Commit: | 46 |
|
||||||
<!--| Documentation last modified | { {LAST_MODIFIED} } |-->
|
<!--| Documentation last modified | { {LAST_MODIFIED} } |-->
|
||||||
|
|
||||||
# [V·4·K 2023.7 ](https://dev.v4.games/zaklaus/v4k)
|
# [V·4·K 2023.7 ](https://dev.v4.games/zaklaus/v4k)
|
||||||
|
|
Loading…
Reference in New Issue