Ray
ef5667c078
Update HISTORY.md
пре 4 година
Ray
b6557166f2
Update README.md
пре 4 година
Ray
a7599b83a5
Update HISTORY.md
пре 4 година
Ray
047747a4cc
Update HISTORY.md
пре 4 година
raysan5
e8ea105b3d
Update HISTORY.md
пре 4 година
raysan5
1caa31396e
Update CHANGELOG
пре 4 година
raysan5
b973c2f08e
Update SPONSORS.md
пре 4 година
raysan5
e0c1f25116
Update ROADMAP.md
пре 4 година
raysan5
d38e01d186
Minor tweak
пре 4 година
raysan5
ea0f6c7a26
Replace TABS by 4 spaces
пре 4 година
Ray
b93c4b0c20
Update CHANGELOG
пре 4 година
raysan5
ec3845fa9f
Review some RPI4 tracelogs
пре 4 година
raysan5
3e041a27b1
Update Makefile
пре 4 година
raysan5
5ffce8f230
Review tracelog messages for DRM platform
пре 4 година
raysan5
8073c5ec93
Update README.md
пре 4 година
raysan5
13a288d13a
Update README.md
пре 4 година
Ray
5662403488
Update README.md
пре 4 година
raysan5
b68e522ffc
Updated several files while porting examples to web
пре 4 година
raysan5
bab1b9c1c5
Review example formating
пре 4 година
raysan5
d9a9bacb48
Review formatting
пре 4 година
raysan5
10a57f297e
Merge branch 'master' of https://github.com/raysan5/raylib
пре 4 година
raysan5
60a3746a80
Remove dup example
пре 4 година
Ray
002258aa57
Update CHANGELOG
пре 4 година
Ray
c59ea67b97
Update CHANGELOG
пре 4 година
raysan5
7e459dc38b
Review Android Makefiles to required version
пре 4 година
raysan5
f8a2903cec
Review issues when compiling for Android
пре 4 година
raysan5
ef46003270
Update raylib functions parser to generate XML intellisense file
Update Notepad++ functions intellisense
пре 4 година
raysan5
1df89039ad
Update Makefile(s)
пре 4 година
raysan5
0a9e080998
Remove trailing spaces
пре 4 година
raysan5
547960ca71
Update raylib version
пре 4 година
raysan5
59949bf848
Update resource file
пре 4 година
Ray
28b3571517
Update CHANGELOG
пре 4 година
raysan5
aa38532cc3
Remove unused variable
пре 4 година
raysan5
9216e96315
Corrected typo
пре 4 година
raysan5
0da827d754
Corrected small issue
пре 4 година
raysan5
871c3d87b4
REMOVED: Travis CI
пре 4 година
raysan5
b78ee13791
ADDED: CheckCollisionLines()
Removed function from raymath
пре 4 година
Ray
2bdb45f280
Remove Travis CI badge
пре 4 година
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'
пре 4 година
Ray
51e75be9d1
Update CHANGELOG
пре 4 година
Ray
976932e05e
Set version for raylib 3.5
пре 4 година
Ray
d82113ec34
Camera funcs, review params names
Just for a better consistency
пре 4 година
Ray
9097d0b4ef
REVIEW: CheckCollisionSpheres() params naming
пре 4 година
Ray
f30354fc35
Minor tweak
пре 4 година
Ray
d2d72b1dfb
ADDED: MemAlloc() / MemFree() #1440
Exposing internal memory allocator/free, useful for advance users when required
пре 4 година
Ray
cbf7369a3d
Update raylib.h
пре 4 година
Ray
2374281204
Avoid *Rec suffix in some variables
Pefixing/Suffixing some data type identifier in the variables is not a convention used in raylib, just reviewed it for consistency...
Still, I kept the *Rec suffix in some functions.
пре 4 година
Ray
015e715278
Corrected DrawTextRecEx() bug
пре 4 година
Ray
e404a18226
Support font chars padding on drawing #1432
Previous implementation did not consider any padding while drawing the characters on screen (despite being available on the font atlas), so, only minimum character area was drawn.
If some text effect shader was required (shadow, glow, outline...), there was no space in the drawn quad to draw that pixels effect.
This commit corrects that issue.
пре 4 година
Ray
51e8f37688
Minimal tweak
пре 4 година