1
0
Fork 0
Commit graph

6080 commits

Author SHA1 Message Date
Thomas Geymayer
a129877eb8 Canvas: Add function to API for getting canvas path 2012-08-09 22:08:44 +02:00
Thomas Geymayer
c785b1bd1c Canvas: Extend Image element and adapt for latest core changes. 2012-08-09 18:18:07 +02:00
Frederic Bouvier
c20b4b1fbb No code change - Improve readability by reindenting files 2012-08-08 09:03:00 +02:00
Stuart Buchanan
89928f8350 Add missing weather configuration dialog from Unified Weather commit. 2012-08-07 23:14:43 +01:00
Stuart Buchanan
ed068bef82 Unification of Weather UI. 2012-08-07 21:27:29 +01:00
Thorsten Renk
9be134b34d Procedural Texturing 2012-08-07 09:01:14 +02:00
Martin Spott
3636ec33ac Transport material was lost during materials re-organization,
this one is worth cherry-picking into the release (I hope it's the only
one which got lost ....).
2012-08-06 18:49:20 +02:00
BARANGER Emmanuel
93364b3d31 Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-08-06 15:47:38 +02:00
Vivian Meazza
479c3eb3fa Merge branch 'master' of gitorious.org:fg/fgdata into work 2012-08-06 10:28:22 +01:00
Frederic Bouvier
ddfe61e323 Preserve film grain aspect ratio 2012-08-06 10:27:29 +01:00
James Turner
5862ada5f0 Add Image to Canvas API 2012-08-06 10:27:25 +01:00
Frederic Bouvier
52ae094a94 Add film wear to the cinema postprocessing effects 2012-08-06 10:27:21 +01:00
Frederic Bouvier
4a71f7a16d Get rid of unsigned int and 'invalid operation' at after RenderBin::Draw(..) 2012-08-06 10:27:17 +01:00
Frederic Bouvier
67f5f9df5b Night vision has precedence over cinema effects 2012-08-06 10:27:07 +01:00
Frederic Bouvier
8e6ed31b94 Add lateral chromatic aberration (purple/green fringe) to the cinema postprocessing effects (Rembrandt) 2012-08-06 10:27:03 +01:00
Frederic Bouvier
5ebabff309 Make vignetting and distortion play nice together 2012-08-06 10:26:59 +01:00
Frederic Bouvier
5907f9469d Add radial lens distortion to the cinema postprocessing effects (Rembrandt) 2012-08-06 10:26:55 +01:00
Frederic Bouvier
9eb117d60c Preserve film grain aspect ratio 2012-08-06 00:18:35 +02:00
James Turner
15e0e0d7c7 Add Image to Canvas API 2012-08-05 22:43:43 +01:00
Frederic Bouvier
c3bcb8a6de Add film wear to the cinema postprocessing effects 2012-08-05 18:51:02 +02:00
Frederic Bouvier
fb0fa00877 Get rid of unsigned int and 'invalid operation' at after RenderBin::Draw(..) 2012-08-05 18:28:47 +02:00
Erik Hofman
f3d25efdb7 Merge branch 'master' of gitorious.org:fg/fgdata 2012-08-05 15:33:28 +02:00
Frederic Bouvier
fab3d677b0 Night vision has precedence over cinema effects 2012-08-05 11:57:48 +02:00
Frederic Bouvier
714555e74b Add lateral chromatic aberration (purple/green fringe) to the cinema postprocessing effects (Rembrandt) 2012-08-05 11:43:56 +02:00
Frederic Bouvier
39473cd720 Make vignetting and distortion play nice together 2012-08-05 10:57:48 +02:00
Frederic Bouvier
9010535292 Add radial lens distortion to the cinema postprocessing effects (Rembrandt) 2012-08-05 10:43:53 +02:00
Vivian Meazza
aa45627ec3 Merge branch 'master' of gitorious.org:fg/fgdata into work 2012-08-05 00:09:18 +01:00
Frederic Bouvier
33634a5ba1 Add slider values to the dialog 2012-08-05 00:08:31 +01:00
Frederic Bouvier
5627a4e8f8 Cinema effects in the Rembrandt framework 2012-08-05 00:08:27 +01:00
Frederic Bouvier
6013f3360e Night vision post processing effect in Rembrandt 2012-08-05 00:08:23 +01:00
Frederic Bouvier
61df317c79 Add slider values to the dialog 2012-08-05 00:34:35 +02:00
Frederic Bouvier
fd5fa77469 Cinema effects in the Rembrandt framework 2012-08-05 00:04:41 +02:00
Frederic Bouvier
191bddc5b1 Night vision post processing effect in Rembrandt 2012-08-04 16:43:16 +02:00
Erik Hofman
46b6ab02af Merge branch 'master' of gitorious.org:fg/fgdata 2012-08-02 19:03:22 +02:00
Thomas Geymayer
7e641735cb Canvas: Improve API and SVG parser.
- API:
  * Rename setSize to setFontSize
  * Add method getElementById to Group
  * Rename name of element to id to show more prominent
    that it should be unique.
  * Add methods for hide/show elements.
  * Fix: set correct id for cloned elements (parsesvg)
  * Fix: retrieving group with getElementById failed.
  * Parse SVG inkscape:transform-center-[xy]
  * Allow rotation around given point (use values from inkscape
    by default for SVG files)
  * Use breadth-first search instead of depth-first search for
    Element::getElementById (large speedup :))
  * Add more convenience functions for path drawing.
  * Add version check (useful if API files manually copied)

 - SVG:
  * Support <use> element
  * Parse font-size
  * Parse stroke-linecap
