| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Added function to set window minimum dimensions
|
|
useful when using FLAG_WINDOW_RESIZABLE.
|
|
|
|
|
|
|
|
|
|
|
|
Move compiled game to right folder
|
|
|
|
Integrate develop branch
|
|
|
|
|
|
|
|
..to avoid blending issues with white background
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LoadSpriteFontTTF() --> LoadSpriteFontEx()
|
|
basic_game - update makefile
|
|
Removed glew from basic_game makefile as glew is not part of the raylib package (no glew in mingw).
|
|
|
|
|
|
enum LogType could require some revision...
|
|
|
|
|
|
|
|
Added examples web images
|
|
Added loader webs (previously ignored)
|
|
Integrate develop branch
|
|
|
|
|
|
- Removed raylib_demo (outdated)
- Removed some old examples
|
|
|
|
Some tweaks on original src files
|
|
|
|
|
|
- Removed rbmf font example
- Reviewed physac examples
|
|
|
|
|
|
Reviewed some Vector3 functions
Added auxiliary Clamp() function
|
|
|
|
|