summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2022-01-10cmake: Update CMake project template with docs and web (#2274)Rob Loach
2022-01-08Make zig build functionality available to zig programs (#2271)Nikolas
2022-01-08Fixed Compiling Raylib for android Using cmake (#2270)hero2002
* Fixed Compiling Raylib for android Using cmake * improved the cmake config for android so it don't conflict * improved the cmake config for android so it don't conflict
2022-01-08Improved shader loading codeRay
2022-01-08Reviewed possible issue with shaders detachingRay
2022-01-08[CORE] Add a function to return the application directory. (#2256)Jeffery Myers
* Add a function to return the application directory. * CI fixes
2022-01-05Added VS2022 projectRay
2022-01-05Review parameters description size (not used)Ray
2022-01-04JSON parser: Use array for function params (#2255) (#2264)gtrxAC
* JSON parser: Use array for function params (#2255) * Parser: follow C convention of type before name
2022-01-03ADDED: `ExportFontAsCode()`Ray
2022-01-03Review tracelogsRay
2022-01-03Update Raylib-J version/licence info (#2258)Calvin Day
2022-01-02Change comment about custom blend modes in rlgl.h (#2260)Gerber Lóránt Viktor
2022-01-01WARNING: REVIEWED: A big bug with `GetMouseWheelMove()`Ray
2022-01-01Update BINDINGS.md (#2257)ArnautDaniel
2021-12-31Update year to 2022raysan5
2021-12-31Update rcore.craysan5
2021-12-31Reviewed fullscreen switch on `PLATFORM_WEB`raysan5
The previous implementation somewhat break the expected behaviour for games and examples when pressing the `Fullscreen` button in the provided `shell.html`. Just reverted for the moment for further investigation.
2021-12-31tweaksRay
2021-12-30[Feature] Added SetWindowOpacity(float opacity) (#2254)Tushar Singh
* Added drawing text with shadow * Added SetWindowOpacity() * Edited Mis-spell * Fixed conventions
2021-12-29Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-12-29Support CUSTOM_CFLAGSraysan5
2021-12-29Update linux.ymlRay
2021-12-29Update macos.ymlRay
2021-12-29Update linux.ymlRay
2021-12-29Reviewed CFLAGSraysan5
2021-12-29Added: missing / (#2253)shivajiva101
Specify root as the starting point for the linux compiler path
2021-12-28Updated version number to avoid confusions with releaseraysan5
2021-12-28Detected some pixel-errors due to rounding issues on positionraysan5
2021-12-27Reviewed makefilesRay
2021-12-27Update MakefileRay
2021-12-27Update MakefileRay
2021-12-27Update MakefileRay
2021-12-27Update SPONSORS.md (#2248)Laurentino Luna
Add catmanl + fix broken redirects
2021-12-24Update raudio.craysan5
2021-12-24check not null before accessing by index (#2243)Antonis Geralis
2021-12-23fix scopes binding URL (#2240)salotz
2021-12-23REVIEWED: `ExportWaveAsCode()`Ray
2021-12-23Update Makefile.WebRay
2021-12-22add the raylib-scopes binding (#2238)salotz
2021-12-21REVIEWED: `PlaySoundMulti()` #2231Ray
2021-12-21REVIEWED: Export format for float 32bitraysan5
2021-12-21Update dr_wav.hraysan5
2021-12-21fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi ↵Damien Pitard
(raspbian) (#2233)
2021-12-21updated license of raylib-freebasic bindings (#2235)Michał KM
2021-12-21Re-enable QOI support (#2236)Uneven Prankster
* Updated QOI to latest version. * Enable back QOI support! * Stray extra space! Should be good now.
2021-12-21Review makefiles debug flagraysan5
2021-12-20Remove TODO on Makefile (#2232)Laurentino Luna
Justification: original comment said the following "TODO: Add other platforms. Remove sudo requirement, i.e. add USER mode." For the other platforms part, installing is included on unix-like systems, so for example Windows doesn't have a path where to install libraries. Removing the requirement for sudo is also quite contradictory since we're writing files to directories which require root. Not sure what the original commiter meant by USER mode.
2021-12-19REVIEWED: `GenMeshCylinder()` #2225Ray
2021-12-19REVIEWED: `LoadTextureCubemap()` #2224Ray