Commit Graph

  • 7f54bf0d1a fixed formatting MrDiver 2021-09-01 23:17:09 +0200
  • ee05470396 extracted Matrix calculation in to static method and added skinning check MrDiver 2021-08-29 17:46:58 +0200
  • 50b9f44d8c Fixed gltf missing transforms on load MrDiver 2021-08-28 18:50:27 +0200
  • 04d2219bea add check for models that were missed during BindGLTFPrimitiveToBones to not segfault the program MrDiver 2021-08-29 20:54:33 +0200
  • ed0c5e09cf Refactored UpdateModelAnimation to only update changed vertices when needed (allows for multi animation playing) MrDiver 2021-08-29 07:51:26 +0200
  • c97e69fea3 Fixed write to access to nullptr when animation has no normals MrDiver 2021-08-29 04:41:33 +0200
  • 19114c2efd fixed formatting MrDiver 2021-09-01 23:17:09 +0200
  • 3170f5d8c9 extracted Matrix calculation in to static method and added skinning check MrDiver 2021-08-29 17:46:58 +0200
  • d1e97b5955 Fixed gltf missing transforms on load MrDiver 2021-08-28 18:50:27 +0200
  • 9ff8ad853c Update raygui.h Ray 2021-09-02 00:39:47 +0200
  • 59e7275464 REVIEWED: Glyphs Ray 2021-09-02 00:35:55 +0200
  • fa79ae8a3d Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-09-01 23:41:00 +0200
  • 9362eaf9c6 REVIEWED: Naming: length vs size Ray 2021-09-01 23:40:51 +0200
  • dfadb3ee37
    fix various memory leaks (#1969) atticus 2021-09-02 00:15:32 +0300
  • 6e76baa6a9 WARNING: BREAKING: RENAMED: Font struct variables Ray 2021-09-01 23:11:31 +0200
  • a0f8682905 REVIEWED: <name>Count for consistency Ray 2021-09-01 23:09:30 +0200
  • 670f5a3b04
    fix various memory leaks atticus 2021-09-01 23:53:53 +0300
  • e8fa7ceb79
    [models] Fixed counting loop for face amount per material (#1967) Tristan Schulz 2021-09-01 21:29:20 +0200
  • 170ba5d8a5 [models] Fixed counting loop for face amount per material MrDiver 2021-08-31 01:05:50 +0200
  • 68bcfa1192 Minor tweak Ray 2021-08-28 22:54:47 +0200
  • 0033bbb6bf Fixing glfw premature resizing issue when using a different monitor to start the application MrDiver 2021-08-28 15:40:41 +0200
  • d98e61c6eb Minor format tweaks raysan5 2021-08-28 12:01:16 +0200
  • 66c6ec4465
    Add pyraylib (#1961) Hussein Sarea 2021-08-28 10:57:13 +0300
  • 7c11950c70
    Add pyraylib Hussein Sarea 2021-08-28 03:46:48 +0300
  • 936199d8de Review dates Ray 2021-08-27 18:50:02 +0200
  • 18af18479f REVIEWED: ExportWaveAsCode() Ray 2021-08-27 18:49:03 +0200
  • 4a5c4dfd93
    Merge branch 'raysan5:master' into master Dennis E. Hamilton 2021-08-27 09:42:27 -0700
  • b7ae0df3d9 REVIEWED: Decouple DrawMesh() and DrawMeshInstanced() #1958 Ray 2021-08-27 12:13:44 +0200
  • b43a324576 Changed keyboard functions to use unsigned int. Other programs and languages use unsigned int for keyboard functions irishgreencitrus 2021-08-27 08:51:46 +0100
  • cac856119c
    Change GetColor to take unsigned int (#1954) Richard Smith 2021-08-26 16:31:01 +0100
  • 1286bc076f
    Add raylib.v binding (#1955) irishgreencitrus 2021-08-26 16:27:31 +0100
  • 8fffb34076
    Add raylib.v binding irishgreencitrus 2021-08-26 14:32:52 +0100
  • 4b6fa80ec7 Change GetColor to take unsigned int richard 2021-08-26 12:19:52 +0100
  • 3d33c559e7 REVIEWED: Examples compilation Ray 2021-08-26 00:14:34 +0200
  • 14e443afba REVIEWED: OpenGL 1.1 compilation issue Ray 2021-08-25 23:41:33 +0200
  • 7749a2805c UPDATED: raygui to latest version -WIP- Ray 2021-08-25 00:51:37 +0200
  • a04dbe7ffd Update shaders_shapes_outline.c Ray 2021-08-25 00:41:48 +0200
  • 913f185f82 Renamed some static functions for more consistent naming Ray 2021-08-25 00:22:16 +0200
  • 6575d31379
    Fix tcc not finding emmintrin.h (#1947) Laurentino Luna 2021-08-24 11:34:52 -0300
  • 53a54463e8
    Move tcc check to textures.c Laurentino Luna 2021-08-24 11:26:08 -0300
  • 50b2479980
    Remove __TINYC__ check from stb_image.h Laurentino Luna 2021-08-24 10:39:38 -0300
  • 7c1889c282 REVIEWED: Support mouse wheel on x-axis #1948 raysan5 2021-08-24 15:26:59 +0200
  • c7e51c740d Fix tcc not finding emmintrin.h laurenloco 2021-08-23 18:40:01 -0300
  • 6bbd851488 Add a project template for the switch Luiz Pestana 2021-08-23 15:43:20 -0300
  • 26e6bf3bee
    Merge branch 'raysan5:master' into master Luiz Pestana 2021-08-23 15:42:18 -0300
  • 45fd75952d
    Revert "Ignore generated example binaries (#1884)" (#1946) Luiz Pestana 2021-08-23 15:05:34 -0300
  • a2fb604125 Revert "Ignore generated example binaries (#1884)" Luiz Pestana 2021-07-23 13:04:09 -0300
  • db2e7ce901
    Merge branch 'raysan5:master' into master Luiz Pestana 2021-08-23 13:35:04 -0300
  • f0634e28cc fix models_magicavoxel_loading example for linux. fxgen 2021-08-22 18:50:14 +0200
  • 51fbde178f Update shaders_shapes_outline.c Ray 2021-08-22 01:08:27 +0200
  • b154bc33f5 Added note on GLFW custom allocators for the future Ray 2021-08-22 01:08:11 +0200
  • d98779abef Minor tweak to avoid false error logs Ray 2021-08-22 01:07:37 +0200
  • aefdb9f9cf REMOVED: Old function names defines Ray 2021-08-21 23:57:41 +0200
  • 66d6035da8
    Merge branch 'raysan5:master' into master Dennis E. Hamilton 2021-08-20 07:45:51 -0700
  • 95b1112ecd models_magicavoxel_loading example added to CMakeLists.txt and Makefile fxgen 2021-08-20 16:22:12 +0200
  • c7c7449ff3 Portable header-only file "magicavoxel_loader.h" for MagicaVoxel loader example. fxgen 2021-08-20 15:34:31 +0200
  • b7fc2060d6 Replace tab with proper spaces Uneven Prankster 2021-08-20 09:24:27 -0300
  • 1ea69a704e Add up argument to DrawBillboardPro Uneven Prankster 2021-08-20 09:23:00 -0300
  • ff523d55ac Updated raygui #1939 Ray 2021-08-20 11:56:25 +0200
  • 6d20430ccc
    add NULL check (#1925) atticus 2021-08-20 12:47:51 +0300
  • 4842240584 new models_magicavoxel_loading example fxgen 2021-08-20 09:46:33 +0200
  • 4f5b8ee784 fix bug/mistake Ardel1 2021-08-18 18:50:24 +0200
  • 381a62a05b add LoadImageAnimDelays() with int **frameDelays parameter Ardel1 2021-08-18 17:11:01 +0200
  • f23eeade37
    Merge branch 'raysan5:master' into master Luiz Pestana 2021-08-18 12:05:07 -0300
  • 0cb2298360
    Merge branch 'raysan5:master' into master Dennis E. Hamilton 2021-08-17 08:24:42 -0700
  • b977b0be07
    add NULL check atticus 2021-08-17 01:48:02 +0300
  • a5beb940f8 Remove trailing spaces Ray 2021-08-16 23:23:16 +0200
  • f3385b6ad2 Update rlgl.h Ray 2021-08-16 19:52:57 +0200
  • ef8526ae36 Update rlgl.h Ray 2021-08-16 19:26:10 +0200
  • 92a13878dc Add some comments Ray 2021-08-16 19:23:06 +0200
  • 1b4c58b66f WARNING: BREAKING: Use frameCount on audio Ray 2021-08-16 11:06:31 +0200
  • e203fb58c6
    Match build-windows.bat changes (#1923) Dennis E. Hamilton 2021-08-16 00:53:14 -0700
  • d6c7654f96 Merge branch 'master' of https://github.com/orcmid/raylib Dennis E. Hamilton 2021-08-15 13:59:54 -0700
  • ea56292481 Match build-windows.bat changes Dennis E. Hamilton 2021-08-15 13:59:33 -0700
  • 462e7aec52 Updated RAYLIB_VERSION to 4.0-dev raysan5 2021-08-15 13:25:14 +0200
  • aae60e1e44 REVIEWED: extern "C" definition position for consistency raysan5 2021-08-15 13:02:53 +0200
  • 848cdb267a Support C++ usage as standalone library raysan5 2021-08-15 12:58:34 +0200
  • 760cfd361e REVIEWED: PHYSACDEF definition and C++ issues #1918 raysan5 2021-08-15 12:52:12 +0200
  • 3d620fbc42 Fix for Issue #1918 c5dingb5y 2021-08-13 19:21:27 +0900
  • 049e3912b8
    Merge branch 'raysan5:master' into master Luiz Pestana 2021-08-12 20:32:54 -0300
  • 092435d51c
    [Models] Fix for issue #1809 (#1917) 630Studios 2021-08-12 14:01:40 -0500
  • 1dff5814be ADDED: rlUpdateVertexBufferElements() #1915 raysan5 2021-08-12 21:01:09 +0200
  • 26db391576 ADDED: rlActiveDrawBuffers() #1911 raysan5 2021-08-12 20:38:57 +0200
  • 52e0a3035d Fix for issue#1809 - Formatting Update Jason Penick 2021-08-12 13:14:52 -0500
  • 91bf52547b Fix for issue#1809 - Obj with more materials then mesh caused crash Jason Penick 2021-08-12 13:06:28 -0500
  • 3573f8db3a
    Merge branch 'raysan5:master' into master 630Studios 2021-08-12 11:53:55 -0500
  • 5de3203770
    Merge branch 'raysan5:master' into master Luiz Pestana 2021-08-12 09:21:20 -0300
  • ce3214b82d
    [rlgl] rlUpdateVertexBuffer (#1914) 630Studios 2021-08-12 02:47:00 -0500
  • 25901a2881 rlUpdateVertexBuffer - bufferId is an unsigned int Jason Penick 2021-08-11 22:09:50 -0500
  • 03c2caf8d4
    Merge branch 'raysan5:master' into master Luiz Pestana 2021-08-11 19:13:58 -0300
  • 7d2eee484f
    Merge branch 'raysan5:master' into master 630Studios 2021-08-11 16:12:36 -0500
  • 621a8766a8 WARNING: BREAKING: Renamed CharInfo to GlyphInfo and more... raysan5 2021-08-11 21:16:39 +0200
  • b6541b7a55 REVIEWED: DrawTextPro() raysan5 2021-08-11 19:02:15 +0200
  • 7e27c2ffa8 TODO: DrawTextPro() rotation not working? raysan5 2021-08-11 18:53:06 +0200
  • b55418effd ADDED: DrawTextPro() with text rotation support raysan5 2021-08-11 18:31:56 +0200
  • 5a259fa10f WARNING: REMOVED: DrawTextRec() and DrawTextRecEx() raysan5 2021-08-11 18:31:32 +0200
  • 0ba49cce45
    Add *.so.* to .gitignore to ignore build artifacts (#1912) Tommi Sinivuo 2021-08-11 12:56:05 +0300
  • 2b0067ce2b Add *.so.* to .gitignore to ignore build artifacts Tommi Sinivuo 2021-08-11 09:12:45 +0300
  • b54422c970 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2021-08-10 21:32:29 +0200
  • ef9fdd0fa5
    Document Get{Key,Char}Pressed return value. (#1909) Ryan Roden-Corrent 2021-08-10 12:38:32 -0400