Commit Graph

366 Commits

Author SHA1 Message Date
xxalpha
577488e0d8 safepick
more safepick
2016-01-18 05:46:44 +00:00
Buggy123
f90d3d0144 Escape pod safes now contain red oxygen tanks instead of air mix tanks. 2016-01-15 23:31:46 -05:00
Razharas
4aea0db29b Merge pull request #14120 from duncathan/listmos
[READY] Listmos & "Datum Gases"
2016-01-15 11:58:05 +03:00
duncathan
9066bc7c4f Merge branch 'master' of https://github.com/tgstation/-tg-station into listmos
Conflicts:
	code/controllers/subsystem/air.dm
	code/datums/gas_mixture.dm
	code/game/objects/items/devices/scanners.dm
	code/modules/mob/living/carbon/human/species.dm
	code/modules/mob/living/carbon/life.dm
	tgui/assets/tgui.css
	tgui/assets/tgui.js
	tgui/scripts/interfaces/atmos_filter.ract
2016-01-13 20:07:21 -06:00
Kyle Spier-Swenson
32d9dd7b93 Minor revert of Refactor MC/Failsafe/add Subsystems #13437
Readds check that #13437 removed
2016-01-13 03:35:51 -08:00
Kyle Spier-Swenson
17c2c37891 Fixes cult teleport centcom exploit.
This was an edge case anyhow, they would have to do it while the shuttle was in transit to centcom as it would delete everything once it go to centcom.
2016-01-06 11:41:07 -08:00
duncathan salt
50ebfa0f17 Merge pull request #14395 from MrStonedOne/nomoreminus1
Removes a bunch of sleep(-1) and spawn(-1) from the code
2016-01-05 22:16:17 -06:00
KorPhaeron
68b2c6d505 Uses define instead of ! 2016-01-05 10:01:05 -06:00
KorPhaeron
ec2648b81a Merge remote-tracking branch 'refs/remotes/tgstation/master' into pod_launch_fix
# Conflicts:
#	code/controllers/subsystem/shuttles/emergency.dm
2016-01-04 19:44:28 -06:00
KorPhaeron
935ba88c48 Pod launch uses vars 2016-01-04 17:38:03 -06:00
MrStonedOne
fd80575f38 Removes a bunch of sleep(-1) and spawn(-1) from the code
This seems to be causing issues where if the queue was too long, byond would attempt to process through all of it while hanging everything else.
2016-01-04 15:17:12 -08:00
tkdrg
c13a2f97e5 Merge pull request #14342 from neersighted/tgui_followup
More tgui fixes and tweaks
2016-01-04 18:39:52 -03:00
Bjorn Neergaard
8994f95308 Clean some old comments 2016-01-04 12:22:22 -06:00
Bjorn Neergaard
dc69cbaefb Allow UIs to be attached to datums; various fixes 2016-01-04 10:46:31 -06:00
MrStonedOne
5d86ed49f6 Merge conflic fix 2016-01-03 14:51:14 -08:00
duncathan salt
01ad623602 Merge pull request #14296 from AnturK/refix
Fixes gas overlays using turf color
2016-01-03 18:13:51 +01:00
duncathan salt
9ee0f50cd9 Merge pull request #14285 from neersighted/tgui_followup
tgui followup
2016-01-03 18:00:43 +01: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
duncathan
b18c6c2c5c Merge branch 'master' of https://github.com/tgstation/-tg-station into listmos
Conflicts:
	nano/assets/nanoui.js
	nano/bower.json
	nano/templates/atmos_filter.dot
