raylib/src
noshbar 7f7f3b7cd5 Physac.h fix for variable array size declaration.
Generating the projects using CMake, targeting VS2017, results in an error when compiling.
This is due to physac.h trying to make a 'vertices' array of size 'int count', making it const does not work, either.

This changes the static declaration to a malloc/free combo.

Tested using the physics-demo.
2018-10-10 21:52:50 +02:00
..
external Corrected issues with VS2017 compilation 2018-10-09 00:20:39 +02:00
audio.c Small tweak to avoid warning 2018-10-10 12:31:55 +02:00
audio.h Force OpenAL backend on some platforms 2017-12-20 12:34:18 +01:00
camera.h Fix compiler warnings of lib 2018-08-05 23:53:34 +02:00
CMakeLists.txt CMake: report what kind of libraries will be built 2018-10-07 21:34:19 +02:00
CMakeOptions.txt CMake: accept standard -DBUILD_SHARED_LIBS as well 2018-10-07 21:34:18 +02:00
config.h Update version number (internally) 2018-10-01 15:29:34 +02:00
config.h.in Support image export 2018-09-17 17:06:58 +02:00
core.c ADDED: GetFileNameWithoutExt 2018-10-10 12:01:59 +02:00
easings.h Working on file header comments... 2017-03-19 12:52:58 +01:00
gestures.h Redundant assignment of 'angle' to itself 2018-04-02 13:30:20 +02:00
Makefile Create release directory if not exist 2018-08-25 18:25:51 +02:00
models.c Improved data export capabilities! 2018-09-17 16:56:02 +02:00
physac.h Physac.h fix for variable array size declaration. 2018-10-10 21:52:50 +02:00
raylib.h ADDED: GetFileNameWithoutExt 2018-10-10 12:01:59 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Updated icon data 2018-09-26 16:02:42 +02:00
raymath.h Merge pull request #641 from ChrisDill/master 2018-09-13 12:51:45 +02:00
rglfw.c Prevent GLFW changing working dir to 'Resources' 2018-07-29 18:38:31 +02:00
rlgl.h Support KXT image file export 2018-10-01 15:30:48 +02:00
shapes.c Review PR formatting 2018-08-14 09:57:31 +02:00
text.c Improved data export capabilities! 2018-09-17 16:56:02 +02:00
textures.c ADDED: ImageExtractPalette() 2018-10-08 18:57:33 +02:00
utils.c Improved data export capabilities! 2018-09-17 16:56:02 +02:00
utils.h Improved data export capabilities! 2018-09-17 16:56:02 +02:00