Commit Graph

  • ab5dd32520 Complement SetWindowState and ClearWindowState ubkp 2023-10-20 22:22:06 -0300
  • 75b8f38825 Complement ToggleFullscreen and change ToggleBorderlessWindowed ubkp 2023-10-20 21:09:54 -0300
  • f26c96db75 Add note and todo to GetWindowScaleDPI ubkp 2023-10-20 16:55:45 -0300
  • c66eb49199
    [core] Complement implementations for SDL (#3444) ubkp 2023-10-20 12:38:14 -0300
  • 209b025316 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. Jeffery Myers 2023-10-20 07:55:09 -0700
  • bfc211a209 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-20 01:00:43 -0400
  • 695a05fcfe Small tweaks to various SDL implementation 2 ubkp 2023-10-20 01:25:09 -0300
  • df760002b7 Small tweaks to various SDL implementation ubkp 2023-10-20 01:14:04 -0300
  • e5b0d796e2 Complement GetMonitorPosition SDL implementation ubkp 2023-10-20 01:04:19 -0300
  • c8e04b0af5 Complement SetWindowMonitor SDL implementation 3 ubkp 2023-10-20 00:28:28 -0300
  • 13a66d8c72 Complement SetWindowMonitor SDL implementation 2 ubkp 2023-10-19 17:40:13 -0300
  • 3d259835b1 Complement SetWindowMonitor SDL implementation ubkp 2023-10-19 17:07:29 -0300
  • 081fffd46e REVIEWED: Issue with functions definitions Ray 2023-10-19 13:57:31 +0200
  • b674e344a8 REVIEWED: Issue with symbols exposure Ray 2023-10-19 13:46:02 +0200
  • 65dd0afb60 Update Makefile Ray 2023-10-19 13:41:09 +0200
  • 982641228c REDESIGNED: Move platforms to separate directory #3313 Ray 2023-10-19 13:36:10 +0200
  • a64d606cb3
    Fix GetMonitorPhysical* dpi (#3442) ubkp 2023-10-19 08:09:27 -0300
  • f09840dcdc Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-10-19 13:05:54 +0200
  • 19ff0e5fb1 REVIEWED: rlLoadTexture() #3440 Ray 2023-10-19 13:05:50 +0200
  • 8899e612ff Fix GetMonitorPhysical* dpi ubkp 2023-10-18 19:57:12 -0300
  • d7a098ebd3
    [core] Add more missing implementations to SDL (#3439) Le Juez Victor 2023-10-19 00:09:00 +0200
  • d7959ffa6c
    Fix SetGamepadMappings returning Le Juez Victor 2023-10-18 23:07:53 +0200
  • 6bbb7a5592
    Fix IsKeyPressed issue Le Juez Victor 2023-10-18 22:56:14 +0200
  • df906a3fe5 Add CodeQL Workflow for Code Security Analysis Brian 2023-10-18 16:45:20 -0400
  • 931400ea81
    Fixed mouse delta issue in relative mode Le Juez Victor 2023-10-18 20:41:36 +0200
  • 8bb71a0930
    Replace TraceLog by TRACELOG Le Juez Victor 2023-10-18 20:25:14 +0200
  • db0674cfc4
    Add SetWindowMonitor Le Juez Victor 2023-10-18 20:00:25 +0200
  • dafe42c497
    Add GetMonitorPosition Le Juez Victor 2023-10-18 19:45:50 +0200
  • aa66089ef3
    Add ToggleFullscreen Le Juez Victor 2023-10-18 19:29:22 +0200
  • 232a0615ea
    Add ToggleBorderlessWindowed Le Juez Victor 2023-10-18 19:07:24 +0200
  • fced1f8660
    Fix getting monitor size Le Juez Victor 2023-10-18 16:33:38 +0200
  • 72a6632c1b
    Fix CORE.Window.display size issue Le Juez Victor 2023-10-18 16:26:57 +0200
  • ad67296017
    Add VSync support for SDL Le Juez Victor 2023-10-18 14:06:52 +0200
  • bd3ffb9271
    Completing SetWIndowState and ClearWindowState Le Juez Victor 2023-10-18 14:02:15 +0200
  • 81c6b011c4
    [core] Add more missing implementations to SDL Le Juez Victor 2023-10-18 13:09:17 +0200
  • 2c5e6fa1da
    Fix GamepadMappings returning Le Juez Victor 2023-10-18 11:30:16 +0200
  • d0a265cee8
    [core] Add more missing implementations to SDL (#3436) ubkp 2023-10-18 03:05:35 -0300
  • 7a216de279 Add more missing implementations 6 ubkp 2023-10-18 00:56:13 -0300
  • bc19f4a049 Add more missing implementations 5 ubkp 2023-10-18 00:33:00 -0300
  • 4262f6d218 Add more missing implementations 4 ubkp 2023-10-17 23:47:15 -0300
  • 6127924d4b Add more missing implementations 3 ubkp 2023-10-17 20:49:55 -0300
  • c25d0b85e3 Add more missing implementations 2 ubkp 2023-10-17 20:27:44 -0300
  • fc6152613f REVIEWED: raylib 5.0-dev version for a future release Ray 2023-10-18 00:33:05 +0200
  • 48fc350567 Add more missing implementations 1 ubkp 2023-10-17 19:25:59 -0300
  • 53cd60bb29 REVIEWED: Move InitWindow()/CloseWindow() to rcore.c #3313 Ray 2023-10-18 00:03:47 +0200
  • 9534f48425
    fix build.zig (#3433) Michael Scherbakow 2023-10-17 23:36:42 +0200
  • d7d04a07a2
    [raudio] Implement GetMasterVolume() (#3434) Alexey Kutepov 2023-10-18 04:35:38 +0700
  • 80432fde62
    Fix SDL keyboard issue (#3435) Le Juez Victor 2023-10-17 23:29:28 +0200
  • 9fb4f02954
    Change ScancodeToKey array type Le Juez Victor 2023-10-17 13:27:31 +0200
  • 39749c664f
    Fix SDL keyboard issue Le Juez Victor 2023-10-17 13:03:48 +0200
  • 569538aa1f [raudio] Implement GetMasterVolume() rexim 2023-10-17 18:02:33 +0700
  • 4e13be8066 fix build.zig Michael Scherbakow 2023-10-17 12:05:45 +0200
  • f353cd1c3a
    [core] Add some missing implementations to SDL (#3432) ubkp 2023-10-17 07:01:01 -0300
  • 99ede0f747 Added some notes for alternative implementations #3362 Ray 2023-10-17 11:09:56 +0200
  • 7290ea9bfb Update models_mesh_generation.c Ray 2023-10-17 10:59:25 +0200
  • af83764f4f
    Implement GetCurrentMonitor in rcore_desktop_sdl (#3431) Dor Shapira 2023-10-17 10:53:53 +0300
  • 105837bfb2 Add missing implementations 5 ubkp 2023-10-17 00:11:26 -0300
  • df9a9c6d06 Add missing implementations 4 ubkp 2023-10-17 00:02:29 -0300
  • 89dbf19023 Add missing implementations 3 ubkp 2023-10-16 23:31:54 -0300
  • 13c03453d5 Add missing implementations 2 ubkp 2023-10-16 23:17:33 -0300
  • 34fa1a89ce Add missing implementations ubkp 2023-10-16 22:13:21 -0300
  • 30b44c6ce5 remove traceloog in GetCurrentMonitor דור שפירא 2023-10-17 00:07:10 +0300
  • a571563b7b Implemented GetCurrentMonitor דור שפירא 2023-10-17 00:04:50 +0300
  • fab99b8309
    Remove rcore.h include from android (#3429) ubkp 2023-10-16 09:59:08 -0300
  • 4a4a8002b5 Remove rcore.h include from android ubkp 2023-10-16 09:28:34 -0300
  • 859c67792a
    Make sure rcore.o gets compiled in more situations (#3423) Peter0x44 2023-10-16 13:08:55 +0100
  • c4296b166a
    Fix GenMeshPlane when resX != resZ (#3425) neyrox 2023-10-16 15:06:12 +0300
  • 73363f829b
    [core] Fix some mouse issues on SDL (#3428) ubkp 2023-10-16 04:43:20 -0300
  • 148748a27e Fix mouse button presses ubkp 2023-10-16 02:49:09 -0300
  • 6f3afc1961 Fix mouse movement on 3D ubkp 2023-10-16 01:45:48 -0300
  • b227db1a77 Fix mouse wheel getting stucked scrolling up or down ubkp 2023-10-16 01:12:25 -0300
  • 84818c96f2 ADDED: NEW PLATFORM: SDL (DESKTOP) rcore_desktop_sdl #3313 Ray 2023-10-16 00:51:44 +0200
  • a75251f0a9
    Inclusion of Matte to BINDINGS.md (#3427) Johnathan Corkery 2023-10-15 18:25:39 -0400
  • 5068f728db
    Inclusion of Matte to BINDINGS.md Johnathan Corkery 2023-10-15 16:21:52 -0400
  • 0b21e5d5ac Fix GenMeshPlane when resX != resZ Stanislav Yablonskiy 2023-10-15 18:34:30 +0300
  • db5173486d Make sure rcore.o gets compiled in more situations Peter0x44 2023-10-14 23:31:10 +0100
  • e837956e8a Make sure rcore.o gets compiled in more situations Peter0x44 2023-10-14 22:48:00 +0100
  • 18bedbd095
    [core] Change axisCount to be an array (#3421) MichaelFiber 2023-10-14 16:51:35 -0400
  • 781f717530
    Remove the rcore.h include from drm, web, template (#3420) ubkp 2023-10-14 17:47:35 -0300
  • 6d7112fde7
    Fix some omissions (#3418) Le Juez Victor 2023-10-14 22:46:46 +0200
  • 37e3ffcaac REVIEWED: SetMouseCursor() #3416 Ray 2023-10-14 22:45:56 +0200
  • b79e381092
    Fix SetMouseCursor implementation for PLATFORM_WEB (#3416) BeardedBread 2023-10-15 04:42:03 +0800
  • bf639f02a8
    Fix raygui.c leftover from zig build (#3417) Blue 2023-10-14 14:38:36 -0600
  • f8160e296d Switch axisCount to be an array Michael 2023-10-14 14:39:58 -0400
  • dc3ed750b1 do not skip first fps step window maksut 2023-10-14 19:28:19 +0100
  • b9ae95f848 Remove the rcore.h include from drm, web, template ubkp 2023-10-14 15:27:39 -0300
  • 4d07da8973 Clean up after merge Michael 2023-10-14 14:08:32 -0400
  • da28b352b8
    Merge pull request #5 from michaelfiber/mikes-input MichaelFiber 2023-10-14 13:48:43 -0400
  • 32576c398c
    Merge branch 'master' into mikes-input MichaelFiber 2023-10-14 13:48:32 -0400
  • e23da390bc
    Merge pull request #3 from raysan5/master MichaelFiber 2023-10-14 13:40:46 -0400
  • e5dc7b1f41
    Fix some omissions Le Juez Victor 2023-10-14 18:04:20 +0200
  • 2627de281a Fix raygui.c leftover from zig build Blue 2023-10-14 09:42:27 -0600
  • 40d356bec9 Set the CORE input mouse BeardedBread 2023-10-14 23:21:02 +0800
  • e4a5b04d66 Fix SetMouseCursor implementation for PLATFORM_WEB BeardedBread 2023-10-14 22:59:39 +0800
  • 28a01aaab7 do not rely on GetTime maksut 2023-10-14 15:44:42 +0100
  • 2498170b95
    Fix screen size check in InitPlatform() (#3415) Le Juez Victor 2023-10-14 15:11:56 +0200
  • d31b439e04
    Implement SetMouseCursor for PLATFORM_WEB (#3414) BeardedBread 2023-10-14 21:10:33 +0800
  • d1350114c4
    Fix screen size check in InitPlatform() Le Juez Victor 2023-10-14 14:48:21 +0200
  • 54950f9a3d Make sure CORE.Window.ready is set Ray 2023-10-14 12:55:31 +0200
  • b34c2ecbcb WARNING: REDESIGN: InitPlatform() to initialize all platform data #3313 Ray 2023-10-14 12:49:54 +0200