Commit Graph
101 Commits
Author SHA1 Message Date
Mars d9b60a7bfb Fix merge conflict 2018-10-09 09:41:37 +02:00
Desolate c974e29a3c global lists global defined 2018-10-02 15:52:46 -05:00
Purpose 037f215d16 updates vars to use the defines 2018-09-16 01:22:57 +01:00
alex-gh 49f3a47c31 Ghosts can no longer eject IDs from fax machines and ID computers. 2018-09-09 00:28:14 +02:00
Mars bedaad976f Ensure admin\topic.dm uses mostly locateUID 2018-08-17 20:06:22 +02:00
Mars b5b09b435c No hard-coded format in the macros anymore 2018-08-16 11:51:52 +02:00
Mars e8d92b3ced More flexible macro 2018-08-16 11:37:03 +02:00
Mars 4d3c3b29e4 Quick Regex replace action
Used Regex to replace all hrefs with \ref and the same displayed text
with the corresponding UID macros
2018-08-15 23:57:46 +02:00
Mars a5c9cfd1cb Fixes and polishes fax radio replies
Can use the radio option to reply to faxes again.
Centcomm doesn't reply over radio to syndicate faxes.
Removes unreachable code.
2018-08-12 12:00:32 +02:00
Fox McCloud 5c4aa9b3fd Removes All Weapons 2018-04-15 16:25:56 -04:00
tigercat2000andGitHub 6743a6136c Merge pull request #8777 from MarsM0nd/admin_fax
Fax machine changes
2018-04-06 20:33:07 -07:00
Fox McCloud 5701ea7c75 Ports Nano UI to Subsystems 2018-03-26 23:59:52 -04:00
Mars a83b802392 Better spacing 2018-03-22 09:55:48 +01:00
Mars 8fe94f3c3e Stops unset departments from being a department for faxes.
Blocks the standard "Unknown" department from being assigned as a
department, and allows updating the departments to the list when wanted
per proc-call, without needing to call New()
2018-03-19 16:20:01 +01:00
Mars c98f303a89 Makes physical admin fax machines possible
If there is a fax machine that's named like one of the admin
departments, which require mapping/admin varedits, it will also recive
the faxes send to admins.
2018-03-19 16:11:56 +01:00
Markolie 707b926881 Fax fix 2017-02-22 18:48:50 +01:00
Markolie 8432113c59 Add eject ID card to fax machine 2017-02-22 18:36:10 +01:00
Markolie c5b897a951 Fix fax machine logout issue, fix card eject telekinesis interaction, fix death alarm follow link, fix flavor text not hiding when unknown, fix spacepod mining lasers 2017-02-22 18:24:43 +01:00
Mark van AlphenandGitHub f42b9cf383 Merge branch 'master' into admin_interact 2017-02-18 15:41:16 +01:00
Krausus 4754d6b4b3 Fixes some sounds not being cached properly 2017-02-17 02:37:26 -05:00
Markolie b0d4f5d92a Various fixes 2017-02-10 18:55:23 +01:00
Markolie 1e97a262b8 Admin interaction fixes 2017-02-10 01:20:01 +01:00
Markolie 4a155bfb50 Admin interaction update 2017-02-08 23:27:08 +01:00
Crazylemon64 f954382619 Adds a ui_key arg to ui_data 2016-12-31 12:51:07 -08:00
FalseIncarnate 27e7dabed7 Pick up that paper
Photocopiers and Fax Machines will now attempt to place the removed
source material into the hand of the user... if they are human only.
2016-12-29 21:46:20 -05:00
FalseIncarnate eba3d10966 Fixes #6029
Also applies to photocopiers (which fax machines are a subtype of), and
replaces a bunch of thing.loc = src.loc and thing.loc = src with proper
forceMove calls
2016-12-29 20:40:57 -05:00
Tigercat2000 b9abce843d NanoUI Update: Seperate UI Data into ui_data() proc
This commit changes how NanoUI's live data updating system works.
Previously, data for the template was directly gathered in the
ui_interact proc. Now, it is seperated into the proc `ui_data`.

