Michael Vetter
|
4a406fa94b
|
Increment version in meson build file
Increment raylib version and so lib version number.
|
7年前 |
raysan5
|
8462ed73fe
|
Added JAVA_HOME
|
7年前 |
raysan5
|
b0f033b43a
|
Some work on rres...
|
7年前 |
Ray
|
4a8644e999
|
Update Android libs and building
|
7年前 |
Ray
|
c317ffeca6
|
Updated comments and paths
|
7年前 |
Ray
|
86ebb877fe
|
Working on project Makefile for Android
|
7年前 |
Ray
|
00274f070f
|
Working on Android APK building with Makefile
|
7年前 |
Ray
|
ff9b486ebe
|
Removed matrix resetting...
to emulate OpenGL funcionality
|
7年前 |
Ray
|
b9250cc47b
|
Update HELPME.md
|
7年前 |
Ray
|
42505f0d0a
|
Update ROADMAP.md
|
7年前 |
raysan5
|
20968830c0
|
Added mesh generation functions
|
7年前 |
Ray
|
1d91a46008
|
Corrected out-of-bounds array issue
|
7年前 |
raysan5
|
f3f6d3fd8e
|
Added new functions
SetWindowTitle()
GetExtension()
|
7年前 |
Ray
|
fb334e2fd1
|
Testing shapes generation using additional library
|
7年前 |
raysan5
|
12cb3afd9e
|
Added function DrawRectangleGradientEx()
Moved function DrawRectangleT() from text module to shapes
Added some comments
|
7年前 |
Ray
|
b951f8700e
|
Merge pull request #349 from raysan5/master
Integrate master changes into develop branch
|
7年前 |
Ray
|
958fed26c9
|
Merge pull request #348 from define-private-public/cmake_partial
CMake based build system.
|
7年前 |
ASDF
|
e173db19f7
|
CMake based build system.
Some people might find this handly
|
7年前 |
Ray
|
c074783861
|
Merge pull request #346 from raysan5/develop
Integrate Develop branch
|
7年前 |
raysan5
|
0fc1323c80
|
Renamed modelviewprojection matrix
|
7年前 |
raysan5
|
74fd671763
|
Remove old comment...
|
7年前 |
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年前 |
raysan5
|
93a4b5e851
|
Added compiler flag...
...to avoid issue on Arch Linux
|
7年前 |
Ray
|
f78747130c
|
Merge pull request #345 from JellyPixelGames/fix-typos
Fix typo in raymath.h
|
7年前 |
Michael Campagnaro
|
18bf0ac044
|
Fix typo in raymath.h
|
7年前 |
raysan5
|
88839b093c
|
Added function DrawRectangleT()
Usefult to draw rectangles using default font texture
|
7年前 |
raysan5
|
0169b72bdc
|
Minor tweaks
|
7年前 |
raysan5
|
6369b47f11
|
Force OpenGL 3.3 on OSX if selected OpenGL 2.1
|
7年前 |
raysan5
|
ae35c37c8a
|
Corrected game to run on OpenGL 1.1
|
7年前 |
raysan5
|
eeca607506
|
Review transforms to match OpenGL 1.1
|
7年前 |
raysan5
|
1f310f7d4b
|
new example added: models_plane_rotations
|
7年前 |
raysan5
|
2ec8880197
|
Updated stb libs to latest version
|
7年前 |
raysan5
|
fba117e3cd
|
Removed old tool
Not usable any more, raylib changed internally
|
7年前 |
Ray
|
7045ceaaed
|
Merge pull request #342 from define-private-public/patch-2
Make physac work on OS X
|
7年前 |
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年前 |
Ray
|
d071418cba
|
Added Vector3MultiplyV()
To multiply Vector3 by Vector3
|
7年前 |
Ray
|
2a263f7b5f
|
Corrected compilation on OpenGL ES 2.0
|
7年前 |
raysan5
|
17d40b2f37
|
Corrected function name
|
7年前 |
Ray
|
c59651bff0
|
Update README.md
|
7年前 |
raysan5
|
c764b3d03e
|
Some tweaks
|
7年前 |
Ray
|
1fcca40db5
|
Update README.md
|
7年前 |
Ray
|
98f447f714
|
Update README.md
|
7年前 |
raysan5
|
072684d276
|
Removed webpage from raylib repo
Moved to own repo at @raysan5/raylib.com
|
7年前 |
raysan5
|
b2712b6db7
|
Corrected issue on QuaternionFromVector3ToVector3()
|
7年前 |
raysan5
|
f57367e786
|
Implemented some changes
|
7年前 |
raysan5
|
a766e2c480
|
Updated Vector math to new naming
|
7年前 |
raysan5
|
3655c6e466
|
Renamed Vector*() functions to Vector3*()
For consistency!
|
7年前 |
raysan5
|
2227742e96
|
Corrected bug on texture rotation
|
7年前 |
raysan5
|
814f665bc1
|
Reviewed features list
|
7年前 |
raysan5
|
2fc7bc9504
|
Reviewed example with new maths
|
7年前 |