|
3 |
|
|
| The logical syntax imo would be: var/obj/item/a ?= thing a?.do_thingy() Ideally we could also do this: …
|
|
4 |
|
|
| The way Dwarf Fortress accomplishes this in a cheap manner is to cheat and literally teleport the water from the top of …
|
|
3 |
|
|
|
2 |
|
|
| Descriptive Problem Summary: Particles with an animated icon_state only show the first state. Numbered Steps to …
|
|
1 |
|
|
|
2 |
|
|
| An easy example of why specifically having vis behavior determined by the object isn't enough would be this: Suppose I …
|
|
8 |
|
|
|
3 |
|
|
| This came up in conversation so I'm going to bump this. Absolutely idiotic limit. The -1 returns are also weird and …
|
|
12 |
|
|
| Right now Regex datums only support the i, g, and m flags. While ideally they would support as many flags as possible, …
|
|
1 |
|
|
|
4 |
|
|
| I do think there's value in this feature, especially since a lot of the string manipulation procs take negative indices.
|
|
10 |
|
|
| Can't you achieve this already by supplying an animate step with a time of 0?
|
|
6 |
|
|
| Since all logic is serversided*, you are fairly limited on how good you can make your UI's. There's always going to be …
|
|
18 |
|
|
|
1 |
|
|
| Really all you need is the ability to put a plane on another plane. Then you could render all the pass-through cutouts …
|
|
6 |
|
|
|
9 |
|
|
|
6 |
|
|
|
2 |
|
|
|
4 |
|
|
| There's some merit for this, but frankly before you do anything else, you should fix all those warnings.
|
|
2 |
|
|
|
6 |
|
|
|
4 |
|
|
|
3 |
|
|
| Well generally you'd have to license the engine anyway if you wanted to actually make money off it. So really the only …
|
|
16 |
|
|
| It's funny you would say "profits like you have never seen in your life" but not once do you actually explain how to …
|
|
18 |
|
|
|
5 |
|
|
|
4 |
|
|
|
3 |
|
|
|
4 |
|
|
| Yeah, some people act like children, but the children are exceedingly easy to disregard. They only cause drama when …
|
|
31 |
|
|
|
1 |
|
|
| Are you paying your programmer? IF not, yes, that will happen a lot since it's a volunteer position. If so, oh well, …
|
|
7006 |
|
|
|
8 |
|
|
|
1 |
|
|
|
4 |
|
|
|
5 |
|
|
|
3 |
|
|
|
5 |
|
|
| Honestly you should just throw an exception if you encounter turf stacking and tell the developer to fix their shit.
|
|
7 |
|
|
| BYOND's client-side map rendering is horrendous.
|
|
6 |
|
|
|
6 |
|
|
|
5 |
|
|
|
7 |
|
|
|
5 |
|
|
| Probably the simplest example of why this is needed is the 5-minute unclearable reference to anything that was the …
|
|
9 |
|
|
| I think technically it doesn't go invisible, it just defaults to the "" icon_state. And then if that doesn't exist, it …
|
|
3 |
|
|
| Most SVN, git, and mercurial depositories will let you store files privately, usually for a nominal fee. You'll be much …
|
|
5 |
|
|
| It only works correctly if you use the image() proc and set the dir as an arg in that.
|
|
10 |
|
|
| Personally I would rather just not have ~= at all. It sounds suspiciously useless.
|
|
39 |
|
|