Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-22 | Fix Raylib interface input management | Tristan Riehs | |
2024-06-20 | Improve position of calculation | Tristan Riehs | |
2024-06-20 | Start using Raylib drawing | Tristan Riehs | |
2024-06-20 | Use cli and gui as shared libraries | Tristan Riehs | |
2024-06-20 | Start implementing command-line interface | Tristan Riehs | |
2024-06-20 | Improve error handling | Tristan Riehs | |
2024-06-20 | Start integrating the new interface facility | Tristan Riehs | |
2024-06-20 | Handle the new interface option | Tristan Riehs | |
2024-06-20 | Add interface option | Tristan Riehs | |
Also improve the usage message. | |||
2024-06-20 | Integrate the raylib display to the build system | Tristan Riehs | |
2024-06-20 | Start the implementation of the Raylib-based UI | Tristan Riehs | |
2024-06-20 | Define a display interface | Tristan Riehs | |
2024-06-19 | Add usage comment | Tristan Riehs | |
2024-06-17 | Improve build system | Tristan Riehs | |
Add support for toggling debug on and off and for using GNU Readline or not. | |||
2024-06-01 | Add a couple comments | Tristan Riehs | |
2024-06-01 | Add option for setting max and min | Tristan Riehs | |
2024-06-01 | Add option for setting log file | Tristan Riehs | |
2024-06-01 | Add basic command-line arguments parsing | Tristan Riehs | |
2024-06-01 | Improve logging | Tristan Riehs | |
Also keep track of whether the user got right or wrong. Optimize the allocation and modification of the log character buffer. | |||
2024-05-31 | Check user input before using it | Tristan Riehs | |
2024-05-31 | Fix the build system | Tristan Riehs | |
Simply use git to retrieve linenoise sources instead. | |||
2024-05-31 | Switch to linenoise instead of readline | Tristan Riehs | |
The API is the exact same, and this implementation is much lighter and memory-leak-free. | |||
2024-05-31 | Start implementing logging | Tristan Riehs | |
2024-05-30 | Make a minimal working program | Tristan Riehs | |
2024-05-30 | Add proper compilation flags | Tristan Riehs | |
2024-05-30 | Initial commit | Tristan Riehs | |