Commit Graph

  • 6985953e3d Update release to latest raylib version raysan5 2018-04-02 14:50:16 +0200
  • e18e8c6276 Review UWP configuration raysan5 2018-04-02 14:49:27 +0200
  • bbdf9f4880 Review InitWindow() to avoid void pointer raysan5 2018-04-02 14:49:01 +0200
  • 201007e426 Fix sscanf() without field limits can crash with huge input data maficccc@gmail.com 2018-03-16 16:26:02 +0100
  • db98dba10f Fix Allocator sizeof operand mismatch maficccc@gmail.com 2018-03-11 19:26:01 +0100
  • 03ca9508bf Fix Dead initialization maficccc@gmail.com 2018-03-16 18:17:58 +0100
  • 44eedf235d Redundant assignment of 'angle' to itself maficccc@gmail.com 2018-03-16 14:15:32 +0100
  • 551cf50685 Fix Uninitialized argument value maficccc@gmail.com 2018-03-16 10:19:09 +0100
  • 6a3eca3f92 Fix value stored to 'body' is never read maficccc@gmail.com 2018-03-15 23:51:39 +0100
  • ca9e652f8b Remove dead assignment maficccc@gmail.com 2018-03-15 23:36:41 +0100
  • 28a9a181cb Fix use after free Martinfx 2018-03-15 22:24:05 +0100
  • 9459186125 Fix call argument is an uninitialized value maficccc@gmail.com 2018-03-13 17:13:46 +0100
  • df74607479 Fix warning: illegal character encoding in string literal maficccc@gmail.com 2018-03-13 17:04:49 +0100
  • e659336c11 Fix value stored to 'num_channels' is never read maficccc@gmail.com 2018-03-04 19:31:36 +0100
  • e72b96ada1
    Merge pull request #508 from a3f/master Ray 2018-04-02 10:48:02 +0200
  • bd2c81d481 Review links raysan5 2018-04-01 23:33:37 +0200
  • 564baa22d6
    Merge pull request #513 from autious/master Ray 2018-04-01 00:27:20 +0200
  • b4e2f5b45c Initialize the timer after the graphics device on desktop and web platforms. (#516) Jacques Heunis 2018-03-31 12:22:44 +0200
  • de5943fc16 Initialize the timer after the graphics device on desktop and web platforms. Jacques Heunis 2018-03-31 11:58:35 +0200
  • 42e64e931b Simplify camera data switch in orthographic 3d example Max Danielsson 2018-03-27 21:16:25 +0200
  • 6c049fdd76 Move deduplicate aspect variable in begin render. Max Danielsson 2018-03-27 19:59:54 +0200
  • e38d28543a Remove state bool in camera projection type example. Max Danielsson 2018-03-27 19:58:42 +0200
  • d91179f8ab Add orthographic projection example Max Danielsson 2018-03-25 18:49:15 +0200
  • 5ecee69088 Add 3d orthographic projection mode Max Danielsson 2018-03-24 23:31:06 +0100
  • 22c8ea76aa
    Merge pull request #510 from mackron/patch-2 Ray 2018-03-20 09:53:08 +0100
  • a8e2c7de9c
    Fix an infinite loop in ALSA backend of mini_al. David Reid 2018-03-20 18:39:21 +1000
  • deffad1701 Review tabs issue when compiling... Ray 2018-03-19 23:49:14 +0100
  • aab6c11ce1
    Merge pull request #509 from mackron/patch-1 Ray 2018-03-18 13:15:32 +0100
  • 4a69c2d75e
    Fix a buffer overflow in the OSS/BSD backend. David Reid 2018-03-18 14:37:41 +1000
  • 2c219fb814
    Allow use of main instead of android_main Ahmad Fatoum 2018-03-16 21:31:10 +0100
  • 61e0e4b4f3 Complete review of raymath for API consistency Ray 2018-03-16 13:47:01 +0100
  • 9318dc98ce Support case-insensitive extension check Ray San 2018-03-16 13:09:49 +0100
  • 487bc613fd Updated raylib dev version Ray 2018-03-15 12:37:52 +0100
  • 9d8f15c19d Reviewed raymath changes Ray 2018-03-15 12:37:23 +0100
  • 6c6d6776c0
    Merge pull request #482 from a3f/master Ray 2018-03-15 12:27:40 +0100
  • 4cae2b8829
    Merge pull request #505 from Martinfx/max-add-memory-sanitizer Ray 2018-03-14 16:11:29 +0100
  • 4c0925067a Add message warning for msan maficccc@gmail.com 2018-03-14 15:23:14 +0100
  • 82491fcf6c Add memory sanitizer for better debug maficccc@gmail.com 2018-03-14 00:13:23 +0100
  • b9573e583f Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2018-03-11 11:02:03 +0100
  • d6c1159fce Corrected typo raysan5 2018-03-11 11:01:58 +0100
  • 8bc2813b0c
    Merge pull request #500 from victorfisac/fork/master Ray 2018-03-11 10:51:15 +0100
  • a0127d8300 Corrected typo raysan5 2018-03-11 10:49:51 +0100
  • fd5e457bb4 Correct issue with triangleCount raysan5 2018-03-11 10:41:49 +0100
  • 5b4197afeb Updated copyright years victorfisac 2018-03-10 21:14:11 +0100
  • d6fee9da29 Fixed compilation code comment in header victorfisac 2018-03-10 19:30:25 +0100
  • 3201bad65a Fixed memory leaks in physics step operations victorfisac 2018-03-10 19:25:17 +0100
  • 8f1d6f3850 Merge branch 'master' of github.com:raysan5/raylib into fork/master victorfisac 2018-03-10 19:10:37 +0100
  • df50eada53 Added new functions Ray San 2018-03-09 11:43:53 +0100
  • 276847eca9 Correct issue with tangents Ray 2018-03-04 23:24:30 +0100
  • 8cb324b2da Fix result of operation is garbage or undefined maficccc@gmail.com 2018-03-04 16:26:49 +0100
  • 85850a955a Removed additional code raysan5 2018-03-03 16:01:24 +0100
  • 3b4a64f2d6 Updated GLFW library to latest version raysan5 2018-03-03 15:58:44 +0100
  • fd2adbe62d Renamed CalculateBoundingBox() to MeshBoundingBox() Ray 2018-02-26 12:10:45 +0100
  • a7207dc6d4 Removed tangents generation Ray 2018-02-26 12:02:05 +0100
  • 3f48ffb1b6
    Fix two memory leaks in jar_xm.h Ahmad Fatoum 2018-02-26 00:14:19 +0100
  • 18f61948ce Update Makefile RDR8 2018-02-25 15:21:54 -0600
  • 1568c8f066
    Update Makefile RDR8 2018-02-25 15:21:54 -0600
  • 0d3e877332
    Merge 95e8b01fd1 into 80bf636f81 M 2018-02-25 19:12:11 +0000
  • 95e8b01fd1 Added option ENABLE_DEBUG_MODE for debug raylib Martinfx 2018-02-25 20:09:40 +0100
  • 80bf636f81
    Don't exceed signed int range when shifting left Ahmad Fatoum 2018-02-25 03:17:57 +0100
  • 76aca9b0d1
    Fix possible buffer overflow in LoadBMFont Ahmad Fatoum 2018-02-25 02:55:32 +0100
  • c5f7863689
    Merge pull request #492 from a3f/raylib-master Ray 2018-02-25 00:04:50 +0100
  • 1430d01906
    jar_xm: Workaround for unaligned pointer accesses Ahmad Fatoum 2018-02-24 23:46:27 +0100
  • 6026ed61a5
    Merge pull request #480 from RDR8/master-patch-makefiles Ray 2018-02-24 23:57:46 +0100
  • f52d2de582
    raymath.h: Use C99 inline semantics Ahmad Fatoum 2018-02-22 02:05:00 +0100
  • ed6962edd3
    Make MatrixToFloat and Vector3ToFloat reentrant Ahmad Fatoum 2018-02-22 03:22:59 +0100
  • 2b5fc12036 Update Makefiles. Enable example usage of staged libraylib.so. RDR8 2018-02-21 19:34:08 -0600
  • a5881fb9cc
    Revert "raymath.h: Use C99 inline semantics" Ahmad Fatoum 2018-02-24 15:38:54 +0100
  • c9043b5a87
    CMake: Add options to use -fsanitize={address,undefined} Ahmad Fatoum 2018-02-24 15:26:13 +0100
  • 6ffc8cb799
    raymath.h: Use C99 inline semantics Ahmad Fatoum 2018-02-22 02:05:00 +0100
  • e4d7bbec1e
    Make MatrixToFloat and Vector3ToFloat reentrant Ahmad Fatoum 2018-02-22 03:22:59 +0100
  • 077bef4286 Support 4 components mesh.tangent data Ray 2018-02-24 12:31:32 +0100
  • 6d64327a87 Reviewed unloading model data Ray 2018-02-22 12:39:17 +0100
  • 69bd729d0b
    Merge bfc223af94 into cd5e2e0f17 RDR8 2018-02-21 23:06:53 +0000
  • cd5e2e0f17 Corrected cursor issue for Wayland Ray 2018-02-22 00:01:13 +0100
  • 326fe09777 Reviewed compilation for OpenGL 1.1 Ray 2018-02-21 23:47:48 +0100
  • bfc223af94 Update Makefiles. Enable example usage of staged lib on Linux. RDR8 2018-02-21 16:45:53 -0600
  • 97bf2706c4 Removed flag -fgnu89-inline Ray 2018-02-21 23:28:34 +0100
  • 788049df09
    Update README.md Ray 2018-02-20 11:04:02 +0100
  • 81546308cd
    Update README.md Ray 2018-02-20 10:48:34 +0100
  • 11612fce27 Reviewed timming system for macOS Ray 2018-02-20 10:30:51 +0100
  • 1652943f98
    Docs: Replace references to raylib develop branch Ahmad Fatoum 2018-02-19 13:58:25 +0100
  • d892243d18
    CI: Build artifacts for master, not develop tags Ahmad Fatoum 2018-02-19 13:56:55 +0100
  • f6231aa8b6
    Merge pull request #474 from raysan5/develop Ray 2018-02-19 12:08:35 +0100
  • 7e32a627e8 Corrected path backslash Ray 2018-02-19 00:03:24 +0100
  • 0958904eac Added comments to review function ImageTextEx() raysan5 2018-02-18 19:29:13 +0100
  • 4492a70a4b Support UTF8 basic characters on ImageTextEx() raysan5 2018-02-18 18:07:57 +0100
  • 50fc4f7164 Reviewed transmission mission game raysan5 2018-02-17 21:23:45 +0100
  • 769cf23e53
    Merge pull request #470 from jubalh/develop Ray 2018-02-16 12:12:59 +0100
  • 883ed20e7c Add note about glfw3 and openAL Michael Vetter 2018-02-16 11:53:04 +0100
  • e0a3a51b75 Builder project: Add note about examples Michael Vetter 2018-02-16 11:25:12 +0100
  • 6ebc3fd29a Add core_basic_window project example for Builder Michael Vetter 2018-02-16 11:23:02 +0100
  • 988f5b7832 Add Builder project template Michael Vetter 2018-02-16 11:20:21 +0100
  • 051040af2d
    CMake: Remove _RAYLIB suffix from -D{SHARED,STATIC}_RAYLIB Ahmad Fatoum 2018-02-16 05:43:13 +0100
  • ffde83d85f
    Merge pull request #467 from raysan5/develop Ray 2018-02-14 22:44:09 +0100
  • 36750ffb9a BREAKING CHANGE: Renamed function for consistency Ray 2018-02-12 11:55:22 +0100
  • 7530a60abc
    Update README.md Ray 2018-02-12 11:53:47 +0100
  • dd8f0765b8
    Merge pull request #465 from raysan5/develop Ray 2018-02-12 11:27:26 +0100
  • 8af5f9dfe0 Avoid rendering SPACE character! Ray 2018-02-12 11:25:00 +0100
  • 51124bfb74
    Merge pull request #464 from RDR8/develop-make-install-linux Ray 2018-02-12 11:23:31 +0100