Commit Graph

12 Commits

Author SHA1 Message Date
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
Firecage b18e8ba52b Makes Plastitanium Windows deconstructable and children of Reinforced Windows. (#46679)
* Makes plastitanium windows children of reinforced windows.

* Unanchored variety isn't fully tooled in now.

* Path moved to plasma/reinforced/plastitanium

* Fixes a blunder about neglecting a mapping path change.
2019-09-25 18:25:48 -07:00
ShizCalev d77eb3df50 Adds new window spawners 2018-04-18 13:50:59 -05:00
Denton 50be282659 20 hours in notepad 2018-04-11 14:01:43 +02:00
Denton 1be4ecb804 fixes shuttle/hollow r-plasma window names 2018-04-05 13:27:54 +02:00
ShizCalev 395c0ee6a0 Cleans up some qdel(src)'s in Initialize() 2017-11-26 20:15:12 -06:00
ShizCalev 301528bc6e Window spawner refactor (#30747) 2017-09-16 17:34:01 -04:00
ShizCalev 922422a159 Window Spawners mk2 (#29792) 2017-08-10 08:17:30 -03:00
ShizCalev b3a2721590 Window Spawners (#29634) 2017-08-02 10:11:07 -04:00
Cyberboss 0f71ac6190 Fixes window spawners qdeling in New() (#25357) 2017-03-22 16:11:40 -03:00
francinum fbfb80a0e2 I after E
When you're spelling something not 1 line away.
2015-10-09 00:25:20 -04:00
KyrahAbattoir d6c0ebdc1b Mapping tool: adds a "structure" spawner that can be used to create "sets" of objects in a turf at runtime rather than having to stack objects in the map editor. Included are two presets for window and rwindow with a "wiring friendly" icon. 2015-06-05 11:39:23 +02:00