Commit Graph

74 Commits

Author SHA1 Message Date
Rob Nelson
5149e76f60 get_z_level funtime eradication. (get_z_level() can return null now) 2015-08-16 15:11:03 -07:00
unid15
9f599952da fix 2015-08-14 01:51:22 +00:00
Kurfursten
aa4d9cc31c Editing process 2015-07-24 02:03:51 -05:00
Kurfursten
e1960235c0 Compiles, mostly tested 2015-07-24 02:03:45 -05:00
PJB3005
3bc5d86263 LIGHTING IS BACK.
AND A SHITLOAD FASTER.

SANIC.
2015-07-21 14:16:27 +02:00
D3athrow
d59f6a07b0 comment out panicwriter and saytesting 2015-07-20 16:04:48 -05:00
D3athrow
7a3ff4efc3 THE LIGHTING IS DEAD, LONG LIVE DAL 2015-07-18 23:05:18 -05:00
D3athrow
41d7df01fd just fuck my shit up 2015-07-18 02:30:51 -05:00
ComicIronic
cc0fdaca02 Bugfixing.
Fixes #4903, one check was accidentally not.
Fixes #4385, C4 is now removed from overlays regardless of success.
Fixes #4902, throwing an offhand now makes you throw the main hand instead.
Fixes #4914, Ian now checks for Adjacency before tucking in.
Tries #5112, spell objects should now remove refs properly.
Fixes #5121, all put_in_hand code now checks that the item can be held.
Fixes #5151, designs with no materials now make their own again.
Fixes #5199, money bags now use cointype instead of stupid path code.
Fixes #5208, the dropped cable coil after a shock is now only 1 long.
Fixes #5278, now only mapped telesci consoles start with a cell.
Fixes #5306, coins on a string are now no longer placed into the coinbox if pulled out.
Fixes #5367, MoMMIs can now have their wires fiddled with and can be deconstructed.
2015-07-18 02:16:57 +01:00
Kurfursten
50253f0849 Editing 2015-07-10 08:15:14 -05:00
Kurfursten
2aebd269ac One and done 2015-07-07 22:58:07 -05:00
PJB3005
a9a979e3e6 Fixes #4787 2015-06-27 18:25:14 +02:00
9600bauds
b982f11122 retort 2015-06-16 14:54:10 -03:00
9600bauds
c11bc71383 Fixes #4637, Telescience console not being repairable 2015-06-16 13:15:40 -03:00
d3athrow
328e0ae605 Merge pull request #4226 from PJB3005/RetroUI
Return of the retroUI
2015-06-09 11:14:06 -05:00
PJB3005
ae7ab25539 BAY LIGHTING PEOPLE 2015-06-06 22:15:21 +02:00
PJB3005
80d9b702a1 Alright 2015-05-17 12:23:14 +02:00
d3athrow
ec72191db7 Merge pull request #4320 from clusterfack/feature7
Adds Local Zlevel Drift
2015-05-12 12:24:06 -05:00
clusterfack
0aa8006d66 Adds Local Zlevel Drift
Resolves #4319.

Adds a zlevel drift for all zlevels at roundstart. Hopefully it doesn't go list index out of bounds or something. Also stopped a method for determining zlevel drift using only the teleport computer and inputting 6 values to bisect the possible offsets until you find the specific one.
2015-05-12 03:33:54 -05:00
d3athrow
15512d5176 Merge pull request #4245 from Kurfursten/sectoys
New Security Toys
2015-05-06 16:14:39 -05:00
D3athrow
e189fd67fd Fixes #4310
u_equip(W) now calls W.dropped() by default, if you dont want it to do u_equip(W,0)
2015-05-05 22:46:40 -05:00
Kurfursten
adcc90e434 New icon, revised warning text, now throws electronics 2015-05-04 19:01:32 -05:00
Kurfursten
ab24d95d8c Secure GPS + Battering Ram - NEED SPRITEWORK 2015-05-02 08:57:51 -05:00
PJB3005
6329c4fc41 browser datums, git being dumb, and a .sql file update 2015-05-02 01:29:23 +02:00
PJB3005
8f45d34d28 Return of the retroUI
Clients can now choose to not use nanoUI (supported UIs only).

