raylib/src
Crydsch edeaff4bd4
Better collisions (#1803)
* review collisions ray-box and ray-sphere

* Applied raysan's refactor
Improved GetRayCollisionBox

* Replace GetRayCollisionGround with GetCollisionQuad

* Update example core_3d_picking

* Update example models_loading

* Fixed issues after merge

* remove debug stuff

Co-authored-by: Cry dsch <chris.obo@gmx.net>
2021-06-03 20:15:27 +02:00
..
external Disable raylib code 2021-04-27 23:12:04 +02:00
extras WARNING: Moved some **extra** raylib libraries to /extras/ directory 2021-05-31 11:43:56 +02:00
camera.h Added support for additional mouse buttons (#1753) 2021-05-08 18:26:24 +02:00
CMakeLists.txt Update CMakeLists.txt 2021-05-31 12:27:26 +02:00
config.h Convert the half sleep to a sleep that is a fraction of the target FPS (Default 95%) to reduce CPU use. (#1756) 2021-05-07 19:49:44 +02:00
core.c Update docs for supported blend modes (#1801) 2021-06-01 15:00:19 +02:00
gestures.h WARNING: BREAKING: REVIEWED some enums naming 2021-03-19 13:19:54 +01:00
Makefile Update Makefile 2021-05-22 16:51:51 +02:00
models.c Better collisions (#1803) 2021-06-03 20:15:27 +02:00
raudio.c Update raudio.c 2021-05-31 19:32:48 +02:00
raudio.h WARNING: RENAMED: IsMusicPlaying() -> IsMusicStreamPlaying() 2021-05-20 19:27:04 +02:00
raylib.dll.rc Update resource files 2021-04-09 00:20:43 +02:00
raylib.dll.rc.data Update resource files 2021-04-09 00:20:43 +02:00
raylib.h Better collisions (#1803) 2021-06-03 20:15:27 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Update resource files 2021-04-09 00:20:43 +02:00
raylib.rc.data Update resource files 2021-04-09 00:20:43 +02:00
raymath.h Update raymath.h (#1802) 2021-06-01 17:00:40 +02:00
rglfw.c Update year to 2021 2021-01-02 18:15:13 +01:00
rlgl.h REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796 2021-05-30 18:02:06 +02:00
shapes.c Review some VS warnings and messages 2021-05-14 14:01:42 +02:00
shell.html Update shell.html 2021-05-12 19:51:29 +02:00
text.c Some code tweaks 2021-05-30 11:50:32 +02:00
textures.c Review config flags #1784 2021-05-30 22:31:14 +02:00
utils.c REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796 2021-05-30 18:02:06 +02:00
utils.h Update year to 2021 2021-01-02 18:15:13 +01:00
uwp_events.h Update uwp_events.h 2021-05-31 11:39:20 +02:00