Cheridan
36bb032957
Merge pull request #3509 from Cheridan/MeteorsSuck
...
Meteor Stuff
2014-05-17 18:42:16 -05:00
Alex
503fa19098
Merge pull request #3695 from Menshin/powernets_alternative_refactoring
...
Updated Powernets Refactoring
2014-05-15 13:55:01 +01:00
Alex
3247358c6d
Merge pull request #3480 from AstralSerpent/master
...
"NAR-SIE HAS RISEN" gets accompanied by an "I'M HERE" sound.
2014-05-14 10:39:10 +01:00
Alex
b35097ae83
Merge pull request #3633 from Menshin/powernets_refactoring
...
[RFC] Powernets refactoring
2014-05-14 10:21:21 +01:00
Alex
6686b2ec7c
Merge pull request #3687 from Jordie0608/removerelativepathsfromtheeverythingplz
...
Fixes #3681 : suicide messages when crit
2014-05-14 09:24:29 +01:00
Cheridan
3a0bd3de28
Merge branch 'master' of https://github.com/tgstation/-tg-station into MeteorsSuck
...
Conflicts:
code/game/turfs/simulated/walls.dm
2014-05-13 14:03:42 -05:00
Jordie0608
dfd2cc4b60
Changed suicide messages to visible_messages and fixed relative pathing
2014-05-13 01:44:29 +10:00
Menshin
2269a2f168
Alternative version of the powernets refactoring (cables connects if they have matching ends)
2014-05-11 00:04:49 +02:00
Alex
7091c012e9
Merge pull request #3625 from Giacom/gravity_layer
...
You can now walk behind the three top parts of the gravity generator, to...
2014-05-06 20:08:00 +01:00
Alex
5098d78a48
Merge pull request #3603 from hornygranny/jesuschristhowhorrifying
...
increases narsie spooky level
2014-05-06 19:49:29 +01:00
Hornygranny
f615b60c2a
dust now uses spawn_dust()
2014-05-06 11:46:25 -07:00
Hornygranny
1d981b9173
flavor text removed
2014-05-06 11:44:03 -07:00
Menshin
d42c7114c1
* cleaned, organized and commented a large part of the power code,
...
* new procs handling : powernets creation/destruction, cable adding/removing, machines adding/removing,
* new cable laying possibility : if you click in the turf you're standing on, you'll try to lay a node cable in the direction you're facing,
* cleaned oversights that could (and would) leaved an empty powernet in the powernets global list
* rewrote the cut_cable and propagate_network procs to correctly updates every connected cables and machines (fix, at last, #1455 )
* others fixes and polish...
2014-05-04 00:19:55 +02:00
Giacomand
4f8a312275
You can now walk behind the three top parts of the gravity generator, to be able to fix a space breach in the middle of it.
2014-05-02 16:35:54 +01:00
Hornygranny
3035108aba
used visible_message for flavor text
2014-04-30 14:17:20 -07:00
Hornygranny
2853c954c9
Narsie's consume will now spawn remains and gib mobs, and includes a flavorful message.
2014-04-30 13:36:50 -07:00
Aranclanos
14ce1334bb
Removes the unused large tubes and fire bulbs.
...
Made light bulbs have 4 brightness and tubes 8 by default, no random variables changing this value.
2014-04-30 06:22:21 -03:00
Cheridan
feec85f655
Merge pull request #3433 from Ikarrus/gravalarm
...
Replaces the GravGen alarm with a louder, more distressing sound.
2014-04-27 21:19:11 -05:00
Menshin
5814668d52
Fixed a faulty call to Solar Control Computer /tracker_update which could erase the set direction ( fix #3528 ).
2014-04-25 22:47:43 +02:00
Cheridan
4d8160ab14
meteorhit() is kill
2014-04-22 12:16:02 -05:00
AstralSerpent
e589992608
NAR-SIE HAS RISEN gets accompanied by that I'M HERE hallucination sound.
2014-04-21 12:02:22 +10:00
Menshin
0fda25c757
* sun and solars now uses world.time instead of timeofday,
...
* the solar panels are now rotated instantly instead of slowly do it every tick,
* code cleaning
2014-04-19 18:31:22 +02:00
Menshin
7347b1bebd
* tweaked the solar update method to be more accurate
...
* added a check for the midnight rollover of timeofday
* the manual tracking orientation is now synchronized with the sun position update
* now checking if the solar panel/tracker/computer is not already in the solars_list before adding it
* added a message noticing the beginning of a solar panel/tracker deconstruction
* tweaked the manual tracking for better accuracy : the orientation is increased/decrease internally and updated altogether the sun.
2014-04-19 13:06:27 +02:00
ikarrus
32ea63d08a
Replaces the GravGen alarm with a louder, more distressing sound.
2014-04-15 22:55:05 -06:00
Menshin
d197be0540
Changes to the Sun :
...
* Changed the way the sun was orbiting around the station (or is it the other way around ?), based on real time rather than an inaccurate ticks counter.
* The sun can now be up to twice as fast or slow as standard rotation (1h)
* The sun start with a random angle to the station at round start
* The sun can rotate clockwise or counter-clockwise
Changes to Solars :
* The panels calculate the shortest rotation to get from their position to another.
That also fixed the bug where the panel would backtrack all the way when finished a full rotation (e.g 355° to 1°)
* The exposition to the sun of a panel is now correctly calculated (fixed the bug, where
if the sun was, for example, at 1° and the panel at 359°, no light would arrives to the panel)
* Corrected the timers for the timed rotation.
* Panels made with reinforced glass now have the double of health
2014-04-14 23:02:57 +02:00
Miauw
5abb553f4a
Merge branch 'master' of https://github.com/tgstation/-tg-station into warnstandardization
...
Conflicts:
code/_onclick/telekinesis.dm
2014-04-08 14:29:58 +02:00
iamgoofball
810b91e7ac
removes a ton of things checking the ticker to see if it's monkey, a gamemode that no longer exists.
2014-04-06 11:46:12 -07:00
Cheridan
412ac0fb38
Improved Singularity Ex_act()
2014-04-01 15:26:48 -05:00
Miauw
dc9ead6575
Merge branch 'master' of https://github.com/tgstation/-tg-station into warnstandardization
...
Conflicts:
code/_onclick/telekinesis.dm
code/game/sound.dm
2014-03-30 20:48:03 +02:00
Razharas
6cb3ae5183
Revert "Merge pull request #3142 from Alek2ander/master"
...
This reverts commit 6f9b58abce , reversing
changes made to eda7110a23 .
Im so sorry aran, so sorry
2014-03-29 18:02:54 +04:00
Alek2ander
15c374c396
Merge branch 'master' of https://github.com/tgstation/-tg-station
...
Conflicts:
code/modules/power/solar.dm
2014-03-28 00:02:29 +04:00
Alek2ander
8fa4005c24
Moved paicard check to /obj/machinery/computer
...
BSA control computer now a valid pAI control target. !!FUN!!
2014-03-27 23:43:05 +04:00
Alek2ander
358ecf7e6a
Merge branch 'master' of https://github.com/tgstation/-tg-station into tgstation-master
...
Conflicts:
code/game/machinery/computer/computer.dm
code/game/machinery/computer/telecrystalconsoles.dm
2014-03-27 18:31:11 +04:00
Giacomand
da71bad8e2
Modernised the solar control computer's UI.
...
Cleaned up the solar code a bit.
Removed trackers requiring power, should stop them from being processed.
2014-03-26 16:28:33 +00:00
Aranclanos
34757f900e
Merge pull request #3161 from Giacom/gravity_changes
...
You will fall over in zero gravity, again, but you won't make a noise.
2014-03-26 03:27:20 -03:00
Giacomand
65602cb72d
Added admin logging for the gravity generator.
2014-03-25 10:12:33 +00:00
Mloc-Hibernia
8af8a43d6f
Initial pass to convert LF to CRLF
...
Signed-off-by: Mloc-Hibernia <colmohici@gmail.com >
2014-03-24 08:53:40 +00:00
Giacomand
1a9da0ba47
You will fall over in zero gravity, but you won't make a noise. This was important because it told players whether someone was stunned or dead, when it was changed it just added confusion.
...
You can no longer slip in zero g.
Added an admin subtype of the gravity generator which admins can spawn to create a pre-setup gravity generator.
2014-03-23 16:21:08 +00:00
Alek2ander
81b1b189de
paipairing
...
Stuff
2014-03-22 22:33:09 +04:00
Miauw
7fccaac902
WTF BYOND????
2014-03-22 17:55:36 +01:00
Miauw
a80dd4df0f
Merge branch 'master' of https://github.com/tgstation/-tg-station into warnstandardization
...
Conflicts:
code/game/objects/items/weapons/AI_modules.dm
2014-03-22 17:42:07 +01:00
Miauw
d41e02c5b5
Finishes up warning and error standardization.
2014-03-22 17:20:43 +01:00
MrPerson
2858bf1c18
Fix for changling powers arm blade and fleshy space suit.
...
More del(AM) -> qdel(AM) and Del() -> Destroy()
Fixes a terrible bug that would have meant players could only ghost once.
2014-03-21 22:26:50 -07:00
MrPerson
ee716586b9
GEE THANKS GIA FOR MORE CONFLICTS (gravitygen changes to c4 vs qdel)
...
Merge branch 'master' of https://github.com/tgstation/-tg-station into qdel_r
Conflicts:
code/game/objects/items/weapons/explosives.dm
2014-03-21 19:04:51 -07:00
Razharas
4c4cadb48c
Merge pull request #3086 from Giacom/gravity_generator
...
[MAP] Added a new gravity generator which will produce gravity for the station.
2014-03-21 14:06:40 -07:00
MrPerson
6930283efc
Merge branch 'master' of https://github.com/tgstation/-tg-station into qdel_r
...
Conflicts:
code/game/gamemodes/changeling/changeling_mutations.dm
code/game/gamemodes/changeling/changeling_powers.dm
code/game/gamemodes/malfunction/Malf_Modules.dm
code/game/objects/items/weapons/tanks/watertank.dm
code/game/objects/structures/tables_racks.dm
code/modules/research/server.dm
2014-03-21 03:05:39 -07:00
fleure
26451b2e2c
Merge pull request #3105 from MrPerson/gias_issue
...
Safety check SMES custom input/output settings a bit.
2014-03-20 20:13:24 +00:00
MrPerson
6ec9e5b732
Safety check SMES custom input/output settings a bit.
2014-03-17 13:27:50 -07:00
Giacomand
64c9e253f2
Typo fixes. I'm keeping the comma-less but.
2014-03-15 17:44:34 +00:00
Giacomand
cc4dd68bdf
Added a new gravity generator which will produce gravity for the station.
...
Sprites by Ausop, which he posted in his sprite thread.
The gravity generator is very sturdy, as it is almost indestructible, but explosions can break it and it will need repairs.
Changed C4 to stop del()'ing and instead will only use ex_act().
Added an interact_offline variable for machines that will allow you to interact with them even if they are depowered. The gravity generator only uses this at the moment.
Removed the stun that people get when gravity changes.
Shuttles have gravity still.
Added a gravity generator room to the west of Engineering. It is very secure, with a foyer and requiring CE or Captain access. There are instructions on the table for repairing and enabling/disabling the machine.
2014-03-15 16:59:48 +00:00