Subversion Repositories Games.Chess Giants

Rev

Rev 1 | Rev 14 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1 Rev 10
Line 9... Line 9...
9
#define PROGRAM_NAME L"Chess Giants"
9
#define PROGRAM_NAME L"Chess Giants"
10
#else
10
#else
11
#define PROGRAM_NAME L"Chess Giants (Evaluation version)"
11
#define PROGRAM_NAME L"Chess Giants (Evaluation version)"
12
#define DEMO_TIMEOUT (6.0f * 60.0f)
12
#define DEMO_TIMEOUT (6.0f * 60.0f)
13
#endif // DEMO
13
#endif // DEMO
14
#define PROGRAM_VERSION L"2.1"
14
#define PROGRAM_VERSION L"2.2"
15
#define PROGRAM_COPYRIGHT L"© 2010-2013"
15
#define PROGRAM_COPYRIGHT L"© 2010-2014"
16
#define PROGRAM_URL L"http://www.pmbaty.com/chess"
16
#define PROGRAM_URL L"http://www.pmbaty.com/chess"
17
#define AUTHOR_NAME L"Pierre-Marie Baty"
17
#define AUTHOR_NAME L"Pierre-Marie Baty"
18
#define AUTHOR_EMAIL L"pm@pmbaty.com"
18
#define AUTHOR_EMAIL L"pm@pmbaty.com"
19
#define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s"
19
#define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s"
20
#define MAX_STACKABLE_PARTS 8
20
#define MAX_STACKABLE_PARTS 8