Ray
|
ff9b486ebe
|
Removed matrix resetting...
to emulate OpenGL funcionality
|
7 years ago |
Ray
|
b9250cc47b
|
Update HELPME.md
|
7 years ago |
Ray
|
42505f0d0a
|
Update ROADMAP.md
|
7 years ago |
raysan5
|
20968830c0
|
Added mesh generation functions
|
7 years ago |
Ray
|
1d91a46008
|
Corrected out-of-bounds array issue
|
7 years ago |
raysan5
|
f3f6d3fd8e
|
Added new functions
SetWindowTitle()
GetExtension()
|
7 years ago |
Ray
|
fb334e2fd1
|
Testing shapes generation using additional library
|
7 years ago |
raysan5
|
12cb3afd9e
|
Added function DrawRectangleGradientEx()
Moved function DrawRectangleT() from text module to shapes
Added some comments
|
7 years ago |
Ray
|
b951f8700e
|
Merge pull request #349 from raysan5/master
Integrate master changes into develop branch
|
7 years ago |
Ray
|
958fed26c9
|
Merge pull request #348 from define-private-public/cmake_partial
CMake based build system.
|
7 years ago |
ASDF
|
e173db19f7
|
CMake based build system.
Some people might find this handly
|
7 years ago |
Ray
|
c074783861
|
Merge pull request #346 from raysan5/develop
Integrate Develop branch
|
7 years ago |
raysan5
|
0fc1323c80
|
Renamed modelviewprojection matrix
|
7 years ago |
raysan5
|
74fd671763
|
Remove old comment...
|
7 years ago |
raysan5
|
b0adac96b7
|
Review issue with mipmaps setup
On DDS files mipmapCount header parameter could be unused and set to 0,
resulting in a wrong mipmap count and wrong compressed texture loading.
|
7 years ago |
raysan5
|
93a4b5e851
|
Added compiler flag...
...to avoid issue on Arch Linux
|
7 years ago |
Ray
|
f78747130c
|
Merge pull request #345 from JellyPixelGames/fix-typos
Fix typo in raymath.h
|
7 years ago |
Michael Campagnaro
|
18bf0ac044
|
Fix typo in raymath.h
|
7 years ago |
raysan5
|
88839b093c
|
Added function DrawRectangleT()
Usefult to draw rectangles using default font texture
|
7 years ago |
raysan5
|
0169b72bdc
|
Minor tweaks
|
7 years ago |
raysan5
|
6369b47f11
|
Force OpenGL 3.3 on OSX if selected OpenGL 2.1
|
7 years ago |
raysan5
|
ae35c37c8a
|
Corrected game to run on OpenGL 1.1
|
7 years ago |
raysan5
|
eeca607506
|
Review transforms to match OpenGL 1.1
|
7 years ago |
raysan5
|
1f310f7d4b
|
new example added: models_plane_rotations
|
7 years ago |
raysan5
|
2ec8880197
|
Updated stb libs to latest version
|
7 years ago |
raysan5
|
fba117e3cd
|
Removed old tool
Not usable any more, raylib changed internally
|
7 years ago |
Ray
|
7045ceaaed
|
Merge pull request #342 from define-private-public/patch-2
Make physac work on OS X
|
7 years ago |
Benjamin Summerton
|
71d9426565
|
Make physac work on OS X
Physac wasn't working on OS X. It looks like the necessary timing code wasn't being compiled in by the preprocessor.
fixes #340
|
7 years ago |
Ray
|
d071418cba
|
Added Vector3MultiplyV()
To multiply Vector3 by Vector3
|
7 years ago |
Ray
|
2a263f7b5f
|
Corrected compilation on OpenGL ES 2.0
|
7 years ago |
raysan5
|
17d40b2f37
|
Corrected function name
|
7 years ago |
Ray
|
c59651bff0
|
Update README.md
|
7 years ago |
raysan5
|
c764b3d03e
|
Some tweaks
|
7 years ago |
Ray
|
1fcca40db5
|
Update README.md
|
7 years ago |
Ray
|
98f447f714
|
Update README.md
|
7 years ago |
raysan5
|
072684d276
|
Removed webpage from raylib repo
Moved to own repo at @raysan5/raylib.com
|
7 years ago |
raysan5
|
b2712b6db7
|
Corrected issue on QuaternionFromVector3ToVector3()
|
7 years ago |
raysan5
|
f57367e786
|
Implemented some changes
|
7 years ago |
raysan5
|
a766e2c480
|
Updated Vector math to new naming
|
7 years ago |
raysan5
|
3655c6e466
|
Renamed Vector*() functions to Vector3*()
For consistency!
|
7 years ago |
raysan5
|
2227742e96
|
Corrected bug on texture rotation
|
7 years ago |
raysan5
|
814f665bc1
|
Reviewed features list
|
7 years ago |
raysan5
|
2fc7bc9504
|
Reviewed example with new maths
|
7 years ago |
raysan5
|
cbb134946c
|
Corrected GetMouseRay() and rlUnproject()
Now it works great with reviewed maths
|
7 years ago |
raysan5
|
c756227e11
|
Remove BOM from file encoding
|
7 years ago |
raysan5
|
00d2768bc9
|
Corrected bug on MatrixPerspective()
Some other tweaks...
|
7 years ago |
Ray
|
bee980e90f
|
Merge pull request #333 from define-private-public/patch-1
Update Makefile in `examples/`
|
7 years ago |
Benjamin Summerton
|
c43caeccb6
|
Update Makefile in `examples/`
We need to grab the OS name before determining what the path should be.
|
7 years ago |
raysan5
|
c6cd07c373
|
Some tweaks raymath related
|
7 years ago |
raysan5
|
e52032f646
|
Complete review of raymath
Now it should be coherent with OpenGL math standards
|
7 years ago |