basdon.net aviation server


IP: basdon.net:7777 (How to join)[Log In]

Articles > Internal docs > Code > Preprocessor Definitions

Preprocessor Definitions

DEV
makes a development build
LOG_SLOW_TICKS
print to console and log when 20 ticks took over 120ms (ideal is 100ms)
MAPS_LOG_STREAMING
prints when a map is streamed in/out for a player to console and logfile
NO_NC_PARAM_SIZE
don't set the parameter stack size when calling AMX_NATIVE_CALL functions, reducing code. This flag is defined inside natives.h. So far only bcrypt has been seen requiring a correct number, so those those functions ignore this flag.
PRECOMPILED_TIME
uses time/basdon-fly-time.lib/time/basdon-fly-time.a instead of compiling time/time.c, reducing dependencies on OS specifics
PRINTQUERIES
prints all queries being done to the console and logfile
TEST_AIRPORT_LOADING
prints all airports and their runways on init
ZONES_DEBUG
prints info while zones are being assigned to regions
Category: Code
Preprocessor Definitions

This article has been accessed 523 time(s).
Main page Article index