Rev 171 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 171 | Rev 185 | ||
---|---|---|---|
Line 5... | Line 5... | ||
5 | 5 | ||
6 | 6 | ||
7 | // common definitions |
7 | // common definitions |
8 | #define PROGRAM_NAME L"Chess Giants" |
8 | #define PROGRAM_NAME L"Chess Giants" |
9 | #define DEMO_TIMEOUT (6.0f * 60.0f) |
9 | #define DEMO_TIMEOUT (6.0f * 60.0f) |
10 | #define PROGRAM_URL L" |
10 | #define PROGRAM_URL L"https://www.pmbaty.com/chess" |
11 | #define AUTHOR_EMAIL L"pm@pmbaty.com" |
11 | #define AUTHOR_EMAIL L"pm@pmbaty.com" |
12 | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
12 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
13 | // PayPal stuff - BEGIN <-button ID-> <--------notify URL-------> <---------return URL--------> |
13 | // PayPal stuff - BEGIN <-button ID-> <--------notify URL-------> <---------return URL--------> <-user UUID-> |
14 | #define PAYPAL_URL_FR L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DC5JKRXQQFNKQ¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php" // french |
14 | #define PAYPAL_URL_FR L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=DC5JKRXQQFNKQ¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php&custom=" // french |
15 | #define PAYPAL_URL_XX L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XEQFUPRM5WN68¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php" // rest of the world |
15 | #define PAYPAL_URL_XX L"https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XEQFUPRM5WN68¬ify_url=" PROGRAM_URL L"/notify.php&return=" PROGRAM_URL L"/thankyou.php&custom=" // rest of the world |
16 | // PayPal stuff - END |
16 | // PayPal stuff - END |
17 | /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
17 | ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// |
18 | #define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s" |
18 | #define ACCOUNTCREATION_URL L"http://www.freechess.org/cgi-bin/Register/FICS_register.cgi?Language=%s" |
19 | #define MAX_STACKABLE_PARTS 7 |
19 | #define MAX_STACKABLE_PARTS 7 |
20 | #define MAX_PITCH_FOR_FLAT_ICONS 75.0f |
20 | #define MAX_PITCH_FOR_FLAT_ICONS 75.0f |
21 | #define CLOSEUP_VIEW_DISTANCE 40.0f |
21 | #define CLOSEUP_VIEW_DISTANCE 40.0f |
22 | #define CLOSEUP_VIEW_PITCH 6.0f |
22 | #define CLOSEUP_VIEW_PITCH 6.0f |