summaryrefslogtreecommitdiff
path: root/defines.h
diff options
context:
space:
mode:
authorSimon <simon@hardwired.org.uk>2010-08-29 12:10:58 (GMT)
committer Simon <simon@hardwired.org.uk>2010-08-29 12:10:58 (GMT)
commit1af2d330de825a585c2c5ad8b6f840c639237034 (patch)
tree17f95500b7ab8545949b2a3cb4d00c64c1949a0f /defines.h
parentc0563111f822f5253264c7805917a864e1ddda5d (diff)
downloadpowder-1af2d330de825a585c2c5ad8b6f840c639237034.zip
powder-1af2d330de825a585c2c5ad8b6f840c639237034.tar.gz
Moves and fixes
Diffstat (limited to 'defines.h')
-rw-r--r--defines.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/defines.h b/defines.h
index bbce8b2..7a14da2 100644
--- a/defines.h
+++ b/defines.h
@@ -7,10 +7,20 @@
#define PATH_SEP "/"
#endif
+#define SAVE_VERSION 41
+#define MINOR_VERSION 3
+#define IDENT_VERSION "S" //Change this if you're not Simon! It should be a single letter.
+
#define SERVER "powdertoy.co.uk"
#undef PLOSS
+#define THUMB_CACHE_SIZE 256
+
+#define IMGCONNS 3
+#define TIMEOUT 100
+#define HTTP_TIMEOUT 10
+
#define MENUSIZE 40
#define BARSIZE 14
#define XRES 612
@@ -18,6 +28,7 @@
#define NPART XRES*YRES
#define MAXSIGNS 16
+#define TAG_MAX 256
#define ZSIZE_D 16
#define ZFACTOR_D 8
@@ -81,4 +92,13 @@ extern int stamp_count;
extern int itc;
extern char itc_msg[64];
+extern int do_open;
+extern int sys_pause;
+extern int legacy_enable; //Used to disable new features such as heat, will be set by commandline or save.
+extern int death, framerender;
+
+extern unsigned char last_major, last_minor, update_flag;
+
+extern char http_proxy_string[256];
+
#endif \ No newline at end of file