9996e328cb
WARNING: BREAKING: Removed rlCheckRenderBatchLimit() requirement
...
Updated version to `rlgl 4.2`
2022-09-05 13:20:09 +02:00
48c7f65b77
minor tweaks
2022-08-13 22:28:47 +02:00
fd191a32ea
Remove trailing spaces
2022-08-02 00:36:31 +02:00
f31e4ebb3d
Use American spelling of colourSpace ( #2604 )
2022-07-31 21:09:41 +02:00
024a803665
rtextures: Improve numerical stability of float multiplication ( #2596 )
...
Dimensions of Rectangle should be casted to int before multiplication,
otherwise there is a risk for underallocation/overallocation of memory.
2022-07-27 17:31:52 +02:00
5a2f25cc7c
rtextures: Fix ImageFromImage crash ( #2594 )
...
Height of the rectangle can be float, which
may lead to doing extra iteration of loop and
writing out of bounds.
2022-07-26 20:53:36 +02:00
29a0f60778
REVIEWED: ImageResize() #2572
2022-07-10 21:12:34 +02:00
0964353073
fix: round off error in ColorAlphaBlend ( #2524 )
2022-06-16 14:47:46 +02:00
df3f64bfd2
Corrected typo
2022-05-07 18:04:34 +02:00
a5daee3812
Optimize Some Image Functions. ( #2429 )
2022-04-23 10:51:47 +02:00
0da7830745
REVIEWED: Avoid some float -> double promotions
2022-03-20 12:15:51 +01:00
c65efecf0a
Verify there is enough space in the batch for the npatch geometry. ( #2401 )
2022-03-19 22:26:27 +01:00
9ecbc465a9
Fix too many opening parens in src/rtextures.c ( #2398 )
...
This is a tiny change that makes code in src/rtextures.c "fold"
correctly in editors/IDE's by matching the number of opening
parenthesis to closing parenthesis. One of those editors is Emacs ;-)
2022-03-18 12:32:00 +01:00
d4382f4a52
Removed trailing spaces
2022-02-18 20:30:46 +01:00
76b6efc827
Support export .jpeg files
2022-01-26 11:30:38 +01:00
b422e407e8
Update rtextures.c
2022-01-22 18:42:44 +01:00
62858e11f7
Review tracelogs
2022-01-03 20:45:19 +01:00
a940f41b4b
Update year to 2022
2021-12-31 20:06:22 +01:00
278c9fa5bd
REVIEWED: LoadTextureCubemap() #2224
2021-12-19 13:17:37 +01:00
76daf6e364
REVIEWED: LoadTextureCubemap() #2223
2021-12-19 13:10:43 +01:00
05428df667
ADDED NOTE: ImageDraw() does not support f32bit #2222
...
Added a note for a future improvement
2021-12-19 12:48:06 +01:00
ed1e1f35df
REVIEWED: GenImageCellular() #2178
2021-12-08 11:01:41 +01:00
7d25480723
REVIEWED: DrawTextureTiled() #2173
2021-12-07 19:06:18 +01:00
e7f48eb16b
Tweaks
2021-12-06 19:08:06 +01:00
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.
2021-12-04 19:56:02 +01:00
930941e85e
Added a couple of notes
2021-12-03 00:30:27 +01:00
d1b8d4f2c7
REVIEWED: Updated QOI to first official release
2021-11-28 01:22:56 +01:00
2b2141902b
ADDED: Support for QOI image format
2021-11-27 10:35:00 +01:00
be371ebf99
REVIEWED: LoadTextureFromImage()
...
Allow texture loading with no data transfer (in case image.data = NULL)
2021-11-15 11:41:05 +01:00
3e604a8645
Remove trailing spaces
2021-10-14 00:11:37 +02:00
83b3478fe4
Reviewed some TODO
2021-10-13 23:45:57 +02:00
282ec9bb76
Formatting tweak
2021-10-10 23:48:16 +02:00
3e71232a04
WARNING: BREAKING: REMOVED: GenImagePerlinNoise()
...
raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib.
2021-10-06 21:20:36 +02:00
8d7f97ee04
Remove trailing spaces
2021-10-06 01:20:46 +02:00
369cb0a3c5
Format tweak
2021-10-03 13:51:53 +02:00
9b3d74db6b
ADDED: GetImageColor() #2024
2021-10-03 12:55:52 +02:00
08ea5e419e
REVIEWED: LoadImageAnim() #2005
2021-09-23 00:23:57 +02:00
00a763ea44
Reviewed some TODO comments
2021-09-23 00:18:47 +02:00
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