ZeWaka

Results 33 issues of ZeWaka

## About the PR ![image](https://user-images.githubusercontent.com/4741640/184076342-8688c1bf-9589-4905-9696-564ab39a35f9.png) ## Why's this needed? gottagotfast

C-Performance
size/S
A-Internal

For some reason, DMDoc is not properly catching the doc comments and applying them to the following item. Shows nothing on hover, if information is forced to display with control+hover,...

bug
dmdoc

See: ``` world.log

enhancement
dreamchecker

For the special render passes, config-driven typepaths for them would be great. Mainly to avoid hardcoded typepaths and allow codebases to operate differently. Re: #272

enhancement

Implementing inline-comment type of doxygen format seen here: https://www.doxygen.nl/manual/docblocks.html#memberdoc I think only `///< foo` would be necessary, but for Qt-style, `/**< foo */` could be implemented as well Could also...

bug
dmdoc

see: ``` filter(type="color", space=pick(FILTER_COLOR_HSV, FILTER_COLOR_RGB), color="#fff") filter(type="layer", render_source = foo.render_target, flags=pick(FILTER_OVERLAY, FILTER_UNDERLAY)) ``` error for first one: ``` filter(type="color") called with invalid 'space' value 'Pick([(None, Base { unary: [], term:...

bug

Error: `for-list must start with variable` It doesn't need to in the case of `for (thing1 in thinglist)` It'll just iterate how many times thing1 is in thinglist. https://github.com/SpaceManiac/SpacemanDMM/blob/7baf6dea13c2f58cbc0faeb250b586e30e355b55/src/dreammaker/parser.rs#L1134

parsing

Feature Request: Many programs store metadata in the iTXt, tEXt, and the zTXt chunks. Such information can include things such as program-specific data and author/copyright information However, somewhere in the...

feature

> Called during the server tick, after sleeping procs and queued commands, just before map information is sent to the clients. > Note: The tick will not wait if this...

Runtime
v515

> 1 if this is an infinite numeric value, either positive or negative; 0 otherwise https://www.byond.com/docs/ref/#/proc/isinf

Runtime
v515