Commit Graph

1641 Commits

Author SHA1 Message Date
MrStonedOne 5d86ed49f6 Merge conflic fix 2016-01-03 14:51:14 -08:00
Kyle Spier-Swenson 675b0bc500 Removes comment that is no longer needed 2016-01-02 20:04:54 -08:00
MrStonedOne b50e8d2a63 removes a bunch of unneeded spawns
spawns have a high overhead.

I only went for easy targets, almost every spawn could be removed with a few subsystems in place to handle delays or cooldowns
2016-01-02 18:23:02 -08:00
Kyle Spier-Swenson b052e8367f Update debug.dm 2016-01-02 04:07:16 -08:00
Kyle Spier-Swenson 85c037ffe7 Fixes byond trying to create a new /world/ object on admin proc calls
This SHOULD work
2016-01-02 03:25:31 -08:00
tkdrg 471b31739b Merge pull request #14210 from KorPhaeron/construct_names
Fixes construct names in player panel
2016-01-01 18:48:04 -03:00
Cheridan 9eef40c33f Merge pull request #14190 from tkdrg/lmao
Fixes create revolutionares bugs
2016-01-01 00:46:02 -06:00
Cheridan 92ba9dd695 Merge pull request #14147 from tkdrg/steelth
Stealthmin Improvements
2015-12-31 22:24:03 -06:00
KorPhaeron f18eda7df2 Names 2015-12-31 15:04:05 -06:00
Tkdrg 3b1553cb8c Fixes create revolutionares bugs
Fixes create revolutionares feedback message
Fixes creating revs on z levels other than 1

Fixes #14189
Fixes #14161
2015-12-31 04:19:32 -03:00
tkdrg 52a45b6292 Merge pull request #12935 from AndrewJacksonThe2nd/objectives_rework
OBJECTIVES REWORK: Better Objectives Generation
2015-12-31 03:11:41 -03:00
Cheridan a40b732fe4 Merge pull request #13943 from tkdrg/abos
Checking antagonists will now message admins
2015-12-29 15:02:00 -06:00
Tkdrg 2a08622b7e Stealthmin Improvements
Removes stealthmins from the orbit list and makes them invisible.
Remember to always use dsay instead of say to avoid the (F) links!
2015-12-29 15:09:27 -03:00
Remie Richards dcea576585 Merge pull request #14063 from tkdrg/you_are_now_breathing_manually
Manual bans will now add notes automatically
2015-12-29 07:05:53 +00:00
Remie Richards 7ae7fa0d88 Merge pull request #14113 from tkdrg/DUPES
Adds a "dupe marked datum" option to Game Panel
2015-12-29 07:04:14 +00:00
duncathan salt b943109a02 Merge pull request #13905 from KorPhaeron/weather
Weather datums [WIP]
2015-12-28 22:06:31 +01:00
AndrewJacksonThe2nd dca91323a4 Merge branch 'master' of https://github.com/tgstation/-tg-station into objectives_rework
Conflicts:
	code/datums/mind.dm
	code/game/gamemodes/antag_spawner.dm
	code/game/gamemodes/objective.dm
	data/mode.txt
