Ray
e92bc8ca4e
REVIEWED: M3D implementation #2648
pirms 2 gadiem
Ray
14990209ef
Added comments
pirms 2 gadiem
Ray
eb8d14e5b2
Update version to raylib 4.2
pirms 2 gadiem
Ray
6c2c176a99
Added note
pirms 2 gadiem
Audi Nugraha
d1aabb3957
Allow DLL creation using TCC ( #2569 )
* Fix Undefined Symbol `_ftelli64`
* Add files via upload
* Update raylib.h
* Update raylib.h
pirms 2 gadiem
Ray
7fb7591e4f
Update raylib.h
pirms 2 gadiem
Ray
e722a8dbef
WARNING: BREAKING: REMOVED: `*StorageValue()` functions
Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example.
pirms 2 gadiem
Ray
e0f0a5f663
REMOVED: `GenMeshBinormals()`, actually, never implemented
pirms 2 gadiem
Steven Schveighoffer
e1e0bc4266
Add function to read both X and Y mouse scrolling from a trackpad ( #2517 )
(GetMouseWheelMoveV).
pirms 2 gadiem
Ray
875601c4cc
REVIEWED: `FilePathList`, consider maximum capacity
pirms 2 gadiem
Ray
b8f67c6285
WARNING: BREAKING: REDESIGNED: Filepath loading API
REDESIGNED: `LoadDirectoryFiles()`
ADDED: `LoadDirectoryFilesEx()`
REDESIGNED: `LoadDroppedFiles()`
ADDED: `IsPathFile()`
This BIG BREAKING change simplifies the functions and gives more control to the user:
- A new `struct FilePathList` has been added to avoid exposing complex pointers.
- User is responsible of memory loading/unloading
- Filepaths loading support recursive directories and file extension filters
pirms 2 gadiem
Ray
b9f617aaee
Update raylib.h
pirms 2 gadiem
Ray
702f2bccfc
REVIEWED: Issue with MOUSE_PASSTROUGH #2516
pirms 2 gadiem
Ray
b549baa6b7
New feature: support MOUSE_PASSTHROUGH #2516
pirms 2 gadiem
gulrak
5e3ef42201
GetMonitorWidth()/GetMonitorHeight(): return current video resolution instead max available ( #2514 )
* GetMonitorWidth()/GetMonitorHeight(): current video resolution instead max available
* adapt header comment to reflect change
pirms 2 gadiem
Ray
dca23cb3ff
RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`
pirms 2 gadiem
Ray
e6bc401c93
WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
pirms 2 gadiem
Ray
ebbcc2ffce
WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`
RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()`
pirms 2 gadiem
Ray
461cdda71e
Reviewed latest PR, variable name
pirms 2 gadiem
flashback-fx
c11d30bafe
Change WaitTime argument from milliseconds to seconds ( #2506 )
pirms 2 gadiem
Ray
6fccfc57a4
Minor tweak
pirms 2 gadiem
Jonathan Poncelet
5bdd8f134f
Improved boolean definitions ( #2485 )
pirms 3 gadiem
Ray
db16833d8c
ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`
Events waiting can be enabled/disabled, it toggles event polling.
pirms 3 gadiem
Ray
d9a30b8480
ADDED: `ExportDataAsCode()`
pirms 3 gadiem
Ray
666aa44a84
Reviewed some comments
pirms 3 gadiem
Ray
f169530d8f
Update raylib.h
pirms 3 gadiem
Ray
f71cc53bc9
WARNING: RENAMED: some parameters from length to size
When referring to byte array SIZE, I find it more clear than length
pirms 3 gadiem
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.
pirms 3 gadiem
Ray
90fc7c0376
WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405
pirms 3 gadiem
Ray
418a595b6f
Corrected typo
pirms 3 gadiem
Ray
8e28872fe1
Rename audio callback
pirms 3 gadiem
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.
pirms 3 gadiem
Ray
a5a098c97f
Remove space
pirms 3 gadiem
raysan5
937e7b3dd9
REVIEWED: Some functions input parametes that should be `const`
pirms 3 gadiem
Antonis Geralis
68bad6986d
make const ( #2348 )
* make const
* make const
pirms 3 gadiem
Antonis Geralis
963de06d08
follow style guide ( #2346 )
* follow style guide
* Update rmodels.c
pirms 3 gadiem
megagrump
f40eed5adf
add premultiplied alpha blend mode ( #2342 )
pirms 3 gadiem
raysan5
44d3cee5d1
Minor tweak
pirms 3 gadiem
Ray
d38fe92c3f
RENAMED: `GetFileSize()` to `GetFileLength()`
`GetFileSize()` conflicts with the infamous `windows.h`
pirms 3 gadiem
raysan5
0f00c41aad
ADDED: `GetFileSize()`
pirms 3 gadiem
Siddharth Roy
e5ee69a0f5
Add DrawTextCodepoints ( #2308 )
* Add DrawTextCodepoints
* Fixed top comment
pirms 3 gadiem
raysan5
15b36e04b2
Review formating
pirms 3 gadiem
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>
pirms 3 gadiem
Ray
b4e0ed6007
Review formating
pirms 3 gadiem
Jeffery Myers
fbf34f7c0d
[CORE] Add a function to return the application directory. ( #2256 )
* Add a function to return the application directory.
* CI fixes
pirms 3 gadiem
Ray
2116a98745
ADDED: `ExportFontAsCode()`
pirms 3 gadiem
raysan5
a940f41b4b
Update year to 2022
pirms 3 gadiem
Ray
4bb894f171
tweaks
pirms 3 gadiem
Tushar Singh
d91b9171fa
[Feature] Added SetWindowOpacity(float opacity) ( #2254 )
* Added drawing text with shadow
* Added SetWindowOpacity()
* Edited Mis-spell
* Fixed conventions
pirms 3 gadiem
raysan5
c9db9e6bb7
Updated version number to avoid confusions with release
pirms 3 gadiem