Kawe Mazidjatari
731bdbb010
Remove explicit COMDAT/References linker optimization flags
2023-03-30 23:03:48 +02:00
Kawe Mazidjatari
9a8b39d71d
Additional compiler option changes
...
Force consistency between all libraries
2023-03-30 22:47:17 +02:00
Kawe Mazidjatari
c9f51a5dab
Change project compiler options
...
Changed to match the assembly of the game as much as possible. Will be finished when port to CMake is completed.
2023-03-30 22:21:18 +02:00
Kawe Mazidjatari
387b24875b
Downgrade 'libcurl' to 7.54.0
...
The game uses 7.54.0, downgraded to maintain compatibility if we ever hook curl functions.
2023-03-28 23:14:26 +02:00
Kawe Mazidjatari
229361315d
Cleanup compiler commands in all projects
...
Mostly reordered.
2023-03-20 13:12:07 +01:00
Kawe Mazidjatari
a0fe2a0b1a
More dynamic project include paths
...
Lookup directly from project directory instead of solution directory.
2023-03-18 14:28:25 +01:00
Kawe Mazidjatari
9dfb79ff4a
Set floating point model to 'Fast'
2023-03-18 10:01:14 +01:00
Kawe Mazidjatari
bbaa35cbaf
Add 'Profile' build configuration
...
Add 'Profile' build configuration (similar configuration to many game engines).
This should be the main configuration for development. In the future, this will include incremental linking and asserts.
2023-03-18 02:04:18 +01:00
Kawe Mazidjatari
33b8fcd825
Fix compiler output paths
...
Some output paths were wrong.
2023-02-12 19:35:10 +01:00
Kawe Mazidjatari
a67967134d
Split x64 and x86 binaries
...
Don't overwrite each other.
2023-02-06 23:52:09 +01:00
Kawe Mazidjatari
f2fd9102d0
Properly configure project includes
...
Moved project includes from VC/System includes to project includes. This fixes the problem where the autocomplete feature doesn't work in Visual Studio when trying to include headers from the project itself.
2023-02-06 23:01:18 +01:00
Kawe Mazidjatari
500a7c1925
Finish libcurl implementation
...
Master server queries now use SSL.
2023-01-26 20:06:48 +01:00
Kawe Mazidjatari
b8bbe6e6d0
Add libcurl to project
2023-01-26 13:09:18 +01:00