Subject
Replies
Started By
Last Reply
 
Help you help us.
0
 
Hey there. How've you been? Let's face it, BYOND's grown a lot since it was initially envisioned, and with the recent …
1
Open
 
Setting up instances is kind of a pain in the ass. I frequently find myself struggling to remember the exact path to a …
0
Open
 
on-blur / on-focus should be added for all elements Now that client-side commands are a whole thing, managing the state …
1
Open
 
I believe that hascall is a useful builtin to have access to in byondapi. In my particular use case (integrating an …
1
Open
 
Request It would be beneficial if the compiler issued a warning when a procedure uses a "*" dereference operator within …
1
Open
 
Right now you are able to quickly select an object using ALT. But for some reason it won't be treated as an Active …
2
Open
 
1) INS/REP toggle should affect all selected types of atoms instead of turfs only. So it would be possible to replace a …
6
Open
 
Would like the ability to remove all turfs/objs, while holding down the CTRL key or an alternative key.. I would like …
1
Open
 
It would be cool to have a theme that isn't bright. I spend a good amount of my day looking at Icons / Sprites there in …
7
Open
 
1) Fill Rectangle with SHIFT modifier should delete topmost objects. 2) Leave "per object type" behavior to the Eraser …
1
Open
 
See https://www.byond.com/forum/ post/2913728 for what was assumed to be a bug by both myself and several others working …
9
Not Feasible
 
Mouse macros and client-side wingets have created a situation where passing object references to verbs is now extremely …
0
Open
 
.
0
Open
 
There's a commonly requested feature to allow disabling pixel_x/y/z/w inheritance. It's often listed as not feasible …
0
Open
 
When VIS_INHERIT_ID is in play, all mouse actions are processed on the parent. It would be extremely useful to know …
0
Open
 
Could an option be added to have particles emitted from the particle emitter not be parented to the object they've been …
17
Open
 
Right now if you need to get icons of multiple objects from the client you have to do loop through objects and call …
0
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
90
Open
 
world.name defaults to what i want, but can be written to so won't always point to what i want it to point to.
0
Open
 
Client-side glides from movement (managed using glide_size) are very pretty, and make life for us a lot easier That …
0
Open
 
It'd be useful if byondapi had two functions for checking the associability of a list, such as what was discussed in …
1
Open
 
Currently, there is no way to get information on the location of a non-map MouseDrop()/MouseDrag()/etc. position in the …
0
Open
 
to go along with view-size for map controls, this property would tell you where the top-left corner of the viewport …
0
Open
 
inner-size and inner-pos should be added for info controls and tab controls. Combined with on-tab, this could be used …
0
Open
 
The following params for window elements would really help with positioning window elements on the client: inner-pos: …
1
Resolved (515.1631)
 
Title. It'd be good to not render specific things that have to be in the vis_contents of the atom's, example: …
2
Open
 
File deletion confirmation box would be nice for when you delete files in Dream Maker.
0
Open
 
The main request pertains to a feature that was omitted in the recent updates of the map editor for optimization …
2
Open
 
There is currently no way to get raw values from embedded wingets. This would be useful for storing verb arguments …
1
Resolved (515.1631)
 
The Problem The introduction of pointers has been a game-changer, enabling us to create code that is more efficient and …
1
Not Feasible
 
A newly created empty list uses 24 bytes of memory, a list with zero items but used to have 1 item, uses 104 bytes.
7
Open
 
Generally, we need more precise control of opacity, as i said in previous feature request.
1
Open
 
Float Layer is currently -1, it should be something like -1000 so you can freely add to it to arrange overlays
5
Redundant
 
Currently, "overwriting" a sound (playing a sound on a channel that has a playing sound), will trigger the old sound's …
0
Open
 
As per the DM reference: "Commands are still processed in the order they are received, so verbs that use this setting …
2
Resolved (515.1627)
 
I've started to hit some kind of a limit on the number of globally initialized things like lists and images. Might have …
2
Open
 
Can there be a flag/setting for DM to throw warnings whenever it detects completely unused/dead procs? It would help …
4
Open
 
Currently, in order to call a macro over multiple lines, you need to use backslashes. DO_SOMETHING( \ thing, \ thing2 \ …
4
Open
 
The Problem Presently, when using a movement state for an icon animation, stopping the movement abruptly ends the …
0
Open
 
There are some optimizations in filtered loops that you can't match with soft code, in particular loops over the world, …
10
Redundant
 
There are times when the new sorting of vars by type is extremely convenient. And then there are times when it's …
4
Resolved (515.1624)
 
/database, /regex, and /generator each have a var named _binobj which is used to hold a reference to an opaque object …
0
Open
 
Mostly for SS13 hub. Custom hub address for world can allow more credibility for listed servers, and in some way be …
2
Open
 
It would be nice to have the ability to dump memory stats like profiling stats through a proc. Right now you can only …
0
Open
 
I would like this to work: /datum/x var/L = list(1) + list(2) This allows 2 things primarily: 1. Easier interactions …
2
Open
 
Whiskers on kittens, violent chainsaw noises, whacking things with machetes, brown paper packages tied up with string, …
1
Open
 
I can do this: #define EXPRESSION "test" var/global/text = "expression: [EXPRESSION]" And i can do this: #define …
0
Open
 
Seeing as most mice have them now, It'd be nice to move away from being limited to the ancient setup of three button …
16
Open
 
When drawing a large irregular shaped parts of terrain, a rock for example, it would be great to draw only the contour …
2
Open
 
Being able to draw circles via a tool would save a lot of time, rather than having to do it by hand. An option between …
0
Open
Page: 1 2 3 ...