Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-21 | Replaced include guards with #pragma once | Thorbjørn Lindeijer | 1 | -0/+2 | |
Thanks to https://github.com/cgmb/guardonce and a follow-up replace to remove duplicated newlines at end of file: find src -type f -name '*.h' -exec \ sed --in-place -e :a -e '/^\n*$/{$d;N;};/\n$/ba' {} \; Source: https://unix.stackexchange.com/questions/81685/how-to-remove-multiple-newlines-at-eof Fixes compile on macOS, which appears to have been due to the EVENT_H include guard. | |||||
2024-01-25 | Ported to SDL2 | Thorbjørn Lindeijer | 1 | -7/+3 | |
2012-01-31 | Added missing copyright notices. | Yohann Ferreira | 1 | -0/+1 | |
Reviewed-by: Erik Schilling | |||||
2010-02-25 | Added paste facility from the Wormux project | Thorbjørn Lindeijer | 1 | -0/+33 | |
With CMakeLists.txt adaptions from the Aethyra project. Reviewed-by: Bernd Wachter Reviewed-by: Jared Adams |