| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-03-15 | REVIEWED: ImageTextEx() to support line breaks #1131 | raysan5 | |
| NOTE: This functionality has an important issue, line space is fixed to 1.5 font.baseSize pixels, depending on the font and how it has been generated that spacing could be too wide or too narrow... | |||
| 2020-03-15 | Android: Set display.[width, height] before screen size check (#1132) | Doyle | |
| In `InitGraphicsDevice(...)`, the Android section has a screen security check like other platforms- but CORE.display.width, CORE.display.height are not set yet, so the security check sets it to 0. So ensure we query the device's screen width and height before the screen size security check. This also gives you the ability to run a proper full-screen application on Android without any scaling and guess work on the target device by setting screen width and height to 0 in `InitWindow(...)` and using `GetScreen[Width|Height]()` to get the actual values. | |||
| 2020-03-12 | Added note on transparent framebuffer w/o X11 on RPI | Ray | |
| 2020-03-12 | [text] TextToUpper(): Added note on diacritics | Ray | |
| 2020-03-09 | Minor tweaks | Ray | |
| 2020-03-09 | Address issue #1125 | Ray | |
| 2020-03-08 | Changed `if` to `else if`. (#1122) | SasLuca | |
| 2020-03-07 | Reviewed missing include | Ray | |
| 2020-03-05 | Android: Support file saving to internal data storage | Ray | |
| 2020-03-05 | Reviewed and Updated Android compilation scripts | Ray | |
| 2020-03-04 | Remove comment | Ray | |
| 2020-03-04 | ADDED: LoadFileText() and SaveFileText() | Ray | |
| Improved file access checks | |||
| 2020-03-03 | WARNING: Corrected issue with IsKeyDown() #1119 | Ray | |
| 2020-03-03 | Update core.c | Ray | |
| 2020-03-03 | Avoid icons in shell | Ray | |
| Very weird... lately icons are not properly displayed on browser! | |||
| 2020-03-03 | REVIEWED: Mouse/Touch input system | Ray | |
| After several reviews, now it seems everything works as expected. | |||
| 2020-03-03 | Some code tweaks | Ray | |
| 2020-03-02 | Support any mouse button for gesture detection | Ray | |
| 2020-03-02 | Review some comment | Ray | |
| 2020-03-02 | Update raymath.h (#1118) | i-right-i | |
| * Update raymath.h Added Vector2Rotate Function. * Update raymath.h | |||
| 2020-03-02 | Added comment on IsMouseButtonDown() issue | Ray | |
| IsMouseButtonDown() does not process touch state down properly, state is reseted every frame... | |||
| 2020-03-01 | Reviewed IsMouseButtonDown() | Ray | |
| 2020-02-29 | REDESIGNED input system for better mouse/touch support | Ray | |
| 2020-02-28 | Replaced fabs() by fabsf() when required | Ray | |
| 2020-02-28 | `LoadText()` tweak (#1113) | brankoku | |
| Guarantee string is zero-terminated | |||
| 2020-02-28 | REVIEWED: LoadText() | Ray | |
| 2020-02-27 | Tweaks | Ray | |
| 2020-02-27 | Corrected return value | Ray | |
| 2020-02-27 | REDESIGN: ExportImage() | Ray | |
| Use new file I/O ABI | |||
| 2020-02-27 | REDESIGN: ExportWave() | Ray | |
| Use new file I/O ABI | |||
| 2020-02-27 | Tweak on variable init | Ray | |
| 2020-02-27 | Review default config flags | Ray | |
| 2020-02-27 | Corrected issue with variable name | Ray | |
| 2020-02-27 | Remove trail spaces and some tweaks | Ray | |
| 2020-02-27 | REDESIGNED: LoadImage() -WIP- | Ray | |
| Using new file I/O ABI | |||
| 2020-02-27 | REDESIGNED: LoadImageRaw(), LoadAnimatedGIF() | Ray | |
| Using new file I/O ABI | |||
| 2020-02-27 | REDESIGNED: LoadFontEx() | Ray | |
| Using new file I/O ABI | |||
| 2020-02-27 | LoadText(): Added comment | Ray | |
| 2020-02-27 | Review macros | Ray | |
| 2020-02-27 | REDESIGN: LoadStorageValue()/SaveStorageValue() | Ray | |
| Using new file I/O ABI | |||
| 2020-02-26 | Tweaks on fullsccreen detection... | Ray | |
| 2020-02-26 | WARNING: RENAMED: Storage functions | Ray | |
| Renamed functions for consistency: - StorageLoadValue() > LoadStorageValue() - StorageSaveValue() > SaveStorageValue() | |||
| 2020-02-26 | Security check | Ray | |
| 2020-02-26 | Reviewed example | Ray | |
| 2020-02-26 | ADDED: LoadFileData(), SaveFileData() | Ray | |
| 2020-02-26 | Remove trail spaces | Ray | |
| 2020-02-26 | Remove TraceLog() dependency on standalone mode | Ray | |
| 2020-02-26 | Remove TraceLog() dependency on standalone mode | Ray | |
| 2020-02-26 | Use float math functions | Ray | |
| 2020-02-24 | [core] SetWindowSize() try to support PLATFORM_WEB -WIP- | Ray | |
