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-01-05 06:21:57 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d19bf16351ce37def377ae53efae58da85829c19
Bubberstation
/
code
/
modules
/
research
History
Sieve
d19bf16351
Trying to fix Git goddamn
2013-03-25 14:13:22 -05:00
..
circuitprinter.dm
-Changed all minerals path from /obj/item/stack/sheet to /obj/item/stack/sheet/mineral. (This change excludes glass, Rglass, metal and plasteel)
2012-11-16 15:00:09 +00:00
designs.dm
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
destructive_analyzer.dm
Replaced all 'file.extension' references with 'relativepath/file.extension' using a script by thvortex of ss13-daedalus.
2012-08-18 16:33:40 +00:00
message_server.dm
- Fixed the revision number not showing properly. Hopefully it's fixed for good this time, as it works off of logic, instead of line numbers.
2012-11-06 17:21:13 +00:00
protolathe.dm
Runtime fix for inputing the number of sheets that you want to add into a protolathe, when the sheet doesn't exist.
2013-01-07 12:06:31 +00:00
rd-readme.dm
Just some general cleanup
2011-07-31 21:31:00 +00:00
rdconsole.dm
Runtime fix for trying to build invalid objects and circuits on the protolathe and circuit imprinter, respectively.
2013-01-18 19:17:08 +00:00
rdmachines.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
research.dm
Trying to fix Git goddamn
2013-03-25 14:13:22 -05:00
server.dm
A supplement to what Nodrak had done in
https://code.google.com/p/tgstation13/source/detail?r=5732#
2013-02-19 00:44:53 +00:00