| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-04-07 | Updated VS2017.UWP output folders | raysan5 | |
| 2020-04-07 | Update raylib.vcxproj | raysan5 | |
| 2020-04-07 | Delete .gitignore | raysan5 | |
| 2020-04-07 | Review Android piepline | raysan5 | |
| - Removed generate_android_toolchain, since version r21 AndroidNDK it's the toolchain - Removed external lib native_app_glue, provided by AndroidNDK | |||
| 2020-04-07 | Remove ANGLE project | raysan5 | |
| Actually, project just adds 50MB of ANGLE libraries not related to raylib. Also reviewed UWP project to consume ANGLE from the NuGet package. | |||
| 2020-04-07 | Update launch.json | raysan5 | |
| 2020-04-06 | Corrected issue with depth initialization #1179 | raysan5 | |
| 2020-04-06 | Update README.md | Ray | |
| 2020-04-06 | Removed unused Duck model. | raysan5 | |
| 2020-04-06 | added log warning for unsupported file extension for music stream (#1176) | Louis Johnson | |
| * added log warning for unsupported file extension for music stream * updated error log message for music stream when file format isn't supported | |||
| 2020-04-05 | Update SPONSORS.md | Ray | |
| 2020-04-05 | Allow for empty replacement string (#1178) | Benjamin Stigsen | |
| 2020-04-05 | Review android_fopen() to support SDCard access | raysan5 | |
| 2020-04-05 | Some code tweaks, comments and defines | raysan5 | |
| 2020-04-04 | TextReplace changes (#1172) | Benjamin Stigsen | |
| - Added NULL return if the replacement string (`by`) is empty - Reordered sanity checks since there's no need to initialize variables if the strings are invalid. | |||
| 2020-04-02 | Fixed offset check in GenImageFontAtlas (#1171) | SasLuca | |
| * Fixed offset check in GenImageFontAtlas * Fixed code formatting to follow raylib notation rules | |||
| 2020-04-01 | Set build type to Release only #11643.0.0 | Ray | |
| 2020-04-01 | Review shared library building | raysan5 | |
| 2020-03-31 | Update ROADMAP.md | Ray | |
| 2020-03-30 | Update project version for release | Ray | |
| 2020-03-30 | Update README.md | Ray | |
| 2020-03-30 | Get icons back on shell.html | raysan5 | |
| It seems there is some related issue on emscripten side... but I'll keep the icons here despite not displayed properly for the moment. | |||
| 2020-03-30 | Update config.h, enable some file-formats by default | raysan5 | |
| 2020-03-30 | Update textures.c | raysan5 | |
| 2020-03-30 | Remove useless files | raysan5 | |
| 2020-03-30 | Update raylib.h | raysan5 | |
| 2020-03-30 | [cppcheck] Fix minor warnings in models.c and raudio.c (#1162) | Dani Martin | |
| Errores fixes: models.c,2843 Either the condition 'fileData!=NULL' is redundant or there is possible null pointer dereference: fileData. raudio.c,805, 806, 807, 808, %d in format string (no. 2) requires 'int' but the argument type is 'unsigned int'. | |||
| 2020-03-30 | Update HISTORY.md | Ray | |
| 2020-03-30 | Update CHANGELOG | Ray | |
| 2020-03-30 | Update CHANGELOG | Ray | |
| 2020-03-30 | Update core_basic_window.c | raysan5 | |
| 2020-03-30 | Review formating and signegness issues | raysan5 | |
| 2020-03-30 | [cppcheck] Improvements in SaveStorageValue() in core.c (#1160) | Dani Martin | |
| * [cppcheck] Improvements in SaveStorageValue() in core.c in file core.c cppcheck shows errors only in function SaveStorageValue(): * Common realloc mistake: 'fileData' nulled but not freed upon failure * Memory pointed to by 'fileData' is freed twice. Validation: * Tested examples/core/core_storage_values.c * Launched Unit Test for this function * Rerun CPPCHECK afer fix * [cppcheck] Change functions header to accept only positive position in files Changes: * Functions SaveStorageValue(), LoadStorageValue() (core.c) * Functions LoadFileData(), SaveFileData() (utils.c) * Headers in raylib.h Validation: * Tested examples/core/core_storage_values.c * Launched Unit Test for these functions * Rerun CPPCHECK afer fix | |||
| 2020-03-30 | Update README.md | Ray | |
| 2020-03-30 | Update README.md | Ray | |
| 2020-03-30 | Update README.md | Ray | |
| 2020-03-29 | Fix "variable is reassigned before use" linter warning on raymath.h (#1158) | Valentin Lemière | |
| 2020-03-29 | Added example: shaders_spotlight | raysan5 | |
| 2020-03-29 | Reorganize image functions | raysan5 | |
| 2020-03-29 | Reorganize image/texture functions for consistency | raysan5 | |
| 2020-03-29 | Update ImageDraw*() functions to match arguments of Draw*() (#1156) | Rob Loach | |
| * Update ImageDraw*() functions to match arguments of Draw*() Updated draw functions: ImageDrawPixel() ImageDrawPixelV() ImageDrawCircle() ImageDrawCircleV() ImageDrawLine() ImageDrawLineV() ImageDrawRectangle() ImageDrawRectangleV() ImageDrawRectangleRec() * [nodepadpp] Update Notepad++ ImageDraw defintions This updates the Notepad++ definitions with the updated ImageDraw methods. * [examples] Add ImageDraw calls to textures_image_drawing * Update ImageDraw*() methods | |||
| 2020-03-28 | Added binding: raylib-zig | Ray | |
| 2020-03-28 | Added binding: raylib-ats2 | Ray | |
| 2020-03-28 | Update HISTORY.md | Ray | |
| 2020-03-28 | Revert "Update compilation warning flags (#1151)" | raysan5 | |
| This reverts commit 2528854664b78a7db24cbe97b5b4e8bd52e1f18c. | |||
| 2020-03-28 | [example] Integrate virtual mouse in main example | raysan5 | |
| 2020-03-28 | Update window rc | raysan5 | |
| 2020-03-27 | Update HISTORY.md | Ray | |
| 2020-03-27 | Update CHANGELOG | Ray | |
| 2020-03-27 | Review TRACELOG() messages | raysan5 | |
