aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-24Merge pull request #269 from raysan5/developRay
Integrate develop branch
2017-04-23Review examples list -IN PROGRESS-raysan5
2017-04-23Light my ritual web compilationraysan5
2017-04-23TraceLog() output tweakraysan5
2017-04-23Set canvas background to black...raysan5
..to avoid blending issues with white background
2017-04-23Rename variables for consistencyraysan5
2017-04-23Review Makefiles default raylib pathraysan5
2017-04-23Support XM modules by defaultraysan5
2017-04-23Review game code (something broken)raysan5
2017-04-23Review game examples Makefilesraysan5
2017-04-22Organize structs vs enumsraysan5
2017-04-22Rename parameterraysan5
2017-04-22Renamed function for lib consistencyraysan5
LoadSpriteFontTTF() --> LoadSpriteFontEx()
2017-04-21Merge pull request #266 from Triangle345/patch-3Ray
basic_game - update makefile
2017-04-21basic_game - update makefileEugene F
Removed glew from basic_game makefile as glew is not part of the raylib package (no glew in mingw).
2017-04-21Small tweakRay
2017-04-21Corrected issue with alloca.h on GCCRay
2017-04-21Make TraceLog() public to the APIRay
enum LogType could require some revision...
2017-04-20Turn transparent pixels to blackRay
2017-04-20Update some filesRay
2017-04-20Review makefilesRay
2017-04-20Merge pull request #263 from raysan5/developRay
Added examples web images
2017-04-20Added examples web imagesRay
Added loader webs (previously ignored)
2017-04-20Merge pull request #262 from raysan5/developRay
Integrate develop branch
2017-04-18Added SUPPORT_VR_SIMULATOR flagRay
2017-04-18Upload new game: Koala SeasonsRay
2017-04-18Delete some old data...Ray
- Removed raylib_demo (outdated) - Removed some old examples
2017-04-18Removed rBMF fontsRay
2017-04-17Added physac examples to webraysan5
Some tweaks on original src files
2017-04-17Review and recompile web examplesraysan5
2017-04-16Updated physac to latest versionraysan5
2017-04-16Working on examples...raysan5
- Removed rbmf font example - Reviewed physac examples
2017-04-16Updated STB libs to latest versionraysan5
2017-04-16Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2017-04-16Added Vector2 math functionsraysan5
Reviewed some Vector3 functions Added auxiliary Clamp() function
2017-04-16Make public TakeScreenshot() functionraysan5
2017-04-14new example: shapes_lines_bezierraysan5
2017-04-14new example: text_input_boxraysan5
2017-04-14Replaced some images and updated examplesraysan5
2017-04-13Merge pull request #260 from RDR8/develop-c99-cflagsRay
Added _DEFAULT_SOURCE to CFLAGS for C99 compatibility
2017-04-12PLATFORM_WEB cleanupRDR8
2017-04-12Added _DEFAULT_SOURCE to CFLAGS for C99 compatibilityRDR8
2017-04-10Removed useless filesraysan5
2017-04-09Working on web examplesRay
Reorganizing folders Review examples Work on makefile and loader.html
2017-04-08Added glfw3 lib (for VS2015)Ray
2017-04-08Working on examples...Ray
2017-04-08Added web files to ignoreRay
2017-04-08Support generic target compilationRay
2017-04-08Web: Support pointer lockRay
2017-04-07Merge branch 'develop' of https://github.com/raysan5/raylib into developRay