tigercat2000
8ce0592ac0
SSOverlays & Hover Inventory Indicator
...
This ports the hover inventory indicator from /tg/, and by necessity, SSOverlays.
The hover inventory indicator basically shows where you are trying to
put an item, and then shows an item ghost in red or green, giving visual
feedback as to if that item will go in the slot or not.
SSOverlays is a much broader system for managing overlays, which should
eventually take over *all* overlays, but I have only ported the basic
system and implemented it where necessary for it to work for the hover
inventory items currently.
2018-10-08 22:50:39 -07:00
variableundefined
9a2b530917
Merge pull request #9716 from SamHPurp/smooth-plating
...
Adds smoothing to plating, add shadows to give depth.
2018-10-09 10:25:34 +08:00
variableundefined
c2bf480622
Merge pull request #9631 from Birdtalon/ERT-changes
...
Gamma ERT Changes
2018-10-09 08:58:15 +08:00
variableundefined
2ea037cc73
Merge pull request #9747 from SamHPurp/runtime-cheating
...
Fixes Reagent Holder.dm Runtime, from cooking
2018-10-09 08:27:04 +08:00
variableundefined
3667426fd5
Merge pull request #9772 from SamHPurp/mouse-opacity-define
...
Creates mouse_opacity defines
2018-10-09 08:25:55 +08:00
variableundefined
b39628f7fa
Merge pull request #9771 from Citinited/syndiconsole
...
Syndicate shuttles have unique circuitboards now
2018-10-09 08:24:15 +08:00
Purpose
4d7dd5a6c9
dayum dats defined
2018-10-08 22:48:00 +01:00
Citinited
9e04ff56ec
Syndicate shuttles have unique circuitboards now
2018-10-08 22:43:00 +01:00
Birdtalon
50e6721a79
changes telebaton to classic
2018-10-08 22:42:26 +01:00
Purpose
c6432d5053
resolving conflicts
2018-10-08 21:09:00 +01:00
Citinited
13cb2a4850
Adds some more description and adds a specific layer for conveyors
2018-10-08 20:38:49 +01:00
Citinited
061f335d5e
Directional conveyors for mapping
2018-10-08 19:43:57 +01:00
Citinited
da07df7cbb
Unlinks conveyor switches if the conveyor is attacked by a switch
2018-10-08 19:43:57 +01:00
Citinited
5761c76333
Better conveyor belt sprites, logic, and ease of use
2018-10-08 19:43:41 +01:00
Purpose
9563628234
ack
2018-10-08 19:19:04 +01:00
variableundefined
c99ebd9635
Merge pull request #9770 from Birdtalon/restbugfix
...
Help intent resting bugfix
2018-10-08 20:17:12 +08:00
Birdtalon
b29a1418ab
updates resting var to use StopResting()
2018-10-08 12:22:46 +01:00
Birdtalon
90c2197b9b
fixes broken type-path and duplicated helmet sprites
2018-10-08 09:24:24 +01:00
Crazy Lemon
916e0d9a72
Merge pull request #9415 from variableundefined/SpeshulGunlog
...
Minor attack log overhaul
2018-10-08 01:16:21 -07:00
Crazy Lemon
6b846a81c1
Merge pull request #9664 from Agameofscones/rsiksfluffitem
...
Rsik's Fluff Item
2018-10-08 01:11:28 -07:00
variableundefined
3100b29d05
Merge pull request #9398 from Birdtalon/set_species
...
Damage conservation on set_species, i.e. changeling transform no longer heals everything.
2018-10-08 13:10:05 +08:00
variableundefined
d1a682b3b4
Merge pull request #9768 from Crazylemon64/mining_mobs_fix
...
Mining mobs now update sprites correctly on death
2018-10-08 12:52:02 +08:00
variableundefined
b070ca12d9
Merge pull request #9643 from farie82/PANDEMIC-Upgrade
...
Added the ability to print a virus release form using the PANDEMIC
2018-10-08 12:33:29 +08:00
variableundefined
8d0135e72c
Merge pull request #9583 from SamHPurp/breath-mask-alt
...
Usability: Alt click breath masks & Bugfix #8018
2018-10-08 12:21:16 +08:00
Crazylemon64
6cc560e8f5
Mining mobs now update sprites correctly on death
2018-10-07 21:19:29 -07:00
variableundefined
0ea649958b
Merge pull request #9291 from Crazylemon64/buildmode_refactor
...
Refactors buildmode into submodules, and adds an "atmos" buildmode
2018-10-08 12:12:33 +08:00
Crazy Lemon
200efd05bd
Merge pull request #9459 from variableundefined/NPCPoolPort
...
SS Port: NPCAI & NPCPool
2018-10-07 21:01:30 -07:00
Crazylemon64
5b0eedcee5
Refactors buildmode into submodules, and adds an "atmos" buildmode
...
Also makes the mode selection interface far less tedious/painful
Adds unsimulated turf overriding, and admin logging
Temporary commit for storing the sdql buildmode
Adds extra documentation
also requires a path to be selected for "advanced" and "fill" modes, now
Spaces out mode switch buttons nicer
removes need for debug rights to do a fill with mob paths
Adds a bunch of extra fancy paths
Fox Changes pt 1
Backports /tg/station changes
Fixes a double-tap issue with dclick handling of certain mobs
Also no longer shows the "selection canceled" if you haven't selected a
region for the buildmode that supports region selection
Updates buildmode stuff
2018-10-07 20:54:40 -07:00
Crazylemon64
dc63265d94
Fixes bugs with AI examining and nearsighted updates
2018-10-07 20:24:32 -07:00
variableundefined
27d140e3bf
Merge pull request #9221 from Crazylemon64/shinigami-eyes
...
Life/Death improvements
2018-10-08 09:33:58 +08:00
Crazylemon64
3db4229918
First big chunk of the refactor
...
mid-refactor of `take_overall_damage`
Fully refactors the (?:take|heal)_(?:overall|organ)_damage procs
Allows the dead to examine
Removes the `blinded` var
Refactor cyborg components so vision loss is instant
Robot life/death updates instantly
Adds instant updates for damage overlays and HUD icons for humans
Final reconciliation with the species refactor
Adds a stat debugging system and debugging logs
Also fixes instant death on species change
"Debugging logs" are used for stuff an admin wouldn't care about but
someone debugging would
I used it to fix people dying instantly when changing species due to
temporary deletion of the brain
Fox's requests
Adds a more careful updating system to our reagents system
2018-10-07 17:52:04 -07:00
variableundefined
c96eebb767
Merge pull request #9401 from shazbot194/9mm-enforcers
...
Updates Enforcers
2018-10-08 08:12:25 +08:00
Birdtalon
f36b0a4bff
changes equip_to_slot_or_del() to equip_or_collect() to prevent item deletion from backpack_contents list
...
numerous bugfixes
adds new suit sprites
2018-10-07 22:32:44 +01:00
Purpose
3b1e6ad01a
no no no no
2018-10-07 22:24:10 +01:00
Crazy Lemon
7283525a98
Merge pull request #9410 from variableundefined/CheeseWheelSlice
...
Allow you to slice sliceables with any sharp item & alt-click to hide item
2018-10-07 13:35:39 -07:00
Birdtalon
074ee967e5
Merge branch 'master' into ERT-changes
2018-10-07 19:22:10 +01:00
Birdtalon
4151487c98
bugfixes
2018-10-07 18:49:48 +01:00
variableundefined
7a93f3fa77
Merge pull request #9709 from SamHPurp/discord-msg
...
Announces the Station name, fixes the hashes...
2018-10-07 22:53:03 +08:00
variableundefined
3c98bf5799
Merge pull request #9710 from SamHPurp/de-specifying
...
Reduces incorrect use of station names.
2018-10-07 22:52:27 +08:00
Purpose
05a472756b
cheaters
2018-10-07 10:38:07 +01:00
variableundefined
46b00ac8bc
Merge pull request #9461 from Birdtalon/bugs
...
Reduces metal return for ammo boxes
2018-10-07 15:30:37 +08:00
variableundefined
8d4551a2cd
Merge pull request #9678 from farie82/fix-free-gene-stability
...
The cure procs for the disabilities now cure the gene as well
2018-10-07 15:28:16 +08:00
variableundefined
6ec4f05f38
Merge pull request #9694 from farie82/Disposals-move-fix
...
Fixes bluespace disposal bins and broken disposals due to the instant recall spell and meteor shot
2018-10-07 15:27:23 +08:00
Gwydion Brain
1d992e4e70
Grammar Sillies
2018-10-06 22:16:20 -07:00
Gwydion Brain
82dc6ce32f
Item Revamp
2018-10-06 22:09:09 -07:00
Purpose
63dfd411aa
Resolved merge conflicts... I hope.
2018-10-06 16:01:34 +01:00
Purpose
c74b0c3ba4
smooooooooth
2018-10-06 13:16:55 +01:00
Birdtalon
0eeefda271
Merge branch 'master' into set_species
...
# Conflicts:
# code/game/gamemodes/changeling/powers/transform.dm
2018-10-05 23:41:34 +01:00
Purpose
4e22a2d907
naked syndicates are useless syndicates
2018-10-05 23:13:19 +01:00
Purpose
ea74920535
no no no no cyberiaaaaad
2018-10-05 20:57:41 +01:00