diff --git a/TODO b/TODO deleted file mode 100644 index 807471827..000000000 --- a/TODO +++ /dev/null @@ -1,19 +0,0 @@ -HTTP API: - Make it OO, - Use STL (i.e std::string for url, etc) - -RequestBroker: - APIRequest: - Standard StatusParser and Status object ( {Status: 0, Error = "Danger, Will Robinson!"} ) - Request: - Some way of identifying multiple requests destined for the same listener - -Client/Server API: - Make more use of APIRequest so we can get rid of the pooey, flakey threading in PreviewView, etc - -Interface General: - Try to use the "Activity" model for some simpler interfaces instead of code-heavy M-V-C - Move interfaces into separate folder - -Interface Elements: - Vertical Scrolling for Textbox, diff --git a/changelog.txt b/changelog.txt new file mode 100644 index 000000000..1966e8ac2 --- /dev/null +++ b/changelog.txt @@ -0,0 +1,5 @@ +# This file is used by the starcatcher.us snapshot server to pull changelogs +# It may also be used by mod owners using the starcatcher update server to write changelogs for their mods +# Erase and replace the changelog for every release, do not just append changes to the end + +Fix issue where Linux version couldn't be launched from some file managers