I only did the Telescience console (wow, so usefull), but am planning to add more.
2015-05-01 22:57:18 +02:00
9600bauds
2ceb238c04 wait 2015-04-20 10:52:16 -03:00
9600bauds
67d694641b someone said I should do this I think 2015-04-20 10:44:46 -03:00
D3athrow
01d2471fc9 Merge branch 'color_replace_2_electric_boogaloo' into Bleeding-Edge
Conflicts:
	code/ATMOSPHERICS/pipe/pipe_dispenser.dm
	code/game/machinery/computer/HolodeckControl.dm
	code/game/machinery/embedded_controller/embedded_controller_base.dm
	code/modules/mining/money_bag.dm
	code/modules/mob/living/carbon/carbon.dm
	code/modules/mob/living/silicon/mommi/mommi.dm
	code/modules/mob/living/simple_animal/friendly/farm_animals.dm
	code/modules/research/destructive_analyzer.dm
	code/modules/research/rdconsole.dm
	code/modules/research/xenoarchaeology/machinery/analysis_base.dm
	code/modules/research/xenoarchaeology/machinery/artifact_harvester.dm
	code/modules/research/xenoarchaeology/tools/ano_device_battery.dm
2015-04-12 16:40:59 -05:00
ComicIronic
d0e9eedd25 drop_item and click code.
drop_item now has a first arg, which is the item to drop.
Hand processing now uses drop_item properly, which fixes #3874, #3796.
Also fixes #3486.
2015-04-12 00:56:43 +01:00
9600bauds
87ab7b51a3 yet for all my efforts, noone will even notice this was ever here 2015-03-27 23:30:41 -03:00
9600bauds
3891ddd1c0 that's what I get for not testing everything 2015-03-24 23:52:19 -03:00
9600bauds
a28cdc7fa0 When you're right you're right 2015-03-24 23:52:19 -03:00
9600bauds
9901f9fd78 Fixes or adds many missing sanity checks 2015-03-24 23:52:18 -03:00
D3athrow
dba7328abb dont rewrite history 2015-03-15 11:59:44 -05:00
ComicIronic
34bab36581 Changes to drop_item.
The drop_item arg is now the loc placed, not the child of the loc or whatever.
Removed a few lines of items being placed into themselves, on themselves, into other things manually, into their users, etc.
Cleans up the fix for MoMMI recharger silliness.

This took about 2 hours of non-stop manual searches.
2015-03-08 21:37:34 +00:00
eswordthecat
9573b2a3d5 isturf instead of istype(, /turf), areaMaster for areas. 2015-02-27 02:39:17 +08:00
D3athrow
6956a3c4df Should fix the issue of nano windows popping back up after closing them. 2015-02-21 15:47:40 -06:00
D3athrow
d2b5fbd080 telesci adminlogging 2015-02-17 22:33:06 -06:00
D3athrow
5f94a10279 object pooling for metal sheets, after doing this i probably should have just done it for all /sheet's 2015-02-07 17:23:28 -06:00
d3athrow
2eebc3f429 Merge pull request #2653 from clusterfack/Bugfixes
Several Bugfixes
2015-01-27 21:47:31 -06:00
clusterfack
c7afe1ff83 Ported TG redo of Dizzy+jittery. Made giant spiders unable to walk right out the salvage ships pod bay doors to infest the entire universe with webs and cocoons 2015-01-27 04:19:48 -06:00
clusterfack
13a71a9621 Making glass all separate object trees to prevent stacking
Conflicts:
	code/modules/power/solar.dm
	code/modules/power/tracker.dm
2015-01-26 19:13:33 -06:00
d3athrow
1be7fd0a83 Revert "Solars + Glass Fixes" 2015-01-19 20:57:00 -06:00
clusterfack
831115dd64 Making glass all separate object trees to prevent stacking 2015-01-18 19:06:20 -06:00
Chris
3a320a71fb Merge branch 'examine' of https://github.com/clusterfack/bugfixstation13 into clusterfack-examine
Conflicts:
	code/modules/clothing/shoes/magboots.dm
2015-01-09 10:00:31 -06:00
clusterfack
4f63b6870d Examine change passthrough 2015-01-08 03:04:52 -06:00
clusterfack
87c12062ac Examine overhaul to mob/user, span class and absolute pathing fixes 2015-01-07 14:40:57 -06:00
ComicIronic
9c9e1ff808 Removed the TABLEPASS flag.
No longer in use in any of the code.
Also changed cases of flags being set to null instead of 0.
2015-01-03 18:33:47 +00:00
d3athrow
70918ec4d7 Merge pull request #2372 from ComicIronic/FlagRedo
Removed the CONDUCT flag.
2015-01-02 13:44:02 -06:00
clusterfack
b70c97ee8b Ported TG fix for door controls and for chemistry machines working while unpowered. Fixed telescience computer not requiring power 2014-12-27 14:38:25 -06:00