summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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
2021-12-19REVIEWED: LoadTextureCubemap() #2223Ray
2021-12-19ADDED NOTE: ImageDraw() does not support f32bit #2222Ray
Added a note for a future improvement
2021-12-18Add a comment to LoadFontEx to specify how to get the default character set. ↵Jeffery Myers
(#2221) Co-authored-by: Jeffery Myers <[email protected]>
2021-12-17REVIEWED: `ExportMesh()` #2220raysan5
2021-12-16Fix build results path on Linux and RPi (#2218)Tomas S
Built files should be put into src/ not into the project root as it was now on these platforms
2021-12-16Parse struct descriptions (#2214)Benedek Szilvasy
* Update struct parser to parse from lines buffer * Parse struct description * Fix erroneous comment
2021-12-16Fix RPi make install (#2217)Tomas S
2021-12-16Turn on interpolation for XM playback (#2216)ptarabbia
2021-12-16Fix issue #2092 (#2215)ptarabbia
2021-12-16REVIEWED: EscapeBackslashes() in raylib-parserRay
2021-12-16Parse enum descriptions and value descriptions (#2208)Benedek Szilvasy
* Parse enum descriptions and value descriptions * Put braces on newline * Properly escape strings * Realise that XML doesn't actually need backslash escapes * Replace FPrintfEscapes with EscapeBackslashes * Remove #include <stdarg.h> * Update EscapeBackslashes description
2021-12-16REVIEWED: `DrawMesh*()` issue #2211Ray
2021-12-16Update rcore.cRay
2021-12-15REVIEWED: Clear SSBO buffers on loading #2185raysan5
2021-12-10Reviewed typoRay
2021-12-10Remove hardcoded path #2200Ray
2021-12-09Fixed functions Vector2Angle and Vector3Angle (#2203)Andrea Fontana
* Fixed functions Vector2Angle and Vector3Angle * typo * Unrolled everything.
2021-12-09REVIEWED: GetCodepoint() #2201Ray
2021-12-09Add raylib-guile to BINDINGS.md (#2202)peter elliott
2021-12-08Update raudio.cRay