Commit Graph

26 Commits

Author SHA1 Message Date
Klaus Basan
04b1b1e5a9 refs #207, changed / fixed .pro file 2014-04-17 00:11:47 +02:00
Klaus Basan
17a6607781 refs #207, changed simconnect utils, so it can be written remotely 2014-04-17 00:11:40 +02:00
Klaus Basan
f2f9ffafa5 refs #207, added simulator info to interface, plugin 2014-04-17 00:10:08 +02:00
Klaus Basan
89cb48bbfc refs #207, added simulator setup to CSimulatorInfo
* setup will provide some metadata about the flight simulator, such as path, version etc.
* there will be a sim independent setup class, providing common information such as path, is simulator installed, etc.
* a sim dependent class on top will provide the values specific to one sim
* setup will contain the logic to fetch its values: setup->init
2014-04-17 00:10:07 +02:00
Klaus Basan
9db245c843 refs #207, fixed windows.h / NOMINMAX.
Depending on the build setup (config.pri) missing NOMINMAX caused warning, or already existing NOMINMAX caused warning
2014-04-17 00:10:05 +02:00
Klaus Basan
5e8460e28f refs #182, added tupel tie for aircraftmapping.h 2014-04-17 00:09:04 +02:00
Klaus Basan
6c125ba830 refs #199 , some formatting during "merge" 2014-04-17 00:09:01 +02:00
Klaus Basan
dc1e08b312 refs #199, integration with latest simulator context
* Fixed warning HRESULT hr = S_OK; uint/int warning
* loadPlugins in constructor
* init removed, wiring in runtime class
* Using getRuntime to refer to other contexts
* Fixed reading of plugins, with no exisiting "plugin" dir this did hang
2014-04-17 00:08:59 +02:00
Roland Winklmeier
6448ff65fd Fix linker error by adding specific sources files
This is a temporary workaround, since some files in subfolder
fsx are build into the plugin and some are build in any case.
2014-04-01 15:56:25 +02:00
Roland Winklmeier
c4d3e85664 Build subfolder FSX only when enabled in the config. 2014-04-01 15:18:02 +02:00
Roland Winklmeier
dec49dba7f Moved FSX specific implementation into blacksim/fsx and
converted it into a plugin.

refs #190
2014-03-30 14:49:22 +02:00
Klaus Basan
e1e4fbb449 Fix for include of windows.h , as discussed
* Meeting 2014-03-25
* here https://dev.vatsim-germany.org/issues/185#note-4
2014-03-26 21:31:40 +01:00
Klaus Basan
88fb9e8832 refs #192, enable value objects for JSON:
* from/toJson methods
* jsonMembers where applicable
2014-03-26 20:18:42 +01:00
Klaus Basan
9aebf05e68 CSimConnectUtilities : public QObject as discussed in meeting 25-03-2014 2014-03-26 19:51:04 +01:00
Klaus Basan
7822800454 refs #185, fixed a Doxygen comment 2014-03-26 19:50:59 +01:00
Klaus Basan
ed60616409 refs #185 , utility class for FSX simconnect (e.g. writing simconnect.cfg , or error coded to QString) 2014-03-26 19:50:55 +01:00
Klaus Basan
f2364692e3 refs #145, fixed some .pro/.pri files to new style 2014-03-12 02:23:34 +01:00
Klaus Basan
ffc03e46f5 refs #140 , refs #127 renamed aircraft.cfg and mapping class and tupelized it 2014-03-11 01:30:40 +01:00
Klaus Basan
4db12d888e refs #74, refs#140 renamed CSimulator to CSimulatorInfo and tupelized class
CSimulatorInfo discussed https://dev.vatsim-germany.org/issues/74#note-6
2014-03-11 01:19:57 +01:00
Klaus Basan
94d80f6d20 refs #74 , removed default initializers (https://dev.vatsim-germany.org/issues/74#note-5) . Fixed == 2014-03-10 20:03:41 +01:00
Klaus Basan
d2429a4776 refs #74 , free functions (at this time registration of metadata) 2014-03-10 20:03:38 +01:00
Klaus Basan
a4ae1fc626 refs #74 , class for mapping. Still open whether this will be FSX/9/P3D specific, or global. 2014-03-10 20:03:37 +01:00
Klaus Basan
e519942c4a refs #74 , class for FSX aircraft.cfg entries 2014-03-10 20:03:36 +01:00
Klaus Basan
dc54621a90 refs #74 , dummy for Doxygen 2014-03-10 20:03:35 +01:00
Klaus Basan
f3724e7972 refs #74 , simulator class (describing used simulator). Remark: Maybe this will go to BlackMisc someday 2014-03-10 20:03:34 +01:00
Klaus Basan
b78bbc3138 refs #74 , added project BlackSim for simulator related classes 2014-03-10 20:03:33 +01:00