| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Added LoadBMFont() to load AngelCode fonts (.fnt)
Implemented LoadTTF() to load .ttf fonts (crappy packaging)
|
|
Useful to get a piece of text, could be used for text typing animations
|
|
|
|
|
|
|
|
|
|
Added (or completed functions):
Image ImageText(const char *text, int fontSize, Color color);
Image ImageTextEx(SpriteFont font, const char *text, int fontSize, int
spacing, Color tint);
void ImageFlipVertical(Image *image);
void ImageFlipHorizontal(Image *image);
void ImageColorTint(Image *image, Color color);
void ImageColorInvert(Image *image);
void ImageColorGrayscale(Image *image);
void ImageColorContrast(Image *image, float contrast);
void ImageColorBrightness(Image *image, int brightness);
|
|
|
|
|
|
Corrected bug on defaultFont.size
Renamed funcs:
ImageConvertFormat() -> ImageFormat()
ImageConvertToPOT() -> ImageToPOT()
|
|
[rlgl] Extensions strings loading was redone to avoid a Segmentation
Fault on Raspberry Pi
|
|
|
|
|
|
|
|
|
|
Added:
- LoadImageRaw()
- ImageCopy()
Renamed:
- GetPixelData() -> GetImageData()
|
|
|
|
|
|
Complete review of matrix rotation math
Check compressed textures support
WIP: LoadImageFromData()
|
|
- Camera system moved to a separate module [camera.c]
- WIP: Added customization functions for camera controls
- Added custom shaders support on batch drawing
- Complete redesign of textures module to support multiple texture
formats (compressed and uncompressed)
|
|
Support multiple texture formats (uncompressed and compressed)
Postprocessing shaders support
Model struct redefined and improved
Extended loading functions for Textures and Models
Simplified functions: DrawPlane(), DrawQuad()
Deleted functions: DrawPlaneEx(), DrawGizmoEx()
Now Text module only depends on Textures module
Shapes: Reviewed functions to low lines/triangles usage
Removed useless tabs and spaces around code
|
|
Extended default raylib font system to support Latin-1 Supplement
characters
|
|
|
|
|
|
Corrected some bugs on the way...
Automatically convert textures to POT on RPI and WEB
|
|
Added PLATFORM_WEB support (emscripten-webgl)
[audio] Added LoadSoundFromWave()
[textures] Added LoadTextureFromImage() to replace CreateTexture()
Some TraceLogs edited...
|
|
|
|
View CHANGELOG for description on small fixes and add-ons
|
|
This is a huge update. Check CHANGELOG for details
|
|
No-parameters functions use the prototype style FunctionName(void);
|
|
|
|
Check CHANGELOG for a detailed list of changes
|
|
View CHANGELOG for a detailed list of changes
|
|
Added a Tracing/Log system
Added OGG stream music support (DOESN'T WORK)
Added Compressed textures support
* This update is probably very buggy...
|
|
Nearly a complete rework of Models module
Some teaks on multiple functions
|
|
|
|
Check CHANGELOG for the list of changes in this release!
|
|
Check CHANGELOG for changes
|
|
|
|
View CHANGELOG for full list of changes
|
|
Useful to be used with DrawTextEx() to draw with default font and
extended parameters
|
|
View CHANGELOG for details
|
|
|
|
|