-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
general syntax fixes #3319
general syntax fixes #3319
Commits on Aug 13, 2023
-
Brian-E committed
Aug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7f6239f - Browse repository at this point
Copy the full SHA 7f6239fView commit details -
fixed broken indentation caused by another commit.
the commit renamed a bool to int and broke indentation: 233cf39
Brian-E committedAug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for feaaf95 - Browse repository at this point
Copy the full SHA feaaf95View commit details -
Changed 0.001 and 0.00001 to EPSILON
This commit is untested. I don't know what consequences this has. Since the commits that added these numbers were before epsilon was added, I have assumed that epsilon could replace them.
Brian-E committedAug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 03567d2 - Browse repository at this point
Copy the full SHA 03567d2View commit details -
Prettied up indentation in a few places
Brian-E committedAug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for c21d7b7 - Browse repository at this point
Copy the full SHA c21d7b7View commit details -
removed spacing around *, standardizing it.
Brian-E committedAug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for f85f9d4 - Browse repository at this point
Copy the full SHA f85f9d4View commit details -
I may have gotten overboard with indentation
Brian-E committedAug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 10993c5 - Browse repository at this point
Copy the full SHA 10993c5View commit details -
removed a few useless parenthesis
Brian-E committedAug 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 7b4d83f - Browse repository at this point
Copy the full SHA 7b4d83fView commit details
Commits on Sep 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35028b3 - Browse repository at this point
Copy the full SHA 35028b3View commit details -
Fix examples/others/rlgl_standalone.c compilation issue (#3242)
ubkp authored and Brian-E committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 92bf6e8 - Browse repository at this point
Copy the full SHA 92bf6e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45a099c - Browse repository at this point
Copy the full SHA 45a099cView commit details -
Ignore unused return value of GetCodepointNext in GetCodepointCount (#…
…3241) * Ignore unused return value of GetCodepointNext in GetCodepointCount Removes the last warning from non-external libraries when compiling with the default build configuration on x64 Linux. * Remove unnecessary void cast in GetCodepointCount
Configuration menu - View commit details
-
Copy full SHA for 565790e - Browse repository at this point
Copy the full SHA 565790eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e2c474 - Browse repository at this point
Copy the full SHA 7e2c474View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90afcda - Browse repository at this point
Copy the full SHA 90afcdaView commit details -
Fix text_unicode.c example crashing (#3250)
* Fix text_unicode.c example crashing * Adjust the text_unicode.c example crashing fix
ubkp authored and Brian-E committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for d3ebf8c - Browse repository at this point
Copy the full SHA d3ebf8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 934cd6f - Browse repository at this point
Copy the full SHA 934cd6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62c20df - Browse repository at this point
Copy the full SHA 62c20dfView commit details -
Add
IsKeyPressedRepeat
(desktop only) (#3245)Since the key pressed are handle by comparing current vs previous state (ie frame), a special way is needed to handle key repeats.
Configuration menu - View commit details
-
Copy full SHA for 952ebb5 - Browse repository at this point
Copy the full SHA 952ebb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7190fac - Browse repository at this point
Copy the full SHA 7190facView commit details -
Configuration menu - View commit details
-
Copy full SHA for acc4ecb - Browse repository at this point
Copy the full SHA acc4ecbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87c9ed4 - Browse repository at this point
Copy the full SHA 87c9ed4View commit details -
Fix SetClipboardText for web (#3257)
ubkp authored and Brian-E committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 9760208 - Browse repository at this point
Copy the full SHA 9760208View commit details -
[Image] Validate that ImageDrawRectangleRec is drawing entirely insid…
…e the image (#3264) * Add a function to clone a sound and share data with another sound. * rename items based on feedback * PR Feedback, use custom unload for sound alias, not variant of normal sound unloading * sound_multi example * Validate that image rect drawing is inside the image so we don't overflow a buffer * remove files that should not have been added. * remove changes that should not have been * revert * adsfasdfsdfsdf
Configuration menu - View commit details
-
Copy full SHA for 81ec5f0 - Browse repository at this point
Copy the full SHA 81ec5f0View commit details -
Add Vector3 Projecting and Rejection to Raymath (#3263)
* Update raymath.h * formatting
Configuration menu - View commit details
-
Copy full SHA for 8744f45 - Browse repository at this point
Copy the full SHA 8744f45View commit details -
[Feature] IsKey... safety checks and more (#3256)
* [Feature] Add GetKeyRepeat * Update rcore.c * Simpler design, only one repeat per frame * Update config.h * Update rcore.c * Add KEYBOARD_KEYS_MASK * Update config.h * reversions * Update rcore.c * Update rcore.c * change docs * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c * Update raylib.h * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c * Update rcore.c
Configuration menu - View commit details
-
Copy full SHA for 2270798 - Browse repository at this point
Copy the full SHA 2270798View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1814fd6 - Browse repository at this point
Copy the full SHA 1814fd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfd9c4e - Browse repository at this point
Copy the full SHA bfd9c4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2931ba9 - Browse repository at this point
Copy the full SHA 2931ba9View commit details -
Fix CMake extraneous -lglfw (#3266)
Closes #3265. The problem: LIBS_PRIVATE is a list of library names (used by pkg-config), but the shared library of the same name doesn't always exist.
Configuration menu - View commit details
-
Copy full SHA for fb0184a - Browse repository at this point
Copy the full SHA fb0184aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ed0fdb - Browse repository at this point
Copy the full SHA 7ed0fdbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1040852 - Browse repository at this point
Copy the full SHA 1040852View commit details -
Configuration menu - View commit details
-
Copy full SHA for c003815 - Browse repository at this point
Copy the full SHA c003815View commit details -
Fix example/audio/audio_module_player.c help instructions and small b…
…ug (#3272) * Fix example/audio/audio_module_player.c help instructions and small bug * Update example/audio/audio_module_player.png screenshot
Configuration menu - View commit details
-
Copy full SHA for 7fd3a02 - Browse repository at this point
Copy the full SHA 7fd3a02View commit details -
Use type name instead of valid specifier
long long --> long long int
Configuration menu - View commit details
-
Copy full SHA for daeb2cc - Browse repository at this point
Copy the full SHA daeb2ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for c197cac - Browse repository at this point
Copy the full SHA c197cacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c51b0b - Browse repository at this point
Copy the full SHA 5c51b0bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cc7ab0 - Browse repository at this point
Copy the full SHA 7cc7ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f54a12d - Browse repository at this point
Copy the full SHA f54a12dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b84ec7 - Browse repository at this point
Copy the full SHA 3b84ec7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f26cb1f - Browse repository at this point
Copy the full SHA f26cb1fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a6fbcf - Browse repository at this point
Copy the full SHA 5a6fbcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc39770 - Browse repository at this point
Copy the full SHA bc39770View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0c51d - Browse repository at this point
Copy the full SHA fc0c51dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 650fbab - Browse repository at this point
Copy the full SHA 650fbabView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98a02e1 - Browse repository at this point
Copy the full SHA 98a02e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b0986cb - Browse repository at this point
Copy the full SHA b0986cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d79ec5c - Browse repository at this point
Copy the full SHA d79ec5cView commit details -
Added rudimentary SVG support. (#2738)
* Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize. * Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly. * Added actual correct example file. * Reviewed the code to keep the raylib coding conventions in mind. Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG. Renamed LoadImageSvgWithSize() to LoadImageSvg(). Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work. * Fixed typo. --------- Co-authored-by: Ray <raysan5@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6527f61 - Browse repository at this point
Copy the full SHA 6527f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7016f32 - Browse repository at this point
Copy the full SHA 7016f32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a5c476 - Browse repository at this point
Copy the full SHA 0a5c476View commit details -
Configuration menu - View commit details
-
Copy full SHA for fda2d0f - Browse repository at this point
Copy the full SHA fda2d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e330f7d - Browse repository at this point
Copy the full SHA e330f7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 100b303 - Browse repository at this point
Copy the full SHA 100b303View commit details -
Configuration menu - View commit details
-
Copy full SHA for b29284e - Browse repository at this point
Copy the full SHA b29284eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0922a2 - Browse repository at this point
Copy the full SHA a0922a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ec569f - Browse repository at this point
Copy the full SHA 3ec569fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 224f0af - Browse repository at this point
Copy the full SHA 224f0afView commit details -
Disable UBSAN in zig builds. (#3292)
Zig debug builds automatically enable ubsan. As the fix for #1891 had to be reverted, debug builds using zig will crash like so: ``` Illegal instruction at address 0x3237d2 raylib/src/rlgl.h:3690:91: 0x3237d2 in rlDrawVertexArrayElements (/home/rcorre/src/raylib-zig-template/raylib/src/rcore.c) glDrawElements(GL_TRIANGLES, count, GL_UNSIGNED_SHORT, (const unsigned short *)buffer + offset); ``` This disables UBSAN when using zig to build raylib.
Configuration menu - View commit details
-
Copy full SHA for 4ed1cae - Browse repository at this point
Copy the full SHA 4ed1caeView commit details -
specially -> especially
Configuration menu - View commit details
-
Copy full SHA for c440a5e - Browse repository at this point
Copy the full SHA c440a5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a6c1b7 - Browse repository at this point
Copy the full SHA 8a6c1b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d92630 - Browse repository at this point
Copy the full SHA 3d92630View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0e5250 - Browse repository at this point
Copy the full SHA c0e5250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7026ede - Browse repository at this point
Copy the full SHA 7026edeView commit details -
* Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <michael@cubeofb.org> Co-authored-by: Ray <raysan5@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 445f024 - Browse repository at this point
Copy the full SHA 445f024View commit details -
Configuration menu - View commit details
-
Copy full SHA for 140f624 - Browse repository at this point
Copy the full SHA 140f624View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcdd599 - Browse repository at this point
Copy the full SHA bcdd599View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38b6950 - Browse repository at this point
Copy the full SHA 38b6950View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c2932b - Browse repository at this point
Copy the full SHA 8c2932bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1331f - Browse repository at this point
Copy the full SHA 3c1331fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8e05e3 - Browse repository at this point
Copy the full SHA f8e05e3View commit details -
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Configuration menu - View commit details
-
Copy full SHA for e6b645f - Browse repository at this point
Copy the full SHA e6b645fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f927b99 - Browse repository at this point
Copy the full SHA f927b99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19cbdbb - Browse repository at this point
Copy the full SHA 19cbdbbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2917c52 - Browse repository at this point
Copy the full SHA 2917c52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 330e701 - Browse repository at this point
Copy the full SHA 330e701View commit details -
Fix Kaylib binding. Reroute to a new repository. Binding renamed.
Configuration menu - View commit details
-
Copy full SHA for 45c3853 - Browse repository at this point
Copy the full SHA 45c3853View commit details -
Configuration menu - View commit details
-
Copy full SHA for e98bca6 - Browse repository at this point
Copy the full SHA e98bca6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ba12df - Browse repository at this point
Copy the full SHA 3ba12dfView commit details -
Add SetWindowMaxSize for desktop and web (#3309)
* Add SetWindowMaxSize for desktop and web * Remove SizeInt and respective adjustments
ubkp authored and Brian-E committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for ab1c437 - Browse repository at this point
Copy the full SHA ab1c437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20424f1 - Browse repository at this point
Copy the full SHA 20424f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 41ce1bf - Browse repository at this point
Copy the full SHA 41ce1bfView commit details -
Rename windowM* to screenM* (#3312)
ubkp authored and Brian-E committedSep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 605032c - Browse repository at this point
Copy the full SHA 605032cView commit details -
Update TurboRaylib bindings
Configuration menu - View commit details
-
Copy full SHA for 60af376 - Browse repository at this point
Copy the full SHA 60af376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049d745 - Browse repository at this point
Copy the full SHA 049d745View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6802c7 - Browse repository at this point
Copy the full SHA c6802c7View commit details -
Brian-E committed
Sep 16, 2023 Configuration menu - View commit details
-
Copy full SHA for 6139721 - Browse repository at this point
Copy the full SHA 6139721View commit details -
Configuration menu - View commit details
-
Copy full SHA for 712f456 - Browse repository at this point
Copy the full SHA 712f456View commit details
Commits on Sep 17, 2023
-
Brian-E committed
Sep 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 86f0cd8 - Browse repository at this point
Copy the full SHA 86f0cd8View commit details -
reverted major allignment changes
Brian-E committedSep 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 1aea876 - Browse repository at this point
Copy the full SHA 1aea876View commit details -
reverted parser output changes
Brian-E committedSep 17, 2023 Configuration menu - View commit details
-
Copy full SHA for 6d6ab7e - Browse repository at this point
Copy the full SHA 6d6ab7eView commit details -
reverted one more indentation change
Brian-E committedSep 17, 2023 Configuration menu - View commit details
-
Copy full SHA for fda8e51 - Browse repository at this point
Copy the full SHA fda8e51View commit details