Commit Graph

  • 336fd78f74 Add core_highdpi example Jonathan Marler 2025-03-27 10:52:32 -06:00
  • 9a049d1d27 Merge pull request #4859 from MikiZX1/master Ray 2025-03-28 18:03:32 +01:00
  • 61aea2495a Merge pull request #4863 from marler8997/fixImmediateRestore Ray 2025-03-28 18:02:12 +01:00
  • 57a00b09b2 Merge pull request #4862 from marler8997/coreFlagsFps Ray 2025-03-28 17:56:30 +01:00
  • 1f9d7c6f88 Merge pull request #4866 from marler8997/restoreWindowDesc Ray 2025-03-28 17:55:45 +01:00
  • af16f7823a Improve description of RestoreWindow Jonathan Marler 2025-03-28 10:37:32 -06:00
  • 44f4400f5b Merge pull request #4864 from marler8997/excludeRglfw Ray 2025-03-27 08:30:32 +01:00
  • 508ca5c80f [build] only include rglfw.c for glfw platform Jonathan Marler 2025-03-26 21:11:35 -06:00
  • 00fb09cebf Prevent immediate window restore from minimize in core_window_flags Jonathan Marler 2025-03-26 20:02:03 -06:00
  • 8749ba9ebf Uncomment SetTargetFPS in core_window_flags Jonathan Marler 2025-03-26 16:35:31 -06:00
  • 8ec52e3b25 Added example to build system luis605 2025-03-26 19:47:45 +00:00
  • eeda7a4b82 Added shaders_view_depth example to the build system luis605 2025-03-26 17:41:04 +00:00
  • 001e78014c Merge pull request #4860 from marler8997/fixDivide0 Ray 2025-03-26 18:01:37 +01:00
  • e08fc8ab80 Added new example - [shader] render depth texture luis605 2025-03-26 16:59:05 +00:00
  • 611c43719f Avoid divide by 0 in core_custom_frame_control example Jonathan Marler 2025-03-26 10:58:59 -06:00
  • 55c6864092 Update rcore_desktop_sdl.c MikiZX1 2025-03-26 14:06:58 +01:00
  • beaadc9185 Merge pull request #4856 from marler8997/oneBuild Ray 2025-03-25 22:39:13 +01:00
  • 3d83c1c796 Format tweak Ray 2025-03-25 19:27:55 +01:00
  • ac17de5074 [build] remove examples/build.zig, incorporate into main build.zig Jonathan Marler 2025-03-25 09:55:49 -06:00
  • 909c83fd4a Avoid path filtering on TakeScreenshot() Ray 2025-03-25 16:22:46 +01:00
  • 32c8f396c2 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-03-25 16:21:53 +01:00
  • 63e608d485 comment tweak Ray 2025-03-24 15:07:36 +01:00
  • f5c96302d5 Merge pull request #4850 from sleeptightAnsiC/fix_rcore__ChangeDirectory_TRACELOG Ray 2025-03-23 19:13:12 +01:00
  • 8e9c3ceb57 [rcore] fix: TRACELOG upon successfully changing directory sleeptightAnsiC 2025-03-22 21:20:17 +01:00
  • 46cd07d2c7 WARNING: REVERTED CHANGE THAT BROKE BATCHING!!! #4849 Ray 2025-03-21 17:17:45 +01:00
  • 266fba1111 Minor tweaks Ray 2025-03-21 17:07:55 +01:00
  • add4da8fb3 Merge pull request #4845 from bamless/log-zoom Ray 2025-03-20 10:38:59 +01:00
  • e140aca1b5 Increase zoom factor in core_2d_camera.c Fabrizio Pietrucci 2025-03-19 20:19:19 +01:00
  • 8b84c999d2 Use logarithmic zoom scaling in 2d camera zoom examples Fabrizio Pietrucci 2025-03-19 19:48:04 +01:00
  • cd9206956c Merge pull request #4843 from theundergroundsorcerer/DrawCircleSector-quickfix Ray 2025-03-18 11:29:32 +01:00
  • 589ad0a33d Add early return to circle sector functions when angles are equal. Prevents unnecessary work and division by zero (when segments=0) in DrawCircleSector/DrawCircleSectorLines when startAngle equals endAngle, matching existing behavior in DrawRing/DrawRingLines. Myrddin Krustowski 2025-03-18 11:51:58 +02:00
  • 2f63a15630 Merge pull request #4836 from JeffM2501/unscale_on_resize Ray 2025-03-14 17:15:14 +01:00
  • d56ab670c3 spaces not tabs Jeffery Myers 2025-03-14 08:18:26 -07:00
  • bbbdd1f080 Merge pull request #4839 from aidonmaster/patch-1 Ray 2025-03-14 08:09:49 +01:00
  • 513753c394 Converting int to char Aidon 2025-03-13 21:50:20 -03:00
  • cb830bed72 Increased depth size and clip distances to avoid z-fighting issues Ray 2025-03-13 16:34:39 +01:00
  • d0e638cc31 REVIEWED: Platform DRM messages... Ray 2025-03-13 11:42:16 +01:00
  • 99a9ecfaac [rcore] Support window flags with initialization issues Alex Anderson 2025-03-12 14:56:02 -07:00
  • 4bed3741c1 Unscale the window size on resize if we are doing automatic HighDPI scaling. Jeffery Myers 2025-03-12 14:16:50 -07:00
  • 749a512f13 REVIEWED: ScanDirectoryFiles*() #4833 Ray 2025-03-12 12:44:40 +01:00
  • 654d5c80c2 Merge pull request #4833 from MykBamberg/master Ray 2025-03-12 12:40:25 +01:00
  • a0318e67aa Merge pull request #4835 from NiamhNightglow/master Ray 2025-03-12 11:29:11 +01:00
  • fffbbad2f7 Guard against DEBUG Redefinition Nia Nightglow 2025-03-12 00:00:18 -05:00
  • daa2921476 [rcore] Use snprintf to prevent buffer overflow in path construction MykBamberg 2025-03-12 01:38:39 +01:00
  • b80250bee4 Merge pull request #4807 from RicoP/RicoP/sinfl_bsr Ray 2025-03-11 08:32:32 +01:00
  • 0934cdba48 fix C++ style cast Rico P 2025-03-11 07:09:10 +01:00
  • 7dc409d060 potential fix for MSVC compile error Rico P 2025-03-11 07:03:57 +01:00
  • e7872a700d update sinfl_bsr Rico P 2025-03-10 20:57:48 +01:00
  • 7f8bf2233c REVIEWED: Formating to follow raylib conventions Ray 2025-03-10 17:08:18 +01:00
  • bd8e59f18d Replace size_t by unsigned int Ray 2025-03-10 17:07:18 +01:00
  • 4c8c72778d Remove trailing spaces Ray 2025-03-10 17:04:29 +01:00
  • 9c62a7823b Update Makefile Ray 2025-03-10 17:04:14 +01:00
  • 0853c5b03f [rcore][RGFW] bug fixes (#4798) Colleague Riley 2025-03-10 11:50:40 -04:00
  • 61a026f7ef [examples] Reorganize some conditions to fix overlap bugs (#4829) Amy Wilder 2025-03-09 06:40:24 -04:00
  • 5bda46960c REVIEWED: Linux workflow to run on ubuntu-latest Ray 2025-03-08 18:49:50 +01:00
  • bbeade636c build.zig.zon: update hashes (#4826) David Vanderson 2025-03-08 06:42:17 -05:00
  • 097e80d1c4 added comment to fingerprint line per recommendation from the standard 'build.zig.zon' file generated by 'zig init' in Zig 0.14.0 (#4827) 10aded 2025-03-08 11:21:50 +10:00
  • f430d72a8c [examples] fix: use quotation marks when including raylib.h (#4821) sleeptightAnsiC 2025-03-07 20:24:53 +01:00
  • 590f793755 Update build.zig.zon to use the new zig v0.14 version (#4819) zewenn 2025-03-07 20:24:01 +01:00
  • 9ba0cdbe6d Fix GetCurrentMonitor comments. (#4812) Kaluub 2025-03-07 14:21:08 -05:00
  • f1385f3aec Fix stb_truetype composite glyph scaling logic (#4811) Ashish Bhattarai 2025-03-04 18:53:11 +01:00
  • cb3168a048 Wow! We surpassed the **8000** commits! AMAZING! :D Ray 2025-03-02 17:42:10 +01:00
  • 34159399cf [rcore] fix crash in InitWindow, due to unchecked result of InitPlatform (#4803) sleeptightAnsiC 2025-03-02 17:05:09 +01:00
  • 539c45ee23 sinfl_bsr fix for TCC Rico P 2025-03-02 16:20:49 +01:00
  • b99c2848c1 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-03-02 13:43:32 +01:00
  • 654131799e Minor tweaks Ray 2025-03-02 13:43:15 +01:00
  • a20d9dedf3 [desktop_glfw] fix InitPlatform crash caused by glfwCreateWindow... (#4804) sleeptightAnsiC 2025-03-01 23:42:07 +01:00
  • eb8a343e31 [cmake] Use STATIC lib ON by default (#4799) Bruno Cabral 2025-02-25 22:48:59 -08:00
  • e4dcdfa1f2 update RGFW to 1.6 (#4795) Colleague Riley 2025-02-25 15:49:37 -05:00
  • e4993c5557 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-02-25 17:50:54 +01:00
  • 557d071fa2 Reviewed shader loading message Ray 2025-02-25 17:50:46 +01:00
  • 7cae259a6d Reviewed shaders comment wording (#4793) jordan4ibanez 2025-02-25 08:26:52 -05:00
  • da8a08006a Added some comments on latest change Ray 2025-02-25 12:46:06 +01:00
  • 27af359d1c [rlgl] Preserve texture on mode switching (#4364) Destructor17 2025-02-25 14:39:00 +03:00
  • e1ec595251 ADDED: Resource file to example projects #4790 Ray 2025-02-25 12:06:34 +01:00
  • 0037ee5420 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-02-25 11:43:32 +01:00
  • 256953957f Update Makefile Ray 2025-02-25 11:43:25 +01:00
  • a979b10966 Minor format tweak Ray 2025-02-25 11:43:22 +01:00
  • 1e2fd94209 fix linkage warnings under windows (#4766) Rico P 2025-02-24 13:54:17 +01:00
  • 8edbd07b5e Do not check GUI libs for DRM (#4792) Slendi 2025-02-24 14:53:30 +02:00
  • 294da26042 Update raymath.h Ray 2025-02-23 23:07:12 +01:00
  • fc5ff8db5c Update raymath.h Ray 2025-02-23 23:06:31 +01:00
  • a5907bfdca REVIEWED: MatrixDeterminant() #4780 Ray 2025-02-23 23:04:52 +01:00
  • 85a87baf69 Support IsWindowHidden() on web. (#4789) Mario Nachbaur 2025-02-23 18:19:42 +01:00
  • 015ab9df18 Amend comment to explain what LoadCodepoints is doing. (#4787) Jay Rhoden 2025-02-24 01:19:10 +08:00
  • 99d2119dd6 [build] Add CI for ARM64 with Visual Studio (#4781) Peter0x44 2025-02-21 06:31:50 -08:00
  • 4522ecae1a [raudio] Fixed memory leak on early-return of WaveFormat func (#4779) Ralph Caraveo 2025-02-21 06:29:12 -08:00
  • c34ef35433 Update RGFW and ensure it's consistent with the GLFW backend (#4783) Colleague Riley 2025-02-21 06:32:09 -05:00
  • 5ea60dd3ce Minor tweaks Ray 2025-02-20 18:10:01 +01:00
  • 32fcfd3549 Minor tweaks Ray 2025-02-19 13:38:22 +01:00
  • 77df0ab1e8 [rcore_desktop_glfw.c] fix: make sure that GLFW uses RL_*alloc macros (#4777) sleeptightAnsiC 2025-02-18 22:53:18 +01:00
  • 11090ab6cb [raylib.h] Added space after comma (#4774) Brian E 2025-02-17 12:12:59 +01:00
  • b49c079b1d Fix typo in rshapes.c (#4772) vict-Yang 2025-02-16 22:43:32 +08:00
  • 2b59e7475f Implement Android-specific functions (#4769) Le Juez Victor 2025-02-15 19:34:51 +01:00
  • c647d33703 Better default values for normals and tangents (VBOs) (#4763) Le Juez Victor 2025-02-14 01:00:05 +01:00
  • ee946b2f16 use strstr instead of TextFindIndex (#4764) mannikim 2025-02-13 23:58:33 +00:00
  • 1d87932d93 TextSubtext fixes (#4759) veins1 2025-02-13 03:12:10 +05:00
  • a1de60f3ba added missing file (#4754) Thomas Anderson 2025-02-08 04:23:15 -06:00
  • a61c710b45 Update raylib_api.* by CI github-actions[bot] 2025-02-08 10:22:50 +00:00
  • 6a644b48f0 doc: audio stream processor, number of channels (#4753) goto40 2025-02-08 11:22:34 +01:00