summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-01-09Update ci_src_examples_win.ymlRay
2020-01-09Update ci_src_examples_win.ymlRay
2020-01-09Update ci_src_examples_win.ymlRay
2020-01-09Update ci_src_examples_win.ymlRay
2020-01-09Update ci_src_examples_win.ymlRay
2020-01-09Update ci_src_examples_win.ymlRay
2020-01-09Update ci_src_examples_macos.ymlRay
2020-01-09Update ci_src_examples_linux.ymlRay
2020-01-09Create ci_src_examples_macos.ymlRay
2020-01-09Rename ccpp.yml to ci_src_examples_linux.ymlRay
2020-01-09Create ci_src_examples_win.ymlRay
2020-01-09Added more examples to listRay
2020-01-09Added new categoriesRay
2020-01-09Added some more examplesRay
2020-01-09Added shapes examplesRay
2020-01-09Update README.mdRay
2020-01-09Create core_2d_camera_platformer.pngRay
2020-01-09Redesigning tablesRay
2020-01-09Renamed directoryRay
2020-01-09Renamed directory: physac -> physicsRay
Examples categories are independent from the module they use, despite in some cases module name matches category name.
2020-01-09Review example and screenshotsRay
2020-01-09Review IsFileExtension() to be case-insensitiveRay
2020-01-08Comments reviewRay
2020-01-08Reviewed some commentsRay
2020-01-08Reorganized some variables for consistencyRay
2020-01-08IsAudioBufferPlaying() replace ERROR by WARNINGRay
2020-01-07Added examples images to READMERay
2020-01-07Merge branch 'master' of https://github.com/raysan5/raylibRay
2020-01-07Renamed LICENSE.md to LICENSERay
2020-01-07Create README.mdRay
2020-01-06Review resources LICENSEraysan5
2020-01-06Review variable nameraysan5
2020-01-05VS2017 project: Added x64 platform configurationraysan5
NOTE: When building for 64bit in raylib static mode, CloseWindow() symbol collides with user32.lib symbol. No solution for that at the moment, just compile raylib as shared library (raylib.dll), actually it can be chosen on project configurations.
2020-01-05Update year to 2020raysan5
2019-12-29Review PR #1040 naming and formatingraysan5
2019-12-29Remove TABSraysan5
2019-12-29GenTextureCubemap(): renamed parameterraysan5
2019-12-29fixed free camera pitch (#1040)chriscamacho
2019-12-29Normals was not correctly updated when using animated meshes (#1052)las3rlars
* Normal vbo not correctly updated
2019-12-25Review VS2017 project configurationRay
2019-12-21Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045)illegalinstruction
2019-12-16Review flags and web compilationRay
2019-12-16Add some comments on desktop multi-touchRay
2019-12-15Update README.mdRay
2019-12-15Merge branch 'master' of https://github.com/raysan5/raylibRay
2019-12-15Remove KDevelopRay
2019-12-15Update supported projectsRay
2019-12-15Remove VS2015 projectRay
2019-12-13Typo fixes (#1039)Shylie
* Update SPONSORS.md * Update SPONSORS.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md
2019-12-11Corrected bug on rlReadTexturePixels()Ray