Commit Graph

14 Commits

Author SHA1 Message Date
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
D3athrow
5d9c06c880 aye papi fix TK not working properly on hardly any machine 2015-03-28 14:56:46 -05:00
ComicIronic
cbf5929b69 Adds click params to attackby and UnarmedAttack.
Sorta port sorta not of tgstation/#7833.
Big thanks to Remie for the code permissions.
Lets you place stuff on tables, see the TG PR for an example.
Actual change: wrenches and welding tools can now be placed on tables. You can decon by clicking the table legs.
2015-03-15 12:16:06 +00:00
D3athrow
72fde47f91 micro optimization, Cut() to len = 0 2015-01-31 00:40:13 -06:00
Rob Nelson
f1cadf6ef1 Mob movement/attack/click/special delay rework
This code was just a big fucking mess.  Happy motherfucking 2015.

 * Delay procs and variables replaced with a standardized delayer framework.
 * Cleaned up the absolutely fucking atrocious fix_next_move() diagnostic verb.
 * Added the ability to adjust minimum and maximum delay clamps per-mob for adminbus purposes and future features.
   * USECASE: Fat people cannot attack as fast (not implemented)

Tested somewhat by smacking a window with a crowbar.  Movespeeds also don't seem insane, either.
2015-01-01 03:21:23 -08:00
Chris
03f891d38a Compile fixes man i'm dumb as a chicken. 2014-12-31 12:29:48 -06:00
Chris
6ad9e743d0 Click changes. 2014-12-31 12:19:38 -06:00
Chris
c0f96ae272 Revert Click code cleanup (reverted from commit 439bda24bc) 2014-09-18 15:36:38 -05:00
Wild Bill
439bda24bc Click code cleanup 2014-09-18 14:07:50 +03:00
ESwordTheCat
cec11d467e qdel and Destroy again. 2014-07-16 02:05:14 -08:00
d3athrow
4cd8358502 remove click delay for most actions. offensive actions still have a delay. 2014-04-24 17:31:08 -05:00
Rob Nelson
cbf979918e Standardize mutation constants, remove ambiguity, remove non-implemented muts. 2014-01-21 13:03:53 -08:00
Rob Nelson
27e1c5e869 ONCLICK CODE PORT. GOD HELP US ALL. 2014-01-17 18:24:53 -08:00