github-actions[bot]
df7b425d49
rlparser: update raylib_api.* by CI
2 veckor sedan
Jeffery Myers
29285dab0a
Add SetScreenshotKey to allow users to override the default F12 key for screenshots. Parity with SetExitKey
2 veckor sedan
Ray
059ebaa6ad
REVIEWED: HIghDPI content scaling on macOS
2 veckor sedan
Ray
d01f158bd5
REVIEWED: Window initialization on HighDPI monitor (Windows) #5549
2 veckor sedan
Ray
180c3c13ba
REVIEWED: `GetImageColor()` #5560
2 veckor sedan
Ray
dbca900255
Merge branch 'master' of https://github.com/raysan5/raylib
2 veckor sedan
Ray
1061daf197
REVIEWED: Installed libraries #5550
2 veckor sedan
Thomas Anderson
fb5bc42190
update camera pan speed ( #5554 )
2 veckor sedan
Thomas Anderson
b04d2a2268
change d-pad text to shapes ( #5557 )
2 veckor sedan
Thomas Anderson
b210d16597
fix y-offset casting ( #5556 )
2 veckor sedan
Thomas Anderson
4d6ef19fcc
change on-screen text ( #5553 )
2 veckor sedan
Thomas Anderson
fd40d2b374
fix missing alias for PS ( #5559 )
2 veckor sedan
Thomas Anderson
a78d575f75
change attenuation distance ( #5555 )
2 veckor sedan
Thomas Anderson
8f1421ee5d
fix wrong name ( #5552 )
2 veckor sedan
Thomas Anderson
debbb90479
fix extra drawtext() ( #5551 )
2 veckor sedan
Ray
8e81ca0e60
Update win32_clipboard.h
2 veckor sedan
Ray
dcd813068b
Update raylib.h
2 veckor sedan
Ray
070082f8c9
REVIEWED: Comments to impersonal format
2 veckor sedan
Yui Kinomoto / きのもと 結衣
4e7c38ac43
fix SDL SetGamepadMappings ( #5548 )
2 veckor sedan
Max Coplan
85de580527
fix(examples): don't bleed fog when on edge ( #5547 )
Steps to reproduce:
1. play textures_fog_of_war example
2. Move player to edge of screen
3. Note the light bleeds to the other side of the screen
2 veckor sedan
Vadim Gunko
64848bbd4c
Update BINDINGS.md ( #5546 )
added support for Delphi
2 veckor sedan
github-actions[bot]
919ad68ca7
rlparser: update raylib_api.* by CI
2 veckor sedan
Ray
3aced1fd7c
Update rmodels.c
2 veckor sedan
Ray
48ec41f0ec
Update raylib.h
2 veckor sedan
dtasada
4b01c23ba6
[build] Zig master branch compatibility for `build.zig`. ( #5520 )
* fixed build errors with zig. now compatible with zig master 0.16.0-dev.1593+c13857e50. still backwards compatible with 0.15.1
* [build] building with zig-master 0.16.0-dev.2349+204fa8959.
* [build] building with zig-master 0.16.0-dev.2349+204fa8959, now compatible with zig 0.15
* build: removed compatibility with zig 0.15.2.
* inlined processExample function to minimize diffs
2 veckor sedan
Ray
efda35b309
Update win32_clipboard.h
2 veckor sedan
Nikolai S. Kiselev
3b647c85e1
raymath: wrap float3 and float16 for consistency with other types ( #5540 )
2 veckor sedan
Ray
b39cc6bce7
Update win32_clipboard.h
2 veckor sedan
Ray
7e59e1d93d
REVIEWED: Formating
2 veckor sedan
Ray
84f75785ee
Update rcore.c
2 veckor sedan
Ray
f190c6a4d4
Update rcore.c
2 veckor sedan
Ray
9861baf4b7
Update textures_framebuffer_rendering.c
2 veckor sedan
Ray
e67dc15a52
Update rcore_desktop_glfw.c
2 veckor sedan
Ray
f6910bc1e0
Update rcore_drm.c
2 veckor sedan
Ray
a654beb565
REVIEWED: Comments
2 veckor sedan
Ray
eba1fca933
Update rcore.c
2 veckor sedan
Ray
49cd2ddaa1
Update rcore.c
2 veckor sedan
Ray
c4baa5b81d
REVIEWED: Comments
2 veckor sedan
LunaStev
c0829bc69e
Add raylib bindings for Wave language ( #5539 )
* Bindings Wave
* fix format
2 veckor sedan
mikeemm
5a36ce5e7c
[rcore] Implemented SetWindowMaxSize, SetWindowMinSize, and SetWindowSize ( #5536 )
* implemented SetWindowMaxSize, SetWindowMinSize and SetWindowSize
* removed outdated warning
* prevented incompatible size limits
2 veckor sedan
SabeDoesThings
b29d6ee462
Update BINDINGS.md ( #5538 )
2 veckor sedan
Ross Martin
a6fa8b9ff4
Fix out of bound Memory read in Material.maps ( #5534 )
* Fix out of bounds Memory read in Material.Maps by using the MATERIAL_MAP_SPECULAR define instead of the SHADER_LOG_SPECULAR enum
* Fix out of bounds Memory read in Material.Maps by using the MATERIAL_MAP_SPECULAR define instead of the SHADER_LOG_SPECULAR enum
3 veckor sedan
Ray
4f76b896d5
REVIEWED: `CheckCollisionLines()`, formating and follow raylib conventions
3 veckor sedan
bielern
3881d2aac2
Fix: Detect collision if one line is almost vertical ( #5510 ) ( #5531 )
3 veckor sedan
Maicon Santana
f43e049444
Refactor removing extra space and add break line for { ( #5533 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
3 veckor sedan
Maicon Santana
d4f636151b
refactor to follow the CONVENTIONS.md ( #5530 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
3 veckor sedan
Alexander Fasching
a96cbe0183
Close opened directory ( #5529 )
3 veckor sedan
mikeemm
4c1efc2bd3
[rcore] Fix native win32 window minimizing/maximizing ( #5524 )
* fixed typos preventing window from min/maxing
* fixed window style generation ignoring minimize precedence, causing errors in edge cases
* added maximize button on resizable windows
* fixed infinite loop when resizing the window manually
* activate window upon creation to set focus and show taskbar icon
* extended SanitizeFlags() to account for problematic resizing/mizing flag mixups
3 veckor sedan
Thomas Anderson
ccfa3f762a
fixed an issue when using an empty window title ( #5526 )
3 veckor sedan
Thomas Anderson
54b12ed56d
update cmake for rgfw ( #5527 )
3 veckor sedan