raysan5
|
d042ed52fa
|
Updated
|
il y a 9 ans |
raysan5
|
2cc05e5e92
|
Corrected typo
|
il y a 9 ans |
raysan5
|
84252f9b70
|
Uploaded raylib bitcode library (PLATFORM_WEB)
|
il y a 9 ans |
raysan5
|
83459159f4
|
Corrected compiler complaint
|
il y a 9 ans |
Ray San
|
98c60838fe
|
Reviewed RPI inputs
|
il y a 9 ans |
Ray
|
09f28d0f57
|
Working on RPI gamepad support
|
il y a 9 ans |
Ray San
|
8aab52aeda
|
Redesigned RPI input system -IN PROGRESS-
|
il y a 9 ans |
Ray
|
afd2ffb74a
|
Updated gestures module
Using normalized [0..1] input points
|
il y a 9 ans |
raysan5
|
0018522031
|
Updated show-logo and start reviewing RPI inputs
|
il y a 9 ans |
raysan5
|
30fafb77db
|
Updated fullscreen issue comment
|
il y a 9 ans |
raysan5
|
ed19064405
|
Reviewed physics module
A deeper revision required, not clear enough for the user
Key: Create a PhysicObjects pool
|
il y a 9 ans |
raysan5
|
94c92a58a1
|
Some tweaks
|
il y a 9 ans |
raysan5
|
cbbe948529
|
Some code tweaks
|
il y a 9 ans |
raysan5
|
823abf666e
|
Reviewed code TODOs
|
il y a 9 ans |
raysan5
|
685273675b
|
Improved LoadHeightmap()
|
il y a 9 ans |
raysan5
|
9cbfcbb820
|
Add a note about an issue
|
il y a 9 ans |
raysan5
|
fca83c9ff8
|
Solve bug on matrix multiply order for scale and rotation
|
il y a 9 ans |
Ray
|
c69ce1d750
|
Updated comments
|
il y a 9 ans |
Ray
|
84a6724b33
|
Fixed a bug
|
il y a 9 ans |
Ray
|
a847df921f
|
Reviewed gestures module
|
il y a 9 ans |
Ray
|
687fe2c3c7
|
Updated
|
il y a 9 ans |
Ray
|
e98ea900cf
|
Reviewing gestures module (IN PROGRESS)
|
il y a 9 ans |
Ray
|
2ef9552454
|
WARNING message shortened
|
il y a 9 ans |
Ray
|
6a392f0eb2
|
GLAD not used on HTML5
|
il y a 9 ans |
raysan5
|
c00062655f
|
GLAD only available on PLATFORM_DESKTOP
|
il y a 9 ans |
Ray
|
646f1c3f71
|
Some formating tweaks
|
il y a 9 ans |
Ray
|
df5c64d0be
|
Functions parameters reorganize: Axis and Angle
sin(), cos() functions cached and replaced by float c99 versions sinf(),
cos()
|
il y a 9 ans |
Ray
|
65ecde1e75
|
Cleaned code a little bit
|
il y a 9 ans |
Ray
|
728e1715cc
|
Redesigned gestures system...
...and improved mouse gestures support
Some testing still required...
|
il y a 9 ans |
Constantine Tarasenkov
|
13925f7bd4
|
Add functions to disable and enable cursor
|
il y a 9 ans |
Constantine Tarasenkov
|
e6ad166ae3
|
|
il y a 9 ans |
Constantine Tarasenkov
|
5d6475c93b
|
Fix raylib compiling on Linux
|
il y a 9 ans |
raysan5
|
ac475f46b9
|
Added touch points id to gestures
Required by ProcessGestureEvent()
|
il y a 9 ans |
raysan5
|
99f99bea47
|
Simplified shader matrix uniforms
|
il y a 9 ans |
raysan5
|
d0ff78e7f4
|
Move Light struct to example
|
il y a 9 ans |
raysan5
|
3113a20390
|
Added bounding box calculation
|
il y a 9 ans |
raysan5
|
41959eeae1
|
Added support for mouse gestures (need testing)
Mouse input is interpreted as touches to allow mouse gestures
detection... and get an unified inputs system for all platforms!
|
il y a 9 ans |
raysan5
|
08da91047e
|
Some code tweaks
|
il y a 9 ans |
raysan5
|
6e9d3eb0f9
|
Review comments
|
il y a 9 ans |
victorfisac
|
233f7611da
|
Fixed hold gesture detection
- Fixed gestures hold detection.
- Improved hold state detection for little touch position increments
(sensitivity).
|
il y a 9 ans |
raysan5
|
4e57bd1f18
|
Replaced GLEW by GLAD
Removed GLEW external dependency, now it works with GLAD
Kept GLEW path, just in case... detected weird behaviour when testing
with gDEBugger
|
il y a 9 ans |
raysan5
|
455be7f6f6
|
Try to implement GLAD support
|
il y a 9 ans |
raysan5
|
23d66e9b6f
|
Move extensions loading to core module
|
il y a 9 ans |
raysan5
|
882e2abee1
|
Corrected bug
|
il y a 9 ans |
raysan5
|
68ba34c17b
|
Updated struct types
|
il y a 9 ans |
victorfisac
|
fcd30c5649
|
Added ray-sphere collision detection
|
il y a 9 ans |
victorfisac
|
25f5995be0
|
Revert "Added ray-sphere collision detection"
This reverts commit 423a45ac85 .
|
il y a 9 ans |
raysan5
|
cf6c6fefd7
|
Review some function names for consistency with raymath
|
il y a 9 ans |
raysan5
|
c5663ca015
|
Some formatting tweaks
|
il y a 9 ans |
raysan5
|
51c0b61a43
|
Updated to latest version of stb libs
|
il y a 9 ans |