| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-24 | Added ImageRotate (#3078) | Dane Madsen | |
| * Added ImageRotate * Quick rename of the example * Update ImageRotate by changing doubles to floats and checking code convention * Update API | |||
| 2023-05-22 | Add GenImageGradientSquare (#3077) | Dane Madsen | |
| * Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare | |||
| 2023-05-21 | Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵ | Dane Madsen | |
| (#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear | |||
| 2023-03-15 | Update npes_saved_w64devkit.txt | Ray | |
| 2023-03-15 | Delete c_raylib.xml | Ray | |
| 2023-03-15 | UPDATED: Notepad++ instellisense data | Ray | |
| 2022-08-08 | Update c_raylib.xml | Ray | |
| 2022-08-08 | Updated Npp scripts | Ray | |
| 2022-08-05 | Updated Notepad++ intellisense data | Ray | |
| 2022-06-06 | WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()` | Ray | |
| RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()` | |||
| 2021-11-02 | Reviewed scripts | Ray | |
| 2021-11-02 | Review Notepad++ scripts for the supported compilers | Ray | |
| 2021-10-31 | Updated Notepad++ raylib intellisense functions | Ray | |
| 2021-09-22 | WARNING: MODULES RENAMING!!! | Ray | |
| raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change. | |||
| 2021-08-26 | Change GetColor to take unsigned int (#1954) | Richard Smith | |
| 2021-06-18 | fix: change relevant occurences of MeshBoundingBox to GetMeshBoundingBox (#1836) | PtitLuca | |
| 2021-04-09 | Update Notepad++ Intellisense | Ray | |
| 2020-12-23 | Update raylib functions parser to generate XML intellisense file | raysan5 | |
| Update Notepad++ functions intellisense | |||
| 2020-10-21 | Added desktop cursor getter and setter functions (#1407) | Chance Snow | |
| * [core] Added desktop cursor getter and setter functions * Example: Set mouse cursor in text input box * Setup standard cursors _after_ GLFW window initialization * Remove old `int GetMouseWheelMove` declaration | |||
| 2020-10-05 | mouse: Return float movement for precise scrolling where possible (#1397) | Doyle | |
| 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-02-14 | Update Notepad++ intellisense | Ray | |
| 2019-05-31 | Update npes_saved_tcc.txt | Ray | |
| 2019-05-30 | Review compiler scripts | Ray | |
| 2019-05-30 | Updated Notepad++ intellisense to raylib 2.5 | Ray | |
| 2019-05-10 | Add WinMM library for linkage | raysan5 | |
| Now it's required on Windows if not using a busy wait loop | |||
| 2019-02-12 | Include mini_al directly, no separate module | Ray | |
| 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-09 | Merge pull request #718 from MarcoLizza/shaders-uniforms-array | Ray | |
| Shaders uniforms array | |||
| 2019-01-09 | Adding uniform array support for shaders. | Marco Lizza | |
| 2018-12-21 | Use stb_vorbis.h as header only | Ray | |
| 2018-11-19 | Review resources naming | Ray | |
| raylib resource data file for Windows platform (containing raylib icon and metadata for executable file) has been renamed to a more consistent name: raylib.rc.data Also required to work with tcc compiler. | |||
| 2018-08-25 | Support autosave also on C compilation | raysan5 | |
| 2018-08-25 | Updated compilation script to save file automatically | raysan5 | |
| 2018-07-28 | Corrected timing typo | raysan5 | |
| 2018-07-15 | Updated Notepad++ raylib intellisense | Ray | |
| 2018-06-01 | Added Notepad++ NppExec scripts | Ray | |
| 2018-05-29 | Reviewed Windows resource file name | Ray | |
| 2018-05-11 | Updated raylib_icon resource | Ray | |
| 2018-05-10 | Reorganized project templates folder | Ray | |
