Vi3trice and GitHub
9e90c81282
Defining Part 1 - Code cleanup toward defines ( #19262 )
...
* This is only the beginning
* Update stack.dm
2022-10-10 20:50:29 +02:00
SteelSlayer and GitHub
358ff86ddb
Removes the need for ComponentInitialize ( #18833 )
...
* removes `ComponentInitialize`
* mapload
* add back CRASH
2022-08-18 22:00:19 +01:00
6a91840962
Code Readability - Weapons ( #18171 )
...
* weapons
* weapons
* prefer explicit time
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
* Don't have code on same line as control statement
Co-authored-by: Charlie <69320440+hal9000PR@users.noreply.github.com >
2022-07-10 13:59:33 +01:00
SabreML and GitHub
0b375de42c
Removes the the vast majority of 'The the' from the the code ( #15597 )
...
* The the
* Some more
* Review 1
* A couple more
2021-06-20 10:20:32 -04:00
01da8413de
Adds the proximity monitor component. Performance improvement for turf/Entered ( #14196 )
...
* proximity monitor
* Update code/__HELPERS/unsorted.dm
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
* farie review tweaks
* actually I need this
Co-authored-by: AffectedArc07 <25063394+AffectedArc07@users.noreply.github.com >
2020-09-20 13:31:16 -04:00
Fox McCloud
0034e851a1
Kills off Object and Fast Object Processes
2019-04-23 23:53:40 -04:00
variableundefined
309e3b04f6
Clears up some relative pathing part 1
2018-10-10 23:39:34 +08:00
Fox McCloud
5c4aa9b3fd
Removes All Weapons
2018-04-15 16:25:56 -04:00
Fox-McCloud
02f74932e2
Fixes IPC and Diona Knockdown Immunity
2017-07-20 21:01:55 -04:00
Sam
7cf499dcc1
Adds movement intents
2017-06-10 10:12:14 +01:00
Sam
07e0f768d6
Using Weight Defines
2017-05-27 16:34:49 +01:00
Markolie
6982014a6e
Replace all BYOND text macros
2017-02-21 15:41:37 +01:00
TullyBurnalot
51a47b37b0
- 180 Reverse, Mines now banned from surplus
2016-12-20 10:09:38 +00:00
TullyBurnalot
e9f4209188
Proximity Mines now work for everyone
...
- Buttons are buttons
2016-12-19 01:09:34 +00:00
monster860
3df85518e1
Removes .0 at the end of w_class numbers
2016-07-08 12:26:34 -04:00
Tigercat2000
78f53553f8
Reduce lines by removing blank lines added by PJ's script
2016-04-05 08:25:57 -07:00
Tigercat2000
9d430844c3
Replace most (if not all) output << operators with to_chat(user, message)
...
Currently, to_chat is literally just a proc that does user << message.
But it'll let us do output modification in the future, especially for
something like Goon's HTML chat.
Big thanks to PJB for his to_chat script, see
https://github.com/d3athrow/vgstation13/pull/6625 for more details.
2016-04-05 08:15:05 -07:00
Fox-McCloud
7b455d8b89
Re-Works Maintenance Loot
2015-06-04 18:53:13 -04:00
Tigercat2000
595f24bd1b
Cleanup /defines/ folder.
...
This commit removes code/defines/obj.dm and code/defines/obj/weapon.dm.
These files were only kept for legacy compatibility and do not fit into
the tree system at all. It doesn't even make sense since the base defines
are all that were in these, the actual code for the items was in the right
file.
Any new ports that use this file on a different codebase should be sorted
into the tree system anyways, new files if necessary. A giant defines
file is just wasting space and searching effort.
2015-05-09 16:06:59 -07:00