Age | Commit message (Collapse) | Author |
|
It looks that after update of mingw there were some narrowing problems again,
but only for selected constants. This is worrying but not pressing at all.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This to avoid any potential issues due to use of mutable state across
several objects that is in the end expected to be the same. This fits
well as a function parameter.
|
|
|
|
This is to allow meaningful return values for identification of unique
sources.
|
|
|
|
|
|
|
|
|
|
Including Archive.h in DataLoader.h created name conflicts and created
an error due to missing types from Types.h in the Archive.h itself.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|