Subject
Replies
Started By
Last Reply
 
Help you help us.
0
 
Y'know how this: if(a) a.thingy() now has ?. as useful syntactic sugar for it? a?.thingy() It'd be useful if there was …
3
Open
 
My Findings I was investigating how Pointers work in DM, and I came to discover that no matter what -- a pointer to a …
0
Open
 
So Ter and I have been chit-chatting about a visual effect I'm trying to pull off that involves trying to get an …
2
Resolved (515.1643)
 
A little but useful option for a displacement map filter.
6
Resolved (515.1643)
4
Open
 
Expose the hidden flag overlays use to retain dir
1
Open
 
A newly created empty list uses 24 bytes of memory, a list with zero items but used to have 1 item, uses 104 bytes.
9
Open
 
It'd be nice if we could do inline typecasting, mostly for cases where a macro acts like a proc - procs can have return …
0
Open
 
Description It would be nice if we were given more control over pixel offsets by expanding on what options are …
1
Open
 
Often when importing tilesets, there are a lot of blank/empty icon states that come along with it. It would be very …
1
Open
 
In animation() function, when you animate an object with icon_state as an argument, it doesn't change the start time of …
2
Open
 
Currently, Byond_New takes a really long time if you pass string arguments. It would be nice if this could be sped up …
2
Resolved (515.1641)
 
Setting up instances is kind of a pain in the ass. I frequently find myself struggling to remember the exact path to a …
3
Resolved (515.1634)
 
Feels tiny, but- It would be nice if the https://www.byond.com/docs/ notes/xxx.html pages included a publishing date for …
0
Open
 
Currently we're calling a proc that calls CRASH() for creating runtimes from byondapi. Would be helpful if there's a …
0
Open
 
The Problem It would be very helpful if there was a convenient way to only alter the visual_bounds for an atom. The use …
0
Open
 
Could an option be added to have particles emitted from the particle emitter not be parented to the object they've been …
18
Open
 
Add support for discord RPC and add custom settings for these parameters. What is Discord RPC: Discord RPC is a library …
3
Open
 
Add a place to move bugs that have been resolved. Same with features. They're taking up precious space.
2
Redundant
 
Make opacity accept directional bitflags.
0
Open
 
Can we add more CSS options for maptext? Like, letter-spacing
1
Open
 
Windows 11 goes even harder into OneDrive nonsense, which by default has your user documents directory inside of the …
18
Open
 
Sometimes, depending on user resolution, icons and world size, it's hard to find good zoom-mode: "distort" gives sharp …
0
Open
 
Simple request. Assign "Out of Resources" and "Maximum recursion level reached" their own exception subtype. IE …
0
Open
 
Change the default setting for newly created map elements to send right clicks to mouse procs. Would be as simple as …
2
Open
 
Currently in DM, when using the Search function you will be capped if it returned too many results. The current message …
0
Open
 
This is bothering me and I just need to say it somewhere. Client object is too fickle and it feels wrong: 1. We cannot …
0
Open
 
Currently, if you have a .dmi file in a folder outside of any environment, and click on it, it will open Dream Maker …
0
Open
 
A way to differentiate between when a client naturally logs out, versus when they are disconnected (i.e., loss of …
7
Open
 
Global proc to dump sleeping procs by name, for debuggging garbage collection and long term metrics
6
Open
 
1) INS/REP toggle should affect all selected types of atoms instead of turfs only. So it would be possible to replace a …
7
Open
 
The ability to compile a source into a EXE via DreamMaker. Keep the ads, keep the splash screen.. let us market and get …
Page: 1 2 3 4 5
91
Open
 
It would be very useful if we had the ability to turn off saving dynamically generated files to the dyn.rsc This is …
2
Open
 
Currently, "overwriting" a sound (playing a sound on a channel that has a playing sound), will trigger the old sound's …
2
Resolved (515.1638)
 
#define FLAG_ON 1 var/flag = 0 #define TURN_ON_BITFIELD(X) THIS | X flag |= FLAG_ON flag = THIS | FLAG_ON flag = …
2
Not Feasible
 
Change src.name=name to src.name= name || src.name inside of exception/New(). I had an idea to make some standardized …
2
Resolved (515.1638)
 
Simple request. We have blacklisted byond builds that auto-kick players, usually due to gamebreaking bugs or …
1
Open
 
Follow up post of https://www.byond.com/forum/ post/2919636 I figured transform might be what we want eventually …
2
Open
 
Add a way of getting the build timestamp via the DM language.
0
Open
 
Is it possible to get a thing to allow a plane master to appear in more than one map element without needing to …
8
Open
 
I'm starting to hit issues where the difference in how Windows and Linux write files in DM is causing parsing to get …
3
Open
 
They have to pay Amazon/etc for hosting anyway, so why shouldn't they pay BYOND? Wouldn't more money make development …
6
Not Feasible
 
It would be nice if the map editor had limited automapping functionality that we could define for each atom. This way …
0
Open
 
A way to zoom in and out on the variants section of the map editor would be wonderful. Currently it has a predefined …
0
Open
 
Title. * It will be static within the same typepath (or subtypes in a condition) * If a subtype doesn't define a new …
0
Open
 
https://imgur.com/Afc3uhu If Dream Daemon has an option to join my server as a guest, that'll be incredibly convenient …
0
Open
 
This is the current syntax, DM sample in document. client/verb/loners() var/mob/M var/mob/G usr As you can see, using …
1
Open
 
Give the dmi editor new 3 button options * NONE * Rotate clockwise with client direction * Rotate anti-clockwise with …
7
Open
 
/new_datum/parent_type = /datum::parent_type /another_dupe_datum/ parent_type = /datum::parent_type As the title and …
3
Not Feasible
 
A world var or atom var that makes rendering take into account position in .contents
4
Open
Page: 1 2 3 ...