]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/command/getreplies.qh
Merge branch 'master' into Mario/monsters
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / getreplies.qh
1 // ======================================================
2 //  Declarations for reply messages, re-worked by Samual
3 //  Last updated: December 30th, 2011
4 // ======================================================
5
6 // ladder bullshit todo
7 #define LADDER_FIRSTPOINT 100
8 #define LADDER_CNT 10 // position X still gives LADDER_FIRSTPOINT/X points
9 #define LADDER_SIZE 30  // ladder shows the top X players
10
11 string top_uids[LADDER_SIZE];
12 float top_scores[LADDER_SIZE];
13
14 // allow functions to be used in other code like g_world.qc and race.qc
15 string getrecords(float page);
16 string getrankings(void);
17 string getladder(void);
18 string getmaplist(void);
19 string getlsmaps(void);
20 string getmonsterlist(void);