Commit graph

9 commits

Author SHA1 Message Date
MonsterDruide1 c5b04a098a dump 2024-04-07 20:36:03 +02:00
MonsterDruide1 69d81ebd91
Custom format validation (Linting) (#17)
* Add script to verify formatting
* Add newline to end of files
* Add `#pragma once` to top of headers
* Add own header to includes at top of source files
* Remove useless namespace qualifiers
* Sort visibility modifiers correctly
* Format `#include`s in three blocks
* Remove `;` after namespaces
* Add for custom style checking to `lint`-GitHub-Action
* Format: No "// 0x" offset comments
* Remove macros from padding
2024-01-07 00:33:09 +01:00
MonsterDruide1 ed167b390b clang-format 2023-10-14 21:32:18 +02:00
MonsterDruide1 53fe6e9915 al/Area: Reverse most AreaShape funcs (aedad59)
Co-authored-by: aster <tetraxile@gmail.com>
2023-09-15 16:56:51 +02:00
MonsterDruide1 4ad328de83 Sequence: Simpler functions (3f25e91)
Co-authored-by: Aubrey Taylor <aubrey@hall.ly>
2023-09-15 16:01:29 +02:00
MonsterDruide1 628ae33345 clang-format 2023-08-14 11:42:48 +02:00
MonsterDruide1 360cf08c73 Use f32, s32, u32 instead of long type names 2023-08-14 11:39:31 +02:00
MonsterDruide1 9e227a2db5 Fix all headers 2023-08-14 11:26:51 +02:00
MonsterDruide1 f94d98e8f1 Move al to library-like structure 2023-08-13 19:00:58 +02:00