Ray
965a91cebb
Support PIC image format loading
6 vuotta sitten
Ray
f822650a3b
Support externally provided compilation flags
Useful in case raylib compilation want to be automated and compilation config flags provided by command line.
6 vuotta sitten
Ray
8b75a1a990
Improved textures wrap support
6 vuotta sitten
Ray
1774260dab
Some tweaks
6 vuotta sitten
Ray
b5c6736592
Reimplement ImageAlphaCrop()
6 vuotta sitten
Ray
5167f78d5f
ADDED: OpenURL()
Corrected bug on ImageDrawRectangleLines()
6 vuotta sitten
Ray
b356ef5564
Modifies some Image functions
REVIEWED: ImageDrawRectangle()
ADDED: ImageDrawRectangleLines()
6 vuotta sitten
Ray
fc1c9505ba
Remove end-line spaces
6 vuotta sitten
Ray
b051f7778f
Corrected typo
6 vuotta sitten
Ray
298203a41a
ADDED: Some functions...
text: IsEqualText() -WIP-
audio: SaveWAV()
audio: ExportWaveAsCode()
textures: ExportImageAsCode()
6 vuotta sitten
Ray
764766bfb2
Some formatting tweaks
6 vuotta sitten
Ray
126ab49221
Minor tweaks
6 vuotta sitten
Ray
2320c2febf
ADDED: ImageExtractPalette()
6 vuotta sitten
Ray
589152b658
Review void pointer incrementation
6 vuotta sitten
Ray
d67edb591a
Support KXT image file export
[textures] Added SaveKTX()
[rlgl] Exposed rlGetGlTextureFormats()
6 vuotta sitten
Ray
2bd18ab91e
Support ExportImage() as raw pixel data
Added note on KTX 2.2
6 vuotta sitten
Ray
f503fded67
Support image export
6 vuotta sitten
Ray
ec5c9686b3
Improved data export capabilities!
REVIEWED: ExportImage()
REVIEWED: ExportMesh()
ADDED: ExportWave()
REMOVED: Internal funcs: SavePNG(), SaveBMP()
NOTE: These changes break the API (parameters order)
6 vuotta sitten
Ray
ac31f51c5e
Corrected issue with font tint
6 vuotta sitten
Jorge A. Gomes
dab78d59f3
Update textures.c
See raylib/examples/textures/textures_image_9patch.c for how to use `DrawTextureNPatch` function.
6 vuotta sitten
Ray
b042fe12e6
Reviewed spacings on latest PR
6 vuotta sitten
Kim Kulling
b2cac82fa0
Fix compiler warings in texture.c and more.
6 vuotta sitten
Jorge A. Gomes
28424141f0
Update textures.c
Added support form vertical and horizontal 3-patches.
Corrected the distortion caused when destRec size is smaller than 4x4. Now even 1x10 or 0x0 sizes are drawn correctly.
6 vuotta sitten
Jorge A. Gomes
7cc2a5585b
Update textures.c
Added DrawNinePatch() function implementation.
6 vuotta sitten
Ahmad Fatoum
548dbeb1ca
Fix typo (s/proedural/procedural)
7 vuotta sitten
raysan5
103bc7dfc6
Corrected issue with GetFontDefault()
Note for me: Replace All is NOT your friend...
7 vuotta sitten
raysan5
d881c73257
Renamed GetDefaultFont() to GetFontDefault()
Library consistency rename... yes, I know, it breaks the API...
7 vuotta sitten
Ray
74fd0e7ca4
Added function: ImageColorReplace()
7 vuotta sitten
Ray
276974de05
Removed function prototype
This function was added in text module as GenImageFontAtlas()
7 vuotta sitten
Ray
75ba5aca55
Improved font generation and SDF
Added: data to CharInfo struct
Added: LoadFontData()
Added: GenImageFontAtlas()
Removed: LoadFontEx()
Removed: LoadTTF() [internal]
Some code tweaks
7 vuotta sitten
Ray
372e4a1139
Reviewed some functions
- GetImageData()
- GetImageDataNormalized()
7 vuotta sitten
Ray San
64804f30e6
Comment review
7 vuotta sitten
Ray San
59fd261491
Added function: GetImageDataNormalized()
Reviewed: GetImageData()
Reviewed: ImageFormat()
7 vuotta sitten
Ray San
7d0e09ff4c
Corrected bug
7 vuotta sitten
raysan5
b48d225a43
Propose new function: GenImageFont()
7 vuotta sitten
Ray
817ae07505
Some comments cleaning
ImageDraw() code tweak
7 vuotta sitten
Ray
0e6458cfee
Added ImageRotate*() functions
7 vuotta sitten
Ray
b1b4a11bdb
Corrected issue with function definition
7 vuotta sitten
Ray
afc4181752
Work on ImageResizeCanvas()
7 vuotta sitten
Ray
2536bea379
Added: ImageResizeCanvas() -WIP-
Added note idea on ImageFormat() for future redesign (to support
16bit-32bit pixel-formats)
7 vuotta sitten
Ray
129c890a28
Removed assert()
Not used in raylib this mechanism
7 vuotta sitten
Ray
8f4b53384c
Replaced tabs by spaces
7 vuotta sitten
Ray
dbff40944a
Corrected issue with floats on TCC
It seems TCC was not casting correctly int values to float in some
specific situations
7 vuotta sitten
Ray San
8f4fa5006b
Added a note
7 vuotta sitten
Ahmad Fatoum
e025e62445
cmake: Fix PLATFORM_WEB build
Did this ever work? Surely, doesn't look like it...
7 vuotta sitten
Ray
2aae62cea2
Header tweak and comments
7 vuotta sitten
Ray
bb43755a9d
Corrected issue on LoadASTC()
7 vuotta sitten
Ray
9ea2a69bfd
Corrected issue on rectangle drawing
7 vuotta sitten
Ray San
ec33e7d705
BREAKING CHANGE: Renamed SpriteFont type to Font
- Preparing MP3 files support
- Jumped version to raylib 2.0-dev (too many breaking changes...)
7 vuotta sitten
Ray San
6324697ffd
Rectangle parameters changed to float
- Some examples tweaks
- Reviewed ImageFormat()
- Use float for text fontSize
7 vuotta sitten