Ray
f5d792e551
Update Lua naming
Replaced LUA by Lua
8 years ago
Ray
d91ad4e2aa
Update README.md
8 years ago
Ray
177c58d23a
Update README.md
Added some missing contributors...
8 years ago
Ray
b9310f7d3a
Updated background color
8 years ago
raysan5
46ce30a2eb
Corrected bugs for OpenGL 1.1 backend
8 years ago
raysan5
44e21d84cd
Remove useless file
8 years ago
Ray
17f09cb034
Merge pull request #198 from raysan5/develop
Develop branch integration
8 years ago
raysan5
a81dfabf86
Update releases to latest version
8 years ago
Ray
784aa1b6b5
Merge pull request #197 from xspager/develop
[games] Fix building the games on Linux by adding missing libs
8 years ago
Daniel Lemos
fda91436b5
[games] Fix building the games on Linux by adding missing libs
8 years ago
Ray
05f68c22d5
Update README.md
8 years ago
Ray
0925f4ec4d
Added physics samples to makefile
8 years ago
Ray
b8481369f7
Reviewed some lua examples and added new ones
8 years ago
Ray
f1bcfc1352
Corrected bug on GenTextureMipmaps()
texture.mipmaps value needs to be updated, so, texture must be passed by
reference instead of by value
8 years ago
Ray
d1c9c34b2f
Merge pull request #195 from victorfisac/develop
Updated Physac to new version (library and examples)
8 years ago
victorfisac
e8630c78d0
Added new Physac examples
8 years ago
victorfisac
d0fca7e02b
Removed old Physac examples
8 years ago
victorfisac
aa9353feb4
Updated Physac library
8 years ago
victorfisac
0716125ee9
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
8 years ago
raysan5
918fc002d0
Simplified audio example
8 years ago
raysan5
bdbb1eb901
Added new text sample: text_bmfont_unordered
BMFont loading has been improved to support unordered chars and extended
characters (up to 255)
8 years ago
raysan5
481ce3d39d
Corrected bug with alpha mask on font
Mask was wrongly applied to 8-bit font image, it generated dark borders
on the font. Grayscale image has to be considered as the alpha mask for
a completely white image to use it correctly.
8 years ago
Ray
85c400c006
rlua: Added functions notes
Functions that need to manage big data arrays don't work properly, that
functionality should be reviewed...
8 years ago
Ray
f0626324ab
rlua: Added some missing functions
Updated to raylib 1.6 functionality
8 years ago
Ray
6fa5dec16d
Updated
8 years ago
raysan5
0603e59cae
Review examples and added new ones
8 years ago
raysan5
6b072e696d
Updated releases
Latest raylib 1.6
8 years ago
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
8 years ago
raysan5
c7f0350182
Updated android template and lib
8 years ago
raysan5
b0d5a7a372
Corrected bug on Android
8 years ago
raysan5
bee283b12b
Some tweaks around
8 years ago
raysan5
e23e73d9b2
raylib 1.6 html5 release
8 years ago
raysan5
6f3186eacc
raylib 1.6 release (static and shared)
8 years ago
raysan5
f18c8cea16
Updated to support OpenAL Soft static library
8 years ago
raysan5
41e49c5a6e
Remove CMakeList
Working on an updated version...
8 years ago
raysan5
5d46c27cd5
Update resource file for raylib 1.6
8 years ago
raysan5
6d1b712a96
Reviewed modules comments
8 years ago
raysan5
9d3ad52160
Removed byte typedef
8 years ago
Ray
4123233f78
Merge pull request #192 from raysan5/develop
Integrate Develop branch
8 years ago
Ray
a3d71dd58d
Updated for raylib 1.6
8 years ago
Ray
2b50440a77
Review ROADMAP
8 years ago
Ray
9fb6eda5f1
Improved text measurement
8 years ago
Ray
38df2cad25
Improved text measurement
Still not working correctly, font offsets are not considered
correctly...
8 years ago
Ray
4245237892
Corrected SIGSEV bug
8 years ago
Ray
773b0b6bc0
Update ROADMAP.md
8 years ago
raysan5
66d22acfb3
Improve text example
8 years ago
raysan5
aa945055fa
Corrected issue on chars drawing
Support by default unordered charsets
8 years ago
raysan5
ca96122a7b
Raspberry Pi custom gamepad axis
8 years ago
raysan5
ed4fdfdaf8
Example tweak
8 years ago
raysan5
3be81b01d7
Brand new gamepad example
8 years ago