-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #27 from kamgolabek/master
Loading situations file from disk.
- Loading branch information
Showing
7 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ external programs through an easy-to-use TCP protocol. | |
* Support for different dataref types: int, float, double, int[], float[], data | ||
* Simulate key and button presses | ||
* Execute commands | ||
* Load situations | ||
* Free & open source under GPLv3 | ||
* Client libraries available for Qt (c++), Java and C# | ||
|
||
|
@@ -246,6 +247,11 @@ provide a way to lookup keys or buttons by name. | |
|
||
Command identifiers are strings that look like datarefs. | ||
|
||
|
||
### Situations ### | ||
* ** sit {situationFileLocation} ** situation file location relative to XPlane root folder <br /> | ||
(e.g., sit Output/situations/SampleSit.sit ) | ||
|
||
### Other ### | ||
|
||
* **disconnect** Disconnect the TCP socket. | ||
|
@@ -382,6 +388,7 @@ Original Author: | |
Contributors: | ||
- Dan Krusi <[email protected]> | ||
- Bob Gates | ||
- Kamil Gołąbek <[email protected]> | ||
|
||
Use GitHub's issue tracker to report bugs or feature requests. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters