Jaredfogle

Joined: Nov 24 2017

Posts Posts and comments
Subject
Replies
Date
Location
 
Oh, and also because __IMPLIED_TYPE__ was implemented to only work in macros (🙁) this is also made even more …
4
 
I would like this to work: /datum/x var/L = list(1) + list(2) This allows 2 things primarily: 1. Easier interactions …
2
 
In the meantime we have been forced to use the following hax in order to get byond://?debug=status input from DM: …
4
 
Logically I am cropping. So I call Crop(). Crop() is slow. The solution to that shouldn't be a separate hack that is …
9
3
 
Would be nice to let this work out of the box: ASSERT(ismob(thing), "[thing] is not a mob") I have a hack for this …
0
 
16
15
 
I changed the title to make it more clear :-)
3
 
tg uses Windows for all our populated servers if it makes things easier
6
 
Nevermind, they are only references to the specific name and not to the object: /datum/weakref var/reference …
3
2
 
We have a lot of procs that are guaranteed to error if called improperly. For example: balloon_alert("over here!") …
0
 
> unless you are expecting the compiler to optimize your code for you. Yes. Basic language constructs being …
6
8
0
 
I'm reaffirming myself the define is the best route for this rather than something like map_icon since I recently added …
4
 
That would not work for any of our use cases if it limited what was inside the list, and was only available at compile …
4
3
 
Currently, I use Dream Daemon to be able to easily read out runtime logs, world logs, etc when iterating on new …
0
 
FWIW we currently do this in SS13 by packaging it with rust-g.
16
 
There is also only one reason that this: var/mob/moth = allocate("Mothblocks") would not be identical in compilation to …
6
 
`return .` currently compiles to a `GETVAR dot`, then `RET`. `return` currently compiles to `END`, with the dot being …
3
 
This would be an EXTRAVAGANT feature to have, +1
8
1
 
> (suggested to me; it wasn't my idea) :)
1
0
2
 
this guy makes the BEST byond games :) have some lines
12
 
+1 -- It's extremely difficult to find good use cases for particles when anything that has them and moves looks …
17
2
1
0