Commit Graph

  • 12f3bc10c2 [core] Move rcore.h content to inside rcore.c (#3479) ubkp 2023-10-29 16:20:19 -03:00
  • 2da8cc383c Update Makefile.Web Ray 2023-10-29 19:46:34 +01:00
  • e3363e9ad0 Typo fixed in HISTORY.md (#3481) Khalid Abdullah 2023-10-30 00:34:50 +06:00
  • 975d4154e6 Fix the Julia set shader example (#3467) Josh Colclough 2023-10-29 15:41:02 +00:00
  • b4865588f8 REVIEWED: GetCurrentMonitor() #3472 Ray 2023-10-29 16:36:46 +01:00
  • 01c264123d Remove rcore.h include from SDL (#3475) ubkp 2023-10-29 12:23:38 -03:00
  • effa3ee249 [Typo fixed] in CHANGELOG (#3477) Khalid Abdullah 2023-10-29 21:22:59 +06:00
  • b46505b13d Update tinyobj_loader_c.h (#3474) SuperUserNameMan 2023-10-27 17:13:10 +02:00
  • 2db7c727b6 GetCurrentMonitor() - use closest monitor (#3472) Alexandre Almeida 2023-10-27 12:01:05 -03:00
  • 3afd0a55b9 Update miniaudio to latest dev #3471 Ray 2023-10-27 16:55:27 +02:00
  • f721429f25 ADDED: SetAutomationEventBaseFrame(int frame) Ray 2023-10-27 01:19:10 +02:00
  • 98fcbe3fe2 Update core_automation_events.c Ray 2023-10-27 00:50:02 +02:00
  • 654b4e6257 Update core_automation_events.c Ray 2023-10-27 00:45:00 +02:00
  • 99dac5451c ADDED: Automation Events System, exposed to users Ray 2023-10-26 23:59:19 +02:00
  • 067dbe8657 ADDED: Drop files support to PLATFORM_DESKTOP_SDL Ray 2023-10-26 23:57:07 +02:00
  • d0141bd105 Remove trail spaces Ray 2023-10-26 23:56:38 +02:00
  • e4547eb422 Remove trail spaces Ray 2023-10-26 23:56:03 +02:00
  • 1cef62cf05 REVIEWED: glfwGetError() not availbale on PLATFORM_WEB fix #3470 Ray 2023-10-26 11:10:41 +02:00
  • 77730c80d9 Updated to miniaudio v0.11.19 #3448 Ray 2023-10-26 10:34:39 +02:00
  • eddeafd2ed Revert "Fix IsGestureDetected parameter inconsistency in raylib.h with rgextures.h (#3464)" Ray 2023-10-26 10:28:00 +02:00
  • 804f1a83eb Fix IsGestureDetected parameter inconsistency in raylib.h with rgextures.h (#3464) jestarray 2023-10-26 01:24:21 -07:00
  • 2f6b2897fe GetCurrentMonitor() - check window center instead of top-left corner (#3468) Alexandre Almeida 2023-10-26 05:18:00 -03:00
  • 9a687e3153 Fix missing PLATFORM_DESKTOP_SDL checks. (#3469) 2Bear 2023-10-26 16:15:25 +08:00
  • cb1c2ffda1 Fix gamepad names for PLATFORM_DESKTOP/GLFW (#3462) ubkp 2023-10-25 14:13:51 -03:00
  • b0c0f2e560 Fix OpenURL on SDL (#3460) ubkp 2023-10-25 07:17:54 -03:00
  • 7e5eff8a29 Revert "Fix #3461" Ray 2023-10-25 10:15:19 +02:00
  • 8fbd42d592 Fix #3461 Ray 2023-10-25 10:14:17 +02:00
  • 803b1a910e REVIEWED: Check OpenGL version required, fix #3457 Ray 2023-10-23 19:59:29 +02:00
  • a0f0034352 REVIEWED: InitPlatform() organization and code-gardening Ray 2023-10-23 19:15:40 +02:00
  • 3ff6026917 REVIEWED: Move screen capture logic to rcore.c, available for all platforms Ray 2023-10-23 18:32:24 +02:00
  • daf227a185 Fixes a memory leak as a result of creating an AudioBuffer* with the old source.frameCount. This internally allocates memory to the structs data pointer which is then later overridden by the correct sound data of the source sound. (#3458) Lukas 2023-10-23 18:16:28 +02:00
  • 4ed776368a When the frame counter gets to 0, reset the FPS average counter. This allows the window to be closed and reopened with clean FPS stats. (#3445) Jeffery Myers 2023-10-23 01:11:50 -07:00
  • 8f517b7651 Fix compilation for PLATFORM_WEB examples (#3454) ubkp 2023-10-23 05:05:40 -03:00
  • b3028e4891 Review prerequisites of rcore.c (#3453) Peter0x44 2023-10-22 18:45:49 +01:00
  • e33e9da277 Add DrawCircleLinesV for consistency (#3452) Peter0x44 2023-10-22 16:13:49 +01:00
  • f0124df0e8 Update CHANGELOG Ray 2023-10-22 15:34:24 +02:00
  • cdb394fac6 Update CHANGELOG for **raylib 5.0** -WIP- Ray 2023-10-22 15:21:25 +02:00
  • 0e029f719b Revert "REVIEWED: sinfl, fix #3349" Ray 2023-10-22 15:17:35 +02:00
  • 9127ee2ff9 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-10-22 15:16:08 +02:00
  • 2b90b5600c Revert "Update sinfl.h" Ray 2023-10-22 15:15:56 +02:00
  • ea325c54e8 fix examples Makefile to use Makefile.Web when building for web (#3449) Keith Stellyes 2023-10-22 05:58:35 -07:00
  • da9bc564d2 Update sinfl.h Ray 2023-10-22 10:31:35 +02:00
  • c4fb6c8517 REVIEWED: sinfl, fix #3349 Ray 2023-10-22 10:27:22 +02:00
  • 1aad6a2fc0 REVIEWED: New platform backend template comments Ray 2023-10-22 10:09:03 +02:00
  • bcfa7c6718 Update rcore_desktop.c Ray 2023-10-22 10:08:39 +02:00
  • 8cda4273ec [core] Complement implementations for SDL (3) (#3450) ubkp 2023-10-22 04:45:04 -03:00
  • e5993c4a4b [core] Complement implementations for SDL (2) (#3447) ubkp 2023-10-21 07:11:54 -03:00
  • c66eb49199 [core] Complement implementations for SDL (#3444) ubkp 2023-10-20 12:38:14 -03:00
  • 081fffd46e REVIEWED: Issue with functions definitions Ray 2023-10-19 13:57:31 +02:00
  • b674e344a8 REVIEWED: Issue with symbols exposure Ray 2023-10-19 13:46:02 +02:00
  • 65dd0afb60 Update Makefile Ray 2023-10-19 13:41:09 +02:00
  • 982641228c REDESIGNED: Move platforms to separate directory #3313 Ray 2023-10-19 13:36:10 +02:00
  • a64d606cb3 Fix GetMonitorPhysical* dpi (#3442) ubkp 2023-10-19 08:09:27 -03:00
  • f09840dcdc Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-10-19 13:05:54 +02:00
  • 19ff0e5fb1 REVIEWED: rlLoadTexture() #3440 Ray 2023-10-19 13:05:50 +02:00
  • d7a098ebd3 [core] Add more missing implementations to SDL (#3439) Le Juez Victor 2023-10-19 00:09:00 +02:00
  • d0a265cee8 [core] Add more missing implementations to SDL (#3436) ubkp 2023-10-18 03:05:35 -03:00
  • fc6152613f REVIEWED: raylib 5.0-dev version for a future release Ray 2023-10-18 00:33:05 +02:00
  • 53cd60bb29 REVIEWED: Move InitWindow()/CloseWindow() to rcore.c #3313 Ray 2023-10-18 00:03:47 +02:00
  • 9534f48425 fix build.zig (#3433) Michael Scherbakow 2023-10-17 23:36:42 +02:00
  • d7d04a07a2 [raudio] Implement GetMasterVolume() (#3434) Alexey Kutepov 2023-10-18 04:35:38 +07:00
  • 80432fde62 Fix SDL keyboard issue (#3435) Le Juez Victor 2023-10-17 23:29:28 +02:00
  • f353cd1c3a [core] Add some missing implementations to SDL (#3432) ubkp 2023-10-17 07:01:01 -03:00
  • 99ede0f747 Added some notes for alternative implementations #3362 Ray 2023-10-17 11:09:56 +02:00
  • 7290ea9bfb Update models_mesh_generation.c Ray 2023-10-17 10:59:25 +02:00
  • af83764f4f Implement GetCurrentMonitor in rcore_desktop_sdl (#3431) Dor Shapira 2023-10-17 10:53:53 +03:00
  • fab99b8309 Remove rcore.h include from android (#3429) ubkp 2023-10-16 09:59:08 -03:00
  • 859c67792a Make sure rcore.o gets compiled in more situations (#3423) Peter0x44 2023-10-16 13:08:55 +01:00
  • c4296b166a Fix GenMeshPlane when resX != resZ (#3425) neyrox 2023-10-16 15:06:12 +03:00
  • 73363f829b [core] Fix some mouse issues on SDL (#3428) ubkp 2023-10-16 04:43:20 -03:00
  • 84818c96f2 ADDED: NEW PLATFORM: SDL (DESKTOP) rcore_desktop_sdl #3313 Ray 2023-10-16 00:51:44 +02:00
  • a75251f0a9 Inclusion of Matte to BINDINGS.md (#3427) Johnathan Corkery 2023-10-15 18:25:39 -04:00
  • 18bedbd095 [core] Change axisCount to be an array (#3421) MichaelFiber 2023-10-14 16:51:35 -04:00
  • 781f717530 Remove the rcore.h include from drm, web, template (#3420) ubkp 2023-10-14 17:47:35 -03:00
  • 6d7112fde7 Fix some omissions (#3418) Le Juez Victor 2023-10-14 22:46:46 +02:00
  • 37e3ffcaac REVIEWED: SetMouseCursor() #3416 Ray 2023-10-14 22:45:56 +02:00
  • b79e381092 Fix SetMouseCursor implementation for PLATFORM_WEB (#3416) BeardedBread 2023-10-15 04:42:03 +08:00
  • bf639f02a8 Fix raygui.c leftover from zig build (#3417) Blue 2023-10-14 14:38:36 -06:00
  • 2498170b95 Fix screen size check in InitPlatform() (#3415) Le Juez Victor 2023-10-14 15:11:56 +02:00
  • d31b439e04 Implement SetMouseCursor for PLATFORM_WEB (#3414) BeardedBread 2023-10-14 21:10:33 +08:00
  • 54950f9a3d Make sure CORE.Window.ready is set Ray 2023-10-14 12:55:31 +02:00
  • b34c2ecbcb WARNING: REDESIGN: InitPlatform() to initialize all platform data #3313 Ray 2023-10-14 12:49:54 +02:00
  • 4521a142c3 tweaks Ray 2023-10-14 11:48:20 +02:00
  • 005ba155c0 Minor tweaks Ray 2023-10-14 10:56:09 +02:00
  • 2f08f435b9 Add Raylib.lean to BINDINGS.md (#3409) Daniil Kisel 2023-10-13 21:54:15 +03:00
  • 4981acb241 fix zig syntax errors in examples, and make it install executables correctly (#3395) Purple4pur 2023-10-14 01:55:52 +08:00
  • 5a0d9c8d43 Fix UpdateSound parameter name (#3405) Daniil Kisel 2023-10-13 20:54:43 +03:00
  • 36abc48cf8 Normalize gestureEvent.position coordinates (#3406) Le Juez Victor 2023-10-13 19:54:00 +02:00
  • f3c27ec157 Fix android, drm compilation issue on InitWindow (#3407) ubkp 2023-10-13 14:53:31 -03:00
  • 0f4a8cf7cb Ported to stb_image_resize2.h (#3403) Babak 2023-10-13 16:37:35 +02:00
  • 0daa5ce1e7 Fix GetMouseDelta() issue for Android (#3404) Le Juez Victor 2023-10-13 16:36:42 +02:00
  • 2e65bc675c Moved some platforms functions to generic rcore #3313 Ray 2023-10-13 14:14:16 +02:00
  • 876e6b3a0d REVIEWED: TextFormat(), added "..." for truncation #3366 Ray 2023-10-11 20:25:09 +02:00
  • 6ed8acde67 Fix windowMin/Max to screenMin/Max for android, drm, template (#3400) ubkp 2023-10-11 14:29:21 -03:00
  • 61af8e7631 REVIEWED: #3399, Fix #3366 Ray 2023-10-11 12:20:03 +02:00
  • 28fb58f0ea [rtext] TextFormat() warn user if buffer overflow occured. (#3399) Murlocohol 2023-10-11 06:15:40 -04:00
  • da9c2894fe Reorganized some functions, WaitTime() is common to all platforms Ray 2023-10-11 12:10:38 +02:00
  • a2c5f01059 Reordered one function Ray 2023-10-11 11:55:12 +02:00
  • 0d175a69ae REVIEWED: Mouse and Touch functions generic to all platforms #3313 Ray 2023-10-11 11:36:44 +02:00
  • 6ebfec99c5 Added gamepad functions as generic for all platforms Ray 2023-10-11 11:14:03 +02:00