summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-02-10Remove spacingraysan5
2020-02-10[raudio] Update to latest miniaudio 0.10raysan5
2020-02-10Minor tweaksraysan5
2020-02-10Review DEBUG trace log and custom allocatorsraysan5
Not exposing some data structures
2020-02-09REVIEWED: Makefile, examples clean target #1087raysan5
2020-02-09REVIEWED: GenMeshCylinder(), solved issue #1088raysan5
2020-02-09Corrected issue with toupper() usageraysan5
2020-02-09Review some libc dependency commentsraysan5
2020-02-09Minor tweaksraysan5
2020-02-07Update CHANGELOGRay
2020-02-07Update CHANGELOGRay
2020-02-07Update CHANGELOG for raylib 3.0 -WIP-Ray
2020-02-07Update ROADMAP.mdRay
2020-02-07Update BINDINGS.mdRay
2020-02-07Corrected typoRay
2020-02-07Added raylib-chibi bindingRay
2020-02-06Review missing includeRay
2020-02-06Review ALL games to raylib 3.0Ray
2020-02-06Corrected issue with TextToUpper() and TextToLower()Ray
This issue was breaking multiple things...
2020-02-06Review game templatesRay
2020-02-06Minor format tweaksRay
2020-02-06Update resource filesRay
2020-02-06Update GLFW to latest masterRay
2020-02-06Update external librariesRay
2020-02-04Added func used in commentsRay
2020-02-04Review GetCurrentTime()Ray
2020-02-04Update gestures.hRay
2020-02-04Review libc dependencies and remove when possibleRay
Just for clarification, no plans to remove libc dependency, just did some code analysis to see how much raylib depend on stardard C library. My conclusions: - stdlib.h: primary dependency is for malloc() and free() - stdio.h: primary dependency is for FILE access, maybe it could go through a custom ABI? - string.h: just around 8 functions required - math.h: just around 8 functions required - others: 1-2 functions required for some other headers
2020-02-04tweakRay
2020-02-04Update to miniaudio 0.10 (#1092)David Reid
* Update to miniaudio 0.10 This replaces the old ma_pcm_converter with ma_data_converter. At this time of this commit, miniaudio 0.10 is still in the testing phase. To make it easier to update miniaudio.h during this period, I've temporarily moved the @raysan5 Win32 customizations to raudio.c because there may be quite a few updates to miniaudio.h during this time. * Use miniaudio's built-in volume control.
2020-02-03Review issue with RLGL TraceLog()Ray
2020-02-03Remove all trail spacesRay
2020-02-03Update rlgl.hRay
2020-02-03Replace TraceLog() function by TRACELOG macroRay
Added SUPPORT_TRACELOG_DEBUG config
2020-02-03Develop branch integration (#1091)Ray
* [core] REDESIGNED: Implement global context * [rlgl] REDESIGNED: Implement global context * Reviewed globals for Android * Review Android globals usage * Update Android globals * Bump raylib version to 3.0 !!! * [raudio] REDESIGNED: Implement global context * [raudio] Reorder functions * [core] Tweaks on descriptions * Issues with SUPPORT_MOUSE_GESTURES * [camera] Use global context * REDESIGN: Move shapes drawing texture/rec to RLGL context * Review some issues on standalone mode * Update to use global context * [GAME] Upload RE-PAIR game from GGJ2020 -WIP- * Update game: RE-PAIR * [utils] TRACELOG macros proposal * Update config.h
2020-02-03Update project version for release2.6.02.6Ray
2020-01-30[build] Makefile examples modularizationRay
Now examples can be compiled by module, that's useful when compilation fails at some point
2020-01-30Some examples tweaksRay
2020-01-29Update to be detected by GitHubRay
2020-01-29ADDED: DrawPoint3D()Ray
2020-01-29Review PHYSAC_NO_THREADS on WebAssemblyRay
2020-01-29Review bool type checkRay
2020-01-29Review spacingRay
2020-01-29Renamed Mat2 to Matrix2x2Ray
2020-01-29Added comments related to #837Ray
2020-01-28Tweak to avoid compilation warningRay
2020-01-28Removed big examplesRay
2020-01-28Update README.mdRay
2020-01-28Removed big examples (models_solar_system_rlgl)Ray
2020-01-28Some tweaksRay