raylib/src
Ray b4d67499a7 BREAKING CHANGE: Read description
Changes:

 - Font structure has been redesigned, CharInfo structure contained character rectangle within font texture, it has not much sense, considering that it was an information relative to the font atlas generated and not the character itself, so character rectangles have been moved out from CharInfo to Font.
 - CharInfo included a data parameters to contain character pixel data (usually grayscale), generated on TTF font generation. It was inconsistent with other fonts types, so, now CharInfo includes directly an Image of the glyph.
 - REDESIGNED: GenImageFontAtlas(), additional recs parameter added, loaded and filled inside the function to export atlas characters rectangles, instead of silently modify the input CharInfo data.
 - REVIEWED: ImageTextEx(), funtion retrieved the font atlas image from the GPU, that was slow and problematic in several platforms. Now it uses directly the CharInfo image. Support for unicode codepoints has also been added.
 - REDESIGNED: ImageDraw(), now it includes an additional parameter, the color tint, not only it could be useful for several situations but also function signature is more consistent with similar functions.
 - ADDED: ImageFromImage() to generate a new image from a piece of another image.
 - REVIEWED: GetNextCodepoint(), renamed parameters to be more clear.

Also all examples and games that were affected by those changes have been reviewed.
2019-07-24 15:05:14 +02:00
..
external Change ANGLE binaries location 2019-06-06 16:44:37 +05:30
camera.h Replace TABS by spaces 2019-06-05 13:01:58 +02:00
CMakeLists.txt build: increment API_VERSION after release 2019-06-05 08:58:24 +02:00
CMakeOptions.txt Add config SUPPORT_SSH_KEYBOARD_RPI 2019-05-21 20:59:13 +02:00
config.h Support SSH keyboard on RPI 2019-06-04 18:09:17 +02:00
config.h.in Added CMake flags 2019-06-12 12:21:23 +02:00
core.c Solved issue #912 2019-07-22 21:15:25 +02:00
easings.h Review easings PR 2019-05-25 01:33:03 +02:00
gestures.h Happy new year 2019 2019-04-07 17:49:12 +02:00
Makefile add multi channel audio to raudio (#895) 2019-06-29 10:49:42 +02:00
models.c Check buffer limit on DrawBillboardRec() 2019-07-22 00:12:51 +02:00
physac.h Avoid some warnings 2019-05-20 16:37:44 +02:00
raudio.c Added Sound parameters data 2019-07-24 14:48:45 +02:00
raudio.h Review multichannel PR addition 2019-06-29 11:26:08 +02:00
raylib.dll.rc Added resource file for raylib.dll 2019-05-07 15:16:14 +02:00
raylib.dll.rc.data Review compilation resources 2019-05-30 18:09:33 +02:00
raylib.h BREAKING CHANGE: Read description 2019-07-24 15:05:14 +02:00
raylib.ico Updated icon data 2018-09-26 16:02:42 +02:00
raylib.rc Added resource file for raylib.dll 2019-05-07 15:16:14 +02:00
raylib.rc.data Review compilation resources 2019-05-30 18:09:33 +02:00
raymath.h Merge pull request #799 from flashjaysan/master 2019-04-13 15:08:28 +02:00
rglfw.c Happy new year 2019 2019-04-07 17:49:12 +02:00
rlgl.h Review extensions loading and freeing 2019-07-12 14:36:20 +02:00
rmem.h Increasing threshold size for traversing memory blocks (#914) 2019-07-22 10:17:27 +02:00
rnet.c.review Renamed file to avoid breaking build 2019-04-22 22:47:50 +02:00
rnet.h More rnet review to avoid warnings/errors 2019-04-22 21:50:45 +02:00
shapes.c BREAKING CHANGE: Read description 2019-07-24 15:05:14 +02:00
shell.html Hide progress bar 2019-05-28 12:08:04 +02:00
text.c BREAKING CHANGE: Read description 2019-07-24 15:05:14 +02:00
textures.c BREAKING CHANGE: Read description 2019-07-24 15:05:14 +02:00
utils.c Define some globals 2019-06-19 15:43:35 +02:00
utils.h Review UWP implementation 2019-04-27 22:47:03 +02:00