mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Reorganized client source code
Removed many useless and old classes Started transition to new CSS Added URIs for specific REST requests
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
|
||||
void updateExportData(json::value json);
|
||||
void updateMissionData(json::value json);
|
||||
json::value json();
|
||||
json::value json(bool fullRefresh);
|
||||
|
||||
virtual void setState(int newState) { state = newState; };
|
||||
void resetTask();
|
||||
|
||||
@@ -18,7 +18,6 @@ public:
|
||||
|
||||
private:
|
||||
std::thread* serverThread;
|
||||
json::value answer;
|
||||
|
||||
void handle_options(http_request request);
|
||||
void handle_get(http_request request);
|
||||
|
||||
@@ -13,7 +13,7 @@ public:
|
||||
Unit* getUnit(int ID);
|
||||
void updateExportData(lua_State* L);
|
||||
void updateMissionData(json::value missionData);
|
||||
void updateAnswer(json::value& answer);
|
||||
void updateAnswer(json::value& answer, bool fullRefresh);
|
||||
void deleteUnit(int ID);
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user