Rev 124 | Rev 131 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 124 | Rev 130 | ||
|---|---|---|---|
| Line 418... | Line 418... | ||
| 418 | bool want_maximized; // set to TRUE to run in maximized window mode |
418 | bool want_maximized; // set to TRUE to run in maximized window mode |
| 419 | int window_width; // window width when not in fullscreen mode |
419 | int window_width; // window width when not in fullscreen mode |
| 420 | int window_height; // window height when not in fullscreen mode |
420 | int window_height; // window height when not in fullscreen mode |
| 421 | bool want_sounds; // set to TRUE to enable sounds |
421 | bool want_sounds; // set to TRUE to enable sounds |
| 422 | bool want_animations; // set to TRUE to enable part animations |
422 | bool want_animations; // set to TRUE to enable part animations |
| - | 423 | bool want_slidinganimations; // set to TRUE to enable SLIDING part animations |
|
| 423 | bool want_possiblemoves; // set to TRUE to show possible moves |
424 | bool want_possiblemoves; // set to TRUE to show possible moves |
| 424 | bool want_lastmove; // set to TRUE to show the last move |
425 | bool want_lastmove; // set to TRUE to show the last move |
| 425 | bool want_threats; // set to TRUE to display king's threats |
426 | bool want_threats; // set to TRUE to display king's threats |
| 426 | bool want_autorotateon1vs1; // set to TRUE to enable board auto-rotation when playing human vs human locally |
427 | bool want_autorotateon1vs1; // set to TRUE to enable board auto-rotation when playing human vs human locally |
| 427 | bool want_takenparts; // set to TRUE to display the taken parts on the side of the board |
428 | bool want_takenparts; // set to TRUE to display the taken parts on the side of the board |
| Line 619... | Line 620... | ||
| 619 | GLOBAL bool is_paused; |
620 | GLOBAL bool is_paused; |
| 620 | GLOBAL float current_time; |
621 | GLOBAL float current_time; |
| 621 | GLOBAL float stoppage_time; |
622 | GLOBAL float stoppage_time; |
| 622 | GLOBAL float animation_endtime; |
623 | GLOBAL float animation_endtime; |
| 623 | GLOBAL float command_ignoretime; |
624 | GLOBAL float command_ignoretime; |
| 624 | GLOBAL float sound_playtime; |
- | |
| 625 | GLOBAL float highlight_endtime; |
625 | GLOBAL float highlight_endtime; |
| 626 | GLOBAL float current_pitch; |
626 | GLOBAL float current_pitch; |
| 627 | GLOBAL float current_yaw; |
627 | GLOBAL float current_yaw; |
| 628 | GLOBAL float current_distance; |
628 | GLOBAL float current_distance; |
| 629 | GLOBAL int current_viewer; |
629 | GLOBAL int current_viewer; |