











1







ceb5db4 M Sleepy, M Repentance, M 0 to 100, M Victory 3, A run_Jellyfish_Fields - ddnet-maps











































xx2 __fix etc

































































































































[lib]
crate-type = ["rlib", "cdylib"]
my understanding is that this will change the crate-type from "lib" to those two. I'm not sure if this has an effect on people that want to add my crate as a dependency or just on people that build it locally







[lib]
crate-type = ["rlib", "cdylib"]
my understanding is that this will change the crate-type from "lib" to those two. I'm not sure if this has an effect on people that want to add my crate as a dependency or just on people that build it locally 
















rlib you are sort of forcing the compilers hand, so if another rust project includes your project they need to link statically








rlib you are sort of forcing the compilers hand, so if another rust project includes your project they need to link statically 




















./build.sh ~/src
15016 (process ID) old priority 0, new priority 19
[…]
[100%] Built target map_optimize
Copying to servers




$$.log






n! permutations














f23475665f6cff947d1cdafdf73f77c18396892c I guess










74ca331e




2a74ca331e sorry
























































































const int PlayerDDRaceState = pChr->m_DDRaceState;
// start
if(((m_TileIndex == TILE_START) || (m_TileFIndex == TILE_START) || FTile1 == TILE_START || FTile2 == TILE_START || FTile3 == TILE_START || FTile4 == TILE_START || Tile1 == TILE_START || Tile2 == TILE_START || Tile3 == TILE_START || Tile4 == TILE_START) && (PlayerDDRaceState == DDRACE_NONE || PlayerDDRaceState == DDRACE_FINISHED || (PlayerDDRaceState == DDRACE_STARTED && !GetPlayerTeam(ClientID) && g_Config.m_SvTeam != 3)))
