Modify ↓
Ticket #4 (closed to-do (no feature requests!): later)
Port EditWorld to wxWidgets
| Reported by: | muggenhor | Owned by: | muggenhor |
|---|---|---|---|
| Priority: | normal | Milestone: | unspecified |
| Component: | Tools: EditWorld | Version: | git/master |
| Keywords: | Cc: | warzone-dev@… | |
| Blocked By: | Blocking: | ||
| Operating System: | All/Non-Specific |
Description
Edit World needs to be ported from MFC as GUI library to wxWidgets instead.
The following files need to be ported from using MFC to wxWidgets instead:
- brushprop.cpp
- btedit.cpp
- bteditdoc.cpp
- bteditview.cpp
- expandlimitsdlg.cpp
- mainfrm.cpp
- mapprefs.cpp
- objectproperties.cpp
- pasteprefs.cpp
- playermap.cpp
- tdview.cpp
- textureprefs.cpp
- textureview.cpp
- wfview.cpp
The following dialogs need to be ported from using MFC to wxWidgets instead:
- IDD_EDGEBRUSH (brushprop.cpp)
- IDD_EXPANSIONLIMITS (expandlimitsdlg.cpp)
- IDD_MAPPREFS (mapprefs.cpp)
- IDD_OBJECTPROPERTIES (objectproperties.cpp)
- IDD_PASTEPREFS (pasteprefs.cpp)
- IDD_TEXTUREPREFS (textureprefs.cpp)
Attachments
Change History
comment:3 Changed 3 years ago by Buginator
- Operating System set to All/Non-Specific
- Milestone changed from 2.2 to unspecified
Note: See
TracTickets for help on using
tickets.

(In [3450]) Don't depend on Windows API specific functions when an alternative is provided by the C library:
This addresses #4