eyelash
|
b495dac780
|
fix a few warnings
Good find, @eyelash .
|
2020-04-26 12:42:44 +03:00 |
Delyan Angelov
|
1c46dabc84
|
tetris: cleanup unused variable warnings
|
2020-04-25 09:49:02 +03:00 |
Delyan Angelov
|
aed8370d87
|
tetris: enable compilation with -prod; cleanup of font loading errors
|
2020-04-16 19:44:15 +03:00 |
Delyan Angelov
|
554d87f5b0
|
tetris: part 1 of fixing compilation with v2
|
2020-04-16 12:37:59 +03:00 |
Delyan Angelov
|
4b3c44cfd7
|
Revert "tetris: part 1 of fixing building it with v2"
This reverts commit d42725aafe .
|
2020-04-16 01:16:54 +03:00 |
Delyan Angelov
|
d42725aafe
|
tetris: part 1 of fixing building it with v2
|
2020-04-16 00:35:16 +03:00 |
Alexander Medvednikov
|
88d15c6611
|
gl, glfw, freetype fixes
|
2020-04-02 01:45:22 +02:00 |
Delyan Angelov
|
ba088056ed
|
solaris: make 'v test-compiler' pass (stage 2)
|
2020-03-21 09:48:02 +01:00 |
yuyi
|
23b11c84b1
|
os api: basedir => base_dir
|
2020-03-08 15:43:56 +01:00 |
yuyi
|
783dee1f48
|
os: merge with filepath
|
2020-03-07 22:26:26 +01:00 |
yuyi
|
3f67ba08b1
|
glfw, freetype: remove the display of general information
|
2020-03-03 14:41:26 +01:00 |
spaceface777
|
ef8c1203b4
|
cleanup: replace C for loops with range
|
2020-02-24 17:55:16 +01:00 |
vitalyster
|
a3a7e0531a
|
darwin: fix MacPorts build
|
2020-02-24 16:54:04 +01:00 |
Shun Sakai
|
c8c43a2475
|
update copyright year
|
2020-01-23 21:04:46 +01:00 |
Alexander Medvednikov
|
d1664dc511
|
freetype: max_width
|
2020-01-20 05:14:49 +01:00 |
Delyan Angelov
|
bc64263dd8
|
freetype: fix placement of highdpi and lowdpi texts
|
2020-01-19 20:30:53 +01:00 |
Delyan Angelov
|
bfaf2a4a62
|
freetype: cleanup calculation of text y position while drawing the text
|
2020-01-19 16:01:08 +01:00 |
Delyan Angelov
|
8c1b03c731
|
freetype: text_size() so that users can retrieve the vertical size of a text too
|
2020-01-18 20:08:11 +01:00 |
Alexander Medvednikov
|
756c6d2858
|
freetype: fix align.right rendering
|
2020-01-16 17:03:34 +01:00 |
Alexander Medvednikov
|
e72dfc3212
|
freetype: remove unused import
|
2020-01-12 20:08:24 +01:00 |
Alexander Medvednikov
|
e159347c10
|
gg: remove 2 prints
|
2020-01-12 19:54:47 +01:00 |
Alexander Medvednikov
|
b6c0b22742
|
interfaces fixes; freetype.text_width(); gl and stbi fixes
|
2020-01-12 16:11:28 +01:00 |
Alexander Medvednikov
|
3344111a03
|
minor fixes and cleaning up
|
2020-01-04 00:06:06 +01:00 |
Alexey
|
dced76d1a4
|
os, filepath: reorganize functions
|
2019-12-23 13:09:22 +03:00 |
joe-conigliaro
|
717740cfcf
|
simplify cflag parsing
|
2019-12-15 06:18:14 +03:00 |
Alexander Medvednikov
|
02c29624d8
|
freetype: minor fixes
|
2019-12-12 14:44:29 +03:00 |
Alexander Medvednikov
|
c8d111924d
|
check unused and unmodified vars in all modules, not just main
|
2019-12-06 18:43:56 +03:00 |
Alexander Medvednikov
|
a57e29dfc5
|
os: replace dir_exists with is_dir; file_exists() => exists()
|
2019-12-04 23:17:45 +03:00 |
Alexander Medvednikov
|
e9e931fe4a
|
force C function definitions
|
2019-11-24 12:14:22 +03:00 |
Alexander Medvednikov
|
759644ab36
|
examples: empty gg/freetype project
|
2019-11-20 07:26:52 +03:00 |
Alexander Medvednikov
|
ffa6bcfff5
|
vfmt: handle comments
|
2019-11-13 11:54:22 +03:00 |
joe-conigliaro
|
fe17dd9a7e
|
vlib: make more structs, consts, & enums public
|
2019-10-24 22:35:11 +11:00 |
Delyan Angelov
|
e61dce6441
|
freetype: fix compiler warning about ctx._draw_text
|
2019-10-10 20:09:19 +03:00 |
sunnylcw
|
4b03abdaff
|
compiler: enable FreeBSD's cflags for freetype & glfw
|
2019-09-28 14:18:04 +03:00 |
joe-conigliaro
|
23c84516e2
|
compiler: error on unused imports
|
2019-09-23 13:42:20 +03:00 |
Delyan Angelov
|
7421781150
|
CI: split jobs into more steps; compiler: fix "v test v" with tcc
|
2019-09-22 17:24:15 +03:00 |
Delyan Angelov
|
ecb661f719
|
tetris: fix &Foo instead of *Foo warnings.
|
2019-09-03 11:39:06 +03:00 |
kawa-yoiko
|
4f0f99e663
|
parser: fix mutability with chained fields
|
2019-08-30 20:19:06 +03:00 |
Alexander Medvednikov
|
d4b6b6c833
|
freetype: render all Unicode characters
|
2019-08-27 00:20:54 +03:00 |
Delyan Angelov
|
aa438c7c3f
|
os: fix exec() and get_raw_line(); fix Windows tests and examples
|
2019-08-26 13:51:48 +03:00 |
Alexander Medvednikov
|
f61b14584a
|
remove "import const" everywhere
|
2019-08-23 00:09:03 +03:00 |
Alexander Medvednikov
|
eb5fcafa77
|
table: TypeCategory; freetype: remove C code; [typedef] C structs;
Objective-C interfaces
|
2019-08-22 22:18:55 +03:00 |
Alexander Medvednikov
|
18d0a08ace
|
freetype: fix utf crash
|
2019-08-18 18:13:12 +03:00 |
Alexander Medvednikov
|
f9fb6f0be4
|
orm_test: remove pg import for now
|
2019-08-18 15:02:36 +03:00 |
Julian Schurhammer
|
1864e92ff4
|
parser: disallow statements after a return, branch check $if, $else, switch, and loops correctly
|
2019-08-10 10:26:42 +02:00 |
Alexander Medvednikov
|
d4441e4353
|
freetype: clean up new_context()
|
2019-08-10 07:13:25 +02:00 |
Delyan Angelov
|
7d8b296943
|
freetype,gg: option to pass a custom font_path to freetype.new_context .
|
2019-08-10 00:10:26 +02:00 |
Vitaly Takmazov
|
6f03ed0b13
|
darwin: fix freetype include path for Homebrew and Macports
|
2019-08-10 00:09:15 +02:00 |
Nicolas Sauzede
|
efa540e883
|
examples: tetris: draw score
|
2019-08-09 13:03:29 +02:00 |
Alexander Medvednikov
|
fbc480fbed
|
ft: rename to freetype
|
2019-08-08 16:43:11 +02:00 |