ubkp
8a1779b2ad
Rename windowM* to screenM* ( #3312 )
1 year ago
Ray
97ef81914c
Reviewed parameters for consistency
1 year ago
Ray
528b879955
Update rtextures.c
1 year ago
ubkp
719365f209
Add SetWindowMaxSize for desktop and web ( #3309 )
* Add SetWindowMaxSize for desktop and web
* Remove SizeInt and respective adjustments
1 year ago
bohonghuang
2b1849e57d
Add claw-raylib to BINDINGS.md ( #3310 )
1 year ago
Ray
2e7a7877a5
Update webassembly.yml
1 year ago
Kenta
3ab7f70e31
Update BINDINGS.md ( #3307 )
Fix Kaylib binding. Reroute to a new repository.
Binding renamed.
1 year ago
Peter0x44
9d230d753b
Implement FLAG_WINDOW_RESIZABLE for web ( #3305 )
Fixes #3231
1 year ago
Ray
e75f85ce58
REVIEWED: `TextToPascal()` issue when first char is uppercase
1 year ago
Rob Loach
30f8dd6e37
rtextures: Fix ImageDraw() source clipping when drawing beyond top left ( #3306 )
1 year ago
Ryan Roden-Corrent
b8cd10264b
Revert "Disable UBSAN in zig builds. ( #3292 )" ( #3303 )
This reverts commit a316f9e7fc
.
Issue #1891 was fixed again, so this is no longer needed.
1 year ago
MichaelFiber
37f60e75e7
Remove unneeded #if ( #3301 )
Co-authored-by: MichaelFiber <michael@cubeofb.org>
1 year ago
Ray
b68d0850b1
Some code restructuring for input functions, consistency review
1 year ago
Ray
10e4aa32f8
Update rtext.c
1 year ago
Ray
1896268775
Reviewed examples for consistency
1 year ago
Gabriel dos Santos Sanches
2d5d0c2999
examples: core: adds 2D camera two player split screen ( #3298 )
1 year ago
Dan Vu
ecc80bbcea
added raylib-raku to bindings ( #3299 )
1 year ago
Ray
30a9a24db9
Review to avoid UBSAN complaining #1891
1 year ago
MichaelFiber
18e9784c6d
Remove PLATFORM_RPI ( #3232 )
* Remove PLATFORM_RPI
* remove build artifacts
---------
Co-authored-by: MichaelFiber <michael@cubeofb.org>
Co-authored-by: Ray <raysan5@gmail.com>
1 year ago
SuperUserNameMan
8cf76ec113
Update Makefile : clean raygui.c & physac.c ( #3296 )
1 year ago
Ray
b0c6972e5c
Update rcore.c
1 year ago
Ray
d7debba222
Mouse offset and scaling must be considered also on web!
1 year ago
Ray
d55527953a
Merge branch 'master' of https://github.com/raysan5/raylib
1 year ago
Ray
9cce5a93ff
Fix #3293
1 year ago
Asdqwe
76fe16259d
Update cmake SUPPORT_FILEFORMAT_SVG default value ( #3291 )
1 year ago
Ikko Eltociear Ashimine
97a8fe1e15
Update README.md ( #3290 )
specially -> especially
1 year ago
Ryan Roden-Corrent
a316f9e7fc
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.
1 year ago
Ray
c104a97590
Update config.h
1 year ago
Ray
bdda1efd44
Fix #3247
1 year ago
Ray
8a82e17a79
Update rtextures.c
1 year ago
Asdqwe
c147ab51c9
Fix examples/textures/textures_image_rotate.c help instructions ( #3286 )
1 year ago
Asdqwe
a69d401433
Fix examples/textures/textures_fog_of_war.c help instructions ( #3285 )
1 year ago
Asdqwe
8bd6bb622c
Add SUPPORT_FILEFORMAT_SVG to cmake ( #3284 )
1 year ago
Ray
67a693fc5b
REVIEWED: `LoadImageSvg()`
1 year ago
Ray
d6f3891009
REVIEWED: `LoadImageSvg()`
1 year ago
bXi
c03ab03627
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>
1 year ago
Ray
75e5cd86d7
Use internal default allocators, instead of user-exposed ones
1 year ago
Ray
6e18d96e7a
Some tweaks
1 year ago
Ray
0f447f1fb6
REVIEWED: Data size type consistency between functions #3168
1 year ago
Ray
d41e3141f1
REVIEWED: Added `SetTextLineSpacing()` to multiline examples
1 year ago
Johannes Barthelmes
0f39051562
Fix uninitialized thread-locals in stbi #3282 ( #3283 )
1 year ago
Ray
ec6d3bb688
RENAMED: LoadFont*() parameter names for consistency and coherence
1 year ago
Asdqwe
927a030bbf
Fix examples/shapes/shapes_collision_area.c help instructions ( #3279 )
1 year ago
Asdqwe
3d0d54e070
Fix examples/shaders/shaders_texture_outline.c help instructions ( #3278 )
1 year ago
Asdqwe
fefe8fcda9
Fix examples/others/easings_testbed.c help instructions and small tweak ( #3277 )
1 year ago
Asdqwe
46bac461ce
Add examples/shaders/shaders_lightmap.c to Makefiles ( #3276 )
1 year ago
Asdqwe
1d2b43402e
Remove a duplicated screenshot and add missing one ( #3275 )
1 year ago
Asdqwe
752baac00c
Update examples/models/models_loading_gltf.png;m3d.png screenshots ( #3273 )
1 year ago
Ray
8157d4283e
REVIEWED: `GetFileLength()`, added comment #3262
1 year ago
Ray
150663f78a
Use type name instead of valid specifier
long long --> long long int
1 year ago