merge jacksonmj's and much better string parsing because of a function i found.

This commit is contained in:
Cracker64
2011-02-04 01:00:03 -05:00
parent b6f1ba977c
commit 9064cabf28
9 changed files with 66 additions and 101 deletions

View File

@@ -14,8 +14,6 @@
#define SERVER "powdertoy.co.uk"
#undef PLOSS
#define THUMB_CACHE_SIZE 256
#define IMGCONNS 3
@@ -45,11 +43,11 @@ extern unsigned char ZSIZE;
#define ISTP (CELL/2)
#define CFDS (4.0f/CELL)
#define TSTEPP 0.3f
#define TSTEPV 0.4f
#define VADV 0.3f
#define VLOSS 0.999f
#define PLOSS 0.9999f
#define AIR_TSTEPP 0.3f
#define AIR_TSTEPV 0.4f
#define AIR_VADV 0.3f
#define AIR_VLOSS 0.999f
#define AIR_PLOSS 0.9999f
#define GRID_X 5
#define GRID_Y 4