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