Violet White
de13fca3b1
Add Quadratic Bezier drawing ( #1468 )
...
* Add quadratic bezier to shapes.c
* Add DrawLineBezierQuad to header
2020-12-26 13:04:38 +01:00
Ray
b59ca95a16
Update commits since last version
2020-12-26 13:04:05 +01:00
badlydrawnrod
6631fc4c6d
Fix use of GuiSliderBar in examples. ( #1470 )
2020-12-26 13:02:42 +01:00
Gunko Vadim
23208357c1
Update BINDINGS.md ( #1472 )
2020-12-26 13:01:24 +01:00
Rabia Alhaffar
9f3351cf7b
Boo bindings updated to 3.5 ( #1471 )
2020-12-25 23:29:13 +01:00
Ray
e25e380e80
Update webassembly.yml
2020-12-25 02:07:24 +01:00
Ray
1320d9e303
Update macos.yml
2020-12-25 02:06:50 +01:00
Ray
e4477472f3
Update android.yml
2020-12-25 02:05:39 +01:00
Ray
60ffc9f59b
Update linux.yml
2020-12-25 02:04:18 +01:00
Ray
79435bf34e
Update windows.yml
2020-12-25 02:03:33 +01:00
Ray
ef5667c078
Update HISTORY.md
2020-12-25 01:35:22 +01:00
Ray
b6557166f2
Update README.md
2020-12-25 01:31:15 +01:00
Ray
a7599b83a5
Update HISTORY.md
2020-12-25 01:25:40 +01:00
Ray
047747a4cc
Update HISTORY.md
2020-12-25 01:22:58 +01:00
raysan5
e8ea105b3d
Update HISTORY.md
2020-12-25 01:21:09 +01:00
raysan5
1caa31396e
Update CHANGELOG
2020-12-25 01:20:19 +01:00
raysan5
b973c2f08e
Update SPONSORS.md
2020-12-24 23:21:44 +01:00
raysan5
e0c1f25116
Update ROADMAP.md
2020-12-24 23:10:42 +01:00
raysan5
d38e01d186
Minor tweak
2020-12-24 23:10:29 +01:00
raysan5
ea0f6c7a26
Replace TABS by 4 spaces
2020-12-24 23:07:52 +01:00
Ray
b93c4b0c20
Update CHANGELOG
2020-12-24 19:33:52 +01:00
raysan5
ec3845fa9f
Review some RPI4 tracelogs
2020-12-24 19:09:05 +01:00
raysan5
3e041a27b1
Update Makefile
2020-12-24 19:08:02 +01:00
raysan5
5ffce8f230
Review tracelog messages for DRM platform
2020-12-24 17:56:08 +01:00
raysan5
8073c5ec93
Update README.md
2020-12-24 15:51:46 +01:00
raysan5
13a288d13a
Update README.md
2020-12-24 15:48:43 +01:00
Ray
5662403488
Update README.md
2020-12-24 15:32:15 +01:00
raysan5
b68e522ffc
Updated several files while porting examples to web
2020-12-24 13:51:24 +01:00
raysan5
bab1b9c1c5
Review example formating
2020-12-23 20:59:14 +01:00
raysan5
d9a9bacb48
Review formatting
2020-12-23 20:30:00 +01:00
raysan5
10a57f297e
Merge branch 'master' of https://github.com/raysan5/raylib
2020-12-23 17:50:08 +01:00
raysan5
60a3746a80
Remove dup example
2020-12-23 17:49:54 +01:00
Ray
002258aa57
Update CHANGELOG
2020-12-23 17:44:00 +01:00
Ray
c59ea67b97
Update CHANGELOG
2020-12-23 17:43:06 +01:00
raysan5
7e459dc38b
Review Android Makefiles to required version
2020-12-23 17:05:51 +01:00
raysan5
f8a2903cec
Review issues when compiling for Android
2020-12-23 17:05:07 +01:00
raysan5
ef46003270
Update raylib functions parser to generate XML intellisense file
...
Update Notepad++ functions intellisense
2020-12-23 16:35:39 +01:00
raysan5
1df89039ad
Update Makefile(s)
2020-12-23 16:34:21 +01:00
raysan5
0a9e080998
Remove trailing spaces
2020-12-23 15:03:26 +01:00
raysan5
547960ca71
Update raylib version
2020-12-23 13:48:53 +01:00
raysan5
59949bf848
Update resource file
2020-12-23 13:48:43 +01:00
Ray
28b3571517
Update CHANGELOG
2020-12-23 13:26:31 +01:00
raysan5
aa38532cc3
Remove unused variable
2020-12-23 13:03:13 +01:00
raysan5
9216e96315
Corrected typo
2020-12-23 13:02:40 +01:00
raysan5
0da827d754
Corrected small issue
2020-12-23 12:54:57 +01:00
raysan5
871c3d87b4
REMOVED: Travis CI
2020-12-23 12:46:06 +01:00
raysan5
b78ee13791
ADDED: CheckCollisionLines()
...
Removed function from raymath
2020-12-23 12:45:53 +01:00
Ray
2bdb45f280
Remove Travis CI badge
2020-12-23 12:30:00 +01:00
Victor Gallet
668b3e4cfb
[Math Feature]: Add two functions for Vector2 to know if two lines intersect and two segments intersect ( #1466 )
...
* Add a function to know if two lines intersect each other and if yes, get the intersection point
* Remove indents
* Rework the declaration of the 'Vector2LineIntersect' function, and add the 'Vector2SegmentIntersect' function
* Remove bad indents
* Fix compilation issues
* Fix compilation error
* Fix compilation error
* Replace keyword '_Bool' by 'bool'
2020-12-21 21:04:02 +01:00
Ray
51e75be9d1
Update CHANGELOG
2020-12-20 11:05:24 +01:00