Commit Graph

  • 2d4c2ff351 Review rnet errors Ray 2019-04-22 20:54:50 +0200
  • c7907a203b Update miniaudio to v0.9.3 Ray 2019-04-22 20:32:11 +0200
  • f7d978e726 Reviewed rnet inclusion Ray 2019-04-22 20:27:54 +0200
  • 4b8d06f501 [rnet] module WIP (#809) Jak 2019-04-22 19:03:00 +0100
  • f0f366967b Added missing include for Unit network types Updated raylib.h to match the latest on master (only adding rnet definitions) Moved defines not required in raylib.h to rnet.c (note, this now requires files using those defines to include "rnet.h") Reverted unintended changes to files in projects Removed example vcxproj files from source control Re-added core_basic_window.cpp Jak Barnes 2019-04-22 18:40:29 +0100
  • e41cb774c2
    Merge pull request #789 from myd7349/fix-cmake-for-win32 Ray 2019-04-22 19:32:15 +0200
  • cd934c9f66 Update GLFW to 3.3.1 Ray 2019-04-22 19:00:43 +0200
  • a0449594e4 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2019-04-22 18:58:38 +0200
  • 152b7471e9 Comment HiDPI window request Ray 2019-04-22 18:46:05 +0200
  • 9ace10ff73
    Merge pull request #810 from Demizdor/unicode_implementation Ray 2019-04-22 18:34:17 +0200
  • 936c40b414
    Delete core_basic_window.cpp Ray 2019-04-22 18:27:07 +0200
  • 2249f12304 Expose rlgl functions on shared libraries Ray 2019-04-22 18:25:30 +0200
  • 98070982bf Fix formatting ...not very good at this Vlad Adrian 2019-04-21 21:57:57 +0300
  • 3dda1c41ec
    Fixed formatting! Grumble, grumble... Vlad Adrian 2019-04-21 21:51:03 +0300
  • 86c887f0cf Added unicode example Demizdor 2019-04-21 13:44:17 +0300
  • f3a5a6871d Initial unicode implementation for UTF8 encoded text Demizdor 2019-04-21 12:27:46 +0300
  • 46010d9207 Removed unused files Jak Barnes 2019-04-20 14:13:12 +0100
  • 0561156813 Removed incomplete project stubs Jak Barnes 2019-04-20 13:52:44 +0100
  • 31e9cfe2a5 Merge branch 'master' of https://github.com/raysan5/raylib into raysan5-master Jak Barnes 2019-04-20 12:58:57 +0100
  • 0e1078c13d Merge branch 'master' of https://github.com/Syphonx/raylib-public Jak Barnes 2019-04-20 12:45:21 +0100
  • 0464a8aaf4 Final commit of some WIP work, parking the project for the moment until i have time to work on this properly Jak Barnes 2019-04-20 12:39:06 +0100
  • 8c22f685d1 Check buffer overflow Ray 2019-04-14 22:29:14 +0200
  • ffe1d2043a
    Complete Hidpi support Jack Lucas 2019-04-13 12:03:37 -0400
  • d690e734f9
    Merge pull request #799 from flashjaysan/master Ray 2019-04-13 15:08:28 +0200
  • 310d1d1589
    Update raymath.h flashjaysan 2019-04-13 14:35:07 +0200
  • 0ef146438a
    Merge pull request #798 from bjornwah/master Ray 2019-04-13 13:17:20 +0200
  • 7cc8faf7da Use typedef rather than #define in order to avoid issues in application code Björn Wahlstrand 2019-04-12 21:41:30 +0200
  • c1d3ba67f8
    Update CHANGELOG Ray 2019-04-12 13:46:44 +0200
  • fc5dd5d99f FLAG not supported on web GLFW implementation Ray 2019-04-12 13:44:16 +0200
  • df90ba6e46 WARNING: Added GLFW hint to support hi-DPI Ray 2019-04-12 13:31:05 +0200
  • 99537efccf Review some examples Ray 2019-04-12 13:29:53 +0200
  • 4e58d4102c Corrected typo Ray 2019-04-12 13:29:37 +0200
  • 70fc549818
    Working on raylib 2.5 changelog... Ray 2019-04-12 13:03:49 +0200
  • 30d51ec26c Reorganize struct Ray 2019-04-12 11:29:01 +0200
  • 75384add98
    Added Crystal binding Ray 2019-04-12 00:01:32 +0200
  • 8774cb3c24 Removed iqm example Ray 2019-04-11 23:38:13 +0200
  • e54a74f4e7 new example: shapes_rectangle_scaling_mouse Ray 2019-04-11 18:07:20 +0200
  • 24f07aaf5a new example: core_window_scale_letterbox Ray 2019-04-11 17:40:13 +0200
  • 129703fad1 new example: shaders_texture_drawing Ray 2019-04-11 16:53:20 +0200
  • 6fc97643bf new example: textures_background_scrolling Ray 2019-04-11 16:53:02 +0200
  • 01367fcb1e Review cubemap generation Ray 2019-04-11 16:11:54 +0200
  • a28dfd4a7b Corrected standalone usage Ray 2019-04-11 15:54:10 +0200
  • 5bfa675350 Review VR simulator mechanism Ray 2019-04-11 13:53:01 +0200
  • aa8d10c48a
    Update BINDINGS.md Ray 2019-04-11 11:57:50 +0200
  • c7e5585ab9
    Added binding to Factor Ray 2019-04-11 11:29:35 +0200
  • 1934f2a2f4 Some tweaks Ray 2019-04-11 00:11:11 +0200
  • 6168a4ca37 Comments review Ray 2019-04-10 23:50:48 +0200
  • 45c820eeb4 Set default white texture for diffuse mat Ray 2019-04-10 22:39:42 +0200
  • 21092266b5 Check textures available before loading Ray 2019-04-10 00:44:24 +0200
  • 802afe8fe5 Replaced size_t by unsigned int Ray 2019-04-10 00:34:46 +0200
  • df90f596b3 Fixed incompatible pointer warnings Björn Wahlstrand 2019-04-09 13:55:43 -0700
  • 148eefb9bb Resolve CI failure with MinGW myd7349 2019-04-09 20:41:40 +0800
  • f939f6abc2 Update Makefile Ray 2019-04-09 13:23:56 +0200
  • 32ccecb8ca Start working on glTF loading... Ray 2019-04-09 13:23:51 +0200
  • 5134a3b61d Take care of raylib_USE_STATIC_LIBS when calling find_library myd7349 2019-04-08 17:38:18 +0800
  • 61181f2c49 Fix CMake support on Win32 myd7349 2019-04-05 10:56:47 +0800
  • 94335e30df Avoid example on Android Ray 2019-04-08 12:50:09 +0200
  • b8ada4b877 Review creation years Ray 2019-04-08 12:25:13 +0200
  • 81b63890dd
    Merge pull request #793 from ChillerDragon/pr_copyright_2k19 Ray 2019-04-07 17:53:48 +0200
  • f21761fbbb Happy new year 2019 ChillerDragon 2019-04-07 17:49:12 +0200
  • c23ceec338 Added missing include -_- Ray 2019-04-05 17:29:30 +0200
  • 9282b8ba83 ADDED: SetShaderValueTexture() Ray 2019-04-05 17:08:46 +0200
  • c600dd0766 Review PBR shaders Ray 2019-04-05 16:43:09 +0200
  • 0f9fe34c3a Start setting things up for raylib 2.5 Ray 2019-04-05 13:44:04 +0200
  • 92733d6695 BIG UPDATE: New models functions for animations! Ray 2019-04-05 13:15:56 +0200
  • 38a13b76d1 Corrected issue with LoadMesh() Ray 2019-04-05 13:13:42 +0200
  • a728376cdf Rename enum type Ray 2019-04-05 13:13:10 +0200
  • 28b9de661d Minor tweaks Ray 2019-04-05 13:12:54 +0200
  • a103086443 Removed trail spaces Ray 2019-04-04 13:50:52 +0200
  • 3e1e7d740f Review merged PR formatting Ray 2019-04-04 13:50:28 +0200
  • 6ecd8249bc
    Merge pull request #787 from Demizdor/master Ray 2019-04-04 13:42:20 +0200
  • d89d24c5e8 BIG UPDATE: Support model animations! Ray 2019-04-04 13:33:54 +0200
  • 22dece2935 Animated vertex renaming Ray 2019-04-04 13:32:17 +0200
  • f1cbdd6b3a Corrected some issues Ray 2019-04-01 18:22:56 +0200
  • 86212e8462 Support material loading from OBJ/MTL Ray 2019-04-01 12:41:32 +0200
  • e5edbb7104 Reviewed OBJ loading implementation -WIP- Ray 2019-04-01 12:17:29 +0200
  • 0a492b5dea Retarget VS2017 solution Ray 2019-04-01 12:09:00 +0200
  • fe702cd6a2 Implementing LoadOBJ() -WIP- Ray 2019-04-01 00:16:56 +0200
  • 3e806ad9d4 Reviewed data assignation Ray 2019-04-01 00:15:45 +0200
  • 26fb2e0f3a Update cube.obj Ray 2019-04-01 00:15:14 +0200
  • eda982e261 Reimplemented DrawRoundedRectLines() Demizdor 2019-03-31 16:15:40 +0300
  • ecbd17910d
    Added DrawRoundedRectLines() Vlad Adrian 2019-03-31 13:22:50 +0300
  • 1415d514ba
    Update raylib.h Vlad Adrian 2019-03-31 13:20:45 +0300
  • a28023b58f Added DrawRoundedRect() Demizdor 2019-03-30 22:18:29 +0200
  • 2217c04ecf Update standard_lighting.c Ray 2019-03-29 20:54:45 +0100
  • be6d237b9e Review models examples Ray 2019-03-29 20:22:50 +0100
  • a197f40bb4 Default to white cube mesh if not loaded Ray 2019-03-29 20:22:30 +0100
  • 6f371dab08 Some formatting review Ray 2019-03-29 19:43:27 +0100
  • afab8b36ab
    Merge pull request #786 from Demizdor/draw_ring Ray 2019-03-29 17:28:37 +0100
  • 19debd2b4e Review some warnings Ray 2019-03-29 17:28:10 +0100
  • 8a73c5d0b4 Replace custom OBJ/MTL implementations by tinyobj_loader -WIP- Ray 2019-03-29 17:15:22 +0100
  • a643dc4ca0 WARNING: Redesigned model struct for multi-meshes Ray 2019-03-29 16:48:23 +0100
  • ab9c6da26f Added DrawRing(), DrawRingLines() and DrawCircleSectorLines() Demizdor 2019-03-29 16:22:09 +0200
  • 876c64b1e5 WARNING: This could break something Ray 2019-03-29 12:27:50 +0100
  • 69656cb090 Added comment Ray 2019-03-29 12:23:02 +0100
  • 8e98fa8754
    Merge pull request #785 from Berni8k/master Ray 2019-03-28 22:26:48 +0100
  • ea96d0afea Fixes compile error when SUPPORT_GESTURES_SYSTEM is undefined on RPi Berni8k 2019-03-28 20:38:13 +0100
  • b1e914bbf3 RaspberryPi Keyboard input with evdev Berni8k 2019-03-28 19:46:39 +0100
  • 88dfd2ab23 REDESIGNED: DrawCircleSector() Ray 2019-03-28 18:53:41 +0100
  • 186d34827a Align LINES and TRIANGLES drawing Ray 2019-03-28 18:05:32 +0100