Commit Graph

329 Commits

Author SHA1 Message Date
Mark van Alphen 6abb1f8730 Merge pull request #1754 from tigercat2000/log_to_dd
New proc to replace world.log <<, log_to_dd()
2015-08-16 17:49:00 +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
Markolie 2d9fe38b2c Flavor fixes 2015-08-14 22:31:35 +02:00
Markolie 508d1315f6 Fix flavor text encoding issues 2015-08-14 20:17:23 +02:00
Krausus a785c8373b Forces clients to use HW-accelerated graphics
They're forced on after a delay in client/New(), rather than Login(), to
minimize how often they occur and cause flickering.
2015-08-09 20:17:53 -04:00
DZD d9bb30f47a Replaces typesof with subtypesof where applicable 2015-08-03 11:04:28 -04:00
Markolie ef3e2e8c7b Fix tabbing 2015-07-26 22:15:12 +02:00
Markolie 573843c237 Revenant pref update 2015-07-26 22:13:24 +02:00
Markolie fed5808f66 ensure the current song ends when streaming is disabled 2015-07-26 06:23:30 +02:00
TheDZD e48de984c4 Merge pull request #1453 from Fox-McCloud/job-selection
Adjusts Character Setup and Job Selection Menus
2015-07-07 19:07:07 -04:00
Krausus d694ad1d09 Inverts new karma reminder and scoreboard toggles
These can't default to 1, or they'll have the wrong default for every
existing player.
2015-07-06 23:07:04 -04:00
Fox-McCloud 1804586fbd Adjusts Character Setup and Job Selection Menus 2015-07-05 08:48:30 -04:00
Fox-McCloud 630a04c577 Scoreboard and Karma Toggles 2015-07-04 04:47:57 -04:00
Robertha89 fdb302e5a6 7 days 2015-07-01 03:40:47 +02:00
Robertha89 b069ed6b01 Revert "7 days"
This reverts commit 42c5c29b12.
2015-07-01 03:38:41 +02:00
Robertha89 42c5c29b12 7 days
title
2015-07-01 03:37:11 +02:00
Robertha89 db7d636c29 Fixes derp
There is to Revenant gamemode.
2015-06-30 21:35:10 +02:00
Robertha89 c9a8695f0c Revenant Role Candidacy
Fixes https://github.com/ParadiseSS13/Paradise/issues/1395 maybe
2015-06-30 21:31:02 +02:00
Tigercat2000 cced767094 Port Atlas's implementation of -tg-'s canvas art. 2015-05-29 15:43:42 -07:00
Fox-McCloud c262be4d30 dun dun dun 2015-05-25 03:42:24 -04:00
Fox-McCloud 95a06fa165 updates and tweaks 2015-05-24 20:17:17 -04:00
Fox-McCloud 791ebc0b7f New Race: Canine Race--Vulpkanin 2015-05-24 01:00:19 -04:00
ZomgPonies 95b1c1d87c Adds two new event species 2015-05-14 22:30:38 -04:00
Fox-McCloud 78f7b8a8e8 Merge pull request #945 from Bram961/Ambience-runtime-fix
Runtime error fix
2015-05-05 00:12:08 -04:00
Bram961 58e90a8fa0 Runtime error fix
Hopefully this fixes the error:
runtime error: Cannot read null.ambience_playing
proc name: Entered (/area/Entered)
source file: areas.dm,388
2015-05-05 00:59:45 +02:00
DZD dd27b54f15 Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into shadowling 2015-04-22 11:51:18 -04:00
Fox-McCloud 099d638c15 Merge pull request #851 from ZomgPonies/shadow
Slime people fixes
2015-04-21 20:02:33 -04:00
ZomgPonies 1cc53ab186 Yeah and this too. 2015-04-21 20:00:19 -04:00
DZD 8de0140dcc Merge branch 'master' of https://github.com/ParadiseSS13/Paradise into shadowling
Conflicts:
	code/modules/mob/living/carbon/human/human.dm
	code/setup.dm
2015-04-21 18:56:34 -04:00
Fox-McCloud e8038738f6 Merge pull request #800 from ZomgPonies/shadow
Mutantrace update
2015-04-21 18:36:24 -04:00
Bram961 4950e9c59a Splitting the Ambience and background noise
Splits off Ambience sounds and the background "shipambience.ogg" under
two difrent buttons.
2015-04-19 13:29:27 +02:00
ZomgPonies dddecb9025 Change slime people to not need mutantrace anymore. 2015-04-13 07:59:25 -04:00
DZD 00035a51f0 It compiles!
- Makes shadowlings compile, require snowflaking of a few things to the
human Life() proc due to how Bay species works.
- Renames monkeyizing var to notransform, as that's effectively what it
was used for, to prevent transformation. (/tg/ port)
2015-04-12 19:54:45 -04:00
DZD 0ab3a54fcb Copy-Paste Port of /tg/station's Shadowlings
Ports tgstation/-tg-station#8157

This won't compile, needs to be bugfixed and tested. The only reason I
am PRing  this right now is so that we don't have multiple people
working on the same thing.

@ZomgPonies This will require PROBABILITY SHADOWLING # to be added to
game_options.txt, and will likely require SQL database additions for the
BE_SHADOWLING antag preference.
2015-04-12 13:15:40 -04:00
ZomgPonies cb987d3692 Alt Account checking 2015-04-06 23:12:15 -04:00
ZomgPonies 187e0d38f4 Fixing organ data stuff in DB 2015-04-06 17:15:08 -04:00
ZomgPonies 91e8b909c0 Squish Squash 2015-04-04 14:27:53 -04:00
Tigercat2000 008cf4d365 Adds pref SOUND_HEARTBEAT 2015-03-17 17:30:28 +01:00
ZomgPonies c693be1c57 Merge pull request #548 from tigercat2000/SlimeColorChanger
Allows slime people to change color in lobby.
2015-03-11 16:53:29 -04:00
ZomgPonies d1587addaf No more crazy random colors 2015-03-09 22:32:14 -04:00
Tigercat2000 1c88cec5b1 Merge branch 'master' of github.com:ParadiseSS13/Paradise into SlimeColorChanger 2015-03-09 22:25:35 +01:00
ZomgPonies c942b5e60c Adds Plasmaman to Karma Shop 2015-03-05 14:35:17 -05:00
Tigercat2000 ba6ec715c7 MySQL handling for slime color choice 2015-03-04 18:10:37 +01:00
Tigercat2000 64c0db3a80 Merge branch 'master' of github.com:ParadiseSS13/Paradise into SlimeColorChanger 2015-03-04 17:20:26 +01:00
Markolie d7a2559065 Bug fixes galore 2015-03-01 20:35:07 +01:00
Markolie 5e4539157c Add minimum age for drones/ERT 2015-02-28 19:40:56 +01:00
Markolie 20ac07de8d Bug fixes 2015-02-27 17:51:57 +01:00
Markolie 3f51486ba4 Bug fixes, bot proces controller update 2015-02-24 01:40:43 +01:00
Markolie 982102a407 Standardize mutations 2015-02-22 19:04:43 +01:00
Markolie c89e3ac1eb Revert "Revert "Emergency communications hotfix""
This reverts commit 3ea36839a8.
2015-02-20 17:59:07 +01:00