DarkflameServer/dGame/dUtilities
David Markowitz 8cdb388915
Optimize scripts for faster compilation (#597)
* Implement Precompiled Headers

* First volume of optimizations

* Scripts A-B

Gonna be doing this in alphabetical order now.

* C Scripts and remove unneeded includes from base cppscripts header

Remove the MissionComponent and Loot includes from all base scripts and place their needed includes in the respective scripts.

* D scripts

* F scripts

* F scripts 2

Finish up removing extraneous includes from scripts that start with the letter F

* G scripts

Removing extraneous includes from scripts that start with the letter G

* I scripts

Removing extraneous includes from scripts that start with the letter I

* M-Z scripts

Removing extraneous includes from scripts that start with the letter M-Z

* Revert "Implement Precompiled Headers"

This reverts commit d79d8d4991.

* Revert "Revert "Implement Precompiled Headers""

This reverts commit 0597faf308.

* Add back in PCH

Add back in PCH

* Fix CMake

Whitespace

Remove duplicate file glob

Remove newline
2022-07-04 23:00:10 -07:00
..
BrickDatabase.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
BrickDatabase.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dLocale.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
dLocale.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GameConfig.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GameConfig.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GUID.cpp Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
GUID.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Loot.cpp loot source for item drops 2022-04-23 20:35:34 -07:00
Loot.h loot source for item drops 2022-04-23 20:35:34 -07:00
Mail.cpp Add Aarch64 support (#231) 2022-07-03 21:33:05 -07:00
Mail.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
Preconditions.cpp Fix whitespace 2022-01-15 14:02:14 -05:00
Preconditions.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
SlashCommandHandler.cpp Add /setlevel slash command 2022-06-13 00:45:17 -07:00
SlashCommandHandler.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00
VanityUtilities.cpp Optimize scripts for faster compilation (#597) 2022-07-04 23:00:10 -07:00
VanityUtilities.h Public release of the DLU server code! 2021-12-05 18:54:36 +01:00