mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-03 04:52:35 +02:00
Add changelog for starcatcher snapshot server
This commit is contained in:
19
TODO
19
TODO
@@ -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,
|
|
5
changelog.txt
Normal file
5
changelog.txt
Normal file
@@ -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
|
Reference in New Issue
Block a user