OpenTrespasser / JurassicParkTrespasser

A git-based fork of the Jurassic Park: Trespasser source code.
98 stars 24 forks source link

Match source file locations to their projects #41

Open meekee7 opened 4 years ago

meekee7 commented 4 years ago

Most projects have one or more directories for their source code. But sometimes they own source files from other directories as well. For example, the GeomDBase project has most of its code in Lib/GeomDBase, but also some code in Lib/Renderer and GUIApp.

The source code should be reorganized so that no two projects directly share a source code directory.

When files are moved, that should be done via Git so that their commit history is retained.