GarageGames / Torque3D-ProjectManager

MIT Licensed Open Source version of the Torque 3D Project Manager from GarageGames
71 stars 74 forks source link

Templates not found when no executable is present #3

Closed DavidWyand-GG closed 11 years ago

DavidWyand-GG commented 11 years ago

If there is no game executable present in a template then that template does not show up in the list when creating a new project. This means that we must first compile all templates before being able to make projects out of them.

Ideally we should be able to create new projects from templates that don't have an executable. Then it will be up to the project to compile itself before being used.

DavidWyand-GG commented 11 years ago

Fixed in development branch