raysan5
4492a70a4b
Support UTF8 basic characters on ImageTextEx()
Supported UTF8 range equivalent to [128..255] (80h..FFh)
Exposed and renamed text function GetGlyphIndex()
Renamed spriteFont parameter name to simply font
Small security check on transmission mission ending screen
hace 7 años
Ray
1ce8c80de9
Corrected several issues...
hace 7 años
Ray
2dcaddc81c
Review mipmaps generation issue
When changing image format, mipmaps are lost and regenerated from
scratch
hace 7 años
Ray
04af83ff99
Improved pixel formats support
Review rlLoadTexture() function to make it simpler, now OpenGL texture
glInternalFormat, glFormat and glType are retrieved with new function
GetGlFormats()
hace 7 años
Ahmad Fatoum
a2edc9d641
MSVC: Fix void pointer arithmetic error
GNU C allows it as a compiler extension, but MSVC doesn't.
hace 7 años
Ray
ce9f191f1b
Added function: ImageMipmaps()
hace 7 años
Ray
c8e97df233
Reviewed function GenImagePerlinNoise()
Added support for noise image offset
hace 7 años
Ray
278d8575bd
Added new function: ImageAlphaCrop()
hace 7 años
raysan5
e4be917d1b
Added new image functions
- Added: ImageAlphaClear()
- Added: ImageAlphaPremultiply()
- Reorganized some functions
hace 7 años
raysan5
b97134c3e1
Review float pixel format textures support
hace 7 años
raysan5
7caa3201d5
Improved pixel formats support
- Renamed enum TextureFormat to PixelFormat for consistency
- Added support for pixel format UNCOMPRESSED_R32
- Using GetPixelDataSize() where required
hace 7 años
raysan5
7fa2861160
Added function: GetPixelDataSize()
Just found I need that function...
hace 7 años
raysan5
e7cf03b1e4
Minor tweaks
hace 7 años
raysan5
b19e155b34
Support UNCOMPRESSED_R32G32B32A32 texture format
hace 7 años
Ray San
27c274bc3c
Corrected issue with SaveImageAs()
That function depends on SavePNG() and forces platform check on textures
module, that behaviour should be changed, platform definition should be
only required on core module...
hace 7 años
Ray San
53ad53d051
Manually review previous PR
hace 7 años
user
08fc886afd
added proper define checks for png-save if it's disabled
hace 7 años
Ray
a6f9cc5629
Remove rres support
Let the user choose if using rres external library
hace 7 años
Ray San
37986b26cb
Corrected issue with text drawing on image
hace 7 años
Ray San
3d755d617a
Some code tweaks...
hace 7 años
Ray San
415e7e972c
Review some issues, view description
- Review RPI compilation (core_drop_files not supported)
- Review ImageFormat(), some issues
- GetTextureData() reviewed for RPI
hace 7 años
Ray
539a9ca50e
Corrected ImageTextEx()
- Added new function: GenImageColor()
ImageDraw() should be reviewed... specially alpha blending...
hace 7 años
Ray
2068037417
Code tweak
hace 7 años
raysan5
20968830c0
Added mesh generation functions
hace 7 años
raysan5
b0adac96b7
Review issue with mipmaps setup
On DDS files mipmapCount header parameter could be unused and set to 0,
resulting in a wrong mipmap count and wrong compressed texture loading.
hace 8 años
raysan5
0169b72bdc
Minor tweaks
hace 8 años
raysan5
eeca607506
Review transforms to match OpenGL 1.1
hace 8 años
raysan5
2227742e96
Corrected bug on texture rotation
hace 8 años
Ray
6546474fa4
Manual integration of material-pbr into develop
hace 8 años
raysan5
6589c808b5
Review some formatting for consistency
hace 8 años
raysan5
9f09f6f550
Rename enum LogType names...
...to avoid possible conflicting symbols
hace 8 años
Wilhem Barbier
056a494baf
Fix some other typos
hace 8 años
Wilhem Barbier
786cd63057
Add a density parameter to GenImageRadialGradient
hace 8 años
Wilhem Barbier
3fe268d004
Swap the two parameters
hace 8 años
Wilhem Barbier
a0ac8ee2c4
Add more image generation functions: radial gradient and perlin noise
hace 8 años
Wilhem Barbier
954757532a
Add the SaveImageAs function
hace 8 años
Wilhem Barbier
fcd13fd5d2
Add some functions to generate images
Namely:
- GenImageHorizontalV
- GenImageHorizontalH
- GenImageChecked
- GenImageWhiteNoise
- GenImageCellular
The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
hace 8 años
Ray
8c1f32f2fe
Additional check on file open
hace 8 años
Ray
93e2fd8ea1
Some tweaks
hace 8 años
Ray
7f6b16add4
HDR textures vertical flip
hace 8 años
Ray
35c6aff21f
Corrected bug on HDR loading
hace 8 años
Ray
50c887cb0a
Support HDR R32G32B32 float textures loading
hace 8 años
Ray
2d5c8e61b1
Some code tweaks
hace 8 años
Ray
d593bd0081
Some code tweaks
hace 8 años
raysan5
0b869948c6
TraceLog() output tweak
hace 8 años
Ray
ecfe31bf1d
Make TraceLog() public to the API
enum LogType could require some revision...
hace 8 años
Ray
1df7a8b4a6
Update some files
hace 8 años
raysan5
c67cffea38
Updated STB libs to latest version
hace 8 años
Ray
99affa0caf
Corrected issue when retrieving texture from GPU
hace 8 años
Ray
080a79f0b0
Added IsFileExtension()
Replaced old GetExtension() function
Make IsFileExtension() public to the API
hace 8 años