Commit Graph

  • 9d66bc4a05 Added function: ImageAlphaMask() Ray 2016-09-05 10:08:28 +0200
  • a9ab516dae Formatting tweaks raysan5 2016-08-31 10:27:29 +0200
  • d27709b1f2 Merge pull request #188 from teodor-stoenescu/develop Ray 2016-08-31 10:22:40 +0200
  • 384602e5b5 Merge remote-tracking branch 'upstream/develop' into develop Teodor Stoenescu 2016-08-31 09:32:08 +0300
  • d0cf19e035 Greater LoadOBJ() flexibility Teodor Stoenescu 2016-08-31 09:24:39 +0300
  • 06a51bf943 Merge 9e5aa18b10 into be97583f00 Teodor Stoenescu 2016-08-30 18:14:33 +0000
  • 232646a349 Merge 9e5aa18b10 into 53056f3e7e Teodor Stoenescu 2016-08-30 18:07:25 +0000
  • 9e5aa18b10 Increased .obj file loading flexibility Teodor Stoenescu 2016-08-30 21:06:06 +0300
  • c36fd2800f Merge remote-tracking branch 'refs/remotes/raysan5/master' into develop Teodor Stoenescu 2016-08-30 20:42:45 +0300
  • be97583f00 Added function: UpdateSound() raysan5 2016-08-29 11:17:58 +0200
  • 7dbb17792a Moved tool to folder raysan5 2016-08-27 21:05:16 +0200
  • 4770e2010d Review Android project raysan5 2016-08-26 19:40:37 +0200
  • 5d88eb1d95 Reviewed project includes raysan5 2016-08-25 15:12:05 +0200
  • f1c3f2870b Added TraceLog info on image spritefont loading raysan5 2016-08-25 15:11:52 +0200
  • 2a9b8d7a39 Merge pull request #184 from nounoursheureux/develop Ray 2016-08-25 14:57:22 +0200
  • 1d71e1b754 Fix a typo in the DrawCube, DrawCubeWires and DrawCubeTexture definitions Wilhem Barbier 2016-08-25 14:18:43 +0200
  • 81e696d1b6 Merge ad69e3988a into 53056f3e7e Wilhem Barbier 2016-08-24 19:50:04 +0000
  • ad69e3988a Fix a typo in the DrawCube, DrawCubeWires and DrawCubeTexture definitions Wilhem Barbier 2016-08-24 21:53:20 +0200
  • 959a228815 Removed useless spacing raysan5 2016-08-16 11:09:55 +0200
  • 342b89c5b9 Review Wave struct raysan5 2016-08-15 16:35:11 +0200
  • 852813bdf1 Reviewed formatting raysan5 2016-08-15 16:34:21 +0200
  • 1ffc4c7825 Corrected naming bug raysan5 2016-08-15 16:34:10 +0200
  • bd26b66c27 Updated compiling notes Ray 2016-08-15 16:18:04 +0200
  • 3377a4485b Support shared/dynamic raylib compilation raysan5 2016-08-13 11:31:15 +0200
  • c98b7eecd8 Merge pull request #180 from teodor-stoenescu/develop Ray 2016-08-12 20:47:17 +0200
  • 6e20037f7d Small fix for GenMeshCubicmap() Teodor Stoenescu 2016-08-12 21:42:17 +0300
  • 8fcdff7be2 Merge 6577aa890e into 53056f3e7e Onix 2016-08-11 18:23:36 +0000
  • 6577aa890e sudo make install gathers files from release folder rather than cwd. Fixed compile errors in raylib_demo.c where audio methods are not supplied enough args 0nix 2016-08-11 13:19:05 -0500
  • 29f14186c1 Updated games to latest raylib version raysan5 2016-08-11 12:08:41 +0200
  • 289e04a62a Ported camera module to header-only Ray 2016-08-10 12:55:54 +0200
  • a1b6b217e4 Comment tweak Ray 2016-08-10 12:55:31 +0200
  • eb9072a2f1 Renamed functions for consistency Ray 2016-08-10 12:20:46 +0200
  • cc2b3228d1 Updated for C++ Ray 2016-08-09 23:03:29 +0200
  • caecb1c1eb Removed x64 configuration raysan5 2016-08-08 17:29:31 +0200
  • 7e36727328 Visual Studio 2015 project raysan5 2016-08-08 17:22:26 +0200
  • ed387d00aa Corrected issue with VS raysan5 2016-08-08 17:21:46 +0200
  • 7fbd821727 Some code review tweaks raysan5 2016-08-07 13:51:01 +0200
  • f69f930b51 Some functions review raysan5 2016-08-07 13:38:48 +0200
  • cae209816c Code tweak to avoid warning raysan5 2016-08-07 13:38:14 +0200
  • 2c079d7c6e Review Lua examples and formatting Ray 2016-08-07 11:14:08 +0200
  • 46248b0922 Merge pull request #175 from ghassanpl/develop Ray 2016-08-07 10:46:03 +0200
  • 47b6e62744 Fixed bug with BoundingBox Lua constructor Fixed use-after-free in DestroyLight ghassanpl 2016-08-06 22:14:49 +0200
  • 6f27941e28 GetDroppedFiles and SetShaderValue in Lua working Exposed Texture2D.id to Lua Lights now have settable/gettable fields ghassanpl 2016-08-06 21:51:08 +0200
  • 1950085893 Merge branch 'develop' of https://github.com/raysan5/raylib into develop ghassanpl 2016-08-06 20:46:15 +0200
  • 306945fe14 Added trace on audio device closing raysan5 2016-08-06 19:30:56 +0200
  • 16ac468bdb Remove functions from user exposure raysan5 2016-08-06 19:30:41 +0200
  • 58c762baa3 Replaced tabs by spaces raysan5 2016-08-06 19:30:13 +0200
  • 865b216ebe Updated Lua examples raysan5 2016-08-06 19:29:58 +0200
  • 82a0fae678 Merge branch 'develop' of https://github.com/raysan5/raylib into develop ghassanpl 2016-08-06 17:10:56 +0200
  • 7f9513fbf4 Merge pull request #173 from ghassanpl/develop Ray 2016-08-06 17:09:57 +0200
  • cfe47cc854 Merge branch 'develop' of https://github.com/raysan5/raylib into develop ghassanpl 2016-08-06 17:03:07 +0200
  • 4960e6b6d7 Fixes for some Lua bugs ghassanpl 2016-08-06 16:58:48 +0200
  • 3b80e2c1e0 Redesigned gestures module to header-only raysan5 2016-08-06 16:32:46 +0200
  • d5f5f0a930 Updated raylib version to 1.6 raysan5 2016-08-06 11:33:05 +0200
  • ae70540a96 Added example audio_raw_stream raysan5 2016-08-06 11:32:53 +0200
  • 00c7e54d3c Add raylib lua examples raysan5 2016-08-06 11:32:35 +0200
  • 5f1b4e9474 Updated Lua module raysan5 2016-08-06 11:30:34 +0200
  • 5da66e7ec8 Merge pull request #172 from LelixSuper/fix-makefile Ray 2016-08-04 17:13:20 +0200
  • 3d519c7a39 Fix install command of src/ makefile LelixSuper 2016-08-04 15:48:37 +0200
  • 80789e6140 Updated Lua binding raysan5 2016-08-04 13:40:53 +0200
  • 055d501345 Corrected bug raysan5 2016-08-03 23:25:39 +0200
  • 70ec517fda Updated some functions raysan5 2016-08-03 23:15:44 +0200
  • 5c30e079f4 [rlua] new module: raylib Lua binding raysan5 2016-08-03 21:39:22 +0200
  • 735968e685 [rlua] new module: raylib Lua binding raysan5 2016-08-03 21:38:21 +0200
  • d3d9aaceb1 Updated and comments raysan5 2016-08-03 09:26:30 +0200
  • 8c0bd30fcb Corrected issue with Music type raysan5 2016-08-02 19:09:07 +0200
  • 50ccc39d6b Updated LIBs raysan5 2016-08-02 17:55:04 +0200
  • 68d647c1af Complete review and update raysan5 2016-08-02 17:32:24 +0200
  • 58d2f70b7e Review audio module and examples raysan5 2016-08-01 21:37:45 +0200
  • 36cf1f7dfd Improved support for C++ raysan5 2016-08-01 18:05:07 +0200
  • 2dc5f580a6 Removed audio errors register raysan5 2016-08-01 12:58:30 +0200
  • 02c456432d Complete review of audio system raysan5 2016-08-01 12:49:17 +0200
  • a61b832c4a Merge pull request #166 from Bil152/develop Ray 2016-07-30 12:45:31 +0200
  • 13ebc745fe Corrected bug on Linux linking Ray 2016-07-30 10:03:32 +0200
  • 8f7cb6fb19 Code refractoring of music model to be more friendly-user (issue #144) Bil152 2016-07-29 21:35:57 +0200
  • a008d49230 Corrected some issues to compile with MSC raysan5 2016-07-29 13:17:50 +0200
  • a422e39492 Corrected issue on OSX with High DPI display raysan5 2016-07-26 16:55:46 +0200
  • 07a375e2d6 Corrected issue with HIghDPI display on OSX raysan5 2016-07-26 13:02:25 +0200
  • 6d68c78989 Updated log output info raysan5 2016-07-26 12:44:33 +0200
  • 9e8232d750 Redesigned bloom shader to work on RPI raysan5 2016-07-25 19:44:21 +0200
  • c604b53f78 Corrected issue with paths on RPI raysan5 2016-07-25 19:43:59 +0200
  • 020601092e Added release version for RaspberryPi raysan5 2016-07-25 18:36:58 +0200
  • a94b553aff Updated release headers raysan5 2016-07-25 18:36:43 +0200
  • 4facc03a64 Upload ptheads Win32 DLL raysan5 2016-07-25 08:50:40 +0200
  • 53056f3e7e Merge pull request #151 from raysan5/develop Ray 2016-07-22 23:58:46 +0200
  • fbf0362943 Updated raylib cheatsheet Ray 2016-07-22 23:57:52 +0200
  • 7fa1f2ffde Merge pull request #150 from raysan5/develop Ray 2016-07-22 18:32:05 +0200
  • ab5d1df7cb Merge pull request #149 from raysan5/master Ray 2016-07-22 18:31:36 +0200
  • 7921d85dc8 Merge pull request #148 from sol-prog/master Ray 2016-07-22 18:30:23 +0200
  • 32a671b9da OS X comaptiblity changes and compiled library sol-prog 2016-07-22 11:55:04 -0400
  • ab0d19f356 Merge pull request #137 from raysan5/develop 1.5.0 Ray 2016-07-19 12:48:55 +0200
  • c482f37dfd Updated... again... raysan5 2016-07-19 11:32:10 +0200
  • c12737ae38 Removed old shader raysan5 2016-07-19 11:06:09 +0200
  • 3140496a12 Updated raysan5 2016-07-19 11:01:27 +0200
  • 61558ab83f Updated shaders pack raysan5 2016-07-19 10:57:35 +0200
  • 76c9e9883d Update runtime DLL to version 1.6 raysan5 2016-07-19 10:02:44 +0200
  • 5139948ef9 Updated to Oculus PC SDK 1.6 Ray 2016-07-19 09:42:48 +0200
  • 3e1321ac24 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-07-18 23:24:12 +0200
  • 13e18c23ed Merge pull request #136 from raysan5/develop Ray 2016-07-18 17:25:02 +0200
  • af46222b12 Updated raysan5 2016-07-18 17:23:50 +0200