2016-01-02 18:02:54 -06:00
Cheridan
7e8f0956ea Merge pull request #14256 from KazeEspada/Shuttlesound
Fixes the shuttle pre-launch sound playing twice.
2016-01-02 16:19:40 -06:00
AnturK
90a10d5e51 Fixes gas overlays using turf color 2016-01-02 16:16:42 +01:00
KorPhaeron
ba90a82c36 Fixes 2016-01-01 20:53:50 -06:00
Bjorn Neergaard
85b1576ba0 Sanitize HTML in VV to prevent HTML injection
Also rename SStgui html variable to be more informative
2016-01-01 18:41:39 -06:00
Bjorn Neergaard
a2bb279164 NanoUI is now 'tgui' 2016-01-01 17:47:44 -06:00
Bjorn Neergaard
81155b74d0 More progress on the Ractive rewrite
* Get APCs working under the new system; clean up code
* Auto-update fancy settings; remove README (outdated now); clean Titlebar
* Convert to Stylus; seperate components and such
2016-01-01 17:44:20 -06:00
KazeEspada
92584bea29 Fixes the shuttle pre-launch sound playing twice. 2016-01-01 11:38:38 -07:00
duncathan salt
397025b292 Merge pull request #14074 from MrStonedOne/HOLYFUCKINGGHOSTPOPUPS
[ready]Ghost popup re-work
2015-12-31 23:58:03 +01:00
MrStonedOne
69a70daebd Ghost popup part 2: The didn't do much-a-ning
Fixes button3, does the remie
2015-12-31 01:54:15 -08:00
duncathan
8392974ad0 fixes associative list; adds gas_overlay to "datum gases" 2015-12-29 22:50:09 -06:00
duncathan
12eeef552b small fixes 2015-12-27 20:13:44 -06:00
duncathan
bf6a7b6741 updates gas_mixture.dm
the list is now used everywhere
updates logic of certain procs to reduce copypaste
no compile errors remain in this file
2015-12-27 17:58:50 -06:00
Bjorn Neergaard
245b4a6ee9 Subsystem too 2015-12-26 09:59:55 -06:00
Bjorn Neergaard
7132c5bd8d Cache NanoUI HTML 2015-12-26 01:21:57 -06:00
Tkdrg
75981cb729 Adds qdel() debug logging for testing
It's locked behind a #ifdef TESTING so it won't slow down qdel().
2015-12-22 21:33:49 -03:00
tkdrg
fbad689e7d Merge pull request #13875 from KorPhaeron/away_missions
Stops minimaps generating for away missions
2015-12-22 15:01:27 -03:00
KorPhaeron
202230072d Away Missions 2015-12-21 07:12:30 -06:00
Kyle Spier-Swenson
27ec045c86 atmos dynamic wait tweaks 2015-12-20 11:35:20 -08: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
KorPhaeron
c80b07d65e Trailing space 2015-12-19 20:08:08 -06:00
KorPhaeron
dd2b645951 Assault Pod Fix 2015-12-19 18:13:29 -06:00
KorPhaeron
d7c793f7b3 Inconsistent indents 2015-12-18 21:27:25 -06:00
KorPhaeron
50336adf58 Assault pod fixes 2015-12-18 21:15:44 -06:00
KorPhaeron
57d29d11d4 Replaces malf with traitor AI 2015-12-18 00:05:30 -06:00
KorPhaeron
8de9b99182 Deepstrike 2 2015-12-17 23:22:37 -06:00
oranges
134a76cc8f Line ending apocalypse 2015-12-17 14:12:37 +13:00
Bjorn Neergaard
88ed7623fc Re-organize nanoui.dm 2015-12-15 14:26:19 -06:00
Bjorn Neergaard
47b727a23e Rework how NanoUI handles Topic()
Also, add the ability to winset and the like, all from Javascript
2015-12-15 13:12:35 -06:00
Bjorn Neergaard
8fdfa08e58 Port NanoUI styles to LESS 2015-12-15 13:08:27 -06:00
Bjorn Neergaard
a0c54eba97 Begin rewrite of NanoUI frontend.
* Remove jQuery in favor of polyfills.
* Make NanoUI work with IE8-IE11
* Upstream doT
* Change NanoUI template syntax
* Event driven code
2015-12-15 13:07:11 -06:00
KorPhaeron
d8a37204e7 Makes burn_state use defines 2015-12-13 05:36:55 -06:00