mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2025-01-27 19:01:09 +00:00
5eb438e3ba
Added map scripting capabilities to UDB (#656). Documentation at https://biwa.github.io/udbscript-docs/
18 lines
No EOL
570 B
Markdown
18 lines
No EOL
570 B
Markdown
# What's still missing
|
|
## Wrappers
|
|
- `Line3D` wrapper
|
|
|
|
## Interop
|
|
- Make (parts of) game configuration (for example ThingTypeInfo) available?
|
|
|
|
## Map elements
|
|
- is the current implementation for thing and linedef action arguments OK?
|
|
|
|
## UI
|
|
- add favorite script functionality (in the UI and with hotkeys)
|
|
- add "quick script" function to write and run one-shot scripts in UDB without having to create files
|
|
|
|
## Other
|
|
- remove the `Wrapper` part from the wrapper class names?
|
|
- some way to get information about the current editing mode (name, ...)
|
|
- radians vs degrees? |