| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-11-08 | Reviewed some examples and warnings | Ray | |
| 2023-11-01 | REVIEWED: Potential code issues reported by CodeQL #3476 | Ray | |
| 2023-09-07 | Remove PLATFORM_RPI (#3232) | MichaelFiber | |
| * Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]> | |||
| 2023-09-02 | REVIEWED: Added `SetTextLineSpacing()` to multiline examples | Ray | |
| 2023-08-19 | Fix text_unicode.c example crashing (#3250) | ubkp | |
| * Fix text_unicode.c example crashing * Adjust the text_unicode.c example crashing fix | |||
| 2023-02-14 | REVIEWED: Camera redesign PR | Ray | |
| 2023-02-14 | WIP rcamera redesign vector (#2563) | Crydsch Cube | |
| * core functionality CAMERA_FREE * fix example * add remaining camera modes * add view bobbing * view bobbing * catch curser in SetCameraMode * adjust examples * fix compilation on linux * fix example text_draw_3d * actually fix text_draw_3d * Updated camera API * Improve Vector3RotateByAxisAngle() function * remove camera.mode dependency from low-level functions * remove camera.mode from struct * fixes after rebase * adjust examples for new UpdateCamera function * adjust example models_loading_m3d --------- Co-authored-by: Ray <[email protected]> | |||
| 2023-01-27 | Fix warnings and bad project settings for 4.5 release (#2894) | Jeffery Myers | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2022-10-11 | avoid leading spaces in `text_rectangle_bounds` (#2746) | Szieberth Ádám | |
| 2022-09-22 | Update text_codepoints_loading.c | Ray | |
| 2022-09-10 | Minor format tweaks | Ray | |
| 2022-08-02 | Remove unneeded comment | Ray | |
| 2022-08-02 | Remove line breaks | Ray | |
| 2022-07-20 | REVIEWED: examples descriptions | Ray | |
| 2022-07-07 | ADDED: example: `text_codepoints_loading` | Ray | |
| 2022-06-21 | Added new comment to examples | Ray | |
| 2022-06-12 | Update text_font_filters.c | Ray | |
| 2022-06-11 | WARNING: BREAKING: REDESIGNED: Filepath loading API | Ray | |
| REDESIGNED: `LoadDirectoryFiles()` ADDED: `LoadDirectoryFilesEx()` REDESIGNED: `LoadDroppedFiles()` ADDED: `IsPathFile()` This BIG BREAKING change simplifies the functions and gives more control to the user: - A new `struct FilePathList` has been added to avoid exposing complex pointers. - User is responsible of memory loading/unloading - Filepaths loading support recursive directories and file extension filters | |||
| 2022-06-06 | WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()` | Ray | |
| RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()` | |||
| 2022-06-02 | Update text_draw_3d.c | Ray | |
| 2021-12-01 | Update LICENSE.md (#2179) | Tobias Berger | |
| Fix typo in link | |||
| 2021-10-25 | Fix VC warnings for examples (#2085) | Jeffery Myers | |
| 2021-10-19 | Remove trailing spaces | raysan5 | |
| 2021-10-17 | Reviewed makefile and examples building | raysan5 | |
| 2021-09-02 | REVIEWED: Glyphs | Ray | |
| 2021-09-01 | REVIEWED: Naming: length vs size | Ray | |
| 2021-09-01 | WARNING: BREAKING: RENAMED: Font struct variables | Ray | |
| RENAMED: GetCodepointsCount() -> GetCodepointCount() RENAMED: GetTouchPointsCount() -> GetTouchPointCount() | |||
| 2021-08-26 | REVIEWED: Examples compilation | Ray | |
| 2021-08-25 | Renamed some static functions for more consistent naming | Ray | |
| 2021-08-11 | WARNING: REMOVED: DrawTextRec() and DrawTextRecEx() | raysan5 | |
| - DrawTextRec() and DrawTextRecEx() have been moved to example, those functions could be very specific depending on user needs so it's better to give the user the full source in case of special requirements instead of allowing a function with +10 input parameters. | |||
| 2021-07-28 | Replace TABS by 4 spaces | raysan5 | |
| 2021-07-16 | Improve assets license information | raysan5 | |
| 2021-06-26 | WARNING: REMOVED: Some deprecated function names mapping | raysan5 | |
| Some functions/values have been deprecated for long time but some mapping was kept for convenience. Some of those mappings have been removed... | |||
| 2021-06-23 | WARNING: BREAKING: Functions renamed! | Ray | |
| RENAMED: GetCodepoints() -> LoadCodepoints(), now codepoint array data is loaded dynamically instead of reusing a limited static buffer. ADDED: UnloadCodepoints() to safely free loaded codepoints RENAMED: GetNextCodepoint() -> GetCodepoint() | |||
| 2021-06-10 | Added missing null terminator (#1820) | Francisco Javier Andrés Casas Barrientos | |
| Added missing null terminator when adding characters to the string, otherwise garbage values are read (often zeros which are equal to '\0', but not every time). This error results in random characters appearing in the text box every one in a while: ``` asdfg??? ll?? ``` It is corrected with the proposed fix. This problem was observed by my student, Gonzalo Rivera Lazo. | |||
| 2021-05-31 | Update text_draw_3d.c | Ray | |
| 2021-05-08 | Added support for additional mouse buttons (#1753) | Lambert Wang | |
| * Added support for additional mouse buttons * Renamed mouse button enum Co-authored-by: Lambert Wang <[email protected]> | |||
| 2021-04-25 | Fixes for 64 bit typecast warnings (#1733) | Jeffery Myers | |
| 2021-04-22 | Remove trail spaces | Ray | |
| 2021-04-19 | Added zoom independent sharp edges to the SDF text example. (#1727) | Stephan Soller | |
| 2021-03-28 | REVIEWED: text_draw_3d, code formatting | raysan5 | |
| 2021-03-28 | Added draw 3d text example (#1689) | Vlad Adrian | |
| 2021-03-23 | Update text_raylib_fonts.c | Ray | |
| 2021-03-23 | Update text_raylib_fonts.c | Ray | |
| 2021-03-23 | [Examples] Warning fixes (pt 1) (#1668) | Jeffery Myers | |
| * Fix some warnings in examples. * cleanups from review Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2021-03-19 | Update text_input_box.c | Ray | |
| 2021-03-03 | Update text_font_filters.c | Ray | |
| 2020-12-24 | Updated several files while porting examples to web | raysan5 | |
