Package games.stendhal.common
Class Debug
java.lang.Object
games.stendhal.common.Debug
Gathers all Debug constants in one place.
- Author:
- mtotz
-
Field Summary
Modifier and TypeFieldDescriptionstatic boolean
enables cycling through the panel textures by clicking at the title bar.static String
pre release suffixstatic boolean
it shows entity's view areastatic boolean
Log list sizes to find the memory leak.static String
version.static boolean
if this is enable tileset are loaded on demand. -
Constructor Summary
-
Method Summary
-
Field Details
-
VERY_FAST_CLIENT_START
public static final boolean VERY_FAST_CLIENT_STARTif this is enable tileset are loaded on demand.- See Also:
- Constant Field Values
-
CYCLE_PANEL_TEXTURES
public static final boolean CYCLE_PANEL_TEXTURESenables cycling through the panel textures by clicking at the title bar.- See Also:
- Constant Field Values
-
VERSION
version.- See Also:
- Constant Field Values
-
PRE_RELEASE_VERSION
pre release suffix -
SHOW_LIST_SIZES
public static final boolean SHOW_LIST_SIZESLog list sizes to find the memory leak. It must be somewhere...- See Also:
- Constant Field Values
-
SHOW_ENTITY_VIEW_AREA
public static final boolean SHOW_ENTITY_VIEW_AREAit shows entity's view area- See Also:
- Constant Field Values
-
-
Constructor Details
-
Debug
public Debug()
-