| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-02-21 | Remove end-line spaces | Ray | |
| 2019-02-21 | Corrected issue with OpenURL() | Ray | |
| It was not working on Windows 10 | |||
| 2019-02-18 | Remove compiled libraylib.a | Rob Loach | |
| 2019-02-18 | Update cgltf library | Ray | |
| Added some comments to loader function... | |||
| 2019-02-18 | Corrected issue #758 | Ray | |
| 2019-02-15 | Fix the image manipulation config flag | Jens Pitkanen | |
| 2019-02-14 | Fix config.h flags | Jens Pitkanen | |
| 2019-02-14 | Corrected path issue | Ray | |
| 2019-02-13 | Corrected issue #750 | Ray | |
| 2019-02-13 | ADDED: DrawCircleSector() | Ray | |
| 2019-02-12 | Avoid AudioBuffer symbol collision on macOS | Ray | |
| raudio AudioBuffer internal struct collides on macOS with CoreAudio same name struct. In this case struct has been renamed because is internal to raudio... but probably all system should be redesigned. | |||
| 2019-02-12 | Update mini_al.h | Ray | |
| 2019-02-12 | Corrected issue | Ray | |
| 2019-02-12 | Include mini_al directly, no separate module | Ray | |
| 2019-02-12 | Corrected function usage | Ray | |
| 2019-02-12 | Updated external libraries | Ray | |
| 2019-02-11 | ADDED: GetClipboardText(), SetClipboardText() | Ray | |
| 2019-02-11 | Redesigned TextSplit() function | Ray | |
| 2019-02-10 | Fixed as issue where strrchr in LoadBMFont would only look for forward ↵ | Jak Barnes | |
| slashes, instead of backslashes causing strlen to fail on a null string | |||
| 2019-02-06 | Update rlgl.h | Ray | |
| 2019-02-06 | Update rlgl.h | Ray | |
| 2019-02-06 | Update rlgl.h | Ray | |
| 2019-02-06 | Reviewed fbo creation and VR system | Ray | |
| 2019-02-06 | ADDED: TextToInteger() | Ray | |
| Custom implementation that returns -1 if it fails (no negative values supported) | |||
| 2019-02-06 | Review ExportMesh() header | Ray | |
| 2019-02-04 | Review issue with aspect ratio... | Ray | |
| ...while using a RenderTexture combined with 3d mode | |||
| 2019-02-04 | Delete libraylib.a | Ray | |
| 2019-02-04 | ADDED: rlLoadTextureDepth() | Ray | |
| REDESIGNED: rlLoadRenderTexture() ADDED: rlRenderTextureAttach() ADDED: rlRenderTextureComplete() | |||
| 2019-02-04 | ADDED: LoadTextureCubemap() | Ray | |
| Probably uncomplete, not tested yet... | |||
| 2019-02-04 | Review DrawTextRecEx() formatting | Ray | |
| 2019-02-03 | Merge pull request #734 from Demizdor/master | Ray | |
| Added DrawTextRecEx() | |||
| 2019-01-29 | Update utils.c | Ray | |
| 2019-01-29 | Corrected log naming | Ray | |
| 2019-01-24 | Merge pull request #735 from RobLoach/patch-1 | Ray | |
| Fix clang++ compilation errors | |||
| 2019-01-23 | Fix font cannot be narrowed to type 'int' | Rob Loach | |
| Getting the following strict error.... ``` src/text.c:117:105: error: constant expression evaluates to 2398692640 which cannot be narrowed to type 'int' [-Wc++11-narrowing] ...0x00000000, 0x00000000, 0x00200020, 0x0001b000, 0x00000000, 0x00000000, 0x8ef92520, 0x00020a00... ^~~~~~~~~~ ``` Switching it to an unsigned int fixes it. | |||
| 2019-01-23 | Revert the screenWidth change | Rob Loach | |
| 2019-01-23 | Fix clang++ compilation errors | Rob Loach | |
| clang was complaining about the type conversions. For example... ``` node_modules/raylib-src/src/core.c:1888:15: error: cannot initialize a variable of type 'char *' with an rvalue of type 'void *' char *cmd = calloc(strlen(url) + 10, sizeof(char)); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ``` | |||
| 2019-01-23 | Added DrawTextRecEx() | Demizdor | |
| 2019-01-23 | Remove libraylib.a | Rob Loach | |
| 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-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-19 | Review raudio comments | raysan5 | |
| 2019-01-19 | Allow ShowWindow usage ;) | raysan5 | |
