Age | Commit message (Expand) | Author |
2022-05-05 | Crash handler: Use `print_error` to include backtrace in logs | Rémi Verschelde |
2022-02-16 | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde |
2022-02-09 | Core: Move generated `VERSION_HASH` to a `.cpp` file | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-11-16 | [macOS] Fix crash handler not printing function names on M1 Macs. | bruvzg |
2021-11-11 | String: Remove `erase` method, bindings can't mutate String | Rémi Verschelde |
2021-06-17 | Improve crash handler message display | Hugo Locurcio |
2021-04-29 | Replace remaining uses of `NULL` with `nullptr` | Rémi Verschelde |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-11-07 | Reorganized core/ directory, it was too fatty already | reduz |
2020-09-03 | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-10-24 | Fix compilation warnings in macOS build, enable `warnings=extra werror=yes` f... | bruvzg |
2019-05-23 | Check project settings live before lookup in crash handler | Ibrahn Sahir |
2019-02-12 | Platform: Ensure classes match their header filename | Rémi Verschelde |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-09-24 | Fixed hang when segfaulting after OS object destroyed (OSX and X11) | Ibrahn Sahir |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-02 | Add a new notification to detect crashes on native scripts | Marcelo Fernandez |
2018-02-19 | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-11-04 | Implemented physics plug | AndreaCatania |
2017-09-19 | Fix crash handler not including stdlib.h | Marcelo Fernandez |
2017-09-18 | Prevent running the crash_handler when a debugger is present on windows | Marcelo Fernandez |
2017-09-13 | Added a crash handler to dump the backtrace on Windows, Linux and OS X | Marcelo Fernandez |