aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-07-02Incremented version number for referenceraysan5
2017-07-02Review some formatting for consistencyraysan5
2017-07-02Rename enum LogType names...raysan5
...to avoid possible conflicting symbols
2017-06-30Prevent bogus triangle being added when there is whitespace at end of .OBJ fileJoel Davis
2017-06-29Fix some other typosWilhem Barbier
2017-06-29Fix some typos in raymath.hWilhem Barbier
2017-06-28Add a density parameter to GenImageRadialGradientWilhem Barbier
2017-06-28Merge pull request #311 from nounoursheureux/image_genRay
Add more image generation functions: radial gradient and perlin noise
2017-06-28Swap the two parametersWilhem Barbier
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier
2017-06-28Add the SaveImageAs functionWilhem Barbier
2017-06-28Add some functions to generate imagesWilhem Barbier
Namely: - GenImageHorizontalV - GenImageHorizontalH - GenImageChecked - GenImageWhiteNoise - GenImageCellular The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
2017-06-12Additional check on file openRay
2017-06-11Additional check for bool header definitionRay
2017-06-11Add define to have CLOCK_MONOTONIC work in c99Michael Vetter
If we compile with c99 without gnu extensions (gnu99) we need this define, to have CLOCK_MONOTONIC and similar macros available
2017-06-08Meson: build library with so versionMichael Vetter
This should always be the number of the raylib release. Especially when the new version is ABI incompatible the major version should be bumped.
2017-06-08Merge pull request #297 from jubalh/mesonRay
Initial meson support
2017-06-05Added note about transposingraysan5
2017-06-05Added note about transposingraysan5
2017-06-05Allow static/dynamic library building with mesonMichael Vetter
Using the library() function instead of shared_library() allows changing of the library type via the default_library option. This allows for easy change between static and dynamic library building. Use 'meson --default-library=static builddir' to build as static, if no builddir yet exists. Use 'mesonconf -Ddefault_library=static builddir' to change the type for an existing builddir.
2017-06-05Add meson files for basic Linux buildingMichael Vetter
2017-05-29Accept external CFLAGSMichael Vetter
Some distributions build the programs with a specific set of CFLAGS. Lets allow that by adding raylibs flags.
2017-05-27Review gif recording (simplified)raysan5
2017-05-22Renamed file (issues with Makefile)raysan5
2017-05-19Some tweaks and additionsRay
2017-05-18Reverted to previous OpenAL versionRay
Issues when pausin musing and trying to resume (not resuming!)
2017-05-18Updated libsRay
2017-05-18Support Gif recordingRay
2017-05-17Added gif file writter libraryRay
Setup for a new amazing feature! ;)
2017-05-17Comments tweaksRay
2017-05-16Some reviews for RPIRay
2017-05-15Move android_native_app_glue to folderRay
2017-05-15Review comments for better organizationRay
2017-05-14Moved Android header to external folderRay
2017-05-14Reviewed some comments...Ray
2017-05-14Update to latest OpenAL Soft version (1.18.0-dev)Ray
Note that Android and Desktop versions of OpenAL Soft come from the same sources, recompiled for every platform
2017-05-14Review header commentsRay
2017-05-14Remove OculusSDK libraryRay
Just waiting for a better future alternative (multiplatform)... OpenXR ?
2017-05-14Remove ndk-build based src buildingRay
Replaced by standaloane-toolchain based building, included in src/Makefile
2017-05-11Avoid math function duplicatesRay
2017-05-11Remove useless filesRay
2017-05-11Some work on Android buildRay
2017-05-11Added some useful functionsRay
2017-05-10Some tweaksRay
2017-05-10Review issue and added some commentsRay
2017-05-10Renamed RayHitInfo variablesRay
2017-05-09HDR textures vertical flipRay
2017-05-09Review functions descriptionsRay
2017-05-09Added comments to create transparent framebufferRay
Comments to create transparent framebuffer on RPI, when activate you see though full screen window the console below!
2017-05-09Corrected issue #281Ray