raysan5
efba81442a
Update link address for miniaudio
3年前
raysan5
9e7ca41f58
Remove trailing spaces
3年前
Ray
e5cf3f9555
WARNING: BREAKING: Functions renamed for consistency
RENAMED: GetTextureData() -> LoadImageFromTexture()
RENAMED: GetScreenData() -> LoadImageFromScreen()
3年前
raysan5
8eb7cf1fee
REVIEWED: Enum values descriptions
3年前
raysan5
2f75657350
WARNING: REMOVED: Some deprecated function names mapping
Some functions/values have been deprecated for long time but some mapping was kept for convenience. Some of those mappings have been removed...
3年前
Ray
d4c03b47ec
REVIEWED: LoadShader() and default locations
Reviewed locations descriptions
3年前
Ray
3db26f82ea
WARNING: BREAKING: Functions renamed!
RENAMED: GetCodepoints() -> LoadCodepoints(), now codepoint array data is loaded dynamically instead of reusing a limited static buffer.
ADDED: UnloadCodepoints() to safely free loaded codepoints
RENAMED: GetNextCodepoint() -> GetCodepoint()
3年前
Ray
429c5a9a9a
Review and un-expose InitTimer()
Actually it's not required for SUPPORT_CUSTOM_FRAME_CONTROL
3年前
Ray
7f2a071c51
Formatting review
3年前
Adrian Guerrero Vera
96d5dd24aa
core: added `GetMouseDelta()` ( #1832 )
* core: added `GetMouseDelta()`
Thanks to previousPosition added by raysan it is now possible to create the GetMouseDelta() function.
Returns a Vector2 with the difference between the current and previous position of the mouse in a frame.
Useful for creating camera scrolling, among others.
* Added changes noted by raysan
3年前
Ray
e07054d0d4
RENAMED: `SwapBuffers()` -> `SwapScreenBuffer()`
Avoid possible symbol collisions
3年前
Ray
19b71f5f13
WARNING: Exposed `SUPPORT_CUSTOM_FRAME_CONTROL` #1729
3年前
Ray
4decbb2586
RENAMED: MeshTangents() -> GenMeshTangents()
RENAMED: MeshBinormals() -> GenMeshBinormals()
3年前
Ray
b188008a1c
Review code formatting
3年前
Ray
7bc2e922c9
Review some comments
3年前
Ray
b0dcdf688f
Reviewed functions description
Replaced: Returns -> Get
3年前
Ray
d3387c952a
Reviewed Input variables and comments
3年前
Ray
3643974949
Corrected bug on enum
3年前
Ray
8980bcfe4b
Added some enum comments
3年前
raysan5
e95d8bc655
Minor format tweaks
3年前
Ray
e00d2439b9
WARNING: BREAKING: Consistency renamings
RENAMED: InitAudioStream() -> LoadAudioStream()
RENAMED: CloseAudioStream() -> UnloadAudioStream()
3年前
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年前
Marco G. Maia
1a7dace57e
Update docs for supported blend modes ( #1801 )
3年前
Ray
0870295a7c
RENAMED: enum Gestures -> Gesture
Consistency tweak
3年前
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年前
Ray
71995d52b3
REVIEWED: exit() on LOG_FATAL instead of LOG_ERROR #1796
3年前
Ray
e3ba11bead
Review some comments
3年前
Ray
7959d95db0
Review raylib structs comments
3年前
Ray
9f45fea31e
Remove line break in DrawTextRecEx()
3年前
Ray
03710c9d8e
Some code tweaks for consistency
3年前
Ray
5765b7895c
Minor comments tweaks
3年前
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年前
Ray
23a08a483e
WARNING: RENAMED: IsMusicPlaying() -> IsMusicStreamPlaying()
3年前
Ray
e401d5c48e
WARNING: RENAMED: MeshBoundingBox() -> GetMeshBoundingBox()
Renamed for consistency with other function in raylib.
3年前
Ray
9360e4e2c1
Comment minor tweak
3年前
Ray
6bd63de8d0
Reviewed latest PR
REMOVED: DrawBillboardEx()
3年前
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年前
Lambert Wang
e39e45824d
Add RenderPolyLinesEx routine ( #1758 )
Co-authored-by: Lambert Wang <lambert.ww@gmail.com>
3年前
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年前
Ray
a41ed986bd
Expose RAYLIB_VERSION in raylib.h #1747
3年前
Ray
e5708a8f36
Comment tweak
3年前
Rabia Alhaffar
399894ac90
Fixed definition of UNCOMPRESSED_R8G8B8A8 ( #1740 )
3年前
Ray
a44815e939
REMOVED: GenMeshDefault()
3年前
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年前