Commit Graph

  • 445f024106 Remove PLATFORM_RPI (#3232) MichaelFiber 2023-09-07 11:42:28 -0400
  • 7026ede3c0 Update Makefile : clean raygui.c & physac.c (#3296) SuperUserNameMan 2023-09-07 17:35:02 +0200
  • c0e525079c Update rcore.c Ray 2023-09-06 23:33:29 +0200
  • 3d9263062d Mouse offset and scaling must be considered also on web! Ray 2023-09-06 23:16:31 +0200
  • 8a6c1b72b7 Update cmake SUPPORT_FILEFORMAT_SVG default value (#3291) Asdqwe 2023-09-05 06:03:59 -0300
  • c440a5ea46 Update README.md (#3290) Ikko Eltociear Ashimine 2023-09-05 18:03:32 +0900
  • 4ed1caebe2 Disable UBSAN in zig builds. (#3292) Ryan Roden-Corrent 2023-09-05 05:02:25 -0400
  • 224f0af429 Fix #3293 Ray 2023-09-05 20:04:21 +0200
  • 3ec569f287 Update config.h Ray 2023-09-04 18:51:44 +0200
  • a0922a2a92 Fix #3247 Ray 2023-09-04 18:43:25 +0200
  • b29284eb37 Update rtextures.c Ray 2023-09-04 18:43:03 +0200
  • 100b303685 Fix examples/textures/textures_image_rotate.c help instructions (#3286) Asdqwe 2023-09-03 06:03:00 -0300
  • e330f7d17d Fix examples/textures/textures_fog_of_war.c help instructions (#3285) Asdqwe 2023-09-02 17:50:59 -0300
  • fda2d0f506 Add SUPPORT_FILEFORMAT_SVG to cmake (#3284) Asdqwe 2023-09-02 17:38:10 -0300
  • 0a5c476b0a REVIEWED: LoadImageSvg() Ray 2023-09-02 19:20:56 +0200
  • 7016f32d4e REVIEWED: LoadImageSvg() Ray 2023-09-02 13:16:44 +0200
  • 6527f61d02 Added rudimentary SVG support. (#2738) bXi 2023-09-02 07:00:18 -0400
  • d79ec5c431 Use internal default allocators, instead of user-exposed ones Ray 2023-09-02 12:58:47 +0200
  • b0986cbabb Some tweaks Ray 2023-09-02 12:54:36 +0200
  • 98a02e13ea REVIEWED: Data size type consistency between functions #3168 Ray 2023-09-02 12:05:34 +0200
  • 650fbab341 REVIEWED: Added SetTextLineSpacing() to multiline examples Ray 2023-09-02 11:48:19 +0200
  • fc0c51d0c7 Fix uninitialized thread-locals in stbi #3282 (#3283) Johannes Barthelmes 2023-09-02 11:41:33 +0200
  • bc39770f52 RENAMED: LoadFont*() parameter names for consistency and coherence Ray 2023-09-01 23:23:01 +0200
  • 5a6fbcf124 Fix examples/shapes/shapes_collision_area.c help instructions (#3279) Asdqwe 2023-08-30 17:43:19 -0300
  • f26cb1ff71 Fix examples/shaders/shaders_texture_outline.c help instructions (#3278) Asdqwe 2023-08-30 17:42:01 -0300
  • 3b84ec7d93 Fix examples/others/easings_testbed.c help instructions and small tweak (#3277) Asdqwe 2023-08-30 17:40:49 -0300
  • f54a12d8c0 Add examples/shaders/shaders_lightmap.c to Makefiles (#3276) Asdqwe 2023-08-30 17:40:24 -0300
  • 7cc7ab032a Remove a duplicated screenshot and add missing one (#3275) Asdqwe 2023-08-30 17:39:44 -0300
  • 5c51b0b109 Update examples/models/models_loading_gltf.png;m3d.png screenshots (#3273) Asdqwe 2023-08-29 14:28:03 -0300
  • c197cac34c REVIEWED: GetFileLength(), added comment #3262 Ray 2023-08-29 19:26:15 +0200
  • daeb2cceac Use type name instead of valid specifier Ray 2023-08-29 19:25:44 +0200
  • 7fd3a02e88 Fix example/audio/audio_module_player.c help instructions and small bug (#3272) Asdqwe 2023-08-29 14:04:27 -0300
  • c0038158f5 Remove e from secondes (#3270) Ethan Conneely 2023-08-28 21:49:45 +0100
  • 10408524f0 Fix example/models/models_loading_m3d.c controls (#3269) Asdqwe 2023-08-27 16:15:02 -0300
  • 7ed0fdb6e9 Fix example/models/models_loading_gltf.c controls (#3268) Asdqwe 2023-08-27 16:14:20 -0300
  • fb0184a135 Fix CMake extraneous -lglfw (#3266) iacore 2023-08-27 13:43:39 +0000
  • 2931ba97b9 Add missing cmake options (#3267) Asdqwe 2023-08-27 10:42:45 -0300
  • bfd9c4ef3c Formating review Ray 2023-08-27 00:30:56 +0200
  • 1814fd660d Fix bug where default shaders was not linking. (#3261) Branimir Ričko 2023-08-26 18:55:57 +0200
  • 22707987eb [Feature] IsKey... safety checks and more (#3256) Nickolas McDonald 2023-08-26 08:48:28 -0400
  • 8744f45a1d Add Vector3 Projecting and Rejection to Raymath (#3263) Ethan Simpson 2023-08-27 00:44:52 +1200
  • 81ec5f0a21 [Image] Validate that ImageDrawRectangleRec is drawing entirely inside the image (#3264) Jeffery Myers 2023-08-26 05:43:14 -0700
  • 9760208993 Fix SetClipboardText for web (#3257) ubkp 2023-08-26 09:40:30 -0300
  • 87c9ed4109 Match CMakeOptions.txt options default values (#3258) Asdqwe 2023-08-26 09:35:53 -0300
  • acc4ecb48a Update rcore.c (#3255) vitopigno 2023-08-21 00:36:00 +0200
  • 7190face1b Reviewed IsKeyPressedRepeat() #3248 Ray 2023-08-21 00:34:35 +0200
  • 952ebb501a Add IsKeyPressedRepeat (desktop only) (#3245) actondev (Christos) 2023-08-20 23:53:20 +0200
  • 62c20dfba6 add build.zig options for individual modules (#3254) actondev (Christos) 2023-08-20 21:27:39 +0200
  • 934cd6fa4d tweaks Ray 2023-08-20 21:36:36 +0200
  • d3ebf8c09b Fix text_unicode.c example crashing (#3250) ubkp 2023-08-19 08:43:00 -0300
  • 90afcda9dc Revert "Fix #3246" Ray 2023-08-19 20:09:43 +0200
  • 7e2c474c50 Fix #3246 Ray 2023-08-17 15:05:52 +0200
  • 565790e6d4 Ignore unused return value of GetCodepointNext in GetCodepointCount (#3241) ashn 2023-08-14 18:09:27 -0400
  • 45a099c0f0 Update BINDINGS.md Ray 2023-08-15 00:04:07 +0200
  • 92bf6e8bad Fix examples/others/rlgl_standalone.c compilation issue (#3242) ubkp 2023-08-14 16:55:13 -0300
  • 35028b3d21 Added fortran-raylib Ray 2023-08-14 21:10:24 +0200
  • f9c6ca468a
    Update BINDINGS.md with vaiorabbit/raylib-bindings (#3318) Wilson Silva 2023-09-17 00:56:38 +0700
  • 8165f3dac7
    Update BINDINGS.md with vaiorabbit/raylib-bindings Wilson Silva 2023-09-16 23:07:33 +0700
  • 06986f36b3 Update rmodels.c Ray 2023-09-15 17:04:07 +0200
  • 18b22523cc
    Update BINDINGS.md (#3317) turborium 2023-09-15 14:32:50 +0400
  • 89e22699c7
    Update BINDINGS.md turborium 2023-09-15 10:48:02 +0400
  • 0b08f37a69 Fix shaders path ubkp 2023-09-14 21:40:06 -0300
  • 497f41bdc4
    C++11 is only needed for the color constants Peter0x44 2023-09-14 22:11:30 +0100
  • b7d8490086
    Allow excluding color constants from raylib.h Peter0x44 2023-09-14 22:02:46 +0100
  • 59ee375370
    Merge branch 'master' into submodules MichaelFiber 2023-09-14 16:31:40 -0400
  • 6af88f60eb Move 13 functions out of rcore: ToggleBorderlessWindowed SetWindowState ClearWindowState SetWindowIcon SetWindowIcons SetWindowTitle SetWindowPosition SetWindowMonitor SetWindowMinSize SetWindowMaxSize SetWindowSize SetWindowOpacity SetWindowFocused MichaelFiber 2023-09-14 16:29:40 -0400
  • 67d04b96e4 Move MaximizeWindow, MinimizeWindow and RestoreWindow out of rcore michaelfiber 2023-09-14 13:51:44 -0400
  • f6d30b5fbd Move ToggleFullscreen out of rcore michaelfiber 2023-09-14 13:36:48 -0400
  • 92fd9eac06 Move IsWindowMaximized, IsWindowFocused and IsWindowResized out of rcore michaelfiber 2023-09-14 13:32:56 -0400
  • 1b00a100fe Move IsWindowMinimized out of rcore michaelfiber 2023-09-14 13:28:05 -0400
  • c68a189af4 Move IsWindowHidden out of rcore michaelfiber 2023-09-14 13:25:12 -0400
  • 2125da5926 Move WindowShouldClose out of rcore michaelfiber 2023-09-14 13:20:24 -0400
  • cc5249b82c Move android_main and CloseWindow() out of rcore michaelfiber 2023-09-14 13:14:54 -0400
  • a0afba2de0 Start moving InitGraphicsDeivce MichaelFiber 2023-09-14 12:46:09 -0400
  • 8a1779b2ad
    Rename windowM* to screenM* (#3312) ubkp 2023-09-14 06:57:23 -0300
  • 0d7b41e0e1 Rename windowM* to screenM* ubkp 2023-09-13 22:33:27 -0300
  • 7af660d6e6 Add submodules to Makefile and clean up some imports MichaelFiber 2023-09-13 17:13:53 -0400
  • 205b9e171e
    Merge branch 'master' into submodules MichaelFiber 2023-09-13 16:47:17 -0400
  • cddb0fa969 Check in current state MichaelFiber 2023-09-13 16:45:30 -0400
  • 97ef81914c Reviewed parameters for consistency Ray 2023-09-13 17:05:38 +0200
  • 528b879955 Update rtextures.c Ray 2023-09-13 17:05:22 +0200
  • 719365f209
    Add SetWindowMaxSize for desktop and web (#3309) ubkp 2023-09-13 11:37:11 -0300
  • 2b1849e57d
    Add claw-raylib to BINDINGS.md (#3310) bohonghuang 2023-09-13 22:35:37 +0800
  • 784c6ebfd0 Add claw-raylib to BINDINGS.md coco24 2023-09-13 14:07:34 +0800
  • 6953848daf Remove SizeInt and respective adjustments ubkp 2023-09-12 22:49:50 -0300
  • 2e7a7877a5 Update webassembly.yml Ray 2023-09-12 15:11:16 +0200
  • c24179bf23 Add SetWindowMaxSize for desktop and web ubkp 2023-09-11 22:26:12 -0300
  • 3ab7f70e31
    Update BINDINGS.md (#3307) Kenta 2023-09-11 22:19:43 +0100
  • 1b9fdedae5
    Update BINDINGS.md Kenta 2023-09-11 22:12:54 +0100
  • 9d230d753b
    Implement FLAG_WINDOW_RESIZABLE for web (#3305) Peter0x44 2023-09-11 17:03:33 +0000
  • e75f85ce58 REVIEWED: TextToPascal() issue when first char is uppercase Ray 2023-09-11 19:01:24 +0200
  • 30f8dd6e37
    rtextures: Fix ImageDraw() source clipping when drawing beyond top left (#3306) Rob Loach 2023-09-11 13:00:30 -0400
  • f75b3c23bd
    rtextures: Fix ImageDraw() source clipping when drawing beyond top left Rob Loach 2023-09-11 02:57:57 -0400
  • f87af95723
    Implement FLAG_WINDOW_RESIZABLE for web Peter0x44 2023-09-11 02:17:06 +0100
  • b8cd10264b
    Revert "Disable UBSAN in zig builds. (#3292)" (#3303) Ryan Roden-Corrent 2023-09-09 11:32:28 -0400
  • 0f76723e83
    Revert "Disable UBSAN in zig builds. (#3292)" Ryan Roden-Corrent 2023-09-09 11:19:22 -0400
  • 37f60e75e7
    Remove unneeded #if (#3301) MichaelFiber 2023-09-09 03:47:07 -0400
  • fafcee6baa Remove unneeded #if MichaelFiber 2023-09-08 20:38:29 -0400
  • cbef73c5cb
    Merge pull request #6 from raysan5/master MichaelFiber 2023-09-08 20:15:25 -0400
  • b68d0850b1 Some code restructuring for input functions, consistency review Ray 2023-09-08 20:01:52 +0200