aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2018-05-21Move utils.cmake to separate cmake/ directoryAhmad Fatoum
2018-05-12Makefile: Remove unnecessary -no-pie for older GCC supportAhmad Fatoum
2018-05-11Reviewed examplesRay
2018-05-11Review raylib version to 2.0Ray
2018-05-06Renamed shader variableRay
2018-05-04BREAKING CHANGE: Renamed SpriteFont type to FontRay San
2018-05-04Renamed some functionsRay San
2018-05-04Rectangle parameters changed to floatRay San
2018-05-01BREAKING CHANGE: Renamed Camera -> Camera3Draysan5
2018-04-30Implemented MeshTangents()raysan5
2018-04-11Review camera definition on examplesRay San
2018-04-10Updated release versionRay San
2018-04-07Fix mesh picking examplelumaio teon
2018-04-02Merge pull request #504 from Martinfx/masterRay
2018-04-02Fix Uninitialized argument valuemaficccc@gmail.com
2018-04-02Fix value stored to 'body' is never readmaficccc@gmail.com
2018-04-02Fix call argument is an uninitialized valuemaficccc@gmail.com
2018-04-02Fix warning: illegal character encoding in string literalmaficccc@gmail.com
2018-03-27Simplify camera data switch in orthographic 3d exampleMax Danielsson
2018-03-27Remove state bool in camera projection type example.Max Danielsson
2018-03-25Add orthographic projection exampleMax Danielsson
2018-03-15Merge pull request #482 from a3f/masterRay
2018-03-11Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2018-03-11Corrected typoraysan5
2018-03-10Updated copyright yearsvictorfisac
2018-03-10Fixed memory leaks in physics step operationsvictorfisac
2018-03-04Correct issue with tangentsRay
2018-03-04Fix result of operation is garbage or undefinedmaficccc@gmail.com
2018-02-26Renamed CalculateBoundingBox() to MeshBoundingBox()Ray
2018-02-24raymath.h: Use C99 inline semanticsAhmad Fatoum
2018-02-24Update Makefiles. Enable example usage of staged libraylib.so.RDR8
2018-02-24Revert "raymath.h: Use C99 inline semantics"Ahmad Fatoum
2018-02-24raymath.h: Use C99 inline semanticsAhmad Fatoum
2018-02-21Removed flag -fgnu89-inlineRay
2018-02-12Update MakefileRDR8
2018-02-12Update MakefileRDR8
2018-02-11Update Makefiles for Linux installation.RDR8
2018-01-17CMake: build shape and texture examples (#432)kai
2018-01-17Reviewed function GenImagePerlinNoise()Ray
2018-01-15Reviewed Makefiles...-
2018-01-15Review Makefiles and templates-
2017-12-31Reviewed text inputraysan5
2017-12-28Support Wayland display on Linux desktopraysan5
2017-12-28Review Makefile config flagsraysan5
2017-12-23Fixed path for FreeBSDMartinfx
2017-12-09Added Wayland supportraysan5
2017-12-05Removed OpenAL Soft dependency on buildingRay San
2017-11-25Build examples and games on Travis CIAhmad Fatoum
2017-11-21Merge pull request #389 from Martinfx/masterRay
2017-11-21Added FreeBSD clean for MakefileMartinfx