Ray
429c5a9a9a
Review and un-expose InitTimer()
Actually it's not required for SUPPORT_CUSTOM_FRAME_CONTROL
4 years ago
Ray
7f2a071c51
Formatting review
4 years ago
Sky
9095dd9e82
Add support for resizing Emscripten canvas ( #1840 )
4 years ago
Diesirae
30a0f6f292
Fix DrawTextRec ( #1843 )
* fix text wrapping
* fix indent
* fix indent
* fix indent
* fix DrawTextRec
4 years ago
Guillaume DEVOILLE
52f1c7df6d
Fix missing fclose in tinyobj loader ( #1842 )
Missing fclose in tinyobj loader.
4 years ago
Ray
115cc7dede
Review GetFPS()
4 years ago
Adrian Guerrero Vera
96d5dd24aa
core: added `GetMouseDelta()` ( #1832 )
* core: added `GetMouseDelta()`
Thanks to previousPosition added by raysan it is now possible to create the GetMouseDelta() function.
Returns a Vector2 with the difference between the current and previous position of the mouse in a frame.
Useful for creating camera scrolling, among others.
* Added changes noted by raysan
4 years ago
raysan5
28093c46a8
Disable `SUPPORT_EVENTS_AUTOMATION` by default
4 years ago
Ray
8be5ec2288
Avoid SUPPORT_MOUSE_CURSOR_POINT
4 years ago
Sirvoid
1a420b77e3
Fixed: Binding vertex position twice ( #1835 )
4 years ago
Ray
e07054d0d4
RENAMED: `SwapBuffers()` -> `SwapScreenBuffer()`
Avoid possible symbol collisions
4 years ago
Ray
b733e76c86
Update physac.h
4 years ago
Ray
19b71f5f13
WARNING: Exposed `SUPPORT_CUSTOM_FRAME_CONTROL` #1729
4 years ago
Ray
ab032919df
RENAMED: Wait() -> WaitTime()
4 years ago
Ray
68e408474d
Renamed SUPPORT_MOUSE_CURSOR_NATIVE -> SUPPORT_MOUSE_CURSOR_POINT
4 years ago
Ray
942657fc7c
Remove Color struct requirement
4 years ago
Ray
4decbb2586
RENAMED: MeshTangents() -> GenMeshTangents()
RENAMED: MeshBinormals() -> GenMeshBinormals()
4 years ago
Ray
f3d38018cd
Comment tweak
4 years ago
Ray
4b93feb172
Remove trail spaces
4 years ago
Ray
213c990eda
Reviewed issue
4 years ago
Ray
de7b8ad551
NEW CRAZY FEATURE: EVENTS AUTOMATION!
https://youtu.be/3dZenkpmRzM
4 years ago
Ray
0b8e0f05a7
Register mouse previous position
4 years ago
Ray
b188008a1c
Review code formatting
4 years ago
Ray
7bc2e922c9
Review some comments
4 years ago
Ray
b0dcdf688f
Reviewed functions description
Replaced: Returns -> Get
4 years ago
Ray
d3387c952a
Reviewed Input variables and comments
4 years ago
Ray
3643974949
Corrected bug on enum
4 years ago
Ray
8980bcfe4b
Added some enum comments
4 years ago
Ray
97b074ac26
Update GLFW to latest version #1817
4 years ago
Ray
76a907bb79
Remove tabs
4 years ago
raysan5
246798a0ba
Update Makefile
4 years ago
raysan5
e95d8bc655
Minor format tweaks
4 years ago
raysan5
6445200a93
Removed GetAudioStreamBufferSizeDefault()
4 years ago
Ray
e00d2439b9
WARNING: BREAKING: Consistency renamings
RENAMED: InitAudioStream() -> LoadAudioStream()
RENAMED: CloseAudioStream() -> UnloadAudioStream()
4 years ago
Ray
121c689b78
Review code formatting
4 years ago
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>
4 years ago
isaac553876299
d1ac38171c
Update raymath.h ( #1802 )
4 years ago
Marco G. Maia
1a7dace57e
Update docs for supported blend modes ( #1801 )
4 years ago
Ray
0870295a7c
RENAMED: enum Gestures -> Gesture
Consistency tweak
4 years ago
Ray
5e3cf28642
Update raudio.c
4 years ago
Ray
8f4261e9d4
Remove unused declarations
4 years ago
Ray
2760304d66
Update CMakeLists.txt
4 years ago
Ray
9bd3d78374
WARNING: Moved some **extra** raylib libraries to /extras/ directory
4 years ago
Ray
1c5de9721a
WARNING: BREAKING: RENAMED: RayHitInfo to RayCollision #1781
- RENAMED: RayHitInfo to RayCollision
- RENAMED/REDESIGNED: Multiple Ray collision functions to be more consistent and return RayCollision data -WIP-
4 years ago
Ray
7bcb2ad4f1
Update uwp_events.h
4 years ago
Ray
89e734de6b
Review config flags #1784
4 years ago
Julianiolo
cc4de1d1f9
note ( #1797 )
4 years ago
Ray
71995d52b3
REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796
4 years ago
Ray
0369ec9adf
Some code tweaks
4 years ago
Ray
c828e481fb
Review code format
4 years ago