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 |
Uwe Krüger
|
d26ac5692e
|
all: various fixes for [heap]/auto-heap handling (#10033)
|
2021-05-07 15:58:48 +03:00 |
Lukas Neubert
|
16e79bc3ca
|
tools: format most examples and tutorials, add them to `v test-cleancode` (#9826)
|
2021-04-20 17:16:35 +03:00 |
penguindark
|
a016ac39c0
|
examples: change byteptr to &byte in sokol examples and regex (#9606)
|
2021-04-05 18:17:45 +03:00 |
Alexander Medvednikov
|
3a2d696fac
|
time: time.wait() => time.sleep()
|
2021-02-27 20:41:06 +03:00 |
zakuro
|
ac4791045f
|
time: consolidate the different sleep functions into time.wait(Duration) (#8853)
|
2021-02-21 17:05:03 +02:00 |
Delyan Angelov
|
12897d1e2b
|
examples: fix `./v -W -Wfatal-errors build-examples`, run vfmt
|
2021-01-22 22:33:37 +02:00 |
yuyi
|
a2efb5319d
|
all: change `[1,2,3]!!` to `[1,2,3]!` (#8101)
|
2021-01-14 03:51:13 +01:00 |
Delyan Angelov
|
9772eb7c96
|
examples: fix warnings when doing `./v -W -progress -check-syntax build-examples`
|
2020-10-26 13:14:26 +02:00 |
Delyan Angelov
|
77c29c6b6f
|
examples: add simple visual rendering of the samples in melody.v
|
2020-10-10 23:45:40 +03:00 |
Delyan Angelov
|
86816b1aad
|
examples: add bytebeat melody using sokol.audio
|
2020-10-10 19:37:03 +03:00 |
Delyan Angelov
|
f5c245ceb8
|
ci: fix `v build-examples` too
|
2020-08-27 14:35:26 +03:00 |
Delyan Angelov
|
dad2c6608e
|
examples: implement examples/sokol/sounds/wav_player.v
|
2020-08-23 20:49:37 +03:00 |
Delyan Angelov
|
1c9e02094c
|
sokol.audio: add simple_sin_tones.v example
|
2020-08-23 15:28:07 +03:00 |