#include <tpascal.inc>
#include "typen.h"
#include "config.h"
Include dependency graph for history.cpp:

Go to the source code of this file.
Defines | |
| #define | statc 0 |
| #define | hm 1.3 |
| #define | trounddata struct rounddata * |
| #define | pround struct tround * |
| #define | kg 15 |
| #define | xstep 50 |
| #define | ystep 50 |
| #define | linemx 5 |
| #define | linemy 5 |
Typedefs | |
| typedef rounddata | rounddata |
| typedef rounddata * | trounddata |
| typedef tround | tround |
| typedef tround * | pround |
| typedef xy | xy |
Functions | |
| char * | malloc (int) |
| void | countunits (void) |
| void | starthistory (void) |
| void | delhistory (void) |
| void | tshowhistoryinit (void) |
| void | tshowhistoryrun (void) |
| void | tshowhistorybuttonpressed (void) |
| void | showplayerstat (byte sp, boolean del) |
| void | tshowhistorypaintstat (byte flag, byte id) |
| long * | tshowhistorygetdata (struct *p, int *player) |
| void | tshowhistorygetinfo (long *mn, long *mx, long *round) |
Variables | |
| pround | rounds |
| pround | asr |
| pround | ar |
| pvehicle | ae |
| pbuilding | ab |
Definition in file history.cpp.
|
|
Definition at line 65 of file history.cpp. Referenced by tshowhistorypaintstat(). |
|
|
Referenced by tshowhistoryinit(). |
|
|
Referenced by tshowhistorypaintstat(). |
|
|
Referenced by tshowhistorypaintstat(). |
|
|
Definition at line 84 of file history.cpp. |
|
|
Definition at line 64 of file history.cpp. Referenced by tshowhistorypaintstat(). |
|
|
Definition at line 69 of file history.cpp. |
|
|
Referenced by tshowhistorypaintstat(). |
|
|
Referenced by tshowhistorypaintstat(). |
|
|
Definition at line 91 of file history.cpp. |
|
|
|
|
|
|
|
|
Definition at line 83 of file history.cpp. |
|
|
|
|
|
Definition at line 99 of file history.cpp. References ae, malloc(), tround::next, and tround::player. |
|
|
Definition at line 185 of file history.cpp. References tround::next, and tround::player. |
|
|
Referenced by asc_malloc(), countunits(), MemoryStreamCopy::MemoryStreamCopy(), PG_XMLTag::PG_XMLTag(), SaveUserData(), starthistory(), strdup(), strupr(), zoomSurfaceRGBA(), and zoomSurfaceY(). |
|
||||||||||||
|
Definition at line 324 of file history.cpp. Referenced by tshowhistorypaintstat(). |
|
|
Definition at line 175 of file history.cpp. References malloc(), and tround::player. |
|
|
Definition at line 310 of file history.cpp. |
|
||||||||||||
|
Definition at line 423 of file history.cpp. |
|
||||||||||||||||
|
Definition at line 464 of file history.cpp. References rounddata::buildings, rounddata::devtechs, rounddata::energy, rounddata::material, tround::next, tround::player, rounddata::research, rounddata::sprit, and rounddata::vehicle. |
|
|
Definition at line 221 of file history.cpp. References dlg_in3d, kg, mousevisible(), and rahmen(). |
|
||||||||||||
|
Definition at line 344 of file history.cpp. References activefontsettings, centertext, dblue, hm, line(), linemx, linemy, max(), min(), tround::next, tround::player, righttext, showplayerstat(), showtext2(), statc, strr(), xy::x, xstep, xy::y, and ystep. |
|
|
Definition at line 302 of file history.cpp. References ct_esc. |
|
|
Definition at line 96 of file history.cpp. Referenced by viewterraininfo(). |
|
|
Definition at line 95 of file history.cpp. Referenced by countunits(). |
|
|
Definition at line 94 of file history.cpp. |
|
|
Definition at line 94 of file history.cpp. |
|
|
Definition at line 93 of file history.cpp. |
1.4.2