Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Actually, I will probably revert it soon enough but other changes to
DataLoader initialization are worth it. Handling this singleton mess is
rather interesting and I'm still looking for a solution that will be
nice to look at.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also removes multiplayer mission chaining which was broken anyway.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Formatting was bad and resulted in crashes or malformed save files.
Avoiding c-style cast is just an addition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Intent is to separate headless server and game and make a dedicated
executable for each. While this can be done without any directory
changes, this is intended to cause as many compilation and linking
errors as possible in order to clean them up and refactor general
structure of the whole project.
|
|
|