| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-01-23 | Added DrawTextRecEx() | Demizdor | |
| 2019-01-23 | Merge pull request #733 from RobLoach/delete-lib-file | Ray | |
| Remove libraylib.a | |||
| 2019-01-23 | Remove libraylib.a | Rob Loach | |
| 2019-01-21 | Added CMD compilation scripts for examples | Ray | |
| They could be useful for some people... | |||
| 2019-01-21 | Review last PR formatting | Ray | |
| 2019-01-21 | Remove comment | Ray | |
| 2019-01-21 | Merge pull request #731 from MarcoLizza/reorganizing-logging | Ray | |
| Reorganizing logging | |||
| 2019-01-21 | Changing enums, now referenced as int. | Marco Lizza | |
| 2019-01-21 | Fixing badly (redefined) enums. | Marco Lizza | |
| 2019-01-21 | Merge pull request #730 from pbalcer/examples-web-fix-preload | Ray | |
| cmake: fix resource preloading for web examples | |||
| 2019-01-20 | Adding function to control the "exit-on-error" behaviour. | Marco Lizza | |
| 2019-01-20 | Fixing logging level configuration API. | Marco Lizza | |
| 2019-01-20 | Fixing `TraceLog` function to work on levels. | Marco Lizza | |
| 2019-01-20 | Reworking log level as incremental. | Marco Lizza | |
| 2019-01-20 | cmake: preload resources into web examples | Piotr Balcer | |
| No examples built for the Web platform functioned properly due to lack of resources in the virtual file system provided by emscripten. This patch addresses this problem by adding '--preload-file local_path/resources@resources' emcc option to link flags whenever necessary. | |||
| 2019-01-20 | cmake: use ALLOW_MEMORY_GROWTH=1 for web examples | Piotr Balcer | |
| The default memory limit for emscripten applications is 16 mergabytes, which might be to little for some examples, especially given that the resources are also included in that limit. Normally, using this option disables some asm.js optimizations, but there's no such cost for WebAssembly. | |||
| 2019-01-19 | Review raudio comments | raysan5 | |
| 2019-01-19 | Review window title | raysan5 | |
| 2019-01-19 | CMake: pkg-config: fix usage for RedHat-like systems (#728) | Ahmad Fatoum | |
| $prefix/lib isn't in pc_path on Fedora 28: [root@fedora-28 ~]# pkg-config --variable=pc_path pkg-config /usr/lib64/pkgconfig:/usr/share/pkgconfig This has the effect that the pkg-config file is written to the correct location but pkg-config --libs raylib doesn't output the correct library path. This fixes this problem by substituting the directory names into the .pc, same as we do with the CMakeLists.txt since #518. This issue popped up during the automated test of the Perl bindings: https://github.com/athreef/Alien-raylib/issues/3 | |||
| 2019-01-19 | Allow ShowWindow usage ;) | raysan5 | |
| 2019-01-19 | Merge pull request #725 from dtcristo/patch-1 | Ray | |
| Remove `raylib-rust` | |||
| 2019-01-17 | Renamed ShowWindow() to UnhideWindow() -WIP- | Ray | |
| Function provisional renaming... that's not the end of this issue... | |||
| 2019-01-16 | Crazy test | Ray | |
| 2019-01-16 | Remove `raylib-rust` | David Cristofaro | |
| 2019-01-16 | Readded alpha clear to rlReadScreenPixels() | Ray | |
| When capturing framebuffer, if some element with transparency has been drawn, it retrieves that data... it could be a bit annoying in some situations because we could expect color compositing with background color... It depends on the situation and our needs... but most of the time we don't want that transparency on screenshots. | |||
| 2019-01-15 | Update utils.c | Ray | |
| 2019-01-15 | Let user choose to clear scissor area | Ray | |
| 2019-01-15 | Merge pull request #723 from MarcoLizza/trace-log-failing-on-OTHER | Ray | |
| Trace log failing on other | |||
| 2019-01-14 | Fixing `LOG_OTHER` missing. | Marco Lizza | |
| 2019-01-14 | Adding MACRO constant to specify the internal buffer size. | Marco Lizza | |
| 2019-01-14 | Make sure no parameters can be passed | Ray | |
| 2019-01-14 | Review code formatting on ColorFromHSV() | Ray | |
| Following raylib notation rules | |||
| 2019-01-14 | Merge pull request #722 from Demizdor/master | Ray | |
| Added ColorFromHSV() | |||
| 2019-01-14 | Added ColorFromHSV() | Demizdor | |
| 2019-01-11 | Allow capturing transparent background | Ray | |
| 2019-01-11 | Some security checks added | Ray | |
| 2019-01-11 | Reverted flag value (but kept order) | Ray | |
| This specific change could be very annoying for people already using FLAG_MSAA_4X_HINT, their programs will compile correctly but window won't be shown... | |||
| 2019-01-10 | Reviewed latest PR | Ray | |
| 2019-01-10 | Merge pull request #719 from MarcoLizza/window-visibility | Ray | |
| Window visibility | |||
| 2019-01-10 | Merge branch 'master' into window-visibility | Ray | |
| 2019-01-10 | Reworking API upon suggestion. | Marco Lizza | |
| 2019-01-10 | WARNING: Renamed module: audio -> raudio | Ray | |
| Planning to promote raudio module as a simple and easy-to-use front-end for the amazing mini_al library, so the name change. Name comes from raylib-audio but in spanish it also remembers to word "raudo", meaning "very fast", an analogy that fits perfectly to the usefulness and performance of the library! Consequently, raylib version has been bumped to 2.4-dev. | |||
| 2019-01-10 | Ditto. | Marco Lizza | |
| 2019-01-10 | Adding window visibility functions. | Marco Lizza | |
| 2019-01-10 | Adding window visibility configuration flag. | Marco Lizza | |
| 2019-01-10 | Some improvements on SetShaderValue() | Ray | |
| - Unsigned int not supported on OpenGL ES 2.0 -> Removed - Reorganized enum -> Removed BOOL (not uniformType) - Support sample2D uniform type | |||
| 2019-01-10 | WARNING: Redesigned SetShaderValue() | Ray | |
| 2019-01-10 | Reviewed path | Ray | |
| 2019-01-09 | Merge pull request #718 from MarcoLizza/shaders-uniforms-array | Ray | |
| Shaders uniforms array | |||
| 2019-01-09 | Limiting FPS to 60 for uniformity with other examples. | Marco Lizza | |
