Ahmad Fatoum
107294f3e6
Fix bug, add some whitespace
pirms 8 gadiem
Ahmad Fatoum
cd6d752217
Fix warning about unsequenced modification of variable
Variable t was read and modified without interleaving sequence points,
technically undefined behavior. Report by Clang's -Wunsequenced
pirms 8 gadiem
Ray
4f9de9527f
Review gradient rectangle drawing
Added: DrawRectangleGradientV()
Added: DrawRectangleGradientH()
pirms 8 gadiem
raysan5
12cb3afd9e
Added function DrawRectangleGradientEx()
Moved function DrawRectangleT() from text module to shapes
Added some comments
pirms 8 gadiem
raysan5
eeca607506
Review transforms to match OpenGL 1.1
pirms 8 gadiem
Ray
6546474fa4
Manual integration of material-pbr into develop
pirms 8 gadiem
Ray
59652c75b4
Review some comments
pirms 8 gadiem
raysan5
3813722f17
Added function: DrawLineBezier()
pirms 8 gadiem
raysan5
59038bae96
Added function: DrawLineEx()
Supports line thickness
pirms 8 gadiem
Ray
05cff44d0a
Improved modules description -IN PROGRESS-
Working in modules configuration flags...
pirms 8 gadiem
Ray
177af272f0
Added function DrawRectanglePro()
pirms 8 gadiem
raysan5
658c280669
Lattest PR review
Function names, code formatting...
pirms 9 gadiem
Joel Davis
d5d391faaf
Added RaycastMesh function and example test case
pirms 9 gadiem
Joel Davis
037da8879a
Added RaycastGround and ray picking example
pirms 9 gadiem
Ray
377dcb025f
Corrected some warnings
pirms 9 gadiem
raysan5
6d1b712a96
Reviewed modules comments
pirms 9 gadiem
raysan5
673dcf9436
Comments tweaks
pirms 9 gadiem
Ray
8f60996b64
Corrected some warnings
pirms 9 gadiem
Ray
4c791100cc
Tweak int to float
pirms 9 gadiem
Ray
2ae9ce29eb
Corrected issue on DrawPolyEx()
pirms 9 gadiem
raysan5
7f0880a735
Review spacing formatting
raylib uses spaces between '+' and '-' signs but not between '*' and '/'
signs, it's a chosen convention
pirms 9 gadiem
raysan5
a36cc7075a
Corrected issue on drawing order
pirms 9 gadiem
Ray
9fdf4420d5
Corrected bugs on OpenGL 2.1
pirms 9 gadiem
raysan5
68a02e567d
Avoid external variable whiteTexture
To get it, use GetDefaultTexture()
pirms 9 gadiem
raysan5
d17a0cee1a
Review text formatting (spacing, tabs...)
pirms 9 gadiem
raysan5
03cc031d00
Remove TODO comments (already done)
pirms 9 gadiem
Ray
e2ba22ec59
Improved 2D-3D drawing
Depth test disabled for 2D and only used on 3D; consequently LINES vs
TRIANGLES vs QUADS buffers drawing order maters... but blending also
works ok.
pirms 9 gadiem
Ray
95c1bf9544
Removed previous change that introduced a bug
pirms 9 gadiem
Ray
ee52b13ae6
Corrected bug on GetCollisionRec()
pirms 9 gadiem
raysan5
1674465bdc
Adjust buffers usage
- Removed DrawQuad() function
- DrawBillboard() uses DrawBillboardRec()
- DrawPlane() uses RL_TRIANGLES
- DrawRectangleV() uses RL_TRIANGLES, that way, [shapes] module uses
only TRIANGLES buffers.
pirms 9 gadiem
raysan5
9cbfcbb820
Add a note about an issue
pirms 9 gadiem
raysan5
08da91047e
Some code tweaks
pirms 9 gadiem
raysan5
3b45336929
Reviewed function: CheckCollisionCircleRec()
pirms 10 gadiem
raysan5
7834a4e2fc
Replaced old mail by twitter user
pirms 10 gadiem
raysan5
7db895ab5d
Corrected some bugs and warnings
pirms 10 gadiem
raysan5
a632a04a30
Big batch of changes! Check description:
Support multiple texture formats (uncompressed and compressed)
Postprocessing shaders support
Model struct redefined and improved
Extended loading functions for Textures and Models
Simplified functions: DrawPlane(), DrawQuad()
Deleted functions: DrawPlaneEx(), DrawGizmoEx()
Now Text module only depends on Textures module
Shapes: Reviewed functions to low lines/triangles usage
Removed useless tabs and spaces around code
pirms 10 gadiem
raysan5
905b6ec53d
Added full support for HTML5 (emscripten)
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
pirms 11 gadiem
raysan5
fc6081fe70
raylib 1.2
This is a huge update. Check CHANGELOG for details
pirms 11 gadiem
raysan5
d2b98fbb5c
Removed useless spaces
pirms 11 gadiem
raysan5
56a7979750
Corrected bugs...
Set default raylib to use OpenGL 1.1 (compatibility issues on ATI cards)
pirms 11 gadiem
raysan5
ecb3c47704
Corrected bug with drawing order
We have three vertex buffers: lines, triangles and quads for textures.
Drawing in a desired order could become a nighmare... noww it seems it
works prety well...
pirms 11 gadiem
raysan5
f06a15ac8b
raylib 1.1
View CHANGELOG for a detailed list of changes
pirms 11 gadiem
raysan5
c04f37d0f5
Adapt multiple functions to rlgl
Nearly a complete rework of Models module
Some teaks on multiple functions
pirms 11 gadiem
raysan5
96f520ff6d
Road to raylib 1.1 - Testing rlgl
pirms 11 gadiem
raysan5
a68818e320
Update to version 1.0.6
Check CHANGELOG for the list of changes in this release!
pirms 11 gadiem
raysan5
5bf9675d38
Update to version 1.0.3
View CHANGELOG for full list of changes
pirms 12 gadiem
raysan5
294533ccda
Updated to version 1.0.2
Some functions added (collision detection)
Check CHANGELOG for details
pirms 12 gadiem
raysan5
ccf2608091
Replaced tab by 4 spaces and adjust text
pirms 12 gadiem
Ray
46f10b45ad
raylib basic folders structure and some files... ;)
pirms 12 gadiem