tkdrg
391d3ee7dd
Merge pull request #14830 from KorPhaeron/welding_tank
...
Fixes KAs not detonating welding tanks
2016-01-25 00:13:07 -03:00
Iamgoofball
b92e2109b5
N E V E R
2016-01-24 14:39:08 -08:00
Iamgoofball
946ad1bdde
NEVER SPEEDMERGE A GOOFBALL
...
N E V E R
2016-01-24 14:36:45 -08:00
Iamgoofball
d18710442c
cryostal/pyro no longer reacts in NOREACT beakers
...
final freeze
2016-01-24 12:23:04 -08:00
KorPhaeron
89369815e0
Fixes Welding Tank
2016-01-23 16:19:54 -06:00
Remie Richards
3cb348c477
Merge pull request #14761 from neersighted/tgui
...
tgui wires; refactor wire datums; more to come
2016-01-23 02:24:34 +00:00
Bjorn Neergaard
1599742f7e
Re-structure tgui's ui_act
2016-01-22 19:25:36 -06:00
Bjorn Neergaard
4224c800f0
Rewrite cryo
...
Similar balance but now healing is all in the reagent; and code is much simplified
Remove cryo leaking air, it just consumes O2 now. Gasses with a higher
specific_heat can be used to improve efficiency.
Greatly buffs cryo upgrades, in return for slight decrease in un-upgraded
performance due to atmos simulation.
Fix canister relabeling icons (Fixes #14742 )
Add wrench sound to portable_atmospherics (consistency with ATMOSPHERICS/components)
Fix blood directly setting oxyloss (now uses adjustOxyLoss, balanced to be ~same as before)
2016-01-22 19:25:34 -06:00
octareenroon91
1eee6d0230
make the copypaste work.
2016-01-21 18:54:17 -06:00
octareenroon91
97b781c1e7
Enforce Consistency in Chem Machinery
...
Chem dispensers, heaters, masters/condimasters, the grinder, and the pandemic will now accept any reagent_container with OPENCONTAINER. This generalizes the code.
2016-01-21 17:23:08 -06:00
Bjorn Neergaard
41caa93330
Hotfix for display issues and UIs droping ui_act calls
2016-01-18 17:00:15 -06:00
Bjorn Neergaard
a1ff8e8783
Refactor tgui interactions
...
Removes a lot of duplicated code, thanks to @nullquery's parent tweaks
2016-01-18 14:27:56 -06:00
Bjorn Neergaard
1c64360882
tgui atmos control computers
2016-01-18 14:21:57 -06:00
Cheridan
006d3f51b0
Merge pull request #14578 from neersighted/chem_fix
...
Fix reagent division errors
2016-01-12 02:58:41 -06:00
Bjorn Neergaard
004731b051
Fix reagent division errors
...
Fixes #14570
2016-01-11 01:11:13 -06:00
Cheridan
6c9fa9eb72
Merge pull request #14389 from phil235/VisibleMessageRefactor
...
Refactor the visible_message() proc to be faster in some cases.
2016-01-09 22:16:57 -06:00
Cheridan
797bfe01ef
Merge pull request #14391 from neersighted/tgui_followup
...
Fix tgui proc signatures and thus AI APC reboot
2016-01-04 17:06:52 -06:00
Bjorn Neergaard
aec6bc103c
Fix tgui proc signatures and thus AI APC reboot
...
This allows state overloading
Make AI reboot code use ui_interact instead of attack_ai
Fixes #13762
2016-01-04 16:25:20 -06:00
phil235
e225fbc850
- Refactor the visible_message() proc to be much faster.
...
- Replacing some "for(var/mob/o in viewers()) show_message()" by "visible_message()".
- Replacing some "show_message()" by " << "..." " instead.
- Fixes being able to see the results of the health and slime analyzers while blind.
-
2016-01-04 22:49:27 +01:00
tkdrg
c13a2f97e5
Merge pull request #14342 from neersighted/tgui_followup
...
More tgui fixes and tweaks
2016-01-04 18:39:52 -03:00
duncathan salt
e84668a8d9
Merge pull request #14328 from Shadowlight213/Greenslimesynths
...
Reworks Green slime core blacklist to use a species flag.
2016-01-04 20:30:06 +01:00
MrStonedOne
5d86ed49f6
Merge conflic fix
2016-01-03 14:51:14 -08:00
Bjorn Neergaard
34019aefd2
Clean up chem dispenser UI
2016-01-03 15:19:05 -06:00
duncathan salt
9ee0f50cd9
Merge pull request #14285 from neersighted/tgui_followup
...
tgui followup
2016-01-03 18:00:43 +01:00
Shadowlight213
0b14e9ec81
Reworks Green slime core blacklist to use a species flag
...
Adds synths to blacklist.
2016-01-02 20:34:16 -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
tkdrg
2e25b27041
Merge pull request #14250 from AnturK/burningtables
...
Fixes extinguishing burning structures
2016-01-02 13:53:30 -03:00
tkdrg
55948abdbe
Merge pull request #14226 from Buggy123/Buggy123-TransferAmountPatch
...
Added 20u transfer amounts to most containers
2016-01-02 00:00:40 -03:00
Bjorn Neergaard
6dbe6c38b7
Resize chem dispenser
...
A recent PR broke this by adding more transfer amounts
2016-01-01 19:22:37 -06:00
Bjorn Neergaard
777ba0486d
Rename the tgui pref and adjust all UI sizes for the rewrite
2016-01-01 17:47:45 -06:00
Bjorn Neergaard
a2bb279164
NanoUI is now 'tgui'
2016-01-01 17:47:44 -06:00
Bjorn Neergaard
4d4ffdac86
Re-design styles to be more consistant and be a table
...
Also add transitions to chemistry things
2016-01-01 17:46:32 -06:00
Bjorn Neergaard
dc9db90064
Add interfaces
...
* Add tanks interface
* Add canister interface
* Add chem heater interface; wrap long template lines
* Add chem dispenser interface
* Add section header buttons
2016-01-01 17:45:58 -06:00
AnturK
1ee0c1cbba
Buffs Dihydrogen monoxide
2016-01-01 15:17:29 +01:00
AnturK
907083e071
Fixes extinguishing burning structures
2016-01-01 14:55:34 +01:00
Buggy123
2b3c6822b3
added 20u transfer amount
2015-12-31 19:48:47 -05:00
Buggy123
05b584aab4
Update reagent_containers.dm
2015-12-31 19:47:15 -05:00
tkdrg
da97c0fb58
Merge pull request #14107 from LanCartwright/newvirogrenades
...
Viro-terror grenade renovation
2015-12-31 00:04:38 -03:00
tkdrg
5930ee0d66
Merge pull request #13588 from Lo6a4evskiy/quick-equip-refactor
...
Refactor quick-equip verb
2015-12-29 14:26:48 -03:00
Lo6a4evskiy
6080a8fa96
Fix buckets with liquid not quick equipping
2015-12-29 18:20:42 +04:00
Lo6a4evskiy
ab6fb1ab36
Refactor using slot_equipment_priority
2015-12-29 17:59:56 +04:00
Akke
f10b0d4ef4
ravuis
2015-12-28 02:36:59 +00:00
Akke
d80a8542c3
gotta sstop drinking and doing karaoke
2015-12-28 02:29:54 +00:00
Akke
ba02c80bdf
better be gpd da,m gicco at thos [pomt
2015-12-28 01:33:59 +00:00
Nerd Lord
87fb506966
Blobbernauts can no longer smash walls.
...
You know why.
Blobbernauts also get a more accurate description when spawned.
2015-12-27 15:44:18 -05:00
tkdrg
b11c942842
Merge pull request #14057 from markressler/test
...
added new medicine reagent, haloperidol.
2015-12-27 05:05:43 -03:00
markressler
372e6d2c51
deleted src check
2015-12-26 12:55:31 -03:00
markressler
c2c58263ba
fixed description.
2015-12-26 12:51:28 -03:00
markressler
6896c63676
updated damage values and description.
2015-12-26 12:47:42 -03:00
Cheridan
236670dd13
Merge pull request #13941 from Buggy123/master
...
Makes Salicyclic Acid useful
2015-12-26 09:27:12 -06:00