Commit Graph

  • 371abb0a26 Review glTF implementation formatting Ray 2019-05-20 11:13:38 +02:00
  • 9a52c716cc Merge pull request #842 from wbrbr/gltf2 Ray 2019-05-20 10:49:02 +02:00
  • e01a381aec Load glTF Wilhem Barbier 2019-05-14 14:06:17 +02:00
  • c1594fa445 Tweaks Ray 2019-05-18 01:31:48 +02:00
  • 6332bc0398 Corrected issue with shader loading Ray 2019-05-18 01:24:00 +02:00
  • 5ef7beb0c5 Makefile: move -x objective-c option before filename Ahmad Fatoum 2019-05-17 20:24:01 +02:00
  • e1ecebfff9 Revert "fixed GLFW compiler flag for OSX" Ahmad Fatoum 2019-05-17 20:19:47 +02:00
  • 245cf2400e Review shader examples Ray 2019-05-17 20:03:04 +02:00
  • 0ec46e8976 Merge pull request #841 from iskolbin/master Ray 2019-05-17 17:38:46 +02:00
  • 97160fd970 fixed GLFW compiler flag for OSX Ilya Kolbin 2019-05-17 17:56:05 +03:00
  • 970f1e8ff1 examples review Ray 2019-05-17 01:17:40 +02:00
  • ce87d2ced4 new example: shaders_eratosthenes Ray 2019-05-16 17:23:31 +02:00
  • 9fd410b8a8 Review shader to use provided texture coordinates Ray 2019-05-16 17:07:59 +02:00
  • cf4fde9456 Corrected bug on NEON Ray 2019-05-16 16:10:52 +02:00
  • 9994f16479 Review build config on web Ray 2019-05-16 15:40:28 +02:00
  • 25ac9bfb28 Update dr_flac, dr_mp3, dr_wav to latest version Ray 2019-05-16 15:31:33 +02:00
  • 579d932551 Update miniaudio to v0.9.4 Ray 2019-05-16 15:30:41 +02:00
  • f44dfa1ef2 Implement VR distortion shader for GLSL 100 Ray 2019-05-16 15:30:03 +02:00
  • f1ffb3f573 Review shaders for GLSL 100 Ray 2019-05-16 10:05:14 +02:00
  • 84fb2e00df Merge pull request #838 from eggmund/master Ray 2019-05-15 19:03:39 +02:00
  • eb7beb59b6 Ammended comment. eggmund 2019-05-15 17:59:03 +01:00
  • a7c5e3cab7 Updating julia set example. eggmund 2019-05-15 17:55:19 +01:00
  • 998b4180e1 Update example! Ray 2019-05-15 17:00:50 +02:00
  • 5a1a0a3492 Corrected issue with multi-mesh obj models Ray 2019-05-15 15:12:56 +02:00
  • 0b18133e46 Update shaders_julia_set.c Ray 2019-05-15 13:10:00 +02:00
  • d878a0aecb Update shaders_julia_set.c Ray 2019-05-15 12:53:13 +02:00
  • ab44033ed6 Added new examples to Makefile Ray 2019-05-15 12:24:09 +02:00
  • 0eece03205 Corrected issue with texture flip X Ray 2019-05-15 12:22:29 +02:00
  • 4d8b9e595a external: glfw: Revert "Added WinMM library" Ahmad Fatoum 2019-05-15 08:14:24 +02:00
  • e7995c483d .travis.yml: update wayland dependency ECM version Ahmad Fatoum 2019-05-15 07:37:43 +02:00
  • 0467f32cc1 examples: CMake: restrict OpenGL deprecation warnings to macOS Ahmad Fatoum 2019-05-15 07:31:02 +02:00
  • e8a376c80c CMake: add winmm.dll as Windows dependency Ahmad Fatoum 2019-05-10 08:16:39 +02:00
  • 3f7b14aeed Corrected web issue Ray 2019-05-14 18:02:11 +02:00
  • 7eb488a350 Improve support for web building Ray 2019-05-14 18:01:20 +02:00
  • 424d3ca8d9 examples review Ray 2019-05-14 15:34:23 +02:00
  • 2edec8ae28 Some example tweaks Ray 2019-05-14 00:08:21 +02:00
  • 6f7b721d81 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2019-05-14 00:07:44 +02:00
  • 6804c2189e new examples: shaders_texture_waves Ray 2019-05-14 00:07:34 +02:00
  • 00431396b0 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2019-05-12 21:53:21 +02:00
  • d50aa32ec8 Update CMakeLists.txt raysan5 2019-05-12 21:51:19 +02:00
  • 4b8c56ebd3 Merge pull request #835 from eggmund/master Ray 2019-05-12 21:50:48 +02:00
  • aea3b2df65 Fixed another small comment error hmmmmmmmm 2019-05-12 17:31:04 +01:00
  • c25154064d Fixed small error in comments eggmund 2019-05-12 17:14:52 +01:00
  • 49a49e492a Added julia set shader example. eggmund 2019-05-12 16:50:56 +01:00
  • 561c486ceb Add WinMM library for linkage raysan5 2019-05-10 20:51:48 +02:00
  • 2ee3b2576c Merge pull request #833 from Demizdor/fix_selection Ray 2019-05-10 15:19:41 +02:00
  • 509d9411a1 Fixed DrawTextRecEx() selection when wordwrap is ON Demizdor 2019-05-10 13:57:24 +03:00
  • a2ed65aa14 Make code a bit clearer for beginners Ray 2019-05-09 16:10:55 +02:00
  • 46bac0ba2c Add comment in CheckCollisionSpheres() Ray 2019-05-09 16:09:49 +02:00
  • 5fd3f13cb6 Merge pull request #832 from ProfJski/master Ray 2019-05-09 16:04:52 +02:00
  • 1655463ba5 Update models.c ProfJski 2019-05-08 14:14:57 -04:00
  • 4330b098f3 Merge pull request #1 from ProfJski/ProfJski-patch-1 ProfJski 2019-05-08 14:04:46 -04:00
  • d3dae38449 Update CheckCollisionSpheres() to avoid sqrt ProfJski 2019-05-08 13:54:12 -04:00
  • 97c8a28aaa Remove trail spaces Ray 2019-05-08 18:33:09 +02:00
  • ecea95f50f Update raylib.rc.data Ray 2019-05-08 17:14:46 +02:00
  • 4773de26a5 Added WinMM library Ray 2019-05-07 22:56:38 +02:00
  • f6d1ffd4cd Tweak ON flag Ray 2019-05-07 15:23:56 +02:00
  • 9824387773 Added resource file for raylib.dll Ray 2019-05-07 15:16:14 +02:00
  • f6d1448da9 Review CMake option flags Ray 2019-05-07 15:15:23 +02:00
  • e0e2346c22 NO SUPPORT_BUSY_WAIT_LOOP by default Ray 2019-05-07 10:05:21 +02:00
  • afd90a5a56 Add comment tweak Ray 2019-05-07 09:50:40 +02:00
  • 5d09ca550f Update issue templates Ray 2019-05-06 22:27:16 +02:00
  • 7be6e3e288 Update issue templates Ray 2019-05-06 17:31:49 +02:00
  • 7a23a35eed Remove broken example: standard_lighting Ray 2019-05-06 16:39:25 +02:00
  • 621965cb8c Move bunnymark example to another module Ray 2019-05-06 16:38:58 +02:00
  • 8bafe03ee0 Update text_unicode.c Ray 2019-05-06 10:54:45 +02:00
  • eeef7fdb51 Review example formatting Ray 2019-05-06 10:46:56 +02:00
  • 528e164ac5 Corrected issue with wrong text measuring Ray 2019-05-06 10:17:34 +02:00
  • 80c8599e81 Avoid warnings pre-evaluating values Ray 2019-05-06 10:07:06 +02:00
  • 4c33d38812 Avoid warnings pre-evaluating values Ray 2019-05-06 10:05:43 +02:00
  • 2ddc4bacba Example review Ray 2019-05-06 09:41:54 +02:00
  • 3e0e91013f Revert "CMake: make unsequenced modifications an error" Ahmad Fatoum 2019-05-04 23:56:38 +02:00
  • 23c1c0bdb2 CMake: make unsequenced modifications an error Ahmad Fatoum 2019-05-04 23:10:17 +02:00
  • 43bfb979e5 examples: CMake: warn once only about macOS OpenGL deprecation Ahmad Fatoum 2019-05-04 23:05:30 +02:00
  • ae2e48c77f CMake: don't use system GLFW headers if using built-in GLFW Ahmad Fatoum 2019-05-04 22:48:25 +02:00
  • 7d57a64337 Travis CI: build, don't download, external GLFW Ahmad Fatoum 2019-05-04 22:34:08 +02:00
  • 36d8a648f0 external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS} Ahmad Fatoum 2019-05-04 22:19:09 +02:00
  • 2cda760312 examples: CMake: don't build core_loading_thread if no pthreads Ahmad Fatoum 2019-05-04 19:36:16 +02:00
  • 6681fd7df2 examples: core_loading_thread: fix race condition Ahmad Fatoum 2019-05-04 19:02:50 +02:00
  • 53d9beb534 examples: core_loading_thread: use symbolic names for state machine states Ahmad Fatoum 2019-05-04 17:15:48 +02:00
  • 0fe409bfa9 Renamed example Ray 2019-05-03 17:57:36 +02:00
  • f53395694d Create examples_template.c Ray 2019-05-03 17:56:58 +02:00
  • 62f1511e5f Batch of 9 new shapes examples! Ray 2019-05-03 16:00:16 +02:00
  • 0c53360a3a new example: textures_sprite_explosion Ray 2019-05-03 15:56:07 +02:00
  • c6b7f9c5b0 Some minor comments Ray 2019-05-03 15:55:24 +02:00
  • f44888e466 Force HighDPI on macOS Ray 2019-05-03 09:45:16 +02:00
  • 4d00b5a8bb Merge pull request #824 from kawa-yoiko/highdpi-cmakeopt Ray 2019-05-03 09:42:48 +02:00
  • 780cefc3b0 Add SUPPORT_HIGH_DPI to CMakeOptions.txt Shiqing 2019-05-03 12:17:58 +08:00
  • 0b2bad4205 Update models_first_person_maze.c Ray 2019-05-02 13:24:02 +02:00
  • beda4180cd Added missing include Ray 2019-05-02 13:15:05 +02:00
  • a9ebf8e10d new example: textures_sprite_button Ray 2019-05-02 13:01:36 +02:00
  • 34feacc148 new example: core_loading_thread Ray 2019-05-02 12:22:54 +02:00
  • d46160fb6e example review: models_first_person_maze Ray 2019-05-02 12:22:15 +02:00
  • fc56f8d9ef Work on touch_as_mouse input -WIP- Ray 2019-05-02 09:46:01 +02:00
  • 73a54fcc3d Update Makefile Ray 2019-05-02 00:15:46 +02:00
  • 0f84f9f51f Merge pull request #823 from Narice/master Ray 2019-05-02 00:07:31 +02:00
  • a54af067c2 Added guards to PI define Narice 2019-05-01 22:03:32 +02:00
  • 59c436c922 Defined PI (#822) Narice 2019-05-01 21:41:51 +02:00
  • c9025ed205 Corrected issue with texture rendering Ray 2019-05-01 16:15:33 +02:00
  • bb2841a26d WARNING: Support high DPI displays Ray 2019-05-01 14:30:36 +02:00