Ray
060d501cd1
Update to ignore Linux binaries (no extension)
8 lat temu
Ray
4a9b77dd70
Corrected bug sound playing twice
Samples count was not properly calculated on WAV loading
8 lat temu
Ray
814507906f
Improving rRES custom format support -IN PROGRESS-
Start removing old rRES functions.
8 lat temu
Ray
673ea62b27
Merge pull request #206 from joeld42/jbd_bugfix
Added SetupViewport so high-DPI fix applies to EndTextureMode
8 lat temu
Joel Davis
06b8727d70
Moved viewport code into SetupViewport so high-DPI fix can be applied to EndTextureMode
8 lat temu
Ray
d5c0f9d386
Replaced log2() function by equivalent
log2() is not available in some standard C library implementations
8 lat temu
Ray
377dcb025f
Corrected some warnings
8 lat temu
Ray
ab9f5d5780
Corrected path slash separator
8 lat temu
Ray
f5d792e551
Update Lua naming
Replaced LUA by Lua
8 lat temu
Ray
d91ad4e2aa
Update README.md
8 lat temu
Ray
177c58d23a
Update README.md
Added some missing contributors...
8 lat temu
Ray
b9310f7d3a
Updated background color
8 lat temu
raysan5
46ce30a2eb
Corrected bugs for OpenGL 1.1 backend
8 lat temu
raysan5
44e21d84cd
Remove useless file
8 lat temu
Ray
17f09cb034
Merge pull request #198 from raysan5/develop
Develop branch integration
8 lat temu
raysan5
a81dfabf86
Update releases to latest version
8 lat temu
Ray
784aa1b6b5
Merge pull request #197 from xspager/develop
[games] Fix building the games on Linux by adding missing libs
8 lat temu
Daniel Lemos
fda91436b5
[games] Fix building the games on Linux by adding missing libs
8 lat temu
Ray
05f68c22d5
Update README.md
8 lat temu
Ray
0925f4ec4d
Added physics samples to makefile
8 lat temu
Ray
b8481369f7
Reviewed some lua examples and added new ones
8 lat temu
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 lat temu
Ray
d1c9c34b2f
Merge pull request #195 from victorfisac/develop
Updated Physac to new version (library and examples)
8 lat temu
victorfisac
e8630c78d0
Added new Physac examples
8 lat temu
victorfisac
d0fca7e02b
Removed old Physac examples
8 lat temu
victorfisac
aa9353feb4
Updated Physac library
8 lat temu
victorfisac
0716125ee9
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
8 lat temu
raysan5
918fc002d0
Simplified audio example
8 lat temu
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 lat temu
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 lat temu
Ray
85c400c006
rlua: Added functions notes
Functions that need to manage big data arrays don't work properly, that
functionality should be reviewed...
8 lat temu
Ray
f0626324ab
rlua: Added some missing functions
Updated to raylib 1.6 functionality
8 lat temu
Ray
6fa5dec16d
Updated
8 lat temu
raysan5
0603e59cae
Review examples and added new ones
8 lat temu
raysan5
6b072e696d
Updated releases
Latest raylib 1.6
8 lat temu
raysan5
f7b706263a
Some code tweaks
Correcting details that pop-up when testing the different platforms
8 lat temu
raysan5
c7f0350182
Updated android template and lib
8 lat temu
raysan5
b0d5a7a372
Corrected bug on Android
8 lat temu
raysan5
bee283b12b
Some tweaks around
8 lat temu
raysan5
e23e73d9b2
raylib 1.6 html5 release
8 lat temu
raysan5
6f3186eacc
raylib 1.6 release (static and shared)
8 lat temu
raysan5
f18c8cea16
Updated to support OpenAL Soft static library
8 lat temu
raysan5
41e49c5a6e
Remove CMakeList
Working on an updated version...
8 lat temu
raysan5
5d46c27cd5
Update resource file for raylib 1.6
8 lat temu
raysan5
6d1b712a96
Reviewed modules comments
8 lat temu
raysan5
9d3ad52160
Removed byte typedef
8 lat temu
Ray
4123233f78
Merge pull request #192 from raysan5/develop
Integrate Develop branch
8 lat temu
Ray
a3d71dd58d
Updated for raylib 1.6
8 lat temu
Ray
2b50440a77
Review ROADMAP
8 lat temu
Ray
9fb6eda5f1
Improved text measurement
8 lat temu