raysan5
|
f2d61d4d43
|
Improved gamepad support on Raspberry Pi
|
8 years ago |
Ray
|
f16f39e8aa
|
code tweaks to avoid some warnings
|
8 years ago |
victorfisac
|
80f6b2f963
|
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
|
8 years ago |
raysan5
|
64f67f6e9f
|
Improved gamepad support
new function: GetGamepadAxisCount()
new function: IsGamepadName()
|
8 years ago |
raysan5
|
6d3b11ef91
|
Support unordered charset, neither fixed first char
Still requires some testing...
|
8 years ago |
raysan5
|
3393fda384
|
Improve TTF loading
|
8 years ago |
raysan5
|
673dcf9436
|
Comments tweaks
|
8 years ago |
raysan5
|
cc917fbac6
|
Improve SpriteFont support
LoadSpriteFontTTF() - TTF font loading with custom parameters
|
8 years ago |
raysan5
|
16101ce3d8
|
Reorganize defines check
|
8 years ago |
raysan5
|
836d3341a5
|
Renamed OpenAL32 dll library
|
8 years ago |
raysan5
|
988d39029f
|
Support textures filtering
|
8 years ago |
raysan5
|
43fd9ffe08
|
Tweak to avoid warnings
|
8 years ago |
raysan5
|
02842a3e2f
|
Review gamepad inputs
Added funtion: GetGamepadButtonPressed() - This function can be useful
for custom gamepad configuration
|
8 years ago |
raysan5
|
4ff98f34bb
|
Function to set texture parameters -IN PROGRESS-
|
8 years ago |
raysan5
|
5c80f65082
|
Funtions added to set texture parameters
SetTextureFilter()
SetTextureWrap()
|
8 years ago |
raysan5
|
137057f499
|
Function added: GenSpriteFont()
|
8 years ago |
raysan5
|
6d34adbd60
|
Improving sprite fonts support...
Support grayscale (8 bit) textures for fonts
Load unordered chars data above char 126
|
8 years ago |
raysan5
|
1142d4edae
|
Force threads to finish on CloseWindow()
|
8 years ago |
Ray
|
b8ce680511
|
Improved Android support
|
8 years ago |
raysan5
|
0ce7f0c409
|
Some work on multiple inputs...
- Corrected bug and tested new gamepad system
- Reviewed Android key inputs system, unified with desktop
- Reorganize mouse functions on core
|
8 years ago |
raysan5
|
d5e0f4e84e
|
Added notes on vr tracking -> camera update
|
8 years ago |
Ray
|
8f60996b64
|
Corrected some warnings
|
8 years ago |
Ray
|
a9315fc422
|
Merge pull request #189 from raysan5/develop
Develop branch integration
|
8 years ago |
Ray
|
1c05017548
|
Added OpenAL static library
|
8 years ago |
Ray
|
9e285d8dc3
|
Updated gamepad system with extra check
Avoid out-of-bounds situation with button array
|
8 years ago |
Ray
|
98d7a10c08
|
Improved gamepad system
- Support up to 4 gamepads
- Unified system between platforms
- Corrected some bugs
|
8 years ago |
Ray
|
4a3ed6d73c
|
Merge branch 'develop' of https://github.com/raysan5/raylib into develop
|
8 years ago |
Ray
|
b3bc4b21d1
|
Working on better gamepad support
|
8 years ago |
raysan5
|
76a67a149e
|
Added new wave functions to lua binding
|
8 years ago |
Ray
|
97e3277d58
|
Updated standard shader
Corrects weird artifacts on web
|
8 years ago |
raysan5
|
648676f46b
|
Update examples to new camera system
|
8 years ago |
raysan5
|
5fecf5c088
|
Review UpdateVrTracking() and rlglLoadRenderTexture()
|
8 years ago |
raysan5
|
c384b375df
|
Tweak to avoid warning
|
8 years ago |
raysan5
|
b1651baea5
|
Added support for FLAC audio loading/streaming
|
8 years ago |
Ray
|
4c791100cc
|
Tweak int to float
|
8 years ago |
Ray
|
5af1b4a7c9
|
Added simulated head-tracking on VR simulator
A simple 1st person camera... still requires some work...
|
8 years ago |
Ray
|
3396743aba
|
Corrected old issue with mouse buttons on web
|
8 years ago |
Ray
|
efa286a550
|
Allow no default font loading
Useful if text module is not required...
|
8 years ago |
Ray
|
b4a3f294bf
|
Correct warning
|
8 years ago |
victorfisac
|
2a158c4795
|
Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop
|
8 years ago |
Ray
|
db6538859c
|
Added flag to allow resizable window
|
8 years ago |
raysan5
|
b082807b0b
|
Removed function: ResolveCollisionCubicmap()
Function was inefficient and should be rewritten from scratch, it
probably neither belongs to this module but an example...
|
8 years ago |
raysan5
|
637d3195ec
|
More review on camera system...
Sincerely, don't like it... it should be ported to quaternions... the
way it manages cameraTargetDistange and cameraAngle is confusing...
|
8 years ago |
Ray
|
2ae9ce29eb
|
Corrected issue on DrawPolyEx()
|
8 years ago |
raysan5
|
978c49472a
|
Working on camera system...
|
8 years ago |
raysan5
|
753b549aa5
|
Improving camera system -IN PROGRESS-
|
8 years ago |
Ray
|
87fc7254e7
|
Corrected crashing bug!
When SetTargetFPS(0) app crashes horribly (division by zero)
|
8 years ago |
raysan5
|
65d4eb5e82
|
Simplify camera module -IN PROGRESS-
Removed internal Camera, not required any more
Removed useless functions
|
8 years ago |
raysan5
|
4a65b19f0f
|
Simplify supported image formats
Removed support for some unusual image formats
|
8 years ago |
raysan5
|
1ffe713d93
|
Corrected bug
|
8 years ago |