servatrice/common
woogerboy21 21a34eaaa1 Cleanup server running variable information (#2239)
* Created first round of helper functions

Started to go through server init function and move statically defined
variables that the server uses into helper functions to allow for
dynamic changing while the server is up rather than requiring a restart.

* Completed Helper Function Creation

Completed adding all the helper functions along with updated the virtual
server function calls and renamed helper functions to match settings
cached ini value names for clarity.

* Comment Cleanup

Removed lines commented out throughout previous changes as well as
cleaned up variable declarations that are no longer needed with helper
functions that query the settingsCache

* Added featureset dynamic refreshing

Added slots/functions/calls for updating the required feature sets
dynamically.

* Created first round of helper functions

Started to go through server init function and move statically defined
variables that the server uses into helper functions to allow for
dynamic changing while the server is up rather than requiring a restart.
2016-10-31 10:30:12 +01:00
..
pb Added user privilege level (#2228) 2016-10-26 02:07:42 -04:00
sfmt Updated SFMT RNG code, removed Qt RNG 2014-03-08 17:08:40 +01:00
CMakeLists.txt Drop Qt4, libgcrypt, qtmobility dependencies 2016-05-11 12:45:58 +02:00
color.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
decklist.cpp Pending mtgjson/gatherer Æ-->Ae conversion 2016-09-23 09:23:47 -05:00
decklist.h Fix #601; Fix #725 (#2126) 2016-09-02 01:34:56 -04:00
featureset.cpp Remove client idle timer flag from feature set 2016-10-28 18:04:29 -04:00
featureset.h Added server/client feature set communication 2015-09-02 17:54:06 -04:00
get_pb_extension.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
get_pb_extension.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_abstract.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
rng_sfmt.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
room_message_type.h Added chat history to a room that is displayed on join. 2015-09-14 17:54:04 -04:00
server.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
server.h Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
server_abstractuserinterface.cpp Possibly fix #1716 2015-12-20 14:38:27 +01:00
server_abstractuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrow.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_arrowtarget.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_card.cpp don't share PT 2015-07-05 23:11:26 -04:00
server_card.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_cardzone.cpp fix #1652 ; fix #467 2015-10-20 19:29:04 +02:00
server_cardzone.h Fix remaining issues 2015-02-22 20:02:58 +01:00
server_counter.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_counter.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_database_interface.cpp Overhaul common's CMakeLists.txt 2014-06-11 01:24:34 +02:00
server_database_interface.h Implementation of websockets in servatrice and test js client 2016-06-26 19:38:53 +02:00
server_game.cpp Reduce the whitespace in the server game constructor. 2015-02-03 22:22:31 -08:00
server_game.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_metatypes.h Added the ability or moderation staff to request user ban history 2015-09-10 16:02:45 -04:00
server_player.cpp Automatically attach related cards to the original card 2015-06-13 15:40:59 +02:00
server_player.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_player_reference.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_protocolhandler.cpp Cleanup server running variable information (#2239) 2016-10-31 10:30:12 +01:00
server_protocolhandler.h Implementation of websockets in servatrice and test js client 2016-06-26 19:38:53 +02:00
server_remoteuserinterface.cpp Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_remoteuserinterface.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
server_response_containers.cpp Fixed Valgrind warnings 2014-08-11 10:08:33 +02:00
server_response_containers.h Merge pull request #126 from ctrlaltca/cmake_qt5 2014-07-10 13:13:51 -04:00
server_room.cpp Possibly fix #1598 2015-12-15 16:58:44 +01:00
server_room.h Possibly fix #1598 2015-12-15 16:58:44 +01:00
serverinfo_user_container.cpp Add ability to ban by client id 2015-08-14 00:06:37 -04:00
serverinfo_user_container.h Tabs to spaces. 2014-07-08 22:53:02 -04:00
user_level.h Avoid compilation failure due to protobuf bug on osx 2015-02-21 07:16:51 -05:00