| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve log with hard coded map over runtime evaluation | dilluti0n | 2026-07-17 | 1 | -7/+10 |
| | | |||||
| * | refactor: replace #ifdef DEBUG printf to log_printf | dilluti0n | 2025-05-14 | 1 | -1/+0 |
| | | | | | - fix log_printf to not automatically insert newline | ||||
| * | refactor: unify log level and stream setup via log_init | dilluti0n | 2025-05-14 | 1 | -10/+15 |
| | | | | | | | | | - Replaced log_set_level() with log_init() to allow stream configuration. - log_fprintf() now uses an internal stream, defaulting to stdout. [minor] update log tags in TODO.org correctly | ||||
| * | refactor: integrate raylib logs to RED log levels | dilluti0n | 2025-05-13 | 1 | -8/+8 |
| | | | | | | - refactor enums in LOG_* to RED_LOG_* since its conflicting raylib namespaces | ||||
| * | feat: introduce log.c; log handling module | dilluti0n | 2025-05-10 | 1 | -0/+28 |
