Peter Sadrozinski
ffc9db1b82
Checkpoint 2
...
- fixed tile matching using add_intermediate_nodes
- source code rearrangement phase 1 - remove a lot of libraries that are not used by other apps
- move some of the Buildtiles libraries that are used by other apps (and libs) into terragear lib directory
- debug message overhal - to show some progress.
TODO - not implemented yet
- caculate face nodes and save in superpoly (where the faces are stored)
- calculate node normals, and store in tg_nodes (where the nodes are stored)
TODO - bugs
- find_intermediate_nodes isn't working for a lot of roads - still many t-juntions making visible gaps
- flatten ocean nosed is also creating gaps
- there's a grey poly on madeira - need to investigate
2012-10-06 22:10:03 +02:00
Peter Sadrozinski
e6ac493395
checkpoint1
...
- all polys triangulated individually
- shared edge loading should be working, but there are still issues.
2012-10-06 22:04:44 +02:00
Christian Schmitt
3f996495c6
Issue 888: Fix for master branch: Correctly calculate the bucket center and radius.
...
The previous routine lead to offsets in the verts and thus to problems in the transition shaders.
2012-09-30 22:37:54 +02:00
Peter Morgan
4c975a0537
Doxygen and code documentation
...
Small patch to add some documentation
2012-09-26 18:11:36 +02:00
Christian Schmitt
fb6cee3bb0
Tweak PAPI/VASI object creation, add missing object types
2012-09-21 20:19:47 +02:00
Peter Sadrozinski
4cacaeb7f8
fix path construction when copying multiple objects in DoCustomObjects()
2012-09-21 10:23:56 -04:00
Christian Schmitt
133c0ef91b
Improve buoys calculation for water runways
2012-09-19 10:53:28 +02:00
Christian Schmitt
42e4cefab3
Linear features: alternating green/amber lights were still missing.
...
Support for line light types is complete now.
2012-09-17 11:49:47 +02:00
James Turner
11bce4fce9
Fix typo in FindSimGear module
2012-09-17 08:59:56 +01:00
Christian Schmitt
473992e684
Helipad shoulder support
2012-09-16 22:15:45 +02:00
Christian Schmitt
d81f2c36e1
Add an area around the helipad if the size is not square
2012-09-16 22:15:44 +02:00
James Turner
fe7899c018
Update FindSimGear.cmake module
...
Bring in-line with the current version from FG.
2012-09-16 16:15:16 +01:00
Christian Schmitt
ccfde6914a
Linear features: Yellow hold lights are unidirectional to the right of the line direction.
...
Implement this by creating a directional normal for these types.
2012-09-14 12:41:16 +02:00
Christian Schmitt
e8e1123db1
Helipads: correct light colour to yellow as in the spec, reduce amount
...
of circle lights and add edge lights with 5m spacing
2012-09-13 13:53:22 +02:00
Christian Schmitt
d83f1c265c
Add textured lines to ogr-decode help output
2012-09-12 12:56:52 +02:00
Christian Schmitt
0957f0ccc8
Fix runway edge lights calculation.
2012-09-11 10:45:29 +02:00
Christian Schmitt
8f0d5130f5
Initialize variables
2012-09-07 15:03:31 +02:00
Christian Schmitt
356cdd17d4
Fix helipad generation and simplify the routine.
...
Add edge lights to the corners
2012-09-07 14:52:51 +02:00
Christian Schmitt
4808d2a2e5
Set default threads number to 1 and add switches to enable multithreading:
...
"--threads" enables autodetection of available cores
"--threads=x" sets a custom threads value
Update help test and remove duplicate dem option
2012-09-05 11:26:11 +02:00
Christian Schmitt
d80a4c2df5
activate external threshold light bar function and clean up
2012-09-02 12:52:35 +02:00
Christian Schmitt
7df8533e8e
Remove individual threshold bar lights routines from the ALS functions
2012-09-02 12:52:35 +02:00
Christian Schmitt
e118d8ec3b
Adapt threshold lights routine to displaced threshold generation
...
move threshold bar creation here and make the routine generic for
all ALS that use threshold bars
2012-09-02 12:52:30 +02:00
Christian Schmitt
25d93d37eb
Create centerlines lights over the reciprocal displaced thresholds, too
2012-09-01 12:00:01 +02:00
Christian Schmitt
b0bb0ab9a0
Change edge lights routine to work with displaced thresholds as well
2012-09-01 11:57:28 +02:00
Christian Schmitt
7774de4939
Adapt to SG changes
2012-08-26 22:22:40 +02:00
Christian Schmitt
a35008f061
Use gen_corners function for the vector calculation as well
2012-08-16 13:03:51 +02:00
Christian Schmitt
90795f9d05
Fix the runway centerline, threshold and edge lights. They still used calculations in ft,
...
which were no longer compatible and led to wrong results.
Also, apply some more of the FAA specs on the edge lights now.
2012-08-15 21:22:13 +02:00
Christian Schmitt
84e88858b1
Further tweak the displaced threshold routine for short variants.
...
Explicitly fixes EDCJ but many more, too
2012-08-12 12:44:15 +02:00
Christian Schmitt
9918956c45
Fix displaced threshold calculation and convert measurements to meters
2012-08-12 09:52:54 +02:00
Christian Schmitt
9604ec8fad
genapts850: fix a bug that can lead to the parser reading beyond one airport definition
...
and thus create another airport instead.
2012-08-09 18:31:47 +02:00
Christian Schmitt
4293c00b73
genapts850: make sure we do not hang forever in a parse loop
...
when there are actually no airports to parse within the bounding box
2012-08-06 19:41:36 +02:00
Christian Schmitt
abece63b5d
Put default max_slope value for airports back to 2%. We have a command line option to increase this, if necessary
2012-08-06 12:58:11 +02:00
Christian Schmitt
f937ec5745
gpc readme update
2012-08-03 13:58:05 +02:00
Christian Schmitt
9761a02299
gpc.h should be in the include list.
...
Add some more variants of the gpc libs name to pick it up on different distros
2012-08-03 10:00:29 +02:00
Christian Schmitt
c7a18cb501
Cleanup the genapts850 lights routine and move duplicate code into
...
a seperate function
2012-08-01 11:08:31 +02:00
Christian Schmitt
3f91f11115
genapts scheduler: fix a buffer overflow. 512 bytes should be enough for everyone :)
2012-07-09 13:03:53 +02:00
Christian Schmitt
7d919e2329
bug #792 : second try to fix the windows copy issue
2012-07-09 11:05:17 +02:00
Christian Schmitt
2a7c1bc7fe
Bugfix: issue #792 should be fixed by this (hopefully)
2012-07-08 18:32:32 +02:00
Christian Schmitt
6e5c55fc24
Allow compiling against shared SG libs.
...
This needs testing.
2012-07-07 15:03:10 +02:00
Peter Sadrozinski
a9d810d447
remove hard coded work directory in multicore api
2012-07-01 04:33:52 -04:00
Frederic Bouvier
107f5cefd6
Fix windows build
2012-06-28 08:43:09 +02:00
Christian Schmitt
0f690ff621
runway/taxiway: add dry lakebed texture
2012-06-24 17:49:22 +02:00
Christian Schmitt
c31247f51a
Add POCO dep to the cmake files
2012-06-17 10:51:58 +02:00
Christian Schmitt
5da5dc29be
Add signs size support to the STG files
2012-06-17 10:47:45 +02:00
Peter Sadrozinski
83f6532af0
Add multicore support for genapt850.
...
- fix launch
- fix taxiway debug uninitialized variable
- fixed issue when child crashes, not timed out - detect the error
when we get notified that the socket has data, but no line is received
2012-06-16 09:09:55 -04:00
Christian Schmitt
18fd0e9546
Simgear 'route' code is unused now.
2012-06-11 13:13:55 +02:00
Christian Schmitt
873fff2afc
Fix FSF address in headers and add a proper header to GenAirports850/main.cxx
2012-05-05 12:20:21 +02:00
Christian Schmitt
09d7be09c5
Do not print out terrafit help text two times
2012-04-25 21:10:07 +02:00
Christian Schmitt
16a0a104c3
Some output cosmetics
2012-04-16 10:41:00 +02:00
Peter Sadrozinski
7c70cb8da7
Add support for legacy taxiway '10'
2012-04-14 17:08:52 -04:00