To players, this does absolutely nothing.
To coders, this opens up the potential for a much more complicated and
fancy graphical updating system in the future, because the data is
available on-demand without ever having to call
nanomanager.try_update_ui.
2016-12-14 13:37:34 -08:00
Fox McCloudandGitHub c56961f6f0 Merge pull request #5642 from Krausus/UniqueIDs
Adds Unique Identifiers with Topic and VV Integration
2016-09-12 15:32:20 -04:00
Krausus b0ac462166 Integrates UIDs into View Variables 2016-09-08 19:04:50 -04:00
Krausus d146de1dd7 UID mass replace: src=\ref[datum] 2016-09-05 23:12:08 -04:00
SamCroswell a0dd7a1cce Emag Changes 2016-09-02 18:09:17 -04:00
SamCroswell 73b845721e I WILL GET LYNCHED FOR THIS 2016-09-02 16:58:39 -04:00
monster860 19460ff4af Makes boldnotice and danger classes be be used 2016-08-11 12:20:02 -04:00
Tigercat2000 71e5344a98 Mass replace 2016-07-07 19:34:02 -07:00
Kyep 4f2e3224ff Update
- Support for corgifying, explosive, memetic, honktumor and demotion
faxes, all together
- Support for evil faxes activating on destruction or timeout (so they
can't be destroyed, or ignored)
- Modifications to fax machine to make faxes always trigger ahelp sound
for admins
- ERTs, prayers, nuke code, honk, and syndie requests do the same
- Added support for message templates in fax replies
2016-06-16 23:27:14 -07:00
Kyep 44efff94e3 Initial Checkin - Borging Fax
- Modifies faxmachine.dm to add a "BP" option for admins when responding
to faxes.
- Modifies admin/topic.dm to ensure this BP option spawns a Borging
Paper at the fax machine the butt fax was sent from.
- Modified paper.dm to add a new type of paper, Borging Paper, which
will give its intended victim (and only them) borging nanomachines when
read. It doesn't work on anyone else and disintegrates after multiple
use attempts.
2016-06-16 02:30:32 -07:00
Tigercat2000 78f53553f8 Reduce lines by removing blank lines added by PJ's script 2016-04-05 08:25:57 -07:00
Tigercat2000 9d430844c3 Replace most (if not all) output << operators with to_chat(user, message)
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.

Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Fox-McCloud bc639a357c more sounds 2016-03-08 22:35:31 -05:00
Krausus 6ba24c8069 Adds admin_jump_link and AI eye jumping
Also fixes a little mistake in ghost AI eye following.
2015-05-23 09:50:38 -04:00
Markolie 672305e034 Adds a "params" parameter to attackby(), so it keeps track of pixel_x and pixel_y among other things 2015-02-22 22:12:11 +01:00
ZomgPonies 07cdcb3cff Merge pull request #367 from Markolie/master
Switch copytext and sanitize proc
2015-02-20 16:22:32 -05:00
Markolie 9fedfc7c62 Switch copytext and sanitize proc 2015-02-20 22:17:13 +01:00
ZomgPonies bb1d0c7a71 IC fax & comms console wrong staff 2015-02-20 14:28:39 -05:00
Markolie d8d1670b68 Revert "Revert "Saycode/language/species port from Bay""
This reverts commit d54579850c.

Conflicts:
	code/game/gamemodes/nuclear/nuclearbomb.dm
	code/game/objects/items/devices/radio/intercom.dm
	code/modules/mob/living/silicon/pai/pai.dm
2015-02-20 17:46:35 +01:00
ZomgPonies d54579850c Revert "Saycode/language/species port from Bay" 2015-02-19 20:15:42 -05:00
Markolie 46c53be6f1 Part 2 of saycode/language/species port from Bay. Also includes bugfixes. 2015-02-20 00:50:28 +01:00
Markolie 47e4126277 Add send time to fax, fix nest issue 2015-02-14 04:56:09 +01:00
Markolie 61e9fe3b28 Admin fax overhaul 2015-02-13 20:46:19 +01:00
Markolie e7713a4662 Fax UI rework 2015-02-13 15:40:53 +01:00