Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
преди 3 години
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
преди 3 години
Ray
ebbcc2ffce
WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
преди 3 години
Ray
461cdda71e
Reviewed latest PR, variable name
преди 3 години
flashback-fx
c11d30bafe
Change WaitTime argument from milliseconds to seconds ( #2506 )
преди 3 години
Ray
6fccfc57a4
Minor tweak
преди 3 години
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
преди 3 години
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
преди 3 години
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
преди 3 години
Ray
666aa44a84
Reviewed some comments
преди 3 години
Ray
f169530d8f
Update raylib.h
преди 3 години
Ray
f71cc53bc9
WARNING: RENAMED: some parameters from length to size
When referring to byte array SIZE, I find it more clear than length
преди 3 години
Ray
1612ba63ab
ADDED: Audio stream processors support -WIP- #2212
This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor.
преди 3 години
Ray
90fc7c0376
WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405
преди 3 години
Ray
418a595b6f
Corrected typo
преди 3 години
Ray
8e28872fe1
Rename audio callback
преди 3 години
Ray
381236051f
ADDED: Audio stream input callback #2212 -WIP-
WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms.
преди 3 години
Ray
a5a098c97f
Remove space
преди 3 години
raysan5
937e7b3dd9
REVIEWED: Some functions input parametes that should be `const`
преди 3 години
Antonis Geralis
68bad6986d
make const ( #2348 )
* make const
* make const
преди 3 години
Antonis Geralis
963de06d08
follow style guide ( #2346 )
* follow style guide
* Update rmodels.c
преди 3 години
megagrump
f40eed5adf
add premultiplied alpha blend mode ( #2342 )
преди 3 години
raysan5
44d3cee5d1
Minor tweak
преди 3 години
Ray
d38fe92c3f
RENAMED: `GetFileSize()` to `GetFileLength()`
`GetFileSize()` conflicts with the infamous `windows.h`
преди 3 години
raysan5
0f00c41aad
ADDED: `GetFileSize()`
преди 3 години
Siddharth Roy
e5ee69a0f5
Add DrawTextCodepoints ( #2308 )
* Add DrawTextCodepoints
* Fixed top comment
преди 3 години
raysan5
15b36e04b2
Review formating
преди 3 години
ptarabbia
5ac07122bd
Add panning to raudio and update audio_raw_stream example. ( #2205 )
* Add panning to raudio and update audio_raw_stream example.
* remove pan smoothing, code formatting changes following pull request comments
Co-authored-by: Ray <raysan5@gmail.com>
преди 3 години
Ray
b4e0ed6007
Review formating
преди 3 години
Jeffery Myers
fbf34f7c0d
[CORE] Add a function to return the application directory. ( #2256 )
* Add a function to return the application directory.
* CI fixes
преди 3 години
Ray
2116a98745
ADDED: `ExportFontAsCode()`
преди 3 години
raysan5
a940f41b4b
Update year to 2022
преди 3 години
Ray
4bb894f171
tweaks
преди 3 години
Tushar Singh
d91b9171fa
[Feature] Added SetWindowOpacity(float opacity) ( #2254 )
* Added drawing text with shadow
* Added SetWindowOpacity()
* Edited Mis-spell
* Fixed conventions
преди 3 години
raysan5
c9db9e6bb7
Updated version number to avoid confusions with release
преди 3 години
Jeffery Myers
f5e951145a
Add a comment to LoadFontEx to specify how to get the default character set. ( #2221 )
Co-authored-by: Jeffery Myers <JefMyers@blizzard.com>
преди 3 години
Ray
e637ad9d2a
Support custom modules inclusion
Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible.
преди 3 години
Ray
9088135b49
REVIEWED: Formating and comments
преди 3 години
Arnaud Valensi
b248a00c90
Fix scissor on macos ( #2170 )
* Expose GetRenderWidth and GetRenderHeight functions
* Fix scissor on macos
* Fix typo
преди 3 години
めぐみ発動機 (isVowel / GreenWing)
924b1c7b0c
fixed typo: aproximation to approximation ( #2164 )
преди 3 години
raysan5
03f55d8f9e
Minor tweaks
преди 3 години
Ray
e930ad3102
Reviewed spelling mistake
преди 3 години
Ray
25642cff36
Update comments for OpenGL 4.3
преди 3 години
raysan5
c4f0e80895
REVIEWED: Size of bones id supported, max 255 bones per mesh
преди 3 години
raysan5
83b6cd00c6
Reviewed VS2019 projects
преди 3 години
raysan5
befdb5963e
REMOVED: `IsGamepadName()`
This function is not required, users can check it with `GetGamepadName()`
преди 3 години
raysan5
2ec8ce649a
ADDED: `EncodeDataBase64()` and `DecodeDataBase64()`
преди 3 години
raysan5
4e88160e78
Update raylib.h
преди 3 години
raysan5
0b0711027a
Remove unimplemented function
преди 3 години
Horrowind
526e68afa8
Add DrawCylinder(Wires)Ex ( #2049 )
* Add DrawCylinderEx and DrawCylinderWiresEx
* Modify examples/models/models_geometric_shapes.c to show the
usage of DrawCylinder(Wires)Ex
* Simplified DrawCylinder and DrawCylinderWires to use the -Ex versions.
* This reverts commits f49b2598dd
and
4542b32e4e
.
* Fixed formatting.
Renamed base_angle to baseAngle.
Remove most of the raymath.h calls.
Co-authored-by: Horrowind <you@example.com>
преди 3 години