cxong / cdogs-sdl

Classic overhead run-and-gun game
https://cxong.github.io/cdogs-sdl/
GNU General Public License v2.0
898 stars 115 forks source link

Weapon editor #276

Open cxong opened 10 years ago

cxong commented 10 years ago

Write a GUI tool that can edit custom weapons (#274). Doing so currently requires writing the JSON files directly, which is very uninituitive.

It would be good to make this using QT so we can nudge our way towards using that for other editors (including map editor, Tiled and so on).

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

cxong commented 10 years ago

Prerequisites:

cxong commented 7 years ago

Probably easier to do this within the existing Campaign Editor, like how the Character Editor is done, with nuklear. Then we don't have to do so much refactoring of C-Dogs and so on.