(svn r5999) -Feature: change the original date format to a 32 bits format based at the year 0.
The game date subsystem now allows someone to start in the year 0 and continue up to the year 5 000 000. However, you currently cannot build anything before 1920 as there is no newgrf support for dates before 1920 or after 2090 yet.
This commit is contained in:
@@ -18,9 +18,9 @@
|
||||
#define NETWORK_EMPTY_INDEX 0
|
||||
|
||||
// What version of game-info do we use?
|
||||
#define NETWORK_GAME_INFO_VERSION 2
|
||||
#define NETWORK_GAME_INFO_VERSION 3
|
||||
// What version of company info is this?
|
||||
#define NETWORK_COMPANY_INFO_VERSION 3
|
||||
#define NETWORK_COMPANY_INFO_VERSION 4
|
||||
// What version of master-server-protocol do we use?
|
||||
#define NETWORK_MASTER_SERVER_VERSION 1
|
||||
|
||||
|
Reference in New Issue
Block a user