summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-06-11Merge pull request #301 from jubalh/timeRay
Add define to have CLOCK_MONOTONIC work in c99
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-08Merge pull request #299 from jubalh/soversionRay
Add library versioning
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-06-05Fix link in readmeMichael Campagnaro
2017-05-31Merge pull request #296 from sir-pinecone/fix-readme-linkRay
Fix link in readme
2017-05-31Fix link in readmeMichael Campagnaro
2017-05-29Merge pull request #295 from jubalh/cflagsRay
Accept external CFLAGS
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-28Upload imageRay
2017-05-27Review gif recording (simplified)raysan5
2017-05-22Added bunnymark exampleraysan5
2017-05-22Renamed file (issues with Makefile)raysan5
2017-05-19Updated libsRay
2017-05-19Merge pull request #290 from raysan5/develop1.7.0Ray
Added patron to list
2017-05-19Added patron to listRay
2017-05-19Merge pull request #289 from raysan5/developRay
Integrate develop branch
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-18Added Android libRay
2017-05-18Merge pull request #288 from raysan5/developRay
Integrate develop branch
2017-05-18Updated libsRay
2017-05-18Update HISTORY.mdRay
2017-05-18Update CHANGELOGRay
2017-05-18Support Gif recordingRay
2017-05-18Update README.mdRay
2017-05-18Updated to latest versionRay
2017-05-17Update HISTORY.mdRay
2017-05-17Update HISTORY.mdRay
2017-05-17Added gif file writter libraryRay
Setup for a new amazing feature! ;)
2017-05-17Update HISTORY.mdRay
2017-05-17Update ROADMAP.mdRay
2017-05-17Update LICENSE.mdRay
2017-05-17Update CHANGELOGRay
2017-05-17Merge pull request #287 from raysan5/developRay
Integrate develop branch
2017-05-17Some more patreonsRay
2017-05-17Added patreons to webRay
2017-05-17Update README.mdRay
2017-05-17Updated architecture diagramRay
2017-05-17Comments tweaksRay
2017-05-17Web reviewRay
2017-05-16Some reviews for RPIRay
2017-05-16Update README.mdRay
Reviewed comments and added acknowledgements
2017-05-16Merge pull request #286 from raysan5/developRay
Integrate develop branch
2017-05-16Improved shaders_postprocessing exampleRay