jestarray
296e3af470
add const qualifier to ImageDrawTriangleFan and ImageDrawTriangleStrip arguments
2025-05-31 14:24:56 -07:00
Jonathan Marler
af16f7823a
Improve description of RestoreWindow
...
Restore window currently says it sets the window state to:
"not minimized/maximized"
However, if a window is maximized and then minimized, it's typical that
it would restore back to being maximized, which is what seems to happen
from my testing. I've reworded the description to better reflect
this behavior.
2025-03-28 10:39:22 -06:00
goto40
6a644b48f0
doc: audio stream processor, number of channels ( #4753 )
...
* doc: audio stream processor
* fixed accidental encoding effect
2025-02-08 11:22:34 +01:00
Mossieur-Patate
2c4c6e6201
GetKeyName prototype ( #4544 )
...
* Update raylib.h: GeyKeyName prototype
Prototype for GetKeyName, which is already implemented elsewhere.
* Update raylib_to_parse.h: GetKeyName prototype
2024-11-28 22:50:00 +01:00
Anthony Carbajal
79188f570b
fixed spacing in sha1 comment ( #4540 )
2024-11-25 20:17:22 +01:00
Ray
637debb62d
Updated Notepad++ autocomplete list for raylib 5.5
2024-11-14 16:38:55 +01:00
vaezim
d7a8af144d
Fix typos in markdowns and comments, Fix invalid links in HISTORY.md ( #4017 )
2024-05-30 08:22:07 +02:00
Karim
21469e92b0
Image convolution function ImageKernelConvolution ( #3528 )
...
* Added image convultion ImageKernelConvolution
* comment changes
* spelling changes and change to kernel size
* removed kernel normalization inside function
* fix to formating
2023-11-18 20:05:45 +01:00
Ray
ae50bfa2cc
Updated Npp intellisense data for raylib 5.0
2023-11-15 11:30:50 +01:00
Dane Madsen
e465ed0850
Added ImageRotate ( #3078 )
...
* Added ImageRotate
* Quick rename of the example
* Update ImageRotate by changing doubles to floats and checking code convention
* Update API
2023-05-24 09:22:51 +02:00
Dane Madsen
a4a6d4da8a
Add GenImageGradientSquare ( #3077 )
...
* Add GenImageGradientSquare to allow square gradients
* Fix GenImageGradientSquare and add to textures_image_generation example
* Remove params from GenImageGradientSquare
2023-05-22 15:20:28 +02:00
Dane Madsen
e96dc46d38
Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ( #3074 )
...
* Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient
* renamed GenImageLinearGradient to GenImageGradientLinear
2023-05-21 11:33:47 +02:00
Ray
03516b1c68
Update npes_saved_w64devkit.txt
2023-03-15 19:09:30 +01:00
Ray
7ab24b94ee
Delete c_raylib.xml
2023-03-15 19:09:27 +01:00
Ray
3b4f9faebc
UPDATED: Notepad++ instellisense data
2023-03-15 13:17:14 +01:00
Ray
b0f3a2c217
Update c_raylib.xml
2022-08-08 19:43:02 +02:00
Ray
d1a5d381d8
Updated Npp scripts
2022-08-08 19:20:02 +02:00
Ray
ec8fabceeb
Updated Notepad++ intellisense data
2022-08-05 20:02:36 +02:00
Ray
e6bc401c93
WARNING: RENAMED: GetDroppedFiles() to LoadDroppedFiles()
...
RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()`
2022-06-06 20:39:37 +02:00
Ray
13376de059
Reviewed scripts
2021-11-02 20:58:15 +01:00
Ray
677f5b0795
Review Notepad++ scripts for the supported compilers
2021-11-02 20:40:33 +01:00
Ray
ef32377336
Updated Notepad++ raylib intellisense functions
2021-10-31 18:12:50 +01:00
Ray
99ab4d6cb8
WARNING: MODULES RENAMING!!!
...
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required.
The renamed modules are:
- `core` -> `rcore`
- `shapes` -> `rshapes`
- `textures` -> `rtextures`
- `text` -> `rtext`
- `models` -> `rmodels`
- `camera` -> `rcamera`
- `gestures` -> `rgestures`
- `core` -> `rcore`
All the build systems has been adapted to this change.
2021-09-22 00:15:06 +02:00
Richard Smith
cac856119c
Change GetColor to take unsigned int ( #1954 )
2021-08-26 17:31:01 +02:00
PtitLuca
c37f776e87
fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox ( #1836 )
2021-06-18 13:11:10 +02:00