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 година
Marco G. Maia
1a7dace57e
Update docs for supported blend modes ( #1801 )
пре 4 година
Ray
0870295a7c
RENAMED: enum Gestures -> Gesture
Consistency tweak
пре 4 година
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 година
Ray
71995d52b3
REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796
пре 4 година
Ray
e3ba11bead
Review some comments
пре 4 година
Ray
7959d95db0
Review raylib structs comments
пре 4 година
Ray
9f45fea31e
Remove line break in DrawTextRecEx()
пре 4 година
Ray
03710c9d8e
Some code tweaks for consistency
пре 4 година
Ray
5765b7895c
Minor comments tweaks
пре 4 година
raysan5
60ca8acd0a
Update version to 3.8-dev to note breaking changes
Some breaking changes were introduced lately, it's better to note that current version is not 3.7 anymore...
пре 4 година
Ray
23a08a483e
WARNING: RENAMED: IsMusicPlaying() -> IsMusicStreamPlaying()
пре 4 година
Ray
e401d5c48e
WARNING: RENAMED: MeshBoundingBox() -> GetMeshBoundingBox()
Renamed for consistency with other function in raylib.
пре 4 година
Ray
9360e4e2c1
Comment minor tweak
пре 4 година
Ray
6bd63de8d0
Reviewed latest PR
REMOVED: DrawBillboardEx()
пре 4 година
nobytesgiven
ac204a11f7
Redesigned billboards - added rotation/pro functions ( #1759 )
* Redesigned billboards - added rotation/pro functions
* updated parameters
Co-authored-by: nobytesgiven <nobytesigiven@github.com>
пре 4 година
Lambert Wang
e39e45824d
Add RenderPolyLinesEx routine ( #1758 )
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
пре 4 година
Lambert Wang
2545f62565
Added support for additional mouse buttons ( #1753 )
* Added support for additional mouse buttons
* Renamed mouse button enum
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
пре 4 година
Ray
a41ed986bd
Expose RAYLIB_VERSION in raylib.h #1747
пре 4 година
Ray
e5708a8f36
Comment tweak
пре 4 година
Rabia Alhaffar
399894ac90
Fixed definition of UNCOMPRESSED_R8G8B8A8 ( #1740 )
пре 4 година
Ray
a44815e939
REMOVED: GenMeshDefault()
пре 4 година
Ray
7ad17386f6
Update raylib.h
пре 4 година
Ray
dcf52c132f
Remove trail spaces
пре 4 година
Ray
ac79d22a9b
Reviewed file comments
пре 4 година
Ray
bb743e8c6e
ADDED: UpdateMeshBuffer()
пре 4 година
Ray
b3f75b91ff
REDESIGNED: Vr stereo mode
пре 4 година
Ray
84d0d21f23
Reviewed Vr stereo
пре 4 година
Ray
71b86bf4d0
REDESIGNED: Vr stereo rendering
пре 4 година
Ray
109d00cb14
Reorganized shaders functions
пре 4 година
Ray
551944e15b
Minor comment tweaks
пре 4 година
raysan5
b52cd8f605
Reorganized functions by module
пре 4 година
raysan5
66f3434571
REDESIGNED: Shapes texture/rec moved to shapes module
пре 4 година
Rob Loach
d58b7b509e
Make SaveFile* callbacks return a boolean ( #1697 )
пре 4 година
raysan5
c21baf0d92
ADDED: GenMeshDefault() #1556
пре 4 година
raysan5
aed0fee2ca
Remove trailing spaces
пре 4 година
raysan5
cdc3754449
ADDED: Support model normal matrix location #1691
пре 4 година
raysan5
23a764190e
ADDED: LoadShaderFromMemory() #1690
пре 4 година
raysan5
bc6b16beb2
REVIEWED: DrawTexturePoly()
пре 4 година
Ray
f9bab14fdb
REVIEWED: DrawMeshInstanced()
пре 4 година
Ray
cba412cc31
WARNING: BREAKING: rlgl redesign -WIP-
rlgl module has been completely redesigned to move Mesh/Material structures to [models] module. Still some work to do, broken elements:
- [models] OpenGL 1.1 mesh rendering: DrawMesh()
- [models] Mesh Instancing: DrawMeshInstanced()
- [models] Stereo rendering: DrawMesh()
- [models] GL_FLOAT, GL_UNSIGNED_INT exposed
- [models] GenMeshCustom()
- [rlgl] GenTexture*() functions removal?
пре 4 година
chriscamacho
9569d6a802
Add DrawTexturedPoly and example ( #1677 )
* adds DrawTexturedPoly with example
* the actual example ... ahem
* moved DrawTexturePoly to textures function and example
NB function name changed to fit with other DrawTextureXXX functions
(no "d" )
Co-authored-by: codifies <you@example.com>
пре 4 година
Ray
bb73a8089a
Reviewed DrawFPS() comment
пре 4 година
Ray
9bea64b5e4
REMOVED: DrawGizmo()
This is a very simple and specific implementation that should be better addressed by the users
пре 4 година
Ray
2ce28f75ad
WARNING: BREAKING: REDESIGNED: rlgl module
- Many functions renamed to follow rl*() convention
- Some internal functions exposed in the API
- Some functionality moved to other modules
- Reorganized all functions by categories
- Make sure it keeps working with OpenGL 1.1 and 2.1
пре 4 година
Ray
24dae29a03
Review latest PR and some formatting
пре 4 година
Jeffery Myers
2c0a533948
[AUDIO] Music Looping enhancements ( #1665 )
* Add loop functions for music files.
Tell xm tracker to loop tracker when loop state changes.
Don't let looped xm tracker streams restart, they are infinite
Use modulo to make time tracker for xm looped streams work correctly.
* Remove loop functions, set XM loop in update based on flag.
Formatting cleanups.
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
пре 4 година
Ray
ed4ca6a7f3
WARNING: BREAKING: rlgl module redesign -WIP-
- Some rlgl functions have been moved to core
- Some functions have been made internal to rlgl
- rlgl functions prefixed with rl*()
пре 4 година
Ray
a76fcaba3e
BIG CHANGE: REDESIGNED: Vr device simulator #1582
Vr simulator has been moved to core module and completely redesigned. Now user is in charge of stereo-render fbo and also in full control of distortion shader. Code is a bit more complex but better aligned with other raylib examples.
пре 4 година
Ray
5049137715
Added KEY_NULL #520
пре 4 година