Commit graph

11 commits

Author SHA1 Message Date
Naii-the-Baf ca8e7eb87a
System: Implement GameDataUtil (#759) 2025-11-22 10:36:56 +01:00
Shishu the Dragon 8f9440ed86
System: Partially implement GameDataFile (#729) 2025-10-24 11:04:42 +02:00
LynxDev2 14a04e4840
src: Fix param name mismatches between declarations and definitions (#643) 2025-06-21 18:18:25 +02:00
ud2 710f413b6f
Npc: Implement BirdPlayerGlideCtrl (#442) 2025-04-03 11:18:33 +02:00
Cookieso 04a0c79f26
Enemy, MapObj: Implement JangoDirector, ElectricWireRailKeeper (#284) 2025-01-21 14:10:29 +01:00
MonsterDruide1 e1d2971a1e
Update existing headers with LunaKit (#20) 2024-09-29 02:50:24 +02:00
MonsterDruide1 ab7ef8a94d
lint: Enforce empty parameters instead of (void) (#78) 2024-06-09 02:18:27 +02:00
MonsterDruide1 e1b27fed4b lint: Member variable names must start with m or s 2024-05-08 20:48:55 +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 360cf08c73 Use f32, s32, u32 instead of long type names 2023-08-14 11:39:31 +02:00
MonsterDruide1 995a9b723e Merge headers/source of game into src 2023-08-13 21:53:46 +02:00
Renamed from lib/game/System/GameDataFile.h (Browse further)