2015-12-28 12:40:51 -08:00
Tkdrg a87ea29c84 Adds a "dupe marked datum" option to Game Panel
Useful when something bugs out in-game and you want to test it without
fucking the original up, or maybe if you want to spam some varedited
item quickly.
2015-12-28 01:45:33 -03:00
tkdrg 1dec16cbb9 Merge pull request #13936 from Shadowlight213/AdminAIToggle2
Makes Admin AI interaction a logged toggle. Take 2
2015-12-27 22:01:01 -03:00
Tkdrg dbc6dc5957 Manual bans will now add notes automatically
Just some QoL. You should still avoid those if you can help it, though.
2015-12-26 10:59:06 -03:00
duncathan salt ede1cdb511 Merge pull request #13960 from AnturK/nuclearoption
Random fixes
2015-12-24 14:12:24 +01:00
Tkdrg 575f47988a Checking antagonists will now message admins 2015-12-24 00:43:06 -03:00
tkdrg 02aff598b2 Merge pull request #13852 from RemieRichards/AdminQuickMapDrop
Map Template Load Verb + Maploader Improvements
2015-12-23 17:51:20 -03:00
Remie Richards 965b6642ad smarter extension detection 2015-12-23 20:34:31 +00:00
AnturK 503a8a3557 Fixes SQDL2 paren escaping 2015-12-23 12:27:24 +01:00
Shadowlight213 deac088c47 Adds a toggle for Admin AI interaction and makes it logged.
Also fixes Admin interaction with emagging borgs via the robotics console
2015-12-22 18:24:18 -08:00
Remie Richards 67c71b5961 Allows admins to upload a map template to be used by themselves or other admins, does NOT persist between rounds. 2015-12-23 02:24:08 +00:00
KorPhaeron 70060cb6c1 Weather datums 2015-12-22 05:31:46 -06:00
AnturK 7145db861f Fixes check antagonists not displaying bursted blobs 2015-12-21 20:08:05 +01:00
tkdrg 96855b3094 Merge pull request #13800 from KorPhaeron/voices
Prayer response voice is generalized again
2015-12-21 03:16:31 -03:00
Remie Richards 5f257aa8fe Admins with +DEBUG can now Load map files in the _map/templates folder where they (or their ghost) is standing. 2015-12-20 21:21:33 +00:00
tkdrg bab0d21e5a Merge pull request #13759 from KorPhaeron/copyofacopyofacopyofacopyofacopy
Merges Malf AI and traitor AI into a single antag type, no longer has its own mode
2015-12-20 16:18:37 -03:00
Cheridan 52d30c8870 Merge pull request #13761 from KorPhaeron/prayers
Admins can claim prayers
2015-12-19 11:48:11 -06:00
KorPhaeron 27a4f7ef9b Voices 2015-12-18 22:59:02 -06:00
KorPhaeron 0624603450 Prayers 2015-12-18 01:51:11 -06:00
KorPhaeron 57d29d11d4 Replaces malf with traitor AI 2015-12-18 00:05:30 -06:00
hornygranny f57031ce4a both proc call verbs will now alert admins when used in addition to being logged
fixes #13707
2015-12-17 14:21:04 -08:00
Razharas 3dccbbc87a Merge pull request #13658 from tkdrg/jamp
Adds a Follow/Jump to link to the VV dropdown
2015-12-17 20:53:19 +03:00
Tkdrg abb0cd663c Adds a Follow/Jump to link to the VV dropdown
Some good QoL for debugging stuff.
2015-12-17 00:45:16 -03:00
oranges 134a76cc8f Line ending apocalypse 2015-12-17 14:12:37 +13:00
Razharas 9dac032681 Merge pull request #13507 from neersighted/nanoui_compat
NanoUI 3.0!
2015-12-16 07:43:29 +03:00
Razharas a349a15469 Merge pull request #13552 from tkdrg/newnewnewnewnewnewnewnewnewnewcult
[Ready?] Cult Overhaul. Yep.
2015-12-16 06:07:20 +03:00
Bjorn Neergaard f089428e63 Coffeescript; Bower; Gulp; asset_cache
We now write frontend code in Coffeescript, alongside our LESS.
PostCSS adds hacks to make CSS work on old versions of IE.
Bower is used to manage dependencies.
Gulp is used to build the code.

Images are dropped in favor of SVG or CSS effects.

NanoUI is now a 'simple' asset in the asset_cache
2015-12-15 13:09:51 -06:00
Bjorn Neergaard 8fdfa08e58 Port NanoUI styles to LESS 2015-12-15 13:08:27 -06:00
Tkdrg 8ead3e8628 Cult Overhaul
Cult is awful, so let's try to improve it. Idea by KorPhaeron. I also
took some inspiration from adrix89's sacrifice cult, so credits to him.
Also thanks a lot specially to MrPerson and Iamgoofball for helping
me brainstorm this, and Joan for the sprites for the summoning orb,
the large nar-sie shell, and the new cult antag hud.

Basically, we remove conversion, and turn cult into a magic version of
nuke, with a small team of stealth elite cultists that have to build a
base in the station and sacrifice people in order to build an army of
constructs and get materials to eventually summon Nar-Sie.

Stun talismans and conversion are gone. Nar-Sie is now the only
objective. Sacrifice runes now provide summoning orbs, which you can use
to drop a large shell. Insert enough orbs in the shell and you trigger a
Delta. Defend the shell for 3 minutes and Nar-sie will arise. This shell
is bombproof and singularityproof. It may be summoned up to three times
if destroyed, but you will have to start from the beginning sac-wise.

Runes are now RNG. Each cultist only gets 50% of the runes. Inspiration
is basically The Binding of Isaac here (thank you MrPerson for this!).
Furthermore, many old runes were merged/removed and other new ones were
added. Almost all were massively rebalanced. Cult now also has a
stealthy ritual dagger with high bleeding and throw effects.
2015-12-15 04:59:31 -03:00
duncathan salt 88382e0d9c Merge pull request #13577 from tgstation/RemieRichards-patch-2
[s]Computer ID is a string, Thanks byond.
2015-12-14 23:49:03 -06:00
Razharas 7929c027fa Merge pull request #13550 from Incoming5643/new_wizard_meta_just_look_for_the_people_who_arent_fucked_up
Apprentice clean up / bugfixes
2015-12-11 22:50:46 +03:00
Remie Richards da295d9f9f Computer ID is a string, Thanks byond.
I chose text2num() over putting the integer max in quotes since I believe text2num() is nicer than doing a string comparison.
2015-12-11 18:08:19 +00:00
Remie Richards 0ae0f84325 Revert "[s]Fixes the logic of IsBanned and bad CIDs" 2015-12-11 17:49:30 +00:00
Remie Richards 1efcc64990 Fixes the logic of IsBanned and bad CIDs
the bad CIDs aren't perfectly the Integer max, they're above it.
2015-12-11 17:27:42 +00:00