Alexander Medvednikov
|
3fd852deee
|
readme: tetris
|
2020-05-13 04:26:06 +02:00 |
yuyi
|
f33de1bc64
|
all: fix unused variable warnings
|
2020-05-12 13:57:23 +02:00 |
Max Mazurov
|
8f6d69b763
|
examples: tetris: readme: freetype on Arch
|
2020-05-11 01:26:59 +02:00 |
Tim Basel
|
3e4cd12fd0
|
.gitignore: ignore all binary files by default
|
2020-04-29 16:49:13 +02:00 |
Delyan Angelov
|
aed8370d87
|
tetris: enable compilation with -prod; cleanup of font loading errors
|
2020-04-16 19:44:15 +03:00 |
Delyan Angelov
|
1318c27699
|
tetris: it now works with v2 (on linux) :-)
|
2020-04-16 13:30:40 +03:00 |
Alexander Medvednikov
|
c0d4503f25
|
gl/glfw: update C definitions
|
2020-04-04 12:56:35 +02:00 |
Alexander Medvednikov
|
88d15c6611
|
gl, glfw, freetype fixes
|
2020-04-02 01:45:22 +02:00 |
Alexander Medvednikov
|
c6cf8ace22
|
glfw and tetris fixes; temporary ci fixes
|
2020-04-01 23:49:11 +02:00 |
Alexey
|
5827ff0a01
|
examples: add license files for fonts
|
2020-03-07 14:14:37 +01:00 |
spaceface777
|
ef8c1203b4
|
cleanup: replace C for loops with range
|
2020-02-24 17:55:16 +01:00 |
Mahmoud Samir Fayed
|
99217da6ca
|
examples: update tetris readme
|
2020-02-07 18:47:05 +01:00 |
Shun Sakai
|
c8c43a2475
|
update copyright year
|
2020-01-23 21:04:46 +01:00 |
Alexander Medvednikov
|
29564ed63d
|
interface fix
|
2020-01-09 01:40:10 +01:00 |
Ricardo Tomasi
|
15415b2aae
|
Update tetris/README for macOS
|
2020-01-05 11:52:58 +01:00 |
lutherwenxu
|
286a0a1371
|
time: rewrite unix() function
|
2019-12-31 17:11:47 +01:00 |
Alexander Medvednikov
|
02c29624d8
|
freetype: minor fixes
|
2019-12-12 14:44:29 +03:00 |
Bryan Christopher Johnson
|
f86ddcf496
|
examples/tetris: use standard colors
|
2019-12-12 14:36:01 +03:00 |
Alexander Medvednikov
|
5330859034
|
2 more unneeded casts removed
|
2019-12-08 01:39:27 +03:00 |
Alexander Medvednikov
|
ad6adf327e
|
vlib: fix missing `else{}` in match statements
|
2019-12-07 17:23:37 +03:00 |
Alexander Medvednikov
|
7e4799334f
|
array: make left/right/slice private
|
2019-11-30 12:37:34 +03:00 |
Alexander Medvednikov
|
759644ab36
|
examples: empty gg/freetype project
|
2019-11-20 07:26:52 +03:00 |
Alexander Medvednikov
|
7d924679a6
|
[]: update all examples and tests
|
2019-11-14 10:00:22 +03:00 |
Alexander Medvednikov
|
714d61aed7
|
examples: fix a small tetris bug
|
2019-11-13 06:43:05 +03:00 |
Michael Chrisco
|
ed445860eb
|
tetris: update readme
|
2019-10-28 16:47:17 +03:00 |
Alexander Medvednikov
|
6e0a789b6d
|
tetris: minor fixes
|
2019-10-27 10:24:28 +03:00 |
Alexander Medvednikov
|
efdadc3758
|
tetris/glfw: fix warnings
|
2019-10-27 10:13:40 +03:00 |
Alexander Medvednikov
|
f14425ec18
|
do not allow one letter struct names
|
2019-10-23 23:46:07 +03:00 |
Sergio Abreu García
|
374133086d
|
tetris.v: minor User Interface improvements
|
2019-10-23 16:19:05 +03:00 |
joe-conigliaro
|
dd053d79b0
|
vlib/examples: fix gl/glfw/gg examples. rename init functions
|
2019-10-12 06:03:15 +03:00 |
joe-conigliaro
|
23c84516e2
|
compiler: error on unused imports
|
2019-09-23 13:42:20 +03:00 |
iRedMail
|
55720e7f98
|
tetris: add "module main"
|
2019-09-20 19:05:14 +03:00 |
Alexander Medvednikov
|
0a2f7a6ba7
|
fix tests
|
2019-09-17 13:37:25 +03:00 |
unknown-v
|
5f43a61e0d
|
examples: update `[0;n]` to `[0].repeat(n)`
|
2019-09-16 01:55:54 +03:00 |
joe-conigliaro
|
f077fbd32d
|
vlib: change `[0;n]` to `[0].repeat(n)`
|
2019-09-15 12:26:05 +03:00 |
Delyan Angelov
|
ecb661f719
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
Alexander Medvednikov
|
f61b14584a
|
remove "import const" everywhere
|
2019-08-23 00:09:03 +03:00 |
Alexander Medvednikov
|
abe61e28fe
|
examples: fix tetris
|
2019-08-22 22:28:27 +03:00 |
Alexander Medvednikov
|
100bb7c54c
|
os: clean up windows functions
|
2019-08-17 16:17:43 +03:00 |
Massimiliano Bertinetti
|
845ae8cf5a
|
tetris: Added instruction for Arch / Manjaro Linux
|
2019-08-17 15:53:06 +03:00 |
Nicolas Sauzede
|
4760fea489
|
examples/tetris: use better unique colors, implement game over/pause
|
2019-08-17 02:56:09 +03:00 |
Alexander Medvednikov
|
68a4c125c5
|
examples/tetris: ttf font for printing the score
|
2019-08-10 13:37:15 +02:00 |
Alexander Medvednikov
|
d4441e4353
|
freetype: clean up new_context()
|
2019-08-10 07:13:25 +02:00 |
Alexander Medvednikov
|
11c2f634f3
|
examples/tetris: better font initialization
|
2019-08-10 07:13:25 +02:00 |
Nicolas Sauzede
|
efa540e883
|
examples: tetris: draw score
|
2019-08-09 13:03:29 +02:00 |
Alexander Medvednikov
|
4b69d43f9f
|
fix examples
|
2019-08-07 14:16:10 +02:00 |
Alexander Medvednikov
|
2ac579ca0a
|
wrap up the new mut check
|
2019-07-25 14:13:35 +02:00 |
Alexander Medvednikov
|
89042b0f97
|
examples/tetris: an extra collision check
|
2019-07-23 03:29:11 +02:00 |
Alexander Medvednikov
|
5d188130e5
|
fix memory free
|
2019-07-21 16:30:10 +02:00 |
Alexander Medvednikov
|
975286302c
|
fix Tetris onkeydown
|
2019-07-21 11:56:43 +02:00 |