summaryrefslogtreecommitdiff
path: root/src/engine/World.h
AgeCommit message (Expand)Author
2026-07-20Fix warnings regarding ambigious typings (#715)Lucas
2026-03-05Fix retry issue with actors (#669)MegaMech
2026-02-24Impl Sky and SkyActors (#630)MegaMech
2025-12-22Clean ptr and fix (#610)coco875
2025-12-13Refactor Track Class To Instantiate On Track Load (#587)MegaMech
2025-12-07Name ScreenContext, Refactor Course class to Track (#583)MegaMech
2025-12-07Camera Refactor --> Adds Track Tour Camera (#568)MegaMech
2025-12-07Refactor yaml and remove segment (#531)coco875
2025-11-14RaceManager class (#562)MegaMech
2025-11-09Implement SpawnParams struct (#536)MegaMech
2025-08-07Combine Matrix Stacks & use std::deque Instead of std::vector to Prevent Dang...MegaMech
2025-06-28correct use of pointer and fix mistake (#394)coco875
2025-06-07Add Interpolation (#204)MegaMech
2025-05-14Impl new intro (#193)MegaMech
2025-02-07Reimpl star emitter (#180)MegaMech
2025-01-23Game.cpp and World.cpp Cleanup (#159)MegaMech
2025-01-05Finishwide screen. Impl IVector2D MinimapDimensionsMegaMech
2024-12-29Fix Seagull, classes count their own instances --> cleanupMegaMech
2024-12-29Impl Hedgehog and FlagpoleMegaMech
2024-12-28Fix podium ceremony. Wip particle emittersMegaMech
2024-12-28Reimpl LakituMegaMech
2024-12-17Impl snowmen and trashbinMegaMech
2024-12-16More changesMegaMech
2024-12-13Impl trophyMegaMech
2024-12-11Reimplementing objectsMegaMech
2024-12-05load course dl textures from otr and move objectsMegaMech
2024-12-04Merge branch 'modding' into modding+modding+MegaMech
2024-12-04Reimplement penguinsMegaMech
2024-11-30Documented sequences and move them into the Course systemKiritoDv
2024-11-24Thwomp Collisionbox and squish sizeMegaMech
2024-11-24Finish implementing ThwompMegaMech
2024-11-23Implement ThwompsMegaMech
2024-11-16Add cvar multiplayer features no cut and equiv train in multiplayerMegaMech
2024-11-14[modding] Big Update PR (#118)MegaMech
2024-10-15Refactors (#114)MegaMech
2024-10-15[modding] Add Actors (#113)MegaMech
2024-10-15[modding] Implement Vehicles & Fix Animations (#109)MegaMech
2024-10-05[modding] Course Mod Support (#104)MegaMech