Alexander Medvednikov
|
7d57a19d7e
|
checker: do not allow &u8(0), force nil like we do with &Type(0)
|
2025-05-03 22:37:51 +03:00 |
|
Delyan Angelov
|
0ffc33a5c9
|
examples, gg, gg.m4: fix VFLAGS='-no-skip-unused -cstrict -cc clang-18' v should-compile-all examples/sokol/ too
|
2025-03-06 19:58:25 +02:00 |
|
yuyi
|
79786732ef
|
all: replace struct field name '@type' with 'type' (#22485)
|
2024-10-11 08:53:18 +03:00 |
|
Delyan Angelov
|
cfa91d81d7
|
examples,os: add an os.asset module, use it to simplify code in examples/, by removing $if android { checks (#22281)
|
2024-09-22 16:04:05 +03:00 |
|
yuyi
|
acf6b344f7
|
fmt: fix formating a file in an oscillating manner (fix #22223, fix #22026) (#22232)
|
2024-09-17 09:47:38 +03:00 |
|
yuyi
|
c51d30bf53
|
fmt: fix alignment of struct init fields (#22025)
|
2024-08-11 09:11:24 +03:00 |
|
yuyi
|
ddb6685d8a
|
fmt: fix and simplify align of struct fields (#21995)
|
2024-08-05 20:23:39 +03:00 |
|
Delyan Angelov
|
2c646bfadd
|
examples: allow for v run examples/sokol/06_obj_viewer /full/path/to/model.obj
|
2024-04-04 19:52:35 +03:00 |
|
Alexander Medvednikov
|
24ac0c1fb5
|
builtin: fix tests
|
2024-03-29 07:59:11 +03:00 |
|
Turiiya
|
f77bb32044
|
all: fix typos (#21089)
|
2024-03-25 12:18:27 +02:00 |
|
Delyan Angelov
|
4f7476eaa3
|
examples: cleanup compiler notices for all sokol examples
|
2024-01-29 03:42:47 +02:00 |
|
Delyan Angelov
|
4b3109237d
|
builtin: deprecate string.last_index/1 for string.index_last/1, and string.last_index_u8/1 for string.index_u8_last/1 (#20095)
|
2023-12-05 13:56:59 +02:00 |
|
Alexander Medvednikov
|
545ee1ae23
|
checker: stricter rules for C types; C aliases; sokol fixes
|
2023-10-14 18:31:44 +03:00 |
|
Larpon
|
3c68e78f32
|
sokol: fix usage of sokol sampler (#19527)
|
2023-10-07 21:05:30 +03:00 |
|
Alexander Medvednikov
|
0bf85d049e
|
sokol: upgrade to latest version, fix all related issues
|
2023-10-05 20:22:49 +03:00 |
|
Turiiya
|
1e38cc0986
|
checker: disallow module name duplicates in local names (#18118)
|
2023-09-08 23:33:35 +03:00 |
|
Turiiya
|
993546a0a2
|
examples: fix typos (#18229)
|
2023-05-25 16:54:46 +03:00 |
|
yuyi
|
017ace6ea7
|
vfmt: change all '$expr' to '${expr}' (#16428)
|
2022-11-15 16:53:13 +03:00 |
|
shove
|
8b962f8446
|
checker: fix nested struct reference type field initialized check. (fix: #15741) (#15752)
|
2022-09-15 07:59:31 +03:00 |
|
Alexander Medvednikov
|
fbb9e65c0f
|
all: ~500 more byte=>u8
|
2022-04-15 18:25:45 +03:00 |
|
Alexander Medvednikov
|
fb192d949b
|
all: replace []byte with []u8
|
2022-04-15 15:35:35 +03:00 |
|
Alexander Medvednikov
|
d4a0d6f73c
|
all: byte => u8
|
2022-04-15 14:58:56 +03:00 |
|
Larpon
|
b44b8c472d
|
examples: use vmemset instead of C.memset (#13104)
|
2022-01-09 16:08:11 +02:00 |
|
penguindark
|
92fcb82ca3
|
sokol: fix for example06 (#13101)
|
2022-01-09 16:02:24 +02:00 |
|
penguindark
|
22fce6a525
|
sokol: update sokol_gfx.h to the LAST version, and fix example 06 (#13100)
|
2022-01-08 20:29:29 +02:00 |
|
Larpon
|
5cffa1a2e4
|
sokol: use V type for SG_SHADERSTAGE_[VS|FS] (#13086)
|
2022-01-07 19:52:44 +02:00 |
|
Larpon
|
4d4398fa8a
|
sokol: type alias all gfx structs (#13014)
|
2022-01-02 20:36:01 +02:00 |
|
Enzo
|
e3b65092d6
|
parser: deprecate size_t (#11443)
|
2021-09-08 13:09:32 +03:00 |
|
Don Park
|
aebb551e93
|
cgen: do full struct initialisation for V structs, fixes invalid data from map[string]Struct{}['unknown'] (#9878)
|
2021-04-27 08:18:48 +03:00 |
|