Turiiya
354cad9a36
update variable name
...
updates the variable name that was changed due to being a duplicate
of the module name. `obj_part` a nicer name which already used
inside of the module for the ObjPart struct.
2023-06-06 00:19:06 +02:00
Turiiya
acef3994db
fix module name conflict in example
2023-05-08 16:32:59 +02:00
Swastik Baranwal
3d99f1f2c2
checker: disallow struct int to ptr outside unsafe ( #17923 )
2023-04-13 07:38:21 +02:00
Delyan Angelov
e854051c1f
thirdparty: update all sokol and fontstash headers with their upstream versions ( #16940 )
2023-01-11 11:29:38 +02:00
Alexander Medvednikov
868908b80d
checker: require unsafe for Struct(voidptr) casts
2023-01-06 09:28:11 +03:00
Larpon
161595b041
examples: use math.vec
in examples/sokol/particles ( #16780 )
2022-12-27 15:19:08 +02:00
Delyan Angelov
e419faf746
all: fix dependant
->dependent
typos, cleanup comments
2022-12-02 12:51:10 +02:00
yuyi
017ace6ea7
vfmt: change all '$expr' to '${expr}' ( #16428 )
2022-11-15 16:53:13 +03:00
Delyan Angelov
b52b8429d4
vfmt: implement support for // vfmt off and // vfmt on, with it, v fmt -w .
now works. ( #16335 )
2022-11-05 09:08:01 +03:00
Delyan Angelov
7f91db695c
examples, tests: small formatting cleanup in cube_glsl.v , remove already fixed skips in v test-cleancode
, before // vfmt off
and // vfmt on
2022-11-04 14:48:20 +02:00
Delyan Angelov
7ff7e540b9
ci: more ? -> ! fixes
2022-10-16 22:57:38 +03:00
Swastik Baranwal
b584e1df98
checker: allow EnumName(number)
casts only inside unsafe{}
blocks ( #15932 )
2022-10-02 22:39:11 +03:00
Larpon
816e9319d7
cgen: remove the need for [console] for gg or ui programs on windows ( #15912 )
2022-09-29 15:02:50 +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
46f32fc10c
checker: require unsafe for free()
2022-08-20 08:03:07 +03:00
Alexander Medvednikov
caa0c2f153
vfmt: voidptr(0) => unsafe { nil } (p.1)
2022-07-21 20:46:01 +03:00
Delyan Angelov
b1a14c6cf7
tests: use a platform neutral module with C declarations (sokol.audio), instead of time
in private_redeclaration_of_C_timeval.vv .
2022-06-27 19:48:46 +03:00
Vincenzo Palazzo
17bba712bd
checker: ban unsafe pointer/fn comparison ( #14462 )
2022-05-20 18:30:16 +03:00
Daniel Däschle
d679146a80
fmt: remove space in front of ? and ! ( #14366 )
2022-05-13 06:56:21 +03:00
Alexander Medvednikov
fbb9e65c0f
all: ~500 more byte=>u8
2022-04-15 18:25:45 +03:00
Alexander Medvednikov
af73e195da
net: byte fixes
2022-04-15 15:55:39 +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
07207db998
examples: reduce C. prefix usage, rename fontstash enums ( #14011 )
2022-04-11 22:23:06 +03:00
Delyan Angelov
88c4a64a15
examples: make examples/sokol/drawing.v more symmetrical
2022-04-10 10:40:14 +03:00
Delyan Angelov
5b492e26dd
builtin: support a.flags.set(.noslices | .noshrink), use it in the particles example ( #13818 )
2022-03-24 23:37:13 +02:00
Alexander Medvednikov
36ec47cd20
all: replace "NB:" with "Note:" (docs/comments)
2022-03-06 20:01:22 +03:00
Subhomoy Haldar
114a341f5f
rand: simplify rand.PRNG, move to optional types for error handling ( #13570 )
2022-02-23 12:36:14 +02:00
Delyan Angelov
89d399b035
examples: fix leak in examples/sokol/particles/, by marking s.pool and s.bin with .noslices
2022-02-03 18:52:52 +02:00
Larpon
41b9b2988a
examples: add port of simple triangle sokol sample ( #13298 )
2022-01-27 21:16:00 +02:00
Larpon
faaa7035c4
examples: fix segmentation fault crash on exit in sokol 0X_ examples ( #13299 )
2022-01-27 19:46:55 +02: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
88a973b617
sokol: type alias all sgl
structs, support sgl_context
( #13018 )
2022-01-03 15:05:24 +02:00
Larpon
4d4398fa8a
sokol: type alias all gfx
structs ( #13014 )
2022-01-02 20:36:01 +02:00
Larpon
2210f89ea3
sokol: type alias all sapp
structs ( #12962 )
2021-12-26 13:02:51 +02:00
Larpon
047f059fb8
examples: use fontstash
wrapper calls ( #12718 )
2021-12-06 23:39:43 +03:00
penguindark
89eb5425cd
examples: clean file path usage in the examples, move all the fonts in the common assets folder ( #12736 )
2021-12-06 09:53:46 +02:00
Larpon
83260e5074
docs: add link to shader inclusion example ( #12613 )
2021-11-29 18:26:32 +02:00
Enzo
e3b65092d6
parser: deprecate size_t
( #11443 )
2021-09-08 13:09:32 +03:00
Daniel Däschle
800c0e5092
vlib: remove deprecated map{} usages as well as deprecated functions ( #11035 )
2021-08-04 12:44:41 +03:00
Daniel Däschle
ad3835b598
parser: deprecate short struct init ( #10842 )
2021-07-20 11:17:08 +03:00
Delyan Angelov
f18265e6a8
gg: remove obsolete usages of use_ortho: true
2021-06-24 11:15:12 +03:00
penguindark
d8d05e0106
all: new string interpolation in pure V ( #10181 )
2021-05-24 05:20:45 +03:00
Enzo
906b207e58
checker: deprecate using V strings in C function calls ( #10140 )
2021-05-20 09:17:44 +03:00
Alexander Medvednikov
dc034d9b16
vweb: make thread safe; checker: $if T is Interface {
2021-05-11 09:30:18 +03:00
Uwe Krüger
d26ac5692e
all: various fixes for [heap]/auto-heap handling ( #10033 )
2021-05-07 15:58:48 +03:00
Lukas Neubert
dee733aae4
fmt: reset const field align after multi line exprs ( #9916 )
2021-04-29 02:17:37 +03:00