Commit Graph

  • 7eacac24d5 SetWindowMonitor made functioning again. (#1036) Justin 2019-12-09 15:14:56 -0800
  • 1ffc0d5148 SetWindowMonitor made functioning again. Justin Schiff 2019-12-09 14:06:06 -0800
  • 2a64aa2abd external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS} Ahmad Fatoum 2019-05-04 22:19:09 +0200
  • f976b03a4f
    Update ccpp.yml Ray 2019-12-04 20:23:13 +0100
  • e50def25a3 CMake - Fix usage of GLFW. Use static library instead of object files. Viktor Müntzing 2019-12-04 20:20:23 +0100
  • 8db130289e
    Update ccpp.yml Ray 2019-12-04 20:11:34 +0100
  • 3aad221b1e Review some shaders to work on GLSL 100 raysan5 2019-12-04 19:52:53 +0100
  • ff499fe57d
    Update ccpp.yml Ray 2019-12-04 18:42:50 +0100
  • 3c75bb5e6d
    Update ccpp.yml Ray 2019-12-04 18:34:11 +0100
  • 8a08a9b225 Fix IsMouseButtonReleased() when press/release events come too fast (#1032) Oskari Timperi 2019-12-04 19:29:11 +0200
  • 1b7d136daa
    Create ccpp.yml Ray 2019-12-04 18:25:17 +0100
  • 8470767bc9 Fix IsMouseButtonReleased() when press/release events come too fast Oskari Timperi 2019-12-04 19:13:43 +0200
  • f346c672fb Work on macOS HighDPI issue #826 raysan5 2019-12-04 18:09:56 +0100
  • 08adb4b8c3 Check and testing timming #865 raysan5 2019-12-04 17:59:17 +0100
  • 3d936061c8 Corrected issue #1027 raysan5 2019-12-04 11:05:46 +0100
  • 3661b15ae7 Sample usage of GetRaylibVersionString() in core_basic_window example. Aldrin Martoq 2019-12-02 01:28:57 -0300
  • 8339c26c08 Add GetRaylibVersionString() to core.c and raylib.h. Aldrin Martoq 2019-12-02 01:28:31 -0300
  • 95f3b6e18e Review VSync on fullscreen mode Ray 2019-12-01 13:58:29 +0100
  • 8eecbbe4aa fixes for switching full-screen and v-sync (#963) MasterZean 2019-12-01 14:46:09 +0200
  • ea5cd42e6c Update GLFW to version 3.4 Ray 2019-12-01 13:30:02 +0100
  • 3ffe34f9bb ADDED: DrawTextCodepoint() Ray 2019-12-01 13:28:14 +0100
  • 416a52b5bc Minor comments tweak Ray 2019-12-01 12:55:33 +0100
  • 91faf72dda Rename and review: core_2d_camera_platformer Ray 2019-11-25 13:06:56 +0100
  • 60e8511543 Update miniaudio.h to v0.9.8 Ray 2019-11-25 11:42:49 +0100
  • 97abaff4c5 Support rlPushMatrix() and rlPopMatrix() on mesh drawing Ray 2019-11-25 11:29:04 +0100
  • 5ad65d9291 Minor format tweaks Ray 2019-11-25 11:26:26 +0100
  • 776304e8e8 Comments (#1026) Darryl Dixon - Piece Digital 2019-11-24 18:13:05 -0500
  • 0ad2ef6d3b adjusted for consistency Darryl Dixon 2019-11-24 16:12:06 -0500
  • a2071d2a48 revert alignments Darryl Dixon 2019-11-24 16:01:23 -0500
  • b320b1906b swapped comments, expanded comment for clarity Darryl Dixon 2019-11-24 15:51:04 -0500
  • d5aab98ac9 Review PR #1015 raysan5 2019-11-24 14:08:27 +0100
  • 1f66f0d9a2 [text] TextFormat() caching (#1015) brankoku 2019-11-24 08:01:35 -0500
  • c1a02e9fca Review PR #1022 raysan5 2019-11-24 13:43:48 +0100
  • f987ac9dca fix example build on macos (#1022) Richard Smith 2019-11-24 12:41:23 +0000
  • 1d3f230c92 Review key input queue PR #1012 raysan5 2019-11-24 13:39:45 +0100
  • ae301a1d23 add api FIFO based character input. (#1012) Ushio 2019-11-24 20:46:00 +0900
  • b132ae099b Fix camera not working problem at align z direction. #924 (#1013) Ushio 2019-11-24 20:37:52 +0900
  • 179eac1801 fix example build on macos electronstudio 2019-11-22 14:18:27 +0000
  • 2783d0d63e DrawPoint3D(): PR review Ray 2019-11-22 00:33:50 +0100
  • 5d27c1e6c9 Add DrawPoint3D() function to models.c (#1019) Eric J 2019-11-21 18:30:19 -0500
  • d2882a68fe Adding double ended stack & Mempool Reset function (#1021) Kevin Yonan 2019-11-21 16:27:23 -0700
  • 2ae5849826
    Update BINDINGS.md Ray 2019-11-22 00:18:03 +0100
  • e8fe4dbc21
    Adding double ended stack & Mempool Reset function Kevin Yonan 2019-11-21 11:34:31 -0700
  • 25ae374f62
    Added raylib binding Ray 2019-11-20 21:46:04 +0100
  • d840f64e0d
    Add DrawPoint3D() function to models.c Eric J 2019-11-17 15:53:06 -0500
  • 1aef5d1281
    Merge pull request #2 from raysan5/master Eric J 2019-11-17 15:48:18 -0500
  • 8b7db29ba0 Fix Makefile missing X11 lib when building as a shared library on Linux. (#1018) JuDelCo 2019-11-16 04:46:20 +0100
  • 76697bad24 Fix Makefile missing X11 lib when building as a shared library on Linux. JuDelCo 2019-11-15 23:44:37 +0100
  • 1e1e60f6d2
    [text] TextFormat() caching brankoku 2019-11-12 15:16:58 -0500
  • 74642ba1c6 Fix VSCode template for debugging. (#1014) JuDelCo 2019-11-12 19:30:45 +0100
  • 27a6b0d0cd Fix VSCode template for debugging. JuDelCo 2019-11-12 19:23:54 +0100
  • 3f0e32193a replace tab to space x4 #1012 ushiostarfish 2019-11-11 23:13:42 +0900
  • 184a00424e replace tab to space x4 ushiostarfish 2019-11-11 22:38:10 +0900
  • 96b0563249 [rlgl] Create function rlUpdateMeshAt (#1010) brankoku 2019-11-11 05:49:13 -0500
  • a6c4b9c850 Fix camera not working problem at align z direction. #924 ushiostarfish 2019-11-10 21:03:46 +0900
  • c9541abc4c
    [rlgl] Update function rlUpdateMeshAt brankoku 2019-11-09 23:58:13 -0500
  • ec813758bb rename input character functions ushiostarfish 2019-11-10 09:08:14 +0900
  • bbc3480ad0 add api FIFO based character input. ushiostarfish 2019-11-09 20:46:41 +0900
  • 00c611a5fb [Core] Added ColorFromNormalized which is the reverse of ColorNormalize. (#1011) ChrisDill 2019-11-08 20:02:41 +0000
  • 4abcad406c [Core] Added ColorFromNormalized which is the reverse of ColorNormalize. ChrisDill 2019-11-08 19:21:39 +0000
  • 40d70bf1a6
    [rlgl] Create function rlUpdateMeshAt brankoku 2019-11-07 15:05:33 -0500
  • bba8454034 rlUpdateMesh now supports updating indices (#1009) brankoku 2019-11-06 05:43:36 -0500
  • 0ee9899c1c
    rlUpdateMesh now supports updating indices brankoku 2019-11-04 18:36:23 -0500
  • 29b9b054dd REVIEW: rlLoadTexture() raysan5 2019-11-04 13:40:59 +0100
  • e8b89b5ecf REVIEW: GetImageData() and GetImageAlphaBorder() raysan5 2019-11-04 13:30:55 +0100
  • 5d9df629d7 Fix generation of web examples (#1007) Pablo Marcos Oltra 2019-11-01 19:09:38 +0100
  • 0b48010821 Fix generation of web examples Pablo Marcos Oltra 2019-11-01 18:50:52 +0100
  • dc6136e820 Review formatting for PR #1004 Ray 2019-10-29 16:03:21 +0100
  • 75b0264f35 fix various problems, thanks CppCheck :) (#1005) João Coelho 2019-10-29 14:57:19 +0000
  • 64c588e9d8 Review latest PR #1003 Ray 2019-10-29 15:56:14 +0100
  • 862ef0524e Raysan (#1003) Jean-Seb / jseb 2019-10-29 15:54:01 +0100
  • ccdd8720c7 fixed a few 'ups' moments that could lead to mild head pain and time loss Joao M Coelho 2019-10-29 13:48:21 +0000
  • c8e46cd713 Merge remote-tracking branch 'upstream/master' Joao M Coelho 2019-10-29 12:32:29 +0000
  • d73abe73e5 REDESIGN: TextToUtf8() Ray 2019-10-28 20:53:32 +0100
  • 6bf746d531 Corrected issue with function renamed Ray 2019-10-28 20:39:39 +0100
  • 972f520a6a Merge branch 'raysan' of https://github.com/jeangit/raylib into raysan jseb 2019-10-28 20:23:09 +0100
  • 2469f46950 Merge branch 'master' of https://github.com/raysan5/raylib into raysan jseb 2019-10-28 20:21:58 +0100
  • 4c2b60fccf for Raysan jseb 2019-10-28 20:20:27 +0100
  • 72fa43451d new PR for upstream jseb 2019-10-28 20:01:54 +0100
  • 3a2a2d9cc4 Revert "projects: CMake: bump up minimal raylib version (#983)" jseb 2019-10-28 19:57:16 +0100
  • f6df47dfe5 ADDED: TextToUtf8() -WIP- Ray 2019-10-27 23:56:48 +0100
  • 006ccba8c9 new linux makefile for Android portages jseb 2019-10-27 19:23:06 +0100
  • 3f12fa54f7 Update Bindings list include raylib-pas info (#1001) Donald Duvall 2019-10-27 09:15:25 -0700
  • 461734715a
    Update Bindings list include raylib-pas info Donald Duvall 2019-10-27 09:04:49 -0700
  • 90b3dceb54 added GetMatrixProjection fixed issue with GL11 where model matrix was identity (#999) chriscamacho 2019-10-27 11:13:18 +0000
  • e1cd942172 added GetMatrixProjection fixed issue with GL11 where model matrix was identity Chris 2019-10-26 18:53:17 +0100
  • a6db31c01e updated RayMarching Demo (#997) Industrious Nomad 2019-10-26 03:45:15 -0400
  • 31351edc33
    Removed the PLATFORM_DESKTOP Define Industrious Nomad 2019-10-25 16:08:54 -0400
  • 39e22046c1 ClearDirectoryFiles(): Corrected issue #994 Ray 2019-10-25 14:29:12 +0200
  • ca1a5028d8
    Closer Match to original code Industrious Nomad 2019-10-25 05:47:21 -0400
  • c8e15d6bad
    Updated Source Industrious Nomad 2019-10-25 05:40:38 -0400
  • 0e3874482e
    Removed Unused uniforms Industrious Nomad 2019-10-25 05:34:26 -0400
  • e3fc898274
    Removed Unused Uniforms Industrious Nomad 2019-10-25 05:33:42 -0400
  • 3d8b1165a8 mem leak in gltf loader (#995) chriscamacho 2019-10-23 09:42:17 +0100
  • 163a9e1f41 ClearDirectoryFiles() corrected bug Ray 2019-10-23 00:46:41 +0200
  • f85b177957 mem leak in gltf loader Chris 2019-10-22 23:04:10 +0100
  • 9b6227688f Corrected issue #992 Ray 2019-10-22 23:31:04 +0200
  • 3c2ce77b7b ClearDirectoryFiles(): Corrected memory leak #991 Ray 2019-10-22 23:18:42 +0200
  • 1878a9ea01 Corrected possible memory leak #993 Ray 2019-10-22 23:15:41 +0200
  • 06910eedfd Minor comment tweak Ray 2019-10-22 23:15:26 +0200