Commit Graph

  • d0788f6791
    Ability to assign a new key for screen capture Hanaxar 2022-07-11 12:02:49 +0300
  • 984755e521
    Add front/back culling toggling to rlgl.h Uneven Prankster 2022-07-11 02:47:37 -0300
  • b92573e711 Update raudio.c Ray 2022-07-10 23:00:09 +0200
  • 0ac825b22a
    set the maintained bindings in alphabetical order (#2570) CastimierDev 2022-07-10 21:43:33 +0200
  • 2245500245 Added comment about buffer refill issue on looping #2228 Ray 2022-07-10 21:39:13 +0200
  • 066bd5be87 Reviewed formating Ray 2022-07-10 21:38:33 +0200
  • 29a0f60778 REVIEWED: ImageResize() #2572 Ray 2022-07-10 21:12:34 +0200
  • 9e4fe65b31
    set the maintained bindings in alphabetical order CastimierDev 2022-07-09 22:44:03 +0200
  • 05dc300296 Remove unneded TABS Ray 2022-07-09 19:36:33 +0200
  • d1aabb3957
    Allow DLL creation using TCC (#2569) Audi Nugraha 2022-07-10 00:33:18 +0700
  • 6a366ca8ca
    Update raylib.h Audi Nugraha 2022-07-09 18:00:39 +0700
  • d6fcc72beb
    Update raylib.h Audi Nugraha 2022-07-09 17:42:41 +0700
  • c09a34d06e
    Add files via upload Audi Nugraha 2022-07-09 16:51:42 +0700
  • 5ef6f7be98
    Merge branch 'raysan5:master' into master Audi Nugraha 2022-07-09 16:48:07 +0700
  • 5842a6a399 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-07-09 00:13:27 +0200
  • 53e3375186 Create rlgl_standalone.png Ray 2022-07-09 00:12:50 +0200
  • f7e1550eea
    Fix fat universal (arm64 + x86_64) macos Github Actions build (#2567) Richard Smith 2022-07-08 06:57:10 +0100
  • 41a19cd007 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-07-07 20:23:48 +0200
  • 5f9972dfd1 Update raylib.sln Ray 2022-07-07 20:23:46 +0200
  • 1343f5f31f
    Update CHANGELOG Ray 2022-07-07 19:58:14 +0200
  • 0295ab968c
    Update README.md Ray 2022-07-07 19:14:08 +0200
  • ab23e2f130 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-07-07 19:12:44 +0200
  • 61695c5315 Added some examples screenshots Ray 2022-07-07 19:12:37 +0200
  • 4e763b4aa3
    Update example reviews raylib versions Ray 2022-07-07 19:07:09 +0200
  • 870b7fa05f Added new examples to Makefile Ray 2022-07-07 18:29:06 +0200
  • ff838b48fd
    UPDATED: examples: Assigned **DIFFICULTY LEVELS**! Ray 2022-07-07 14:34:38 +0200
  • 8e229ada1d ADDED: example: textures_gif_player Ray 2022-07-07 12:15:55 +0200
  • e121058eb6 RENAMED: example: textures_rectangle -> textures_sprite_anim Ray 2022-07-07 12:09:30 +0200
  • e3ff5f3dc2 ADDED: example: textures_fog_of_war Ray 2022-07-07 11:13:45 +0200
  • 9e97a2c4a1 ADDED: example: core_window_should_close Ray 2022-07-07 11:07:41 +0200
  • ede9791f61 dont use custom name for raylib dlls richard 2022-07-07 09:26:38 +0100
  • df7928cfb4 fix macos missing gnu grep richard 2022-07-07 01:18:16 +0100
  • 54718a835f auto extract raylib version numbers from makefile richard 2022-07-07 01:12:37 +0100
  • b847f377e1 try again to fix sym links richard 2022-07-07 00:46:52 +0100
  • d7d53f1aaf fix sym links richard 2022-07-07 00:42:35 +0100
  • 2907971fe5 add CUSTOM_LDFLAGS to try to fix arm64 mac dynamic build richard 2022-07-07 00:28:59 +0100
  • a37fb9949e didnt work, so trying lipo to join separate targets together richard 2022-07-07 00:11:59 +0100
  • 8f65cb1d94 ADDED: example: text_codepoints_loading Ray 2022-07-07 01:00:57 +0200
  • 3e95473644 test if clang supports multiple targets richard 2022-07-06 23:36:45 +0100
  • 191dc08564
    convert while() loop to for() loop iikare 2022-07-05 13:37:28 -0700
  • 7b27628dfc
    Merge branch 'raysan5:master' into dynamic-font-atlas Rahul Dharmaji 2022-07-05 20:14:13 +0000
  • 7fb7591e4f Update raylib.h Ray 2022-07-05 13:27:07 +0200
  • e722a8dbef WARNING: BREAKING: REMOVED: *StorageValue() functions Ray 2022-07-05 13:24:14 +0200
  • e0f0a5f663 REMOVED: GenMeshBinormals(), actually, never implemented Ray 2022-07-05 12:55:51 +0200
  • d0f53db65f REMOVED: example: core_quat_conversion Ray 2022-07-05 00:54:50 +0200
  • cd53531050 Added some comments Ray 2022-07-05 00:50:23 +0200
  • bf07d17cec REMOVED: example: core_quat_conversion Ray 2022-07-05 00:50:04 +0200
  • 5c5db2c016 Update rlgl_compute_shader.c Ray 2022-07-04 18:34:38 +0200
  • c6c71fe73c REVIEWED: DrawMesh() #2511 Ray 2022-07-04 17:47:47 +0200
  • 89484ff7d4 merged to new raylib version Julianiolo 2022-07-04 15:53:20 +0200
  • ecaf4dbb7c
    remove usage of glfw wrap Michael Gene Brockus 2022-07-03 10:39:29 -0500
  • 30d77601c1
    static library to library Michael Gene Brockus 2022-07-03 10:38:43 -0500
  • 74484e7e5e
    rm usage of this he glfw wrap Michael Gene Brockus 2022-07-03 10:36:47 -0500
  • c3e57ac2ae
    rm usage of glfw wrap Michael Gene Brockus 2022-07-03 10:36:12 -0500
  • de948ee500
    allow installation Michael Gene Brockus 2022-07-03 10:35:28 -0500
  • a75dac2e62
    fix typo Michael Gene Brockus 2022-07-03 07:31:43 -0700
  • 2cd651b6b1
    Create glfw.wrap Michael Gene Brockus 2022-07-03 07:13:09 -0700
  • c6fcbcf47a
    Update meson.build Michael Gene Brockus 2022-07-03 07:12:05 -0700
  • 358fd224cc
    Update meson.build Michael Gene Brockus 2022-07-03 07:10:10 -0700
  • ef270d0eb8
    Create meson.build Michael Gene Brockus 2022-07-03 09:09:58 -0500
  • 83d89733d8
    create main build file Michael Gene Brockus 2022-07-03 08:53:47 -0500
  • 850321cf2b
    Update ROADMAP.md Ray 2022-07-03 13:37:17 +0200
  • f579a3a708 REVIEWED: DecompressData() Ray 2022-07-03 11:11:50 +0200
  • 061e828524 REVIEWED: example: gltf models loading -WIP- Ray 2022-07-01 14:02:30 +0200
  • b84fc30284
    Fixed various grammar mistakes (#2559) Omer Kilinc 2022-07-01 15:47:50 +0400
  • 01f0519d4d
    Update README.md Omer Kilinc 2022-07-01 15:40:08 +0400
  • 2712afdf66
    Fixed various grammar mistakes Omer Kilinc 2022-06-30 07:36:49 +0400
  • 9be186624c REVIEWED: DrawBillboard*() Ray 2022-06-29 21:56:19 +0200
  • 8472307dc5
    Fixed various grammar mistakes Omer Kilinc 2022-06-29 22:58:07 +0400
  • 1e14920e61
    Fixed various grammar mistakes, and added capitalization to Headings Omer Kilinc 2022-06-29 22:39:37 +0400
  • 61e691d94f Remove unneeded rlPushMatrix() Ray 2022-06-27 13:27:16 +0200
  • 64bceba78c
    minor spacing cleanup iikare 2022-06-26 22:52:19 -0700
  • af95b3b71d
    improve GenImageFontAtlas() logging iikare 2022-06-26 21:58:24 -0700
  • 6280b0a6ce
    implement dynamic font atlas resizing in GenImageFontAtlas() iikare 2022-06-26 21:11:46 -0700
  • e9fcc8a391
    Update CHANGELOG Ray 2022-06-26 19:46:13 +0200
  • da5d04061e Updated PLATFORM_RPI info #2547 Ray 2022-06-25 12:10:28 +0200
  • 4f5ed94874
    [README] Possible fixe rephrasing from issue #2553 minnieqi 2022-06-24 17:41:38 -0700
  • f5ad39d5a0
    [README] Improve clarity/readability last sentence minnieqi 2022-06-24 14:40:54 -0700
  • e4972f4cdd REMOVED: Physac projects #2551 Ray 2022-06-24 20:44:40 +0200
  • 1211047e1c Removed physac #2543 Ray 2022-06-24 11:09:12 +0200
  • 63568721f9
    fix: precision loss, discard unused (#2541) veclavtalica 2022-06-24 13:59:31 +0500
  • 3c3f08c416
    Fix CMake build on Raspberry Pi OS Bullseye (#2548) Richard Smith 2022-06-24 09:50:24 +0100
  • 98bf612cf1
    [README] Confusing last sentence minnieqi 2022-06-23 20:35:02 -0700
  • 2708500d7e Fix CMake build on Raspberry Pi OS Bullseye richard 2022-06-24 02:42:30 +0100
  • 10b6c013be
    Shorter sentences and Capitalize headings. minnieqi 2022-06-23 10:37:43 -0700
  • fc6be44237 Fix compiler error on linux Crydsch 2022-06-23 12:25:16 +0200
  • 6f231ea9ac
    Fix signedness in rlBindImageTexture (#2539) Hanaxar 2022-06-23 13:23:14 +0300
  • 71f0c3d071 WIP rcamera redesign, base functionality Crydsch 2022-06-13 11:56:39 +0200
  • 8a643c92bb file loading: LoadFileText reimplementation veclav talica 2022-06-23 13:36:43 +0500
  • e60f4a7d67 fix: precision loss, discard unused veclav talica 2022-06-23 13:09:53 +0500
  • a81aa0c369
    Fix signedness in rlBindImageTexture Hanaxar 2022-06-23 10:17:02 +0300
  • b1fb469e0d
    fix: small things in CONVENTIONS.md (#2536) veclavtalica 2022-06-23 11:03:16 +0500
  • f0486a172e file loading: ditch SEEK_END strategy for telling stream len veclav talica 2022-06-23 10:57:49 +0500
  • 97f46be78f fix: small things in CONVENTIONS.md veclav talica 2022-06-23 09:53:08 +0500
  • bfb2aa45d5 examples: fix passing long* to localtime when it expects long long* veclav talica 2022-06-23 09:14:09 +0500
  • 6d323aa485 build system: add ability to specifiy config file veclav talica 2022-06-23 08:31:05 +0500
  • d7a0b46006 Update rlights.h Ray 2022-06-22 00:35:06 +0200
  • 77b9ca50e0 Update shaders_basic_lighting.c Ray 2022-06-22 00:35:04 +0200
  • 3879decb9f REVIEWED: example: shaders_mesh_instancing Ray 2022-06-21 21:06:03 +0200
  • 371aa0fe7f Update rlgl.h Ray 2022-06-21 20:59:54 +0200