Wxfred2Contributions

From FreeSpace Wiki
Revision as of 22:59, 21 October 2013 by Niffiwan (talk | contribs)
Jump to: navigation, search

Get the source code

  • Fork this git repository
  • Make changes to the wxfred2 branch
  • Issue a pull request for someone (z64555?) to review & commit your changes

Coding Gudelines

(taken from z64555 on IRC)

  • "Trash the MFC UI elements, Use wxWidgets UI elements, use as much of the backend code as possible" (while not screwing over future development)
  • "the golden rule for wxFred is that no business logic be located in the UI elements"
  • "UI stuff is strictly UI, any op's that do actual things must go through an API provided by wxfred2.h and .cpp"
  • Coding style - I think we should enforce one for new wxfred2 code, I don't which one, just any one

Features to work on

Feature name Who is working on it? Is it done?
create all windows z64555 yes
glViewpoint z64555 no
New Mission ? no
Save mission file niffiwan? no

Some pastebins:

Or - just link to mantis?