drongood12
5abca05715
Removed semicolon output in critical state ( #55396 )
...
removed semicolon display in critical health
Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com >
2020-12-18 02:30:09 -08:00
Ghom
016ce6093c
You can('t) whisper into comms in crit. ( #54970 )
...
* Stops critted people from speaking into the radio.
* Whitelist implementation and removal of unreachable/unused code.
* Woops.
2020-12-02 19:00:13 +01:00
TiviPlus
0eaab0bc54
Grep for space indentation ( #54850 )
...
#54604 atomizing
Since a lot of the space indents are in lists ill atomize those later
2020-11-30 12:48:40 -05:00
skoglol
cc03593d12
Removes changeling teams and hivemind channel ( #54054 )
...
* Removes changeling teams and hivemind channel.
* More cleanup
* some more stuff
2020-10-28 14:51:34 -04:00
ZeWaka
9629feed35
Converts A && A.B into A?.B ( #54342 )
...
Implements the ?. operator, replacing code like A && A.B with A?.B
BYOND Ref:
When reading A?.B, it's equivalent to A && A.B except that A is only evaluated once, even if it's a complex expression like a proc call.
2020-10-13 16:43:53 -03:00
TiviPlus
ca366c3ea1
Bools and returns super-pr ( #53221 )
...
Replaces like 70-80% of 0 and such, as a side effect cleaned up a bunch of returns
Edit: Most left out ones are in mecha which should be done in mecha refactor already
Oh my look how clean it is
Co-authored-by: TiviPlus <TiviPlus>
Co-authored-by: Couls <coul422@gmail.com >
2020-08-28 14:26:37 -07:00
nemvar
dc30c6e9a5
Merge pull request #52959 from bobbahbrown/runechat-changes
...
Adds Time-Based Layering to Runechat Messages + Refactoring
2020-08-21 11:40:56 +02:00
bobbahbrown
26a16979d2
looks good chief
2020-08-15 13:46:59 -03:00
Timberpoes
19c3bbde31
Cleanup up all instances of using var/ definitions in proc parameters. ( #52728 )
...
* var/list cleanup
* The rest of the owl
* plushvar bad
* Can't follow my own advice.
2020-08-07 12:23:42 -03:00
Jared-Fogle
dd393b27e9
Fix multiple message prefixes being allowed at a time. AKA, you can now start messages with ellipses again. ( #52498 )
2020-07-26 22:07:41 -04:00
LemonInTheDark
d3f9b70c0f
Adds a message modification packet to saycode to allow for unordered parsing of operator chars, like ;, #, :, or % ( #51790 )
2020-07-18 18:18:23 +02:00
jdawg1290
62676e72a8
Force LF line endings with gitattributes and convert repo ( #52266 )
...
Co-authored-by: Aleksej Komarov <stylemistake@gmail.com >
2020-07-16 03:02:40 +03:00
PrimordialOoze
60a9158a9b
Better Player Ignore ( #51353 )
...
* Revamp the player ignore system
* Move a variable definition out of a loop
* Replace a |= with +=
* Improve some code
* Fix some code
Co-authored-by: Local <none>
2020-06-01 01:01:40 +02:00
nemvar
1f4155e887
Renames most say.dm files. ( #50971 )
2020-05-08 19:09:23 -07:00