Krausus
0315814555
Fixes hear_radio runtime from fake speakers
2015-05-25 06:58:39 -04:00
Krausus
6ba24c8069
Adds admin_jump_link and AI eye jumping
...
Also fixes a little mistake in ghost AI eye following.
2015-05-23 09:50:38 -04:00
Krausus
f5be679752
Adds ghost_follow_link and AI eye following
2015-05-23 08:54:13 -04:00
Krausus
64f39bb871
Fixes AIs and ghosts not being able to follow bots
...
This probably touches more files than it really should, but I can't
think of a better way to do it that isn't overhauling the saycode.
2015-05-11 06:38:14 -04:00
Markolie
d8d1670b68
Revert "Revert "Saycode/language/species port from Bay""
...
This reverts commit d54579850c .
Conflicts:
code/game/gamemodes/nuclear/nuclearbomb.dm
code/game/objects/items/devices/radio/intercom.dm
code/modules/mob/living/silicon/pai/pai.dm
2015-02-20 17:46:35 +01:00
ZomgPonies
d54579850c
Revert "Saycode/language/species port from Bay"
2015-02-19 20:15:42 -05:00
Markolie
21926c9e48
Part 1 of saycode/language/species port from Bay
2015-02-17 23:20:50 +01:00
alex-gh
02aab3f779
Temporary revert for the new say code.
2014-04-24 10:28:52 +02:00
Ccomp5950
2d34d142a7
Say code fixes.
...
Lobby players won't hear stuffs
Universal hearing with animals won't be a thing.
Players won't hear stuff if they are sleeping, though somethings might slip through...
Conflicts:
code/modules/mob/living/carbon/human/say.dm
code/modules/mob/living/simple_animal/simple_animal.dm
code/modules/mob/new_player/new_player.dm
2014-04-20 09:30:18 -04:00
Ccomp5950
e224a636b9
Some fixes saycode cleanups
...
Moved the verb check from hear to the speaker
Spellcheck on hulk so Dragor doesn't beat me up.
2014-04-19 17:06:23 -04:00
Ccomp5950
9965c5ff8d
Removal of last debug message and making players be able to use languages over general comms
...
;:k = skrell speak over general comms for example.
2014-04-19 17:04:47 -04:00
Ccomp5950
66f3d8ab75
Say code rewrite, Silicon jerks now using new saycode.
...
Tracking added for AI's and Observers
Instead of calling GetVoice() over and over for everyone that can hear you we're checking a variable that is updated with Life()
removed a bunch of my debug verbs.
Conflicts:
code/game/machinery/telecomms/broadcaster.dm
code/modules/mob/dead/observer/observer.dm
code/modules/mob/living/carbon/human/human_defines.dm
code/modules/mob/living/silicon/say.dm
2014-04-19 17:04:29 -04:00
Ccomp5950
9dab2ad8a1
Saycode rewrite initial commit.
...
Create structure for modular saycode
Regular chat:
specific_paths/say() -> living/say() -> specific_paths/hear_say()
Radio chat:
specific_paths/say() -> Telecoms shit -> specific_paths/hear_radio()
Humans done.
Todo: AI, Robot, simple_animal, and ghosts.
Conflicts:
code/game/machinery/telecomms/broadcaster.dm
code/game/machinery/telecomms/telecomunications.dm
code/modules/mob/living/carbon/human/human_defines.dm
code/modules/mob/living/carbon/human/say.dm
code/modules/mob/living/say.dm
2014-04-19 16:54:16 -04:00