Ray
060d501cd1
Update to ignore Linux binaries (no extension)
8年前
Ray
4a9b77dd70
Corrected bug sound playing twice
Samples count was not properly calculated on WAV loading
8年前
Ray
814507906f
Improving rRES custom format support -IN PROGRESS-
Start removing old rRES functions.
8年前
Ray
673ea62b27
Merge pull request #206 from joeld42/jbd_bugfix
Added SetupViewport so high-DPI fix applies to EndTextureMode
8年前
Joel Davis
06b8727d70
Moved viewport code into SetupViewport so high-DPI fix can be applied to EndTextureMode
8年前
Ray
d5c0f9d386
Replaced log2() function by equivalent
log2() is not available in some standard C library implementations
8年前
Ray
377dcb025f
Corrected some warnings
8年前
Ray
ab9f5d5780
Corrected path slash separator
8年前
Ray
f5d792e551
Update Lua naming
Replaced LUA by Lua
8年前
Ray
d91ad4e2aa
Update README.md
8年前
Ray
177c58d23a
Update README.md
Added some missing contributors...
8年前
Ray
b9310f7d3a
Updated background color
8年前
raysan5
46ce30a2eb
Corrected bugs for OpenGL 1.1 backend
8年前
raysan5
44e21d84cd
Remove useless file
8年前
Ray
17f09cb034
Merge pull request #198 from raysan5/develop
Develop branch integration
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
05f68c22d5
Update README.md
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
4123233f78
Merge pull request #192 from raysan5/develop
Integrate Develop branch
8年前
Ray
a3d71dd58d
Updated for raylib 1.6
8年前
Ray
2b50440a77
Review ROADMAP
8年前
Ray
9fb6eda5f1
Improved text measurement
8年前