github-actions[bot]
df7b425d49
rlparser: update raylib_api.* by CI
1 неделю назад
Jeffery Myers
29285dab0a
Add SetScreenshotKey to allow users to override the default F12 key for screenshots. Parity with SetExitKey
1 неделю назад
Ray
059ebaa6ad
REVIEWED: HIghDPI content scaling on macOS
1 неделю назад
Ray
d01f158bd5
REVIEWED: Window initialization on HighDPI monitor (Windows) #5549
1 неделю назад
Ray
180c3c13ba
REVIEWED: `GetImageColor()` #5560
1 неделю назад
Ray
dbca900255
Merge branch 'master' of https://github.com/raysan5/raylib
1 неделю назад
Ray
1061daf197
REVIEWED: Installed libraries #5550
1 неделю назад
Thomas Anderson
fb5bc42190
update camera pan speed ( #5554 )
1 неделю назад
Thomas Anderson
b04d2a2268
change d-pad text to shapes ( #5557 )
1 неделю назад
Thomas Anderson
b210d16597
fix y-offset casting ( #5556 )
1 неделю назад
Thomas Anderson
4d6ef19fcc
change on-screen text ( #5553 )
1 неделю назад
Thomas Anderson
fd40d2b374
fix missing alias for PS ( #5559 )
1 неделю назад
Thomas Anderson
a78d575f75
change attenuation distance ( #5555 )
1 неделю назад
Thomas Anderson
8f1421ee5d
fix wrong name ( #5552 )
1 неделю назад
Thomas Anderson
debbb90479
fix extra drawtext() ( #5551 )
1 неделю назад
Ray
8e81ca0e60
Update win32_clipboard.h
1 неделю назад
Ray
dcd813068b
Update raylib.h
1 неделю назад
Ray
070082f8c9
REVIEWED: Comments to impersonal format
1 неделю назад
Yui Kinomoto / きのもと 結衣
4e7c38ac43
fix SDL SetGamepadMappings ( #5548 )
1 неделю назад
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
1 неделю назад
Vadim Gunko
64848bbd4c
Update BINDINGS.md ( #5546 )
added support for Delphi
1 неделю назад
github-actions[bot]
919ad68ca7
rlparser: update raylib_api.* by CI
1 неделю назад
Ray
3aced1fd7c
Update rmodels.c
1 неделю назад
Ray
48ec41f0ec
Update raylib.h
1 неделю назад
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
1 неделю назад
Ray
efda35b309
Update win32_clipboard.h
1 неделю назад
Nikolai S. Kiselev
3b647c85e1
raymath: wrap float3 and float16 for consistency with other types ( #5540 )
1 неделю назад
Ray
b39cc6bce7
Update win32_clipboard.h
1 неделю назад
Ray
7e59e1d93d
REVIEWED: Formating
1 неделю назад
Ray
84f75785ee
Update rcore.c
1 неделю назад
Ray
f190c6a4d4
Update rcore.c
1 неделю назад
Ray
9861baf4b7
Update textures_framebuffer_rendering.c
1 неделю назад
Ray
e67dc15a52
Update rcore_desktop_glfw.c
1 неделю назад
Ray
f6910bc1e0
Update rcore_drm.c
1 неделю назад
Ray
a654beb565
REVIEWED: Comments
1 неделю назад
Ray
eba1fca933
Update rcore.c
1 неделю назад
Ray
49cd2ddaa1
Update rcore.c
1 неделю назад
Ray
c4baa5b81d
REVIEWED: Comments
1 неделю назад
LunaStev
c0829bc69e
Add raylib bindings for Wave language ( #5539 )
* Bindings Wave
* fix format
1 неделю назад
mikeemm
5a36ce5e7c
[rcore] Implemented SetWindowMaxSize, SetWindowMinSize, and SetWindowSize ( #5536 )
* implemented SetWindowMaxSize, SetWindowMinSize and SetWindowSize
* removed outdated warning
* prevented incompatible size limits
1 неделю назад
SabeDoesThings
b29d6ee462
Update BINDINGS.md ( #5538 )
1 неделю назад
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
2 недель назад
Ray
4f76b896d5
REVIEWED: `CheckCollisionLines()`, formating and follow raylib conventions
2 недель назад
bielern
3881d2aac2
Fix: Detect collision if one line is almost vertical ( #5510 ) ( #5531 )
2 недель назад
Maicon Santana
f43e049444
Refactor removing extra space and add break line for { ( #5533 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
2 недель назад
Maicon Santana
d4f636151b
refactor to follow the CONVENTIONS.md ( #5530 )
Co-authored-by: maiconpintoabreu <maicon@thinkpad02.exads.com>
2 недель назад
Alexander Fasching
a96cbe0183
Close opened directory ( #5529 )
2 недель назад
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
2 недель назад
Thomas Anderson
ccfa3f762a
fixed an issue when using an empty window title ( #5526 )
2 недель назад
Thomas Anderson
54b12ed56d
update cmake for rgfw ( #5527 )
2 недель назад