Commit Graph

  • e5a2def57f Code formatting raysan5 2017-01-15 01:10:34 +01:00
  • 61f6b0f707 Removed GetNextPOT(), review TraceLog() raysan5 2017-01-15 01:10:23 +01:00
  • 4a158d972d Added LoadText() function raysan5 2017-01-15 01:09:15 +01:00
  • 4ea8494f3e Merge pull request #216 from AudioMorphology/develop Ray 2017-01-14 20:25:07 +01:00
  • 07a2c00e84 modified: core.c AudioMorphology 2017-01-14 16:18:06 +00:00
  • 1ca445a9b9 Merge branch 'develop' of https://github.com/raysan5/raylib into develop raysan5 2017-01-07 18:13:39 +01:00
  • fbda9c4180 Support rRES data loading raysan5 2017-01-07 18:12:59 +01:00
  • 9b334dcd25 Merge pull request #214 from AudioMorphology/develop Ray 2017-01-05 23:07:43 +01:00
  • 21181f8167 added RPi touch interface Richard R. Goodwin 2017-01-05 21:36:40 +00:00
  • d4f5c4e133 modified: src/core.c Richard R. Goodwin 2017-01-05 21:20:28 +00:00
  • 658c280669 Lattest PR review raysan5 2017-01-05 19:33:05 +01:00
  • 0369bb4c8c Merge pull request #212 from joeld42/jbd_picking Ray 2017-01-05 17:33:23 +01:00
  • d5d391faaf Added RaycastMesh function and example test case Joel Davis 2017-01-02 21:56:25 -08:00
  • 81388363fa Merge pull request #211 from joeld42/rlgl-updatemesh-fix Ray 2017-01-02 13:23:11 +01:00
  • 037da8879a Added RaycastGround and ray picking example Joel Davis 2016-12-31 15:06:39 -08:00
  • 674ee2cf75 Fix vbo indexes for rlglUpdateMesh Joel Davis 2016-12-31 14:05:30 -08:00
  • 202f45415c rRES raylib resources custom file format support raysan5 2016-12-27 17:42:22 +01:00
  • bf3a213e44 Some functions review and additions raysan5 2016-12-27 17:40:59 +01:00
  • e7464d5fc3 Review some formatting and naming raysan5 2016-12-27 17:37:35 +01:00
  • 3c91dc099d Added some comments to sample raysan5 2016-12-26 11:46:07 +01:00
  • 5da815234c Improved FLAC audio support raysan5 2016-12-26 10:52:57 +01:00
  • a27be5f2a9 Added support for gamepads on PLATFORM_WEB raysan5 2016-12-25 20:42:22 +01:00
  • 14cdd7fbff Added raw image file reading data check raysan5 2016-12-25 20:41:36 +01:00
  • 852f3d4fd0 Review comments and formatting raysan5 2016-12-25 02:01:13 +01:00
  • 6d6c542a1d Review some functions for consistency raysan5 2016-12-25 02:00:36 +01:00
  • d8bf84f118 Added mesh loading functions raysan5 2016-12-25 01:59:23 +01:00
  • 5de597579f Complete review of audio module raysan5 2016-12-25 01:58:56 +01:00
  • 4419ee9802 Merge pull request #210 from ficoos/fixes Ray 2016-12-22 11:47:59 +01:00
  • aaea2eb9a6 Fix building audio_standalone example on linux Saggi Mizrahi 2016-12-22 03:22:09 +02:00
  • 1aa775eca8 Fix physac.h building on linux Saggi Mizrahi 2016-12-22 03:21:04 +02:00
  • b2d4cd66a7 Fix warnings in lua binding Saggi Mizrahi 2016-12-22 03:20:27 +02:00
  • c394708c43 Change UpdateSound() to accept const void * Saggi Mizrahi 2016-12-22 03:19:49 +02:00
  • 5df10d824c Fix bad call to oculus API Saggi Mizrahi 2016-12-22 03:18:24 +02:00
  • 060d501cd1 Update to ignore Linux binaries (no extension) Ray 2016-12-21 00:04:44 +01:00
  • 4a9b77dd70 Corrected bug sound playing twice Ray 2016-12-20 00:33:45 +01:00
  • 814507906f Improving rRES custom format support -IN PROGRESS- Ray 2016-12-17 19:05:40 +01:00
  • 673ea62b27 Merge pull request #206 from joeld42/jbd_bugfix Ray 2016-12-15 22:42:31 +01:00
  • 06b8727d70 Moved viewport code into SetupViewport so high-DPI fix can be applied to EndTextureMode Joel Davis 2016-12-14 23:58:15 -08:00
  • d5c0f9d386 Replaced log2() function by equivalent Ray 2016-12-09 10:15:44 +01:00
  • 377dcb025f Corrected some warnings Ray 2016-12-05 01:14:18 +01:00
  • ab9f5d5780 Corrected path slash separator Ray 2016-11-26 11:12:31 +01:00
  • f5d792e551 Update Lua naming Ray 2016-11-25 22:26:36 +01:00
  • d91ad4e2aa Update README.md Ray 2016-11-25 01:47:30 +01:00
  • 177c58d23a Update README.md Ray 2016-11-25 01:46:51 +01:00
  • b9310f7d3a Updated background color Ray 2016-11-24 22:41:22 +01:00
  • 46ce30a2eb Corrected bugs for OpenGL 1.1 backend raysan5 2016-11-24 19:02:34 +01:00
  • 44e21d84cd Remove useless file raysan5 2016-11-24 19:02:15 +01:00
  • 17f09cb034 Merge pull request #198 from raysan5/develop 1.6.0 Ray 2016-11-24 17:26:07 +01:00
  • a81dfabf86 Update releases to latest version raysan5 2016-11-24 17:25:22 +01:00
  • 784aa1b6b5 Merge pull request #197 from xspager/develop Ray 2016-11-24 16:12:07 +01:00
  • fda91436b5 [games] Fix building the games on Linux by adding missing libs Daniel Lemos 2016-11-21 04:13:40 -02:00
  • 05f68c22d5 Update README.md Ray 2016-11-22 13:10:57 +01:00
  • 0925f4ec4d Added physics samples to makefile Ray 2016-11-22 12:53:32 +01:00
  • b8481369f7 Reviewed some lua examples and added new ones Ray 2016-11-22 12:15:58 +01:00
  • f1bcfc1352 Corrected bug on GenTextureMipmaps() Ray 2016-11-22 12:14:55 +01:00
  • d1c9c34b2f Merge pull request #195 from victorfisac/develop Ray 2016-11-21 21:40:04 +01:00
  • e8630c78d0 Added new Physac examples victorfisac 2016-11-21 20:31:30 +01:00
  • d0fca7e02b Removed old Physac examples victorfisac 2016-11-21 20:31:07 +01:00
  • aa9353feb4 Updated Physac library victorfisac 2016-11-21 20:30:46 +01:00
  • 0716125ee9 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-11-21 20:27:43 +01:00
  • 918fc002d0 Simplified audio example raysan5 2016-11-21 19:50:31 +01:00
  • bdbb1eb901 Added new text sample: text_bmfont_unordered raysan5 2016-11-21 19:49:54 +01:00
  • 481ce3d39d Corrected bug with alpha mask on font raysan5 2016-11-21 19:47:58 +01:00
  • 85c400c006 rlua: Added functions notes Ray 2016-11-21 00:07:31 +01:00
  • f0626324ab rlua: Added some missing functions Ray 2016-11-21 00:00:27 +01:00
  • 6fa5dec16d Updated Ray 2016-11-20 23:00:41 +01:00
  • 0603e59cae Review examples and added new ones raysan5 2016-11-18 14:05:49 +01:00
  • 6b072e696d Updated releases raysan5 2016-11-18 13:46:04 +01:00
  • f7b706263a Some code tweaks raysan5 2016-11-18 13:39:57 +01:00
  • c7f0350182 Updated android template and lib raysan5 2016-11-18 13:39:19 +01:00
  • b0d5a7a372 Corrected bug on Android raysan5 2016-11-17 13:50:56 +01:00
  • bee283b12b Some tweaks around raysan5 2016-11-17 12:55:30 +01:00
  • e23e73d9b2 raylib 1.6 html5 release raysan5 2016-11-16 19:44:08 +01:00
  • 6f3186eacc raylib 1.6 release (static and shared) raysan5 2016-11-16 19:43:49 +01:00
  • f18c8cea16 Updated to support OpenAL Soft static library raysan5 2016-11-16 19:43:21 +01:00
  • 41e49c5a6e Remove CMakeList raysan5 2016-11-16 19:10:03 +01:00
  • 5d46c27cd5 Update resource file for raylib 1.6 raysan5 2016-11-16 19:08:42 +01:00
  • 6d1b712a96 Reviewed modules comments raysan5 2016-11-16 18:46:13 +01:00
  • 9d3ad52160 Removed byte typedef raysan5 2016-11-15 19:15:25 +01:00
  • 4123233f78 Merge pull request #192 from raysan5/develop Ray 2016-11-15 18:00:02 +01:00
  • a3d71dd58d Updated for raylib 1.6 Ray 2016-11-14 00:05:49 +01:00
  • 2b50440a77 Review ROADMAP Ray 2016-11-13 23:55:37 +01:00
  • 9fb6eda5f1 Improved text measurement Ray 2016-11-13 23:54:36 +01:00
  • 38df2cad25 Improved text measurement Ray 2016-11-13 23:53:28 +01:00
  • 4245237892 Corrected SIGSEV bug Ray 2016-11-13 23:47:28 +01:00
  • 773b0b6bc0 Update ROADMAP.md Ray 2016-11-06 14:09:30 +01:00
  • 66d22acfb3 Improve text example raysan5 2016-11-06 10:06:18 +01:00
  • aa945055fa Corrected issue on chars drawing raysan5 2016-11-03 18:57:46 +01:00
  • ca96122a7b Raspberry Pi custom gamepad axis raysan5 2016-11-03 18:57:16 +01:00
  • ed4fdfdaf8 Example tweak raysan5 2016-11-03 16:18:07 +01:00
  • 3be81b01d7 Brand new gamepad example raysan5 2016-11-02 13:39:58 +01:00
  • f2d61d4d43 Improved gamepad support on Raspberry Pi raysan5 2016-11-02 13:39:48 +01:00
  • f16f39e8aa code tweaks to avoid some warnings Ray 2016-11-02 00:50:08 +01:00
  • 80f6b2f963 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-11-01 23:11:36 +01:00
  • 64f67f6e9f Improved gamepad support raysan5 2016-11-01 14:39:57 +01:00
  • 6d3b11ef91 Support unordered charset, neither fixed first char raysan5 2016-11-01 00:58:21 +01:00
  • 3393fda384 Improve TTF loading raysan5 2016-10-31 20:39:30 +01:00
  • 673dcf9436 Comments tweaks raysan5 2016-10-31 20:39:03 +01:00
  • cc917fbac6 Improve SpriteFont support raysan5 2016-10-31 15:38:15 +01:00
  • 16101ce3d8 Reorganize defines check raysan5 2016-10-31 13:56:57 +01:00