Commit Graph
438 Commits
Author SHA1 Message Date
Markolie bec9fca533 SQL update 2015-09-23 06:13:42 +02:00
Markolie 279c998ae8 OOC/LOOC update, stealthmin fixes 2015-09-17 21:27:24 +02:00
Markolie 783afaf944 Remove double sanitization, update example config 2015-09-17 02:38:44 +02:00
Markolie 3ff3945bab Player notes update 2015-09-15 05:10:03 +02:00
Markolie 5dc034719d Port Bay's silicon law manager 2015-08-31 02:18:49 +02:00
Fox-McCloud 333e7fe236 Merge pull request #1766 from Markolie/adminbus
Admin jump overhaul, add watchlist functionality, other admin updates
2015-08-17 18:10:38 -04:00
Markolie 5eee617063 Consolidate ?/FLW links under key_name_admin 2015-08-17 00:13:53 +02:00
Markolie a397c730b5 Admin jump overhaul, add watchlist functionality, other admin updates 2015-08-16 23:28:02 +02:00
Tigercat2000 ca921216fe New proc to replace world.log <<, log_to_dd()
This commit changes every 'world.log <<' message with a loggable proc-
log_to_dd().

This is adjustable in the config; If LOG_WORLD_OUTPUT is present, all
things sent to world.log will show up in the standard /data/logs/ logs.

These logs will contain the following (in order):
 Timestamp
 "DD_OUTPUT:"
 The message.

The config option for this, by default, is turned off.
2015-08-14 18:18:57 -07:00
Krausus 5babac23ed Fixes disabling away missions
The default config will no longer disable away missions.
2015-08-12 15:15:28 -04:00
Markolie b1ed0bdef6 add config option to disable away missions, remove invalid AI name 2015-08-11 22:12:05 +02:00
Fox-McCloud a1b56cd4a0 adjustments 2015-07-12 18:46:13 -04:00
Fox-McCloud e5ee234292 Auto-Toggling OOC 2015-07-11 09:38:20 -04:00
Fox-McCloud 8e450f99c8 tweaks and optimization 2015-06-21 02:16:18 -04:00
Fox-McCloud 93392f8e90 Explosion Rework 2015-06-20 04:13:55 -04:00
Tigercat2000 61e7fdb368 Whitelisting to bypass the reroute system.
Note, all ckeys in the ofwhitelist must be lowercase and contain no
spaces.
2015-05-28 10:34:33 -07:00
Tigercat2000 32fce7f501 Example-ify config example. 2015-05-28 07:50:11 -07:00
Tigercat2000 1643b0f118 Overflow Rerouting System
This commit adds an overflow rerouting system customizable by modifying
the config. If the config values are set, after X amount of clients have
connected, the server will start rerouting all new players to the
configuration "overflow" server. Note that admins are immune to this, and
therefore will not be rerouted under any circumstance. Players that have
already connected and have a body will not be rerouted either, this will
only affect new players that get sent to the lobby.

It probably would also kick players if an admin sent them to the lobby,
but that's a very special case scenario.
2015-05-28 07:08:33 -07:00
Tigercat2000 fd799d6844 Starlight
This commit ports baystation12's implementation of starlight, modified to
rely on the master-controller due to differences between us, -tg-, and
bay12. Starlight allows space tiles to give off light, the amount of light
can be configured in config.txt.
2015-05-10 18:31:21 -07:00
Fox-McCloud 38adfe06a0 Removes Recursive Explosions 2015-03-19 03:23:14 -04:00
Markolie d8d1670b68 Revert "Revert "Saycode/language/species port from Bay""
This reverts commit d54579850c.

Conflicts:
	code/game/gamemodes/nuclear/nuclearbomb.dm
	code/game/objects/items/devices/radio/intercom.dm
	code/modules/mob/living/silicon/pai/pai.dm
2015-02-20 17:46:35 +01:00
ZomgPonies d54579850c Revert "Saycode/language/species port from Bay" 2015-02-19 20:15:42 -05:00
Markolie 46c53be6f1 Part 2 of saycode/language/species port from Bay. Also includes bugfixes. 2015-02-20 00:50:28 +01:00
Markolie ad167dc541 Announcement system overhaul, crew monitor system overhaul, add portable crew monitor 2015-02-16 19:03:29 +01:00
Markolie c520856716 Additional jobban options, minimum account age for antags 2015-01-31 19:48:48 +01:00
Markolie 4ac1a63b1b Mapfix, dbconfig update, sec camera template network fix 2015-01-31 02:39:04 +01:00
Markolie 1529360429 Example config update 2015-01-21 23:53:41 +01:00
Markolie 956f2ba703 Event overhaul from Bay, atmos fixes 2015-01-21 23:05:59 +01:00
Fox-McCloud 9f24f8efd6 Movement Speed 2015-01-09 22:26:21 -05:00
Markolie fc4d8a1d15 And final update 2015-01-07 02:57:57 +01:00
Markolie 6daf67828c Update 2015-01-07 02:56:02 +01:00
Markolie f206d91932 Add example config files 2015-01-07 02:46:55 +01:00
Ccomp5950andZomgPonies 970525d065 Adds Mentors.
Adds a config option MENTORS which sets the variable config.mods_are_mentors
Adds a rights level of R_MENTOR which gets msay, private message, aghost, notes, and a new proc for checking for new players (requires database support).

If the confic option for mentors is set then

	the ckeys listed in moderators.txt file will instead be set as mentors, you can still make moderators by adding them in admins.txt

	staffwho will show Mentors instead of Moderators as the heading above the listing of non-admins.

Also:  Players now get a message gently reminding them to click the name of the staff member to reply instead of ahelping over and over.

Conflicts:
	code/controllers/configuration.dm
	code/game/verbs/who.dm
	code/modules/admin/admin_ranks.dm
	config-example/config.txt
2014-05-04 21:37:37 -04:00
ZomgPonies cd749f7a64 Resetting configs 2013-08-25 07:39:12 +04:00
ZomgPonies fef68593db Config files, rules, etc 2013-08-20 23:22:58 +04:00
ZomgPonies 92fa72e559 Merge branch 'master' of https://github.com/ZomgPonies/Baystation12 2013-08-17 23:36:27 +04:00
ZomgPonies ebfa0a0fd2 Merge branch 'pr/2'
Conflicts:
	baystation12.dme
	config/example/dbconfig.txt
2013-08-17 15:22:49 -04:00
Mloc-Argent 21152fac09 Moved every config file into an "example" directory, to help prevent git screwing with local testing environments.
Details have been added to README.md.

Signed-off-by: Mloc-Argent <colmohici@gmail.com>
2013-08-16 19:55:23 +01:00