Ray
|
539a9ca50e
|
Corrected ImageTextEx()
- Added new function: GenImageColor()
ImageDraw() should be reviewed... specially alpha blending...
|
pirms 7 gadiem |
Ray
|
cbe0dcedfe
|
Corrected issue with ttf font y-offset
|
pirms 7 gadiem |
Ray
|
ad31730b6a
|
Added cross-compiler RPI libs
|
pirms 7 gadiem |
Ray
|
368b0320c6
|
Added resource config file
|
pirms 7 gadiem |
Ray San
|
df67e799dd
|
Updated release versions for raylib 1.8
|
pirms 7 gadiem |
Ray
|
d9d9546ee5
|
Updated to latest library version
|
pirms 7 gadiem |
Ray San
|
86df9168e7
|
Updated raylib VS2015 project
|
pirms 7 gadiem |
Ray San
|
1474172b4a
|
Updated for raylib 1.8
|
pirms 7 gadiem |
Ray San
|
7057d08369
|
Review VR functionality
To be more generic and configurable
|
pirms 7 gadiem |
Ray San
|
a6ccc14d39
|
Corrected issue with OpenAL Soft static
|
pirms 7 gadiem |
raysan5
|
4909f9711c
|
Small tweak, remove tabs
|
pirms 7 gadiem |
raysan5
|
5430d5d52e
|
Review Makefiles
|
pirms 7 gadiem |
Ahmad Fatoum
|
107294f3e6
|
Fix bug, add some whitespace
|
pirms 7 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 7 gadiem |
raysan5
|
8928248c71
|
Review comments about raylib
|
pirms 7 gadiem |
Ray San
|
399d4b5f46
|
Check to avoid bool redefinition
|
pirms 7 gadiem |
Ray San
|
7114c1b1f3
|
Updated compilation output paths
|
pirms 7 gadiem |
Ray San
|
d302316e51
|
Reorganize release and dependencies
|
pirms 7 gadiem |
Ray San
|
9000fc28a3
|
Keep working on Android shared libs...
|
pirms 7 gadiem |
Ray San
|
412c52499a
|
Reverted change that breaks 3D drawing
It should be reviewed more carefully...
|
pirms 7 gadiem |
Ray San
|
ddea9d68bf
|
Review VR simulator
Requires some work, distortion shader could be move out of raylib to
example code...
|
pirms 7 gadiem |
Ray San
|
ca0ff82046
|
Keep working on Makefiles...
|
pirms 7 gadiem |
Ray San
|
b2789949ee
|
Working on Makefiles...
|
pirms 7 gadiem |
Ray San
|
1288d6a5df
|
Updated android_native_app_glue
|
pirms 7 gadiem |
Ray San
|
ea0decece8
|
Updated OpenAL Soft headers
|
pirms 7 gadiem |
Ray San
|
144b0ed695
|
Renamed gif writting library
|
pirms 7 gadiem |
Ray
|
4f9de9527f
|
Review gradient rectangle drawing
Added: DrawRectangleGradientV()
Added: DrawRectangleGradientH()
|
pirms 7 gadiem |
Ray
|
1c7416910e
|
Default to OpenAL static lib
|
pirms 7 gadiem |
Ray San
|
ccd6271a7f
|
Added some compiler flags for Android
|
pirms 7 gadiem |
Ray San
|
c45eeb8024
|
Code tweaks and comments for Android
|
pirms 7 gadiem |
Ray
|
2068037417
|
Code tweak
|
pirms 7 gadiem |
Michael Vetter
|
4a406fa94b
|
Increment version in meson build file
Increment raylib version and so lib version number.
|
pirms 7 gadiem |
raysan5
|
b0f033b43a
|
Some work on rres...
|
pirms 7 gadiem |
Ray
|
4a8644e999
|
Update Android libs and building
|
pirms 7 gadiem |
Ray
|
ff9b486ebe
|
Removed matrix resetting...
to emulate OpenGL funcionality
|
pirms 7 gadiem |
raysan5
|
20968830c0
|
Added mesh generation functions
|
pirms 7 gadiem |
Ray
|
1d91a46008
|
Corrected out-of-bounds array issue
|
pirms 7 gadiem |
raysan5
|
f3f6d3fd8e
|
Added new functions
SetWindowTitle()
GetExtension()
|
pirms 7 gadiem |
Ray
|
fb334e2fd1
|
Testing shapes generation using additional library
|
pirms 7 gadiem |
raysan5
|
12cb3afd9e
|
Added function DrawRectangleGradientEx()
Moved function DrawRectangleT() from text module to shapes
Added some comments
|
pirms 7 gadiem |
ASDF
|
e173db19f7
|
CMake based build system.
Some people might find this handly
|
pirms 7 gadiem |
raysan5
|
0fc1323c80
|
Renamed modelviewprojection matrix
|
pirms 7 gadiem |
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.
|
pirms 7 gadiem |
Michael Campagnaro
|
18bf0ac044
|
Fix typo in raymath.h
|
pirms 7 gadiem |
raysan5
|
88839b093c
|
Added function DrawRectangleT()
Usefult to draw rectangles using default font texture
|
pirms 7 gadiem |
raysan5
|
0169b72bdc
|
Minor tweaks
|
pirms 7 gadiem |
raysan5
|
6369b47f11
|
Force OpenGL 3.3 on OSX if selected OpenGL 2.1
|
pirms 7 gadiem |
raysan5
|
eeca607506
|
Review transforms to match OpenGL 1.1
|
pirms 7 gadiem |
raysan5
|
2ec8880197
|
Updated stb libs to latest version
|
pirms 7 gadiem |
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
|
pirms 7 gadiem |