This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
client:gdefaults [2018/04/18 10:06] karl Add to each entry the corresponding command line parameter |
client:gdefaults [2024/12/30 16:38] (current) leaf [popups] remove know_clients issue link |
||
---|---|---|---|
Line 298: | Line 298: | ||
Range: **9** - **31** ( see function //load_defaults()// in //client/gtk/config.c// ) \\ | Range: **9** - **31** ( see function //load_defaults()// in //client/gtk/config.c// ) \\ | ||
Default: **11** ( see function //init_client_vars()// want_config[CONFIG_MAPHEIGHT] = 11; in //client/common/init.c// ) \\ | Default: **11** ( see function //init_client_vars()// want_config[CONFIG_MAPHEIGHT] = 11; in //client/common/init.c// ) \\ | ||
- | Menu Entry: Client > Configure > General "Map Height" \\ | + | Menu Entry: Client > Configure > General "Map Size: Larger map lets you see more information, but takes more CPU\npower and bandwidth. Changing these will not take effect until the next time\nyou connect to a server" \\ |
- | Command Line Parameter: [[optional_parameters#-mapsize]] | + | "Map Height" \\ |
+ | Command Line Parameter: [[optional_parameters#-mapsize]] \\ | ||
+ | |||
+ | **Note**: The server has a maximum map size hardcoded to send to the client set as **25** by default. \\ | ||
+ | See topic [[:server:compiling_the_server:config_h#mapsize]] for MAP_CLIENT_Y . | ||
+ | |||
- | "Map Size: Larger map lets you see more information, but takes more CPU\npower and bandwidth. Changing these will not take effect until the next time\nyou connect to a server" | ||
==== map_width ==== | ==== map_width ==== | ||
Line 309: | Line 314: | ||
Command Line Parameter: [[optional_parameters#-mapsize]] | Command Line Parameter: [[optional_parameters#-mapsize]] | ||
+ | **Note**: The server has a maximum map size hardcoded to send to the client set as **25** by default. \\ | ||
+ | See topic [[:server:compiling_the_server:config_h#mapsize]] for MAP_CLIENT_X . | ||
==== mapscale ==== | ==== mapscale ==== | ||
Range: **25** - **200** \\ | Range: **25** - **200** \\ | ||
Line 366: | Line 373: | ||
* ChangeLog [[changelog_0_92_1_70_0#Popups @ v.1.12.0 client GTK1 mixed with GTK2 can not login]] | * ChangeLog [[changelog_0_92_1_70_0#Popups @ v.1.12.0 client GTK1 mixed with GTK2 can not login]] | ||
* ChangeLog [[changelog_0_92_1_70_0#Keyboard input impossible or confusing]] | * ChangeLog [[changelog_0_92_1_70_0#Keyboard input impossible or confusing]] | ||
- | * known_client_issues [[:known_client_issues#Keyboard input impossible or confusing]] | ||
* bugs [[bugs#Pressing a keyboard key activates the command-line]] | * bugs [[bugs#Pressing a keyboard key activates the command-line]] | ||