annes
6a8e95b205
Merge branch 'raysan5:master' into patch-1
pirms 2 mēnešiem
Krzysztof Szenk
a1e84caa8c
RGFW also requires RGBA8 images as window icons, as raylib already reports in raylib.h ( #5431 )
pirms 2 mēnešiem
Kivi
ddb827fb6f
Fixed LoadCodepoints declaring a new local variable shadowing `codpoints` ( #5430 )
pirms 2 mēnešiem
annes
4bef6b62e9
Merge branch 'raysan5:master' into patch-1
pirms 2 mēnešiem
Michael Smith
0a4583ca54
[rl_gputex.h] Possibly fixed the swizzling in `rl_load_dds_from_memory()` function ( #5422 )
* Possibly fixed the swizzling bug
* Removed examples, and generation.
pirms 2 mēnešiem
caszu
6a701b2679
fix android SetWindowState ( #5424 )
pirms 2 mēnešiem
annes
16beb1a4a8
Add license and copyright information
Added licensing information and copyright notice to _cocoalayer.h
pirms 2 mēnešiem
annes
40d7997102
Revise copyright and license in _cocoalayer.mm
Updated copyright information and license details.
pirms 2 mēnešiem
annes
ca59f4b673
Add copyright notice to _cocoalayer.mm
Added copyright notice for raylib Objective-C++ layer.
pirms 2 mēnešiem
annes
3f050dc9da
Add _cocoalayer.mm to CMakeLists
pirms 2 mēnešiem
annes
9ed4aad25f
Update include path for _cocoalayer.h
pirms 2 mēnešiem
annes
5ea24aced7
Merge pull request #1 from annes12345678910/patch-2
Patch 2
pirms 2 mēnešiem
annes
adec60f8ac
Merge branch 'raysan5:master' into patch-1
pirms 2 mēnešiem
annes
a89348e763
Merge branch 'raysan5:master' into patch-2
pirms 2 mēnešiem
Ray
aa2884bd78
Update rcore_desktop_glfw.c
pirms 2 mēnešiem
Ray
f27f2d097f
REVIEWED: HighDPI support on macOS (when requested by app)
Tested on two monitors with different DPI configuration, for HigDPI enabled and not, including window resizing (with framebuffer resizing if required). Verified mouse coordinates follow the requested screen size.
pirms 2 mēnešiem
Ray
e4baf682ab
Update rtext.c
pirms 2 mēnešiem
Ray
8516750975
Remove internal function
pirms 2 mēnešiem
SabeDoesThings
3212becc91
Update BINDINGS.md ( #5421 )
pirms 2 mēnešiem
Ray
b9446863d7
REXM: RENAMED: `core_high_dpi` --> `core_highdpi_demo`
pirms 2 mēnešiem
Ray
13f9112d8c
Update rcore_desktop_sdl.c
pirms 2 mēnešiem
Ray
f16fb065ea
Update rcore_template.c
pirms 2 mēnešiem
Ray
66392fe0ae
REVIEWED: `rlGetPixelDataSize()`, correct compressed data size calculation per blocks #5416
pirms 2 mēnešiem
Ray
720dd22491
REVIEWED: `rlLoadTexture()`, un complete texture do to issue on mipmap loading #5416
pirms 2 mēnešiem
Ray
ca578b8b08
Update raylib.sln
pirms 2 mēnešiem
Ray
4b760091da
REVIEWED: Window scaling with HighDPI on macOS #5059
pirms 2 mēnešiem
Ray
6d562e5e87
REVIEWED: HiggDPI content scaling on changing monitors with different DPI #5335 #5356
Note that high-dpi awareness must be enabled by users and `CORE.Window.render` reports the scaled framebuffer size, while `CORE.Window.screen` reports the logical size.
`ToggleBorderlessWindow()` has also been reviewed to be consistent with scaling, if monitor physical display size is reported as 1920x1080 but there is a content scale of 1.5, then the borderless fullscreen window will be 1280x720, with the 1920x1080 framebuffer
pirms 2 mēnešiem
Ray
7553e9d586
REVIEWED: Gamepads on latest `SDL2 2.32.8` and `SDL3 3.3.6` #5403
pirms 2 mēnešiem
Ray
80ad96acc2
Fix #5413
pirms 2 mēnešiem
Ray
7a5e8aa3a5
Update rcore_android.c
pirms 2 mēnešiem
caszu
1c94e94873
[rcore] Implement `FLAG_WINDOW_ALWAYS_RUN` on Android ( #5414 )
pirms 2 mēnešiem
dtasada
33adda1983
fixed build errors with zig. now compatible with zig master 0.16.0-dev.1593+c13857e50. still backwards compatible with 0.15.1 ( #5415 )
pirms 2 mēnešiem
Ray
f031b2f4f4
Alignment with other platform backends, avoid unneeded includes
pirms 2 mēnešiem
Ray
1c7240a01d
Revert "REVIEWED: Alignment with other platforms"
This reverts commit cf0d6fc664 .
pirms 2 mēnešiem
Ray
cf0d6fc664
REVIEWED: Alignment with other platforms
pirms 2 mēnešiem
Ray
615fc36eeb
Fix #5406
pirms 2 mēnešiem
Ray
cbe31759ab
Fix #5405
pirms 2 mēnešiem
RANDRIA Luca
d74556d35c
Modify text_words_alignment.c ( #5411 )
pirms 2 mēnešiem
ALONZO Robin
8d246fdaff
Fix EXTERNAL_CONFIG_FLAGS being defined even when no custom config is used when building with zig ( #5410 )
pirms 2 mēnešiem
Ray
a0fd5ab1d9
Update rmodels.c
pirms 2 mēnešiem
Ray
9a337f3b3b
ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas
This improvement is just a prove of concept, at this moment `PLATFORM_WEB` is limited in terms of software rendering by `GLFW` that only allows creating a WebGL canvas context with `glfwCreateWindow()`.
We can skip that call but then some GLFW functionality is not available (windowing, inputs). The best solution is replacing GLFW completely by a pure Emscripten implementation for `PLATFORM_WEB`.
pirms 2 mēnešiem
Ray
5025009860
REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions
pirms 2 mēnešiem
Kaluub
6f5cabf60c
Fix misleading example text. ( #5409 )
pirms 2 mēnešiem
Ray
c96669e123
REVIEWED: Webpage reference comments starting with `REF:`, more consistent with `TODO:` and `NOTE:` comments
pirms 2 mēnešiem
Ray
9c04b1de82
REVIEWED: Store canvas name id at platform initialization
Useful to support multiple canvases running different wasm instances in same webpage
pirms 2 mēnešiem
Ray
b465b4e2ea
RENAMED: Variable names for consistency, `textLength` (length in bytes) vs `textSize` (measure in pixels)
pirms 2 mēnešiem
Ray
2853b28d6d
REVIEWED: Avoid program crash if GPU data is tried to be loaded before `InitWindow()` #4751
Following raylib design, a warning log message is shown and program can continue execution.
Some early return checks have been added on most critical functions.
[rtext] Previous implementation checking `isGpuReady` cross-module variable is not needed any more, resulting in a more decoupled code, load failure is managed at rlgl level
pirms 2 mēnešiem
Jordi Santonja
8fa5f1fe2c
[examples] Fixed `shaders_game_of_life` for web ( #5399 )
* [examples] Fixed `shaders_game_of_life` for web
* Fixed image loadig for rexm
pirms 2 mēnešiem
Jeffery Myers
6f7cd3a9ab
[core] Camera2d comment updates ( #5401 )
* Make the comments on the camera 2d fields more clear about what space each one is in.
* rlparser: update raylib_api.* by CI
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pirms 2 mēnešiem
github-actions[bot]
ae438e804e
rlparser: update raylib_api.* by CI
pirms 2 mēnešiem