mirror of
https://github.com/mangosfour/server.git
synced 2025-12-19 13:37:01 +00:00
Applied new coding standard, see http://github.com/mangos/mangos/wikis/codingstandards for more.
This commit is contained in:
parent
adc46ef907
commit
2483a73253
9 changed files with 100 additions and 100 deletions
|
|
@ -22,15 +22,15 @@ AM_CPPFLAGS = $(MANGOS_INCLUDES) -I$(top_builddir)/src/shared -I$(srcdir)/../../
|
||||||
## Build world list daemon as standalone program
|
## Build world list daemon as standalone program
|
||||||
bin_PROGRAMS = mangos-worldd
|
bin_PROGRAMS = mangos-worldd
|
||||||
mangos_worldd_SOURCES = \
|
mangos_worldd_SOURCES = \
|
||||||
CliRunnable.cpp \
|
CliRunnable.cpp \
|
||||||
CliRunnable.h \
|
CliRunnable.h \
|
||||||
Main.cpp \
|
Main.cpp \
|
||||||
Master.cpp \
|
Master.cpp \
|
||||||
Master.h \
|
Master.h \
|
||||||
RASocket.cpp \
|
RASocket.cpp \
|
||||||
RASocket.h \
|
RASocket.h \
|
||||||
WorldRunnable.cpp \
|
WorldRunnable.cpp \
|
||||||
WorldRunnable.h
|
WorldRunnable.h
|
||||||
|
|
||||||
## Link world daemon against the shared library
|
## Link world daemon against the shared library
|
||||||
mangos_worldd_LDADD = ../bindings/universal/libmangosscript.la ../game/libmangosgame.a ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../shared/vmap/libmangosvmaps.a ../framework/libmangosframework.a ../../dep/src/sockets/libmangossockets.a ../../dep/src/zthread/libZThread.la ../../dep/src/g3dlite/libg3dlite.a
|
mangos_worldd_LDADD = ../bindings/universal/libmangosscript.la ../game/libmangosgame.a ../shared/Database/libmangosdatabase.a ../shared/Config/libmangosconfig.a ../shared/Auth/libmangosauth.a ../shared/libmangosshared.a ../shared/vmap/libmangosvmaps.a ../framework/libmangosframework.a ../../dep/src/sockets/libmangossockets.a ../../dep/src/zthread/libZThread.la ../../dep/src/g3dlite/libg3dlite.a
|
||||||
|
|
@ -39,22 +39,22 @@ mangos_worldd_LDFLAGS = -L../../dep/src/sockets -L../../dep/src/zthread -L../../
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
# Include world daemon configuration
|
# Include world daemon configuration
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
mangosd.conf.dist
|
mangosd.conf.dist
|
||||||
|
|
||||||
## Additional files to install
|
## Additional files to install
|
||||||
sysconf_DATA = \
|
sysconf_DATA = \
|
||||||
mangosd.conf.dist
|
mangosd.conf.dist
|
||||||
|
|
||||||
install-data-hook:
|
install-data-hook:
|
||||||
@list='$(sysconf_DATA)'; for p in $$list; do \
|
@list='$(sysconf_DATA)'; for p in $$list; do \
|
||||||
dest=`echo $$p | sed -e s/.dist//`; \
|
dest=`echo $$p | sed -e s/.dist//`; \
|
||||||
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
if test -f $(DESTDIR)$(sysconfdir)/$$dest; then \
|
||||||
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
echo "$@ will not overwrite existing $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||||
else \
|
else \
|
||||||
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest"; \
|
echo " $(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest"; \
|
||||||
$(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest; \
|
$(INSTALL_DATA) $$p $(DESTDIR)$(sysconfdir)/$$dest; \
|
||||||
fi; \
|
fi; \
|
||||||
done
|
done
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f $(sysconf_DATA)
|
rm -f $(sysconf_DATA)
|
||||||
|
|
|
||||||
|
|
@ -312,35 +312,35 @@ LogColors = ""
|
||||||
# RealmZone
|
# RealmZone
|
||||||
# Server realm zone (set allowed alphabet in character names/etc). See also Strict*Names options.
|
# Server realm zone (set allowed alphabet in character names/etc). See also Strict*Names options.
|
||||||
#
|
#
|
||||||
# 1 Development - any language (Default)
|
# 1 Development - any language (Default)
|
||||||
# 2 United States - extended-Latin
|
# 2 United States - extended-Latin
|
||||||
# 3 Oceanic - extended-Latin
|
# 3 Oceanic - extended-Latin
|
||||||
# 4 Latin America - extended-Latin
|
# 4 Latin America - extended-Latin
|
||||||
# 5 Tournament - basic-Latin at create, any at login
|
# 5 Tournament - basic-Latin at create, any at login
|
||||||
# 6 Korea - East-Asian
|
# 6 Korea - East-Asian
|
||||||
# 7 Tournament - basic-Latin at create, any at login
|
# 7 Tournament - basic-Latin at create, any at login
|
||||||
# 8 English - extended-Latin
|
# 8 English - extended-Latin
|
||||||
# 9 German - extended-Latin
|
# 9 German - extended-Latin
|
||||||
# 10 French - extended-Latin
|
# 10 French - extended-Latin
|
||||||
# 11 Spanish - extended-Latin
|
# 11 Spanish - extended-Latin
|
||||||
# 12 Russian - Cyrillic
|
# 12 Russian - Cyrillic
|
||||||
# 13 Tournament - basic-Latin at create, any at login
|
# 13 Tournament - basic-Latin at create, any at login
|
||||||
# 14 Taiwan - East-Asian
|
# 14 Taiwan - East-Asian
|
||||||
# 15 Tournament - basic-Latin at create, any at login
|
# 15 Tournament - basic-Latin at create, any at login
|
||||||
# 16 China - East-Asian
|
# 16 China - East-Asian
|
||||||
# 17 CN1 - basic-Latin at create, any at login
|
# 17 CN1 - basic-Latin at create, any at login
|
||||||
# 18 CN2 - basic-Latin at create, any at login
|
# 18 CN2 - basic-Latin at create, any at login
|
||||||
# 19 CN3 - basic-Latin at create, any at login
|
# 19 CN3 - basic-Latin at create, any at login
|
||||||
# 20 CN4 - basic-Latin at create, any at login
|
# 20 CN4 - basic-Latin at create, any at login
|
||||||
# 21 CN5 - basic-Latin at create, any at login
|
# 21 CN5 - basic-Latin at create, any at login
|
||||||
# 22 CN6 - basic-Latin at create, any at login
|
# 22 CN6 - basic-Latin at create, any at login
|
||||||
# 23 CN7 - basic-Latin at create, any at login
|
# 23 CN7 - basic-Latin at create, any at login
|
||||||
# 24 CN8 - basic-Latin at create, any at login
|
# 24 CN8 - basic-Latin at create, any at login
|
||||||
# 25 Tournament - basic-Latin at create, any at login
|
# 25 Tournament - basic-Latin at create, any at login
|
||||||
# 26 Test Server - any language
|
# 26 Test Server - any language
|
||||||
# 27 Tournament - basic-Latin at create, any at login
|
# 27 Tournament - basic-Latin at create, any at login
|
||||||
# 28 QA Server - any language
|
# 28 QA Server - any language
|
||||||
# 29 CN9 - basic-Latin at create, any at login
|
# 29 CN9 - basic-Latin at create, any at login
|
||||||
#
|
#
|
||||||
# Expansion
|
# Expansion
|
||||||
# Allow server use content from expansion
|
# Allow server use content from expansion
|
||||||
|
|
@ -357,9 +357,9 @@ LogColors = ""
|
||||||
# 8 = Russian; 255 = Auto Detect (Default)
|
# 8 = Russian; 255 = Auto Detect (Default)
|
||||||
#
|
#
|
||||||
# DeclinedNames
|
# DeclinedNames
|
||||||
# Allow russian clients to set and use declined names
|
# Allow russian clients to set and use declined names
|
||||||
# Default: 0 - do not use declined names, except when the Russian RealmZone is set
|
# Default: 0 - do not use declined names, except when the Russian RealmZone is set
|
||||||
# 1 - use declined names
|
# 1 - use declined names
|
||||||
#
|
#
|
||||||
# StrictPlayerNames
|
# StrictPlayerNames
|
||||||
# Limit player name to language specific symbols set, not allow create characters, and set rename request and disconnect at not allowed symbols name
|
# Limit player name to language specific symbols set, not allow create characters, and set rename request and disconnect at not allowed symbols name
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue