This website requires JavaScript.
Explore
Help
Sign In
cyberpresidentvanellope
/
Bubberstation
Watch
1
Star
0
Fork
0
You've already forked Bubberstation
mirror of
https://github.com/Bubberstation/Bubberstation.git
synced
2026-06-08 07:41:26 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fd2343dc5680e55c48be577e85bbdb69afd33fef
Bubberstation
/
code
/
game
/
objects
/
items
/
devices
T
History
Pete Goodfellow
c31eb95912
Fixes PDA and bag names.
2013-03-31 14:34:51 +01:00
..
PDA
Fixes PDA and bag names.
2013-03-31 14:34:51 +01:00
radio
Committing Faerdan's UI overhaul. Includes a UI browser class to easily manage and standardize user interfaces. This first release does not convert all the user interfaces in the game but only most of them. You can find samples of these user interfaces here:
http://imgur.com/a/5dr6E
2013-02-27 20:02:42 +00: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
- Multiple runtime fixes.
2013-03-02 01:19:02 +00:00
powersink.dm
Committing DAL_TG lighting tweaks for carn.
2013-02-04 19:58:14 +00:00
scanners.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
taperecorder.dm
…
traitordevices.dm
…
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
Fixes issue 1297. Changes the singularity beacon drop from /devices/radio/beacon to just a /device.
2013-02-25 20:48:32 +00: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