2012-08-02 01:40:00 +02:00
Thomas Geymayer
2e3aa2673b Canvas: Update API to new geo coords and add map element 2012-08-02 01:40:00 +02:00
Thomas Geymayer
007e9bc33a Canvas: Add a basic SVG parser.
- Add basic std::string implementation to a Nasal submodule named
   std.
 - Add basic SVG parser parsing its results into a canvas group
   element.
2012-08-02 01:39:59 +02:00
Thomas Geymayer
07cb9e7df0 Canvas: Add Nasal API for using the Canvas. 2012-08-02 01:39:59 +02:00
Stuart Buchanan
47685d1794 Document use of the <parameters> section of the materials definition. 2012-08-01 21:08:42 +01:00
BARANGER Emmanuel
a24021a33f Merge branch 'master' of git://gitorious.org/fg/fgdata 2012-08-01 15:23:20 +02:00
Thomas Geymayer
9cd2d64f28 Update ground location dialog to use new parking hash 2012-07-31 23:22:27 +02:00
Stuart Buchanan
0e14a09698 Add rotation of trees, and fix issue 825 2012-07-31 21:44:38 +01:00
Emilian Huminiuc
e67d04ead9 Cleanup some implicit casts
Signed-off-by: Emilian Huminiuc <emilianh@gmail.com>
2012-07-31 21:40:15 +03:00
Vivian Meazza
be5629752b Merge branch 'master' of gitorious.org:fg/fgdata into work 2012-07-31 09:34:01 +01:00
Vivian Meazza
bd95e861f6 Merge branch 'work' of D:\Git_New\fgdata 2012-07-30 23:52:30 +01:00
Vivian Meazza
c62ec2d4ee Merge branch 'master' of D:\Git_New\fgdata 2012-07-29 23:32:29 +01:00
Stuart Buchanan
d2bc548162 Define weight limits, which are displayed on the Weight and Fuel Settings dialog. 2012-07-29 22:47:54 +01:00
Stuart Buchanan
f1adeec7cc Enhancements to the Fuel and Payload dialog
- Fraction of each tank capacity displayed, along with pounds and gallons
- Total fuel is now displayed
- CofG displayed if available even if /limits/ not defined (bug fix)
- Tanks of capacity 0 ignored (bug fix)
- Some layout improvements.

Addresses issue #778
2012-07-29 22:44:14 +01:00
Vivian Meazza
2799dbaa78 Merge branch 'master' of D:\Git_New\fgdata 2012-07-28 10:11:24 +01:00
Stuart Buchanan
642f4f73b7 Correct materials default 2012-07-26 22:00:41 +01:00