Ray
|
4f9de9527f
|
Review gradient rectangle drawing
Added: DrawRectangleGradientV()
Added: DrawRectangleGradientH()
|
7 years ago |
Ray
|
639f41cf54
|
Renamed example file
|
7 years ago |
Ray
|
541dceb87b
|
Updated libraries for release
OpenAL Soft and raylib compiled for release and stripped
|
7 years ago |
Ray
|
1c7416910e
|
Default to OpenAL static lib
|
7 years ago |
Ray San
|
2fbc2eede6
|
Updated to work!
|
7 years ago |
Ray San
|
c418aa2fb0
|
Keep working on Android custom building...
...almost there! raylib already works, issues with OpenAL Soft
linkage...
|
7 years ago |
Ray San
|
ccd6271a7f
|
Added some compiler flags for Android
|
7 years ago |
Ray San
|
c45eeb8024
|
Code tweaks and comments for Android
|
7 years ago |
Ray San
|
becddd7725
|
Updated raylib Android release
|
7 years ago |
Ray San
|
dc4dba4857
|
Strip down functionality for testing
|
7 years ago |
Ray San
|
f5dcb51efe
|
Work on custom Android build
- Renamed some folders
- Added some files for testing
- Removed useless files
|
7 years ago |
Ray San
|
e284adcfc1
|
Added verbose output
|
7 years ago |
Ray San
|
96b8c9dd5a
|
More work on Android APK building...
For some reason it's not working properly... :(
|
7 years ago |
Ray San
|
42db9584de
|
Working on Android APK building...
|
7 years ago |
Ray
|
8068b86742
|
Merge pull request #361 from raysan5/master
Integrate master changes into develop...
|
7 years ago |
Ray
|
4a63e5dfb3
|
Merge pull request #360 from raysan5/develop
Integrate Develop branch
|
7 years ago |
Ray
|
5ace947a80
|
Create CONTRIBUTORS.md
|
7 years ago |
Ray
|
7ca90d87f9
|
Move CONTRIBUTORS list to own file
|
7 years ago |
Ray
|
2068037417
|
Code tweak
|
7 years ago |
Ray
|
ed9744756e
|
Updated (
|
7 years ago |
Ray
|
934e6c01ab
|
Merge pull request #359 from jubalh/develop
Increment version in meson build file
|
7 years ago |
Michael Vetter
|
4a406fa94b
|
Increment version in meson build file
Increment raylib version and so lib version number.
|
7 years ago |
raysan5
|
8462ed73fe
|
Added JAVA_HOME
|
7 years ago |
raysan5
|
b0f033b43a
|
Some work on rres...
|
7 years ago |
Ray
|
4a8644e999
|
Update Android libs and building
|
7 years ago |
Ray
|
c317ffeca6
|
Updated comments and paths
|
7 years ago |
Ray
|
86ebb877fe
|
Working on project Makefile for Android
|
7 years ago |
Ray
|
00274f070f
|
Working on Android APK building with Makefile
|
7 years ago |
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 |