1
0
mirror of synced 2024-06-28 15:47:40 +00:00
Commit Graph

78 Commits

Author SHA1 Message Date
ed7f2f38b0 Fixed SimConnect reference not being held causing immediate disconnects
Fixed allRunning / partiallyRunning being swapped in engines.lua
2017-06-11 20:06:55 +02:00
e279ed30d0 Fixed incorrectly named autopilot altitude 2017-06-11 09:12:00 +02:00
c79e1d75ba Fixed #3: Sort the function list in the button selection screen 2017-06-11 08:53:14 +02:00
71a65c91c9 Implemented lights.lua
Fixed syntax error in instruments.lua
Added scripts to setup
Update documentation to reflect automatic creation of scripts folders
2017-06-10 16:31:35 +02:00
fc17314236 Implemented instruments.lua 2017-06-10 16:16:13 +02:00
e71d19e77e Implemented radios.lua 2017-06-10 15:04:27 +02:00
0779f2bfe7 Implemented engines.lua 2017-06-10 14:22:08 +02:00
f716ba17ae Implemented controlsurfaces.lua 2017-06-10 14:00:34 +02:00
37f3683ceb Implemented autopilot.lua 2017-06-10 10:19:55 +02:00
fd0202536c Fixed #1: Auto-create user data scripts path in setup or during first launch 2017-06-10 10:07:09 +02:00
3629184960 Improved error handling for loading script files
Implemented all functions in systems.lua
2017-06-10 10:01:00 +02:00
b597235874 Added placeholders for all 1.6 functions
Implemented most of the systems functions
2017-06-06 23:59:54 +02:00
897ba9310e Added first two Lua script conversions; autopilot airspeed and ATC visibility
Updated DelphiLua
Added scripting documentation
2017-06-04 11:18:48 +02:00
6dbea6f211 Fixed crashes on shutdown due to Lua API being unloaded before the last TLua instance is destroyed 2017-06-01 20:19:25 +02:00
Mark van Renswoude
197349f515 Added start of documentation 2017-06-01 17:28:10 +02:00
0e13417652 Added Logging methods for Lua scripts
Added exception handling
2017-05-30 22:04:23 +02:00
f92d3e612b Added FSX worker to marshal SimConnect data to Lua structures - untested 2017-05-29 22:56:07 +02:00
54e7e36ee9 Implemented basis for Lua scripting and registering FSX variables - incomplete and crashes on shutdown 2017-05-28 23:51:57 +02:00
b0613d6f5b Added Airspeed Hold function 2016-11-07 19:26:41 +00:00
51162bc7e0 Renamed "Engine anti-ice" to include the terminoloy "Carb heat" 2016-03-25 18:09:38 +00:00
06faf2aa88 Added Tail wheel lock, Water rudder and Float functions
Improved search functionality
2016-03-20 10:58:29 +00:00
57037928ca Changed: FSX state is now more accurately reflected in the UI
Added: seperate left/right/nose/tail gear functions
Added: flaps handle position based on index and percentage
2015-12-29 11:22:23 +00:00
7a1e4ed494 Added Auto brake and Spoilers armed functions
Added search functionality for functions
Updated version of SimConnect Steam Edition
2015-12-19 13:53:10 +00:00
b648821e7d Version updated to 1.1.1.1 2015-06-24 19:42:23 +00:00
717d2a0724 Fixed: no longer causes full-screen FSX to lose focus 2015-06-24 19:36:56 +00:00
dfc9255585 Added: restart option to in-game Addons menu 2015-06-17 16:28:18 +00:00
76565a9c5d Compatibility with FSX - Steam Edition
AutoLaunch feature
2015-04-18 11:42:15 +00:00
20350cfdd7 Changed logging to X2Log
Implemented tray icon functionality
2015-04-18 10:28:53 +00:00
f2bcf3401d Version 1.0.8 2015-03-14 10:01:26 +00:00
b0bb11f55d Release version is now the trunk again 2015-03-14 09:48:05 +00:00
77cf10ddf6 Reverted trunk back to revision 38 (base for 1.0.6 release branch) 2015-03-14 09:46:57 +00:00
f3b7a0c45f Added: pitot heat 2015-03-14 09:43:15 +00:00
f0d3feb6cf Fixed URL in setup 2015-03-04 16:37:22 +00:00
22facfa9ba Added: throttle state function
Added: experimental ATC visibility function
2015-03-04 16:14:07 +00:00
388d5ddfaf Added: setup
Fixed: "Path not found" error on first startup
2014-09-01 06:08:31 +00:00
6ad8593423 Updated version info 2014-07-02 22:45:10 +00:00
b30d1ec59d Added fuel level function 2014-07-02 22:23:17 +00:00
f3257a15b8 Branch for version 1.0.6 - adding fuel level support 2014-07-02 21:50:54 +00:00
6aca2ebe1b Assignment check 2014-07-02 21:48:36 +00:00
aea5e66c0e Released version 1.0.5 2014-02-16 17:52:47 +00:00
6a1eca8068 Released version 1.0.5 2014-02-16 17:51:14 +00:00
966184fd0a Overhaul of the profile management 2014-02-16 17:45:54 +00:00
0a9d825261 2013-04-14 09:25:40 +00:00
a9b472ea9a Changed: poll FSX instead of handling the event (0.6-style), in the hopes of solving a stability issue 2013-02-28 22:01:26 +00:00
4fb7b842f5 Reintegrated branches/longterm 2013-02-24 21:04:48 +00:00
72121a83ec Bugfixes pre 1.0 release 2013-02-24 21:00:48 +00:00
50580144ac Ready for beta 1.0!
Added: FSX state
Added: incremental search for functions
Added: converted all 0.6 functions
Fixed: state being forgotten when changing the profile
2013-02-24 20:09:47 +00:00
62fb8e1357 Added: tail hook worker, flaps and spoilers 2013-02-23 08:32:20 +00:00
2cef07e337 Added: converting old registry settings to new XMLs
Added: framework for all converted FSX functions
2013-02-22 21:52:12 +00:00
25a26c1888 Removed todo 2013-02-21 22:31:44 +00:00