Ray
|
4decbb2586
|
RENAMED: MeshTangents() -> GenMeshTangents()
RENAMED: MeshBinormals() -> GenMeshBinormals()
|
3 years ago |
Ray
|
b188008a1c
|
Review code formatting
|
3 years ago |
Ray
|
7bc2e922c9
|
Review some comments
|
3 years ago |
Ray
|
b0dcdf688f
|
Reviewed functions description
Replaced: Returns -> Get
|
3 years ago |
Ray
|
d3387c952a
|
Reviewed Input variables and comments
|
3 years ago |
Ray
|
3643974949
|
Corrected bug on enum
|
3 years ago |
Ray
|
8980bcfe4b
|
Added some enum comments
|
3 years ago |
raysan5
|
e95d8bc655
|
Minor format tweaks
|
3 years ago |
Ray
|
e00d2439b9
|
WARNING: BREAKING: Consistency renamings
RENAMED: InitAudioStream() -> LoadAudioStream()
RENAMED: CloseAudioStream() -> UnloadAudioStream()
|
3 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>
|
3 years ago |
Marco G. Maia
|
1a7dace57e
|
Update docs for supported blend modes (#1801)
|
3 years ago |
Ray
|
0870295a7c
|
RENAMED: enum Gestures -> Gesture
Consistency tweak
|
3 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-
|
3 years ago |
Ray
|
71995d52b3
|
REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796
|
3 years ago |
Ray
|
e3ba11bead
|
Review some comments
|
3 years ago |
Ray
|
7959d95db0
|
Review raylib structs comments
|
3 years ago |
Ray
|
9f45fea31e
|
Remove line break in DrawTextRecEx()
|
3 years ago |
Ray
|
03710c9d8e
|
Some code tweaks for consistency
|
3 years ago |
Ray
|
5765b7895c
|
Minor comments tweaks
|
3 years ago |
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...
|
3 years ago |
Ray
|
23a08a483e
|
WARNING: RENAMED: IsMusicPlaying() -> IsMusicStreamPlaying()
|
3 years ago |
Ray
|
e401d5c48e
|
WARNING: RENAMED: MeshBoundingBox() -> GetMeshBoundingBox()
Renamed for consistency with other function in raylib.
|
3 years ago |
Ray
|
9360e4e2c1
|
Comment minor tweak
|
3 years ago |
Ray
|
6bd63de8d0
|
Reviewed latest PR
REMOVED: DrawBillboardEx()
|
3 years ago |
nobytesgiven
|
ac204a11f7
|
Redesigned billboards - added rotation/pro functions (#1759)
* Redesigned billboards - added rotation/pro functions
* updated parameters
Co-authored-by: nobytesgiven <nobytesigiven@github.com>
|
3 years ago |
Lambert Wang
|
e39e45824d
|
Add RenderPolyLinesEx routine (#1758)
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
|
3 years ago |
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>
|
3 years ago |
Ray
|
a41ed986bd
|
Expose RAYLIB_VERSION in raylib.h #1747
|
3 years ago |
Ray
|
e5708a8f36
|
Comment tweak
|
3 years ago |
Rabia Alhaffar
|
399894ac90
|
Fixed definition of UNCOMPRESSED_R8G8B8A8 (#1740)
|
3 years ago |
Ray
|
a44815e939
|
REMOVED: GenMeshDefault()
|
3 years ago |
Ray
|
7ad17386f6
|
Update raylib.h
|
4 years ago |
Ray
|
dcf52c132f
|
Remove trail spaces
|
4 years ago |
Ray
|
ac79d22a9b
|
Reviewed file comments
|
4 years ago |
Ray
|
bb743e8c6e
|
ADDED: UpdateMeshBuffer()
|
4 years ago |
Ray
|
b3f75b91ff
|
REDESIGNED: Vr stereo mode
|
4 years ago |
Ray
|
84d0d21f23
|
Reviewed Vr stereo
|
4 years ago |
Ray
|
71b86bf4d0
|
REDESIGNED: Vr stereo rendering
|
4 years ago |
Ray
|
109d00cb14
|
Reorganized shaders functions
|
4 years ago |
Ray
|
551944e15b
|
Minor comment tweaks
|
4 years ago |
raysan5
|
b52cd8f605
|
Reorganized functions by module
|
4 years ago |
raysan5
|
66f3434571
|
REDESIGNED: Shapes texture/rec moved to shapes module
|
4 years ago |
Rob Loach
|
d58b7b509e
|
Make SaveFile* callbacks return a boolean (#1697)
|
4 years ago |
raysan5
|
c21baf0d92
|
ADDED: GenMeshDefault() #1556
|
4 years ago |
raysan5
|
aed0fee2ca
|
Remove trailing spaces
|
4 years ago |
raysan5
|
cdc3754449
|
ADDED: Support model normal matrix location #1691
|
4 years ago |
raysan5
|
23a764190e
|
ADDED: LoadShaderFromMemory() #1690
|
4 years ago |
raysan5
|
bc6b16beb2
|
REVIEWED: DrawTexturePoly()
|
4 years ago |
Ray
|
f9bab14fdb
|
REVIEWED: DrawMeshInstanced()
|
4 years ago |
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 years ago |