Ray
|
e1d5adb326
|
Update rexm.c
|
2025-11-19 12:43:44 +01:00 |
|
Ray
|
43bd2b1e18
|
REXM: Report issues if logs can not be loaded
|
2025-11-19 12:41:36 +01:00 |
|
Ray
|
313659d37d
|
Update examples_testing_web.md
|
2025-11-19 12:40:59 +01:00 |
|
Ray
|
a6976b1930
|
Create examples_testing_web.md
|
2025-11-19 12:33:49 +01:00 |
|
Ray
|
39e39216f6
|
REXM: ADDED: TestLog option for logs processing (without rebuilding)
|
2025-11-19 12:31:15 +01:00 |
|
Ray
|
e3738c1b17
|
REXM: UPDATE: Reviewed all examples requirements
|
2025-11-19 11:53:55 +01:00 |
|
Ray
|
33cee1146c
|
REXM: REVIEWED: Automated testing for Web
|
2025-11-19 09:54:54 +01:00 |
|
Ray
|
a24e65d8e1
|
Update examples_testing_windows.md
|
2025-11-18 21:26:54 +01:00 |
|
Ray
|
1b6303b900
|
Update examples_testing_windows.md
|
2025-11-18 21:20:05 +01:00 |
|
Ray
|
c7c6aaf156
|
Update examples_testing_windows.md
|
2025-11-18 21:12:25 +01:00 |
|
Ray
|
06958c91d0
|
Merge branch 'master' of https://github.com/raysan5/raylib
|
2025-11-18 20:59:55 +01:00 |
|
Ray
|
8455f9d088
|
Update rexm.c
|
2025-11-18 20:59:33 +01:00 |
|
Ray
|
95d58ed988
|
Update examples_testing_windows.md
|
2025-11-18 20:52:05 +01:00 |
|
Ray
|
5da90172ac
|
Update examples_testing_windows.md
|
2025-11-18 20:49:21 +01:00 |
|
Ray
|
6f4f4cc508
|
Update rexm.c
|
2025-11-18 20:44:23 +01:00 |
|
Ray
|
dcc9e96148
|
Update rexm.c
|
2025-11-18 20:18:17 +01:00 |
|
Ray
|
6993bc7337
|
Update examples_testing_windows.md
|
2025-11-18 19:51:34 +01:00 |
|
Ray
|
a4a6812d68
|
REXM: REVIEWED: Testing report generation
|
2025-11-18 19:50:45 +01:00 |
|
Ray
|
95a8977e33
|
REXM: FIX: Web log redirect and download
|
2025-11-18 16:28:10 +01:00 |
|
Ray
|
f531ee2d8f
|
Update rexm.c
|
2025-11-18 16:19:43 +01:00 |
|
Ray
|
bbba3d0802
|
REXM: ADDED: Web platform logs automated reports -WIP-
|
2025-11-17 19:40:55 +01:00 |
|
Ray
|
cde917c63c
|
REXM: ADDED: Build check warnings logs
|
2025-11-17 19:40:23 +01:00 |
|
Ray
|
ab463ac89b
|
Create raylib.vcxproj.filters
|
2025-11-17 09:39:59 +01:00 |
|
Ray
|
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 |
|
Ray
|
d26b17f320
|
Some comment tweaks
|
2025-11-17 00:27:33 +01:00 |
|
Ray
|
d29112fb1f
|
Create examples_testing_windows.md
|
2025-11-14 16:36:00 +01:00 |
|
Ray
|
75ae4d347a
|
REXM: RENAMED: Reports moved to reports directory
|
2025-11-14 16:34:56 +01:00 |
|
Ray
|
b5caef1ffb
|
REXM: ADDED: Example automated-testing -WIP-
|
2025-11-13 22:48:24 +01:00 |
|
Ray
|
6dcd4cd564
|
Update rexm.c
|
2025-11-13 20:37:59 +01:00 |
|
Ray
|
ee2999b3e0
|
Update rexm.c
|
2025-11-09 19:22:12 +01:00 |
|
Ray
|
0b4815b8fe
|
WARNING: REMOVED: GIT recording option, added example
|
2025-11-09 13:43:08 +01:00 |
|
JohnnyCena123
|
ad17af57e9
|
[ignore][parser] properly ignore built rlparser executable (#5337)
* [ignore][parser] properly ignore built rlparser executable
* remove actual executable
|
2025-11-07 10:13:27 +01:00 |
|
Ray
|
eacbc8bd61
|
Update examples_report.md
|
2025-11-05 20:52:45 +01:00 |
|
Ray
|
c24f5ac412
|
REXM: Reviewed rebuild to support full categories -WIP-
|
2025-11-05 20:52:14 +01:00 |
|
Ray
|
91addeb889
|
Update rexm.c
|
2025-11-02 20:04:43 +01:00 |
|
Ray
|
5db5c9b4a1
|
Update rexm.c
|
2025-10-27 00:20:48 +01:00 |
|
Ray
|
aae2c4b355
|
Update rexm.c
|
2025-10-26 21:25:25 +01:00 |
|
Ray
|
5338e39124
|
Update rexm.c
|
2025-10-26 21:23:11 +01:00 |
|
Ray
|
a0f3f07bdc
|
Update examples_report.md
|
2025-10-26 21:23:08 +01:00 |
|
Ray
|
fdc500756d
|
REXM: ADDED: More detailed log info
|
2025-10-26 21:21:28 +01:00 |
|
Ray
|
cf9a0619ca
|
REXM: Validate and update examples
|
2025-10-26 21:21:05 +01:00 |
|
Ray
|
ec06f9be37
|
Removed trailing spaces
|
2025-10-21 13:51:03 +02:00 |
|
Ray
|
5aeedb4899
|
REXM: Update examples collection
|
2025-10-20 11:13:45 +02:00 |
|
Ray
|
7995f8d1b3
|
Avoid auto push on rename
|
2025-10-17 17:01:58 +02:00 |
|
Ray
|
ed8c4c1b9b
|
REXM: Update examples collection, some renames
|
2025-10-17 17:01:38 +02:00 |
|
Ray
|
0c97c95f6c
|
Update rexm.c
|
2025-10-17 12:33:50 +02:00 |
|
Ray
|
8e052b81b4
|
REVIEWED: New examples on VS project
|
2025-10-15 19:59:28 +02:00 |
|
github-actions[bot]
|
b020bed2b3
|
rlparser: update raylib_api.* by CI
|
2025-10-15 17:36:24 +00:00 |
|
Hugo
|
d2acf06779
|
[examples] Added core_directory_files (#5230)
* ADDED: example: `core_directory_files`
* Follow raylib's conventions
* Rework `core_directory_files` example
* Removed alternating colors & text on directory
* Update screenshot
---------
Co-authored-by: Ray <raysan5@gmail.com>
|
2025-10-15 19:27:42 +02:00 |
|
Hugo
|
9bf7699624
|
[examples] Added shapes_kaleidoscope (#5233)
* ADDED: example: `shapes_kaleidoscope`
* Add line reflection
* Updated with `rexm update`
* Follow raylib's conventions
|
2025-10-08 00:10:43 +02:00 |
|