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>
2025-12-11 13:37:17 +01:00
ae438e804e
rlparser: update raylib_api.* by CI
2025-12-11 12:00:15 +00:00
71a35f661e
Update rexm.c
2025-12-11 12:33:05 +01:00
f3f02b3e17
REXM: examples validation and update
2025-12-10 19:06:41 +01:00
dad93abcf8
REXM: Ignore some warnings on GCC/Clang
2025-12-10 18:49:52 +01:00
19a1683641
REXM: Updated examples
2025-12-09 19:25:08 +01:00
4d9df337a7
rlparser: update raylib_api.* by CI
2025-11-30 18:02:52 +00:00
78661a4ee0
REXM: ADDED: shapes_ball_physics
2025-11-29 18:23:17 +01:00
3d9129e3b4
Update rexm.rc
2025-11-25 12:15:23 +01:00
80ed6eadb8
REXM: RENAME: audio_fft_spectrum_visualizer -> audio_spectrum_visualizer
2025-11-25 12:15:14 +01:00
fc8049a039
rlparser: update raylib_api.* by CI
2025-11-24 14:37:49 +00:00
6c3ef8d9b4
Remove trailing spaces
2025-11-22 20:15:50 +01:00
dddc94dc7a
Update examples_testing_web.md
2025-11-22 20:14:29 +01:00
4ad9e09bb2
Ran rexm testing for macos ( #5366 )
2025-11-20 21:10:47 +01:00
0747e9b5c1
Create examples_testing_drm.md
2025-11-20 01:00:02 +01:00
c0179288ba
REXM: TEST: Support testing running on PLATFORM_DRM
2025-11-20 00:59:28 +01:00
8161475c28
rlparser: update raylib_api.* by CI
2025-11-19 23:03:27 +00:00
49868b356f
Update examples_testing_linux.md
2025-11-19 19:41:43 +01:00
5aee9f9d50
Create examples_testing_linux.md
2025-11-19 19:31:17 +01:00
282c4b0eab
Minor teaks to run on Linux
2025-11-19 19:30:25 +01:00
ee3d65cbc9
Update examples_testing_web.md
2025-11-19 13:25:54 +01:00
82ad486e6b
Update rexm.c
2025-11-19 13:18:47 +01:00
bd21d74914
Update examples_testing_web.md
2025-11-19 13:08:11 +01:00
4cef89cf04
Update rexm.c
2025-11-19 13:08:02 +01:00
e1d5adb326
Update rexm.c
2025-11-19 12:43:44 +01:00
43bd2b1e18
REXM: Report issues if logs can not be loaded
2025-11-19 12:41:36 +01:00
313659d37d
Update examples_testing_web.md
2025-11-19 12:40:59 +01:00
a6976b1930
Create examples_testing_web.md
2025-11-19 12:33:49 +01:00
39e39216f6
REXM: ADDED: TestLog option for logs processing (without rebuilding)
2025-11-19 12:31:15 +01:00
e3738c1b17
REXM: UPDATE: Reviewed all examples requirements
2025-11-19 11:53:55 +01:00
33cee1146c
REXM: REVIEWED: Automated testing for Web
2025-11-19 09:54:54 +01:00
a24e65d8e1
Update examples_testing_windows.md
2025-11-18 21:26:54 +01:00
1b6303b900
Update examples_testing_windows.md
2025-11-18 21:20:05 +01:00
c7c6aaf156
Update examples_testing_windows.md
2025-11-18 21:12:25 +01:00
06958c91d0
Merge branch 'master' of https://github.com/raysan5/raylib
2025-11-18 20:59:55 +01:00
8455f9d088
Update rexm.c
2025-11-18 20:59:33 +01:00
95d58ed988
Update examples_testing_windows.md
2025-11-18 20:52:05 +01:00
5da90172ac
Update examples_testing_windows.md
2025-11-18 20:49:21 +01:00
6f4f4cc508
Update rexm.c
2025-11-18 20:44:23 +01:00
dcc9e96148
Update rexm.c
2025-11-18 20:18:17 +01:00
6993bc7337
Update examples_testing_windows.md
2025-11-18 19:51:34 +01:00
a4a6812d68
REXM: REVIEWED: Testing report generation
2025-11-18 19:50:45 +01:00
95a8977e33
REXM: FIX: Web log redirect and download
2025-11-18 16:28:10 +01:00
f531ee2d8f
Update rexm.c
2025-11-18 16:19:43 +01:00
bbba3d0802
REXM: ADDED: Web platform logs automated reports -WIP-
2025-11-17 19:40:55 +01:00
cde917c63c
REXM: ADDED: Build check warnings logs
2025-11-17 19:40:23 +01:00
ab463ac89b
Create raylib.vcxproj.filters
2025-11-17 09:39:59 +01:00
9fe3f7ca14
REXM: ADDED: Automated-testing system
...
Elements tested:
```
TESTING_FAIL_INIT = 1 << 0, // Initialization (InitWindow()) -> "INFO: DISPLAY: Device initialized successfully"
TESTING_FAIL_CLOSE = 1 << 1, // Closing (CloseWindow()) -> "INFO: Window closed successfully"
TESTING_FAIL_ASSETS = 1 << 2, // Assets loading (WARNING: FILE:) -> "WARNING: FILEIO:"
TESTING_FAIL_RLGL = 1 << 3, // OpenGL-wrapped initialization -> "INFO: RLGL: Default OpenGL state initialized successfully"
TESTING_FAIL_PLATFORM = 1 << 4, // Platform initialization -> "INFO: PLATFORM: DESKTOP (GLFW - Win32): Initialized successfully"
TESTING_FAIL_FONT = 1 << 5, // Font default initialization -> "INFO: FONT: Default font loaded successfully (224 glyphs)"
TESTING_FAIL_TIMER = 1 << 6, // Timer initialization -> "INFO: TIMER: Target time per frame: 16.667 milliseconds"
```
2025-11-17 00:29:54 +01:00
d26b17f320
Some comment tweaks
2025-11-17 00:27:33 +01:00
d29112fb1f
Create examples_testing_windows.md
2025-11-14 16:36:00 +01:00