Commit Graph

349 Commits

Author SHA1 Message Date
Tigercat2000 3ee80a3586 Body accessory system
This commit adds a modular system for selectable body accessories. These
accessories are currently split into two primary groups,
"/body_accessory/body" and "/body_accessory/tail", for "body" sprites and
"tail" sprites respectively. (also known as a subtype just for vorestation
taur sprites)

Basically, this allows for selectable tails. This commit doesn't include
any subtypes, which will cause the startup hook to fail. The only subtypes
this actually includes is a snake 'body'.

Admins can select any tail, regardless of species restriction. Admin-only
subtypes are simply defined by not adding any species to the whitelist.
Note, as this system uses the body color system, admins may also use the
body colors at any time regardless of race.
2015-09-05 17:20:28 -07:00
Fox-McCloud 2fd18a2410 Merge pull request #1917 from Markolie/byondmembers
Add BYOND member perks
2015-09-01 16:42:34 -04:00
Fox-McCloud 57a9fdcc59 Merge pull request #1910 from Markolie/syndistamp
Syndistamp
2015-08-31 17:15:01 -04:00
Markolie b651eb36ce Give members a predefined OOC color 2015-08-31 19:56:55 +02:00
Markolie 2b109d8400 Add BYOND member perks 2015-08-31 18:52:14 +02:00
Markolie 1cc4f7f483 Add syndicate stamp 2015-08-30 22:52:31 +02:00
TheDZD 0904f16ed8 Merge pull request #1871 from Markolie/watchlist
Watchlist/admin updates
2015-08-30 14:43:43 -04:00
KasparoVy 89547828e8 Part 3 of new Disabilities in Player Creation
Adds blind and mute to the disabilities list.
2015-08-29 14:06:29 -04:00
Markolie 529205ccb2 Watchlist/admin updates 2015-08-27 16:22:40 +02:00
Fox-McCloud c65f47707b Merge pull request #1807 from Markolie/globalassetcache
Update start of game logging, add global asset cache
2015-08-22 16:06:04 -04:00
Tigercat2000 a1d4358af7 Make mysql save queries readable 2015-08-22 08:49:42 -07:00
Markolie 9dfdd2932c Fix typo 2015-08-21 18:53:04 +02:00
Markolie aa9b5a6310 Implement /vg/'s global asset cache 2015-08-21 18:47:00 +02:00
Markolie fa55bc85f8 Baystation --> This server 2015-08-20 22:37:41 +02:00
Fox-McCloud 1f7bfe92be Merge pull request #1781 from Markolie/adminbus
Admin teleport update, further admin message fixes
2015-08-18 20:19:55 -04:00
Markolie 4e8bb6d301 Admin teleport update, further admin message fixes 2015-08-18 00:54:25 +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
Mark van Alphen 33631beaf8 Merge pull request #1740 from tigercat2000/underwear_refactor
-tg- underware overhaul
2015-08-17 17:37:50 +02:00
Markolie a397c730b5 Admin jump overhaul, add watchlist functionality, other admin updates 2015-08-16 23:28:02 +02:00
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
Tigercat2000 748da30bb6 -tg- underware overhaul
This commit overhauls the underwear/undershirt system to -tg-'s text-based
version. No more magic numbers, just text states.

Note, this modifies the SQL Schema, and existing databases must be
modified by the following SQL:

ALTER TABLE server_db.characters
	CHANGE underwear underwear MEDIUMTEXT NOT NULL,
	CHANGE undershirt undershirt MEDIUMTEXT NOT NULL;
2015-08-13 17:45:52 -07: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