This website requires JavaScript.
Explore
Help
Sign In
coffeeshits
/
kiwistation
Watch
1
Star
0
Fork
0
You've already forked kiwistation
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Files
117f8c153b02aef703cd738cb80cc769a6b53ba5
kiwistation
/
code
/
game
/
objects
/
items
/
devices
T
History
Ikarrus
117f8c153b
Added instructions to access the channels on encryption keys. This helps for security officers, who often have channels that are not labelled on their headset.
2013-05-28 00:46:22 -06:00
..
PDA
Resolves
#283
2013-04-24 09:37:30 +01:00
radio
Added instructions to access the channels on encryption keys. This helps for security officers, who often have channels that are not labelled on their headset.
2013-05-28 00:46:22 -06:00
aicard.dm
-Killed the updateDialog lag. I added a check to see if there were any mobs to update, if not it will stop checking until a user uses the machine again. I had to replace all the machine = src and machine = null with procs to help make it manageable. I believe this is one of the culprits causing the server to lag as the round goes on, as more players will interact with machines.
2012-10-25 19:15:51 +00:00
chameleonproj.dm
Made the effects of EMP pulses get garbage collected. Less lag on the singularity (around 20 effect del per 5~10 seconds)
2013-03-13 00:08:20 -03:00
flash.dm
-Renames experimental weapons crate to incendiary weapons crate. It was being confused with the experimental energy gear crate (and truthfully there's not much that's "experimental" about a flamethrower an engineer can make in 2 minutes from scrap parts)
2013-02-16 18:20:49 +00:00
flashlight.dm
Updates HUD stuff!
2013-03-08 21:32:00 +00:00
lightreplacer.dm
-Added some visual hit indication by having a variable be set to 20 when the mob takes brute or fire damage. It will then be added to the health calculation, in the overlay code, and then it will reset to 0. Thus making a cool effect.
2012-11-20 12:23:51 +00:00
multitool.dm
Fixes issue 1297. Changes the singularity beacon drop from /devices/radio/beacon to just a /device.
2013-02-25 20:48:32 +00:00
paicard.dm
Resolves
#283
2013-04-24 09:37:30 +01:00
powersink.dm
* Added a return to stop a runtime from triggering.
2013-05-23 23:58:52 +01:00
scanners.dm
Replaced most reagent initialisations with the helper proc create_reagents().
2013-04-15 15:40:33 +01:00
taperecorder.dm
Standardisation for tape recorders.
2012-09-15 18:13:37 +00:00
traitordevices.dm
More file structure stuff.
2012-08-26 01:20:02 +00:00
transfer_valve.dm
Too remove potential excessive garbage collection per tick. We will be reusing lists for overlays instead of deleting and creating them.
2013-01-04 15:11:06 +00:00
uplinks.dm
Uplink Update:
2013-04-02 01:02:54 +01:00
violin.dm
Moved backend and UI functionality into the datum/song class and made in generalizable for special-case functionalities for player checks, etc
2013-03-20 04:52:17 -04:00