Ray
b9310f7d3a
Updated background color
8 年之前
raysan5
46ce30a2eb
Corrected bugs for OpenGL 1.1 backend
8 年之前
raysan5
44e21d84cd
Remove useless file
8 年之前
raysan5
a81dfabf86
Update releases to latest version
8 年之前
Ray
784aa1b6b5
Merge pull request #197 from xspager/develop
[games] Fix building the games on Linux by adding missing libs
8 年之前
Daniel Lemos
fda91436b5
[games] Fix building the games on Linux by adding missing libs
8 年之前
Ray
0925f4ec4d
Added physics samples to makefile
8 年之前
Ray
b8481369f7
Reviewed some lua examples and added new ones
8 年之前
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 年之前
Ray
d1c9c34b2f
Merge pull request #195 from victorfisac/develop
Updated Physac to new version (library and examples)
8 年之前
victorfisac
e8630c78d0
Added new Physac examples
8 年之前
victorfisac
d0fca7e02b
Removed old Physac examples
8 年之前
victorfisac
aa9353feb4
Updated Physac library
8 年之前
victorfisac
0716125ee9
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
8 年之前
raysan5
918fc002d0
Simplified audio example
8 年之前
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 年之前
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 年之前
Ray
85c400c006
rlua: Added functions notes
Functions that need to manage big data arrays don't work properly, that
functionality should be reviewed...
8 年之前
Ray
f0626324ab
rlua: Added some missing functions
Updated to raylib 1.6 functionality
8 年之前
Ray
6fa5dec16d
Updated
8 年之前
raysan5
0603e59cae
Review examples and added new ones
8 年之前
raysan5
6b072e696d
Updated releases
Latest raylib 1.6
8 年之前
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
8 年之前
raysan5
c7f0350182
Updated android template and lib
8 年之前
raysan5
b0d5a7a372
Corrected bug on Android
8 年之前
raysan5
bee283b12b
Some tweaks around
8 年之前
raysan5
e23e73d9b2
raylib 1.6 html5 release
8 年之前
raysan5
6f3186eacc
raylib 1.6 release (static and shared)
8 年之前
raysan5
f18c8cea16
Updated to support OpenAL Soft static library
8 年之前
raysan5
41e49c5a6e
Remove CMakeList
Working on an updated version...
8 年之前
raysan5
5d46c27cd5
Update resource file for raylib 1.6
8 年之前
raysan5
6d1b712a96
Reviewed modules comments
8 年之前
raysan5
9d3ad52160
Removed byte typedef
8 年之前
Ray
a3d71dd58d
Updated for raylib 1.6
8 年之前
Ray
2b50440a77
Review ROADMAP
8 年之前
Ray
9fb6eda5f1
Improved text measurement
8 年之前
Ray
38df2cad25
Improved text measurement
Still not working correctly, font offsets are not considered
correctly...
8 年之前
Ray
4245237892
Corrected SIGSEV bug
8 年之前
Ray
773b0b6bc0
Update ROADMAP.md
8 年之前
raysan5
66d22acfb3
Improve text example
8 年之前
raysan5
aa945055fa
Corrected issue on chars drawing
Support by default unordered charsets
8 年之前
raysan5
ca96122a7b
Raspberry Pi custom gamepad axis
8 年之前
raysan5
ed4fdfdaf8
Example tweak
8 年之前
raysan5
3be81b01d7
Brand new gamepad example
8 年之前
raysan5
f2d61d4d43
Improved gamepad support on Raspberry Pi
8 年之前
Ray
f16f39e8aa
code tweaks to avoid some warnings
8 年之前
victorfisac
80f6b2f963
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
8 年之前
raysan5
64f67f6e9f
Improved gamepad support
new function: GetGamepadAxisCount()
new function: IsGamepadName()
8 年之前
raysan5
6d3b11ef91
Support unordered charset, neither fixed first char
Still requires some testing...
8 年之前
raysan5
3393fda384
Improve TTF loading
8 年之前