DarkflameServer/dScripts/ai/FV
David Markowitz 5942182486
feat: Abstract Logger and simplify code (#1207)
* Logger: Rename logger to Logger from dLogger

* Logger: Add compile time filename

Fix include issues
Add writers
Add macros
Add macro to force compilation

* Logger: Replace calls with macros

Allows for filename and line number to be logged

* Logger: Add comments

and remove extra define

Logger: Replace with unique_ptr

also flush console at exit. regular file writer should be flushed on file close.

Logger: Remove constexpr on variable

* Logger: Simplify code

* Update Logger.cpp
2023-10-21 16:31:55 -07:00
..
ActNinjaSensei.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
ActNinjaSensei.h Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00
ActNinjaTurret.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
ActNinjaTurret.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
ActParadoxPipeFix.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
ActParadoxPipeFix.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
CMakeLists.txt Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00
FvBounceOverWall.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvBounceOverWall.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvBrickPuzzleServer.cpp Move dZoneManager to game namespace (#1143) 2023-07-17 17:55:33 -05:00
FvBrickPuzzleServer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvConsoleLeftQuickbuild.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
FvConsoleLeftQuickbuild.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvConsoleRightQuickbuild.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
FvConsoleRightQuickbuild.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvDragonSmashingGolemQb.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
FvDragonSmashingGolemQb.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvFacilityBrick.cpp Move dZoneManager to game namespace (#1143) 2023-07-17 17:55:33 -05:00
FvFacilityBrick.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvFacilityPipes.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvFacilityPipes.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvFlyingCreviceDragon.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
FvFlyingCreviceDragon.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvFreeGfNinjas.cpp cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
FvFreeGfNinjas.h cleanup enums to make them more consistent 2023-01-22 17:38:47 -06:00
FvMaelstromGeyser.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvMaelstromGeyser.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvNinjaGuard.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
FvNinjaGuard.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvPandaServer.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
FvPandaServer.h Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
FvPandaSpawnerServer.cpp Move EntityManager to Game namespace (#1140) 2023-07-15 13:56:33 -07:00
FvPandaSpawnerServer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvPassThroughWall.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
FvPassThroughWall.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
TriggerGas.cpp feat: Abstract Logger and simplify code (#1207) 2023-10-21 16:31:55 -07:00
TriggerGas.h Implement some scripts for alpha FV (#1049) 2023-04-12 11:46:31 -05:00