Chris Hemingway
|
b46a800597
|
Make GRAPHICS_API_OPENGL_33 work on OSX, closes #113
|
пре 9 година |
raysan5
|
ec72a8868e
|
Comment tweak
|
пре 9 година |
raysan5
|
fd67e31f63
|
Renamed function for consistency
|
пре 9 година |
Ray
|
f2152aa391
|
Reorganize functions
|
пре 9 година |
Ray
|
fa98289ddb
|
Added 2D camera mode functions
Removed BeginDrawingEx()
Added Begin2dMode() and End2dMode()
|
пре 9 година |
raysan5
|
17eefed08f
|
Improved gestures system
|
пре 9 година |
raysan5
|
6b5e18e6bf
|
Make mouse inputs available on Android for...
... easy code porting, transalating them to touches and gestures
internally.
Removed function SetCustomCursor(), it can be managed by the user.
|
пре 9 година |
raysan5
|
c1e49d2b13
|
Removed function
I decided it is redundant and could be confusing (when mixed with 3D
drawing). It's not KISS.
|
пре 9 година |
raysan5
|
06a8d7eb06
|
Remove old postprocessing system
|
пре 9 година |
raysan5
|
66b096d978
|
Added support for render to texture (use RenderTexture2D)
Now it's possible to render to texture, old postprocessing system will
be removed on next raylib version.
|
пре 9 година |
raysan5
|
1136d4222f
|
Setting up for raylib 1.5.0
|
пре 9 година |
raysan5
|
a3f16c8459
|
Improved 2d camera system -IN PROGRESS-
|
пре 9 година |
raysan5
|
269b120104
|
Review Android button inputs
|
пре 9 година |
raysan5
|
584e74c676
|
Corrected bug on touch position
|
пре 9 година |
raysan5
|
fa78023aa4
|
Understand mouse as touch in web
|
пре 9 година |
raysan5
|
ebc2b9a286
|
Improved windows resizing system...
...despite not being enabled on GLFW3
|
пре 9 година |
Ray
|
e2ba22ec59
|
Improved 2D-3D drawing
Depth test disabled for 2D and only used on 3D; consequently LINES vs
TRIANGLES vs QUADS buffers drawing order maters... but blending also
works ok.
|
пре 9 година |
Ray
|
49df957058
|
Add support for multiple gamepads on RPI
|
пре 9 година |
Ray
|
db4585b3e2
|
Improved gamepad support
Now it works ok also in RaspberryPi
|
пре 9 година |
raysan5
|
6ee5718b2e
|
Improved function GetKeyPressed()
To support multiple keys (including function keys)
|
пре 9 година |
raysan5
|
5ea18b9426
|
Support 2d camera system -IN PROGRESS-
|
пре 9 година |
raysan5
|
d8bd8634ab
|
3d Camera: Added support for field-of-view Y
|
пре 9 година |
Ray
|
dcbf2a0e0c
|
Replaced tabs by spaces
|
пре 9 година |
raysan5
|
4476a9e241
|
Review rlglUnproject() system
|
пре 9 година |
Ray San
|
98c60838fe
|
Reviewed RPI inputs
|
пре 9 година |
Ray
|
09f28d0f57
|
Working on RPI gamepad support
|
пре 9 година |
Ray San
|
8aab52aeda
|
Redesigned RPI input system -IN PROGRESS-
|
пре 9 година |
Ray
|
afd2ffb74a
|
Updated gestures module
Using normalized [0..1] input points
|
пре 9 година |
raysan5
|
0018522031
|
Updated show-logo and start reviewing RPI inputs
|
пре 9 година |
raysan5
|
30fafb77db
|
Updated fullscreen issue comment
|
пре 9 година |
raysan5
|
cbbe948529
|
Some code tweaks
|
пре 9 година |
raysan5
|
823abf666e
|
Reviewed code TODOs
|
пре 9 година |
Ray
|
a847df921f
|
Reviewed gestures module
|
пре 9 година |
Ray
|
6a392f0eb2
|
GLAD not used on HTML5
|
пре 9 година |
raysan5
|
c00062655f
|
GLAD only available on PLATFORM_DESKTOP
|
пре 9 година |
Ray
|
646f1c3f71
|
Some formating tweaks
|
пре 9 година |
Ray
|
728e1715cc
|
Redesigned gestures system...
...and improved mouse gestures support
Some testing still required...
|
пре 9 година |
Constantine Tarasenkov
|
13925f7bd4
|
Add functions to disable and enable cursor
|
пре 9 година |
raysan5
|
ac475f46b9
|
Added touch points id to gestures
Required by ProcessGestureEvent()
|
пре 9 година |
raysan5
|
d0ff78e7f4
|
Move Light struct to example
|
пре 9 година |
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!
|
пре 9 година |
raysan5
|
08da91047e
|
Some code tweaks
|
пре 9 година |
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
|
пре 9 година |
raysan5
|
455be7f6f6
|
Try to implement GLAD support
|
пре 9 година |
raysan5
|
23d66e9b6f
|
Move extensions loading to core module
|
пре 9 година |
raysan5
|
efa1c96d19
|
Adapted raymath as single header library
Added support for single header implementation and also inline functions
support
|
пре 9 година |
raysan5
|
f24fd14814
|
Note on RPI inputs
|
пре 9 година |
raysan5
|
3b4d8442e0
|
Corrected some float values
|
пре 9 година |
victorfisac
|
4cc394c376
|
Added world to screen conversion
- Added function WorldToScreen(...).
- Added world to screen example.
- Review GetMouseRay() comment.
- Removed deprecated lighting functions from raylib header.
|
пре 9 година |
raysan5
|
5e7686695f
|
Review Light/Material system
Simplified for the user (more intuitive and clear)
Removed lighting module dependency
|
пре 9 година |