]> git.mxchange.org Git - simgear.git/log
simgear.git
12 years agoCmake Windows tweaks.
James Turner [Wed, 7 Sep 2011 18:58:26 +0000 (19:58 +0100)]
Cmake Windows tweaks.

12 years agoUpdate the automake based build system to the last changes.
Mathias Froehlich [Wed, 7 Sep 2011 16:37:02 +0000 (18:37 +0200)]
Update the automake based build system to the last changes.

12 years agoWork (in progress) on CPack packaging for SimGear
James Turner [Wed, 7 Sep 2011 15:54:28 +0000 (16:54 +0100)]
Work (in progress) on CPack packaging for SimGear

12 years agoRevert to simgears thread support.
Mathias Froehlich [Thu, 1 Sep 2011 19:00:48 +0000 (21:00 +0200)]
Revert to simgears thread support.

For all source directories outside of simgear/scene,
which really depends very hard on osg, avoid using osg
classes. This should reenable the use of some basic and
scenegraph independent parts of simgear without the
the need for osg.

12 years agoReimplement SGThread and friends.
Mathias Froehlich [Thu, 1 Sep 2011 16:19:09 +0000 (18:19 +0200)]
Reimplement SGThread and friends.

Reimplement the threading stuff using either pthreads
or win32 threads. These simple classes should help us
to stay osg independent for simgears core classes.

12 years agoMerge commit 'refs/merge-requests/10' of git://gitorious.org/fg/simgear into next
Martin Spott [Mon, 5 Sep 2011 12:17:00 +0000 (14:17 +0200)]
Merge commit 'refs/merge-requests/10' of git://gitorious.org/fg/simgear into next

12 years agoMerge commit 'refs/merge-requests/7' of git://gitorious.org/fg/simgear into merge...
Torsten Dreyer [Fri, 2 Sep 2011 10:11:42 +0000 (12:11 +0200)]
Merge commit 'refs/merge-requests/7' of git://gitorious.org/fg/simgear into merge-requests/7

12 years agoMerge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan [Thu, 1 Sep 2011 18:55:11 +0000 (19:55 +0100)]
Merge branch 'next' of gitorious.org:fg/simgear into next

12 years agoFix bashisms in configure.ac
Dmitry Marakasov [Thu, 1 Sep 2011 18:53:59 +0000 (22:53 +0400)]
Fix bashisms in configure.ac

12 years agoIntroduce quaternion finite difference method.
Mathias Froehlich [Wed, 31 Aug 2011 21:44:06 +0000 (23:44 +0200)]
Introduce quaternion finite difference method.

This implements a function for the quaternion implementation
that computes the angular velocity that matches an explicit euler
step that propagates from a starting quaternion orientation to a
destination quaternion orientation.

12 years agoOne more Linux compile fix.
James Turner [Wed, 31 Aug 2011 14:26:11 +0000 (07:26 -0700)]
One more Linux compile fix.

12 years agoMissing include on Linux
James Turner [Fri, 14 Oct 2011 11:05:31 +0000 (12:05 +0100)]
Missing include on Linux

12 years agoSGPath/Dir extensions to ease file handling in TerraGear. Also a unit-test, shocking.
James Turner [Fri, 14 Oct 2011 10:37:36 +0000 (11:37 +0100)]
SGPath/Dir extensions to ease file handling in TerraGear. Also a unit-test, shocking.

12 years agoFix BTG writer for non-included index arrays.
James Turner [Wed, 12 Oct 2011 16:01:52 +0000 (17:01 +0100)]
Fix BTG writer for non-included index arrays.

12 years agoMake SGModelPlacement safe on reinit
ThorstenB [Tue, 11 Oct 2011 19:28:37 +0000 (21:28 +0200)]
Make SGModelPlacement safe on reinit
Remove old model When init is called multiple times (i.e. reinit).
Also allow explicit removal of submodel (= init(0) ).

12 years agoMerge branch 'next' of gitorious.org:fg/simgear into next
Torsten Dreyer [Sat, 8 Oct 2011 18:36:20 +0000 (20:36 +0200)]
Merge branch 'next' of gitorious.org:fg/simgear into next

12 years agohla: for rti13 queue all callbacks.
Mathias Froehlich [Sat, 8 Oct 2011 15:44:53 +0000 (17:44 +0200)]
hla: for rti13 queue all callbacks.

This is to avoid running into the rti13 ambassadors
recursion guards. Newer rti standards will not requires this.

12 years agoAdd missing header for printf
Martin Spott [Fri, 7 Oct 2011 07:57:09 +0000 (09:57 +0200)]
Add missing header for printf

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Fri, 7 Oct 2011 07:39:12 +0000 (09:39 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoSupport for 32-bit vertex indices in BTG files
James Turner [Tue, 4 Oct 2011 13:04:59 +0000 (14:04 +0100)]
Support for 32-bit vertex indices in BTG files

12 years agoStuart Buchanan:
Torsten Dreyer [Thu, 6 Oct 2011 14:49:09 +0000 (16:49 +0200)]
Stuart Buchanan:
A further fix to the cloud placement, to make it more accurate over longer distances.

12 years agoStuart Buchanan:
Torsten Dreyer [Thu, 6 Oct 2011 14:47:03 +0000 (16:47 +0200)]
Stuart Buchanan:
Add additional lighting factors for 3D clouds so you can set the bottom, middle, top, and shade lighting factors.

12 years agoMerge commit 'refs/merge-requests/12' of git://gitorious.org/fg/simgear into merge...
Torsten Dreyer [Thu, 6 Oct 2011 14:42:36 +0000 (16:42 +0200)]
Merge commit 'refs/merge-requests/12' of git://gitorious.org/fg/simgear into merge-requests/12

12 years agohla: Add flush queue request, fix comments.
Mathias Froehlich [Wed, 5 Oct 2011 19:03:52 +0000 (21:03 +0200)]
hla: Add flush queue request, fix comments.

12 years agoFix win32 build of decode_binobj
Frederic Bouvier [Wed, 5 Oct 2011 06:13:31 +0000 (08:13 +0200)]
Fix win32 build of decode_binobj

12 years agohla: Remove interface functions that should not be called explicitly.
Mathias Froehlich [Tue, 4 Oct 2011 19:07:24 +0000 (21:07 +0200)]
hla: Remove interface functions that should not be called explicitly.

12 years agohla: Initially request update for subscribed unowned attributes.
Mathias Froehlich [Tue, 4 Oct 2011 18:55:44 +0000 (20:55 +0200)]
hla: Initially request update for subscribed unowned attributes.

12 years agohla: provide a more general property data element implementation.
Mathias Froehlich [Tue, 4 Oct 2011 18:32:34 +0000 (20:32 +0200)]
hla: provide a more general property data element implementation.

12 years agohla: add missing file fir the last commit.
Mathias Froehlich [Tue, 4 Oct 2011 18:27:59 +0000 (20:27 +0200)]
hla: add missing file fir the last commit.

12 years agohla: provide a data type visitor building a default data element tree.
Mathias Froehlich [Tue, 4 Oct 2011 18:21:12 +0000 (20:21 +0200)]
hla: provide a data type visitor building a default data element tree.

12 years agohla: detect string and opaque data types.
Mathias Froehlich [Tue, 4 Oct 2011 17:48:34 +0000 (19:48 +0200)]
hla: detect string and opaque data types.

12 years agoFix decode_bin linkage with GNU ld.
James Turner [Tue, 4 Oct 2011 16:53:53 +0000 (17:53 +0100)]
Fix decode_bin linkage with GNU ld.

12 years agoBuild decode_bin helper under CMake.
James Turner [Tue, 4 Oct 2011 14:06:12 +0000 (15:06 +0100)]
Build decode_bin helper under CMake.

12 years agohla: remove the now unused HLAPropertyReference{,Set}.
Mathias Froehlich [Mon, 3 Oct 2011 11:11:27 +0000 (13:11 +0200)]
hla: remove the now unused HLAPropertyReference{,Set}.

12 years agoAdd convenience class for change listener callbacks.
ThorstenB [Mon, 3 Oct 2011 09:57:48 +0000 (11:57 +0200)]
Add convenience class for change listener callbacks.

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Mon, 3 Oct 2011 09:45:57 +0000 (11:45 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agohla: Provide a directly property based api for property data element.
Mathias Froehlich [Mon, 3 Oct 2011 09:21:27 +0000 (11:21 +0200)]
hla: Provide a directly property based api for property data element.

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Mon, 3 Oct 2011 08:42:38 +0000 (10:42 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Sat, 1 Oct 2011 20:05:53 +0000 (22:05 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Mon, 26 Sep 2011 14:23:58 +0000 (16:23 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Mon, 26 Sep 2011 09:18:56 +0000 (11:18 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Fri, 16 Sep 2011 20:55:44 +0000 (22:55 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMake tree textures consistent across runs by replacing rand() call with
Stuart Buchanan [Thu, 15 Sep 2011 20:11:00 +0000 (21:11 +0100)]
Make tree textures consistent across runs by replacing rand() call with
something deterministic.

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Wed, 14 Sep 2011 17:55:27 +0000 (19:55 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Wed, 14 Sep 2011 13:50:19 +0000 (15:50 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Tue, 13 Sep 2011 11:37:12 +0000 (13:37 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Mon, 12 Sep 2011 14:02:00 +0000 (16:02 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Mon, 12 Sep 2011 07:30:27 +0000 (09:30 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Sun, 11 Sep 2011 22:57:50 +0000 (00:57 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Fri, 9 Sep 2011 16:13:12 +0000 (18:13 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Thu, 8 Sep 2011 16:09:24 +0000 (18:09 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Thu, 8 Sep 2011 09:48:56 +0000 (11:48 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Wed, 7 Sep 2011 17:21:53 +0000 (19:21 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Wed, 7 Sep 2011 16:35:40 +0000 (18:35 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoMerge branch 'next' of git.gitorious.org:fg/simgear into next
Martin Spott [Wed, 7 Sep 2011 15:42:54 +0000 (17:42 +0200)]
Merge branch 'next' of git.gitorious.org:fg/simgear into next

12 years agoFix CMake HLA fix
Martin Spott [Mon, 5 Sep 2011 16:45:33 +0000 (18:45 +0200)]
Fix CMake HLA fix

12 years agoMove the decision which rti to use into HLAFederate.
Mathias Froehlich [Tue, 30 Aug 2011 19:52:40 +0000 (21:52 +0200)]
Move the decision which rti to use into HLAFederate.

12 years agoAsync lookup attempt #3 - use OpenThreads instead - I'm going to kill off SGThread...
James Turner [Tue, 30 Aug 2011 14:14:14 +0000 (15:14 +0100)]
Async lookup attempt #3 - use OpenThreads instead - I'm going to kill off SGThread imminently.

12 years agoRevert "Asynchronous host lookups+caching, attempt #2"
James Turner [Tue, 30 Aug 2011 12:41:06 +0000 (13:41 +0100)]
Revert "Asynchronous host lookups+caching, attempt #2"

Bah, SGThread is a pain, need to switch to OpenThreads

This reverts commit 1cb9a79fd48ce6151f6a2cf8d07ef23e002a81b1.

12 years agoAsynchronous host lookups+caching, attempt #2
James Turner [Tue, 30 Aug 2011 11:51:03 +0000 (12:51 +0100)]
Asynchronous host lookups+caching, attempt #2

12 years agoAdd modifyLookahead to the rti abstraction.
Mathias Froehlich [Tue, 30 Aug 2011 05:28:13 +0000 (07:28 +0200)]
Add modifyLookahead to the rti abstraction.

12 years agoAdd SGVec* convinience hla data elements.
Mathias Froehlich [Tue, 30 Aug 2011 05:27:24 +0000 (07:27 +0200)]
Add SGVec* convinience hla data elements.

12 years agoMerge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan [Mon, 29 Aug 2011 13:33:02 +0000 (14:33 +0100)]
Merge branch 'next' of gitorious.org:fg/simgear into next

12 years agoFix error message in RTI13ObjectInstance.
Mathias Froehlich [Sun, 28 Aug 2011 20:26:16 +0000 (22:26 +0200)]
Fix error message in RTI13ObjectInstance.

12 years agoAdd query{Looahead,FederateTime} to the hla interface.
Mathias Froehlich [Sun, 28 Aug 2011 19:22:02 +0000 (21:22 +0200)]
Add query{Looahead,FederateTime} to the hla interface.

12 years agoMerge commit 'refs/merge-requests/9' of git://gitorious.org/fg/simgear into merge...
ThorstenB [Sun, 28 Aug 2011 12:10:11 +0000 (14:10 +0200)]
Merge commit 'refs/merge-requests/9' of git://gitorious.org/fg/simgear into merge-requests/9

12 years ago#329: fix issue with mismatching sound volume
ThorstenB [Sat, 27 Aug 2011 10:00:17 +0000 (12:00 +0200)]
#329: fix issue with mismatching sound volume
Sounds played after changing view position sometimes had incorrect volume

12 years agoSupport absolute paths for XML includes.
ThorstenB [Sat, 27 Aug 2011 09:52:05 +0000 (11:52 +0200)]
Support absolute paths for XML includes.
Use standard path resolver when searching for includes. Includes like
  <foo include="/Aircraft/Instruments/myfile.xml">
are now also supported - no need for
  <foo include="../../../Aircraft/Instruments/myfile.xml">.

12 years agoMerge branch 'next' of gitorious.org:fg/simgear into next
Stuart Buchanan [Fri, 26 Aug 2011 18:09:51 +0000 (19:09 +0100)]
Merge branch 'next' of gitorious.org:fg/simgear into next

12 years agoFurther tweaks to only consider IP4 addresses for the moment, when using getaddrinfo.
James Turner [Fri, 26 Aug 2011 10:27:50 +0000 (11:27 +0100)]
Further tweaks to only consider IP4 addresses for the moment, when using getaddrinfo.

12 years agoRequest only IP4 addresses for the moment, further work required to deal with IP6...
James Turner [Fri, 26 Aug 2011 08:36:59 +0000 (09:36 +0100)]
Request only IP4 addresses for the moment, further work required to deal with IP6 addresses.

12 years agoMerge branch 'next' of git://gitorious.org/fg/simgear into next
Stuart Buchanan [Thu, 25 Aug 2011 21:01:07 +0000 (22:01 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next

12 years agoDon't make CMake install HLA libs and headers in every case.
Christian Schmitt [Thu, 25 Aug 2011 12:03:52 +0000 (14:03 +0200)]
Don't make CMake install HLA libs and headers in every case.

Only install them when RTI is enabled. The autotools build system
handles this equally.

12 years agoImplement #327 Add condition checking the range of a value
Torsten Dreyer [Wed, 24 Aug 2011 19:26:02 +0000 (21:26 +0200)]
Implement #327  Add condition checking the range of a value

New feature for <condition> elements:
An (optional) element <precision> allows for fuzzy equals checks
example:
<condition>
  <equals>
    <property>/foo</property>
    <value type="double">0.0</value>
    <precision>0.1</precision>
  </equals>
</condition>

This condition evaluates as true if /foo is within [-0.05..0.05]
(both inclusive)
The precision tag works for int, long, float and double propeties.
It has no meaning for bool properties. For string properties,
precision sets the length of the strings to compare.

12 years agoMake RTI configurable
Christian Schmitt [Wed, 24 Aug 2011 11:25:46 +0000 (13:25 +0200)]
Make RTI configurable

12 years agofix some of the CMake syntax and correctly print the headless option
Christian Schmitt [Wed, 24 Aug 2011 11:14:36 +0000 (13:14 +0200)]
fix some of the CMake syntax and correctly print the headless option

12 years agoAnother Windows typo-fix.
James Turner [Wed, 24 Aug 2011 10:29:09 +0000 (11:29 +0100)]
Another Windows typo-fix.

12 years agoInclude ws2tcpip.h header (for getaddrinfo) on Windows
James Turner [Wed, 24 Aug 2011 10:25:37 +0000 (11:25 +0100)]
Include ws2tcpip.h header (for getaddrinfo) on Windows

12 years agoFix a release build issue, meaning of IDLE state was overloaded, add an explicit...
James Turner [Wed, 24 Aug 2011 09:30:27 +0000 (02:30 -0700)]
Fix a release build issue, meaning of IDLE state was overloaded, add an explicit state when we're waiting for the response start.

12 years agoCopy constructor and assignment operator for revised IPAddress
James Turner [Wed, 24 Aug 2011 09:30:02 +0000 (02:30 -0700)]
Copy constructor and assignment operator for revised IPAddress

12 years agoChange IPAddress to use getaddrinfo internally, and store the sockaddr data via a...
James Turner [Wed, 24 Aug 2011 08:46:20 +0000 (09:46 +0100)]
Change IPAddress to use getaddrinfo internally, and store the sockaddr data via a pointer

12 years agoMerge branch 'next' of git://gitorious.org/fg/simgear into next
Stuart Buchanan [Mon, 22 Aug 2011 20:15:58 +0000 (21:15 +0100)]
Merge branch 'next' of git://gitorious.org/fg/simgear into next

12 years agoRevert "Support non-blocking address lookups, and switch to getaddrinfo over gethostb...
James Turner [Mon, 22 Aug 2011 09:15:05 +0000 (10:15 +0100)]
Revert "Support non-blocking address lookups, and switch to getaddrinfo over gethostbyname. (Only affects netChannel - raw socket will use blocking behaviour by default, as previously)"

This reverts commit 878b504f8e044bc0e59903caa8641492421b76d8.

12 years agoRevert "Keep automake working, added new files"
James Turner [Mon, 22 Aug 2011 09:15:00 +0000 (10:15 +0100)]
Revert "Keep automake working, added new files"

This reverts commit a175033e3bb0c56cc0616ee224d6719a2896cec1.

12 years agoRevert "Ick, further fixes for Linux/MSVC"
James Turner [Mon, 22 Aug 2011 09:14:55 +0000 (10:14 +0100)]
Revert "Ick, further fixes for Linux/MSVC"

This reverts commit 5f07efa12af93a7356930ddc1abc77a947f22092.

12 years agoIck, further fixes for Linux/MSVC
James Turner [Mon, 22 Aug 2011 08:10:38 +0000 (09:10 +0100)]
Ick, further fixes for Linux/MSVC

12 years agoKeep automake working, added new files
James Turner [Sun, 21 Aug 2011 21:37:01 +0000 (22:37 +0100)]
Keep automake working, added new files

12 years agoSupport non-blocking address lookups, and switch to getaddrinfo over gethostbyname...
James Turner [Sun, 21 Aug 2011 21:30:04 +0000 (22:30 +0100)]
Support non-blocking address lookups, and switch to getaddrinfo over gethostbyname. (Only affects netChannel - raw socket will use blocking behaviour by default, as previously)

12 years agoRemove (last) reference to obsolete visual_enviro.hxx
Torsten Dreyer [Sun, 21 Aug 2011 19:13:38 +0000 (21:13 +0200)]
Remove (last) reference to obsolete visual_enviro.hxx

12 years agoFurther enhancements/bug fixes to the 3D clouds:
Stuart Buchanan [Sun, 21 Aug 2011 18:18:24 +0000 (19:18 +0100)]
Further enhancements/bug fixes to the 3D clouds:

1) Default values for [min|max]_[cloud|sprite]_[width|height] changed to be
   more logical.

2) Cloud bounding box expanded slightly to ensure they aren't over-culled

3) Cloud location now defines the _base_ of the cloud.

4) Sprites that would extend below the bottom of the cloud are now shifted
   upwards to ensure no cloud appears below the base.

12 years agoFix sg_dir dot-file handling
ThorstenB [Sun, 21 Aug 2011 12:30:28 +0000 (14:30 +0200)]
Fix sg_dir dot-file handling
File dialogs never showed ".." directories for navigation, since these were
filtered by the "INCLUDE_HIDDEN" option. Only the "NO_DOT_OR_DOTDOT"
option should be used for filtering - otherwise it's impossible to show
the "."/".." directories while all other files are still hidden.

12 years agoremove reference to obsolete visual_enviro.hxx
Torsten Dreyer [Sat, 20 Aug 2011 06:51:39 +0000 (08:51 +0200)]
remove reference to obsolete visual_enviro.hxx

12 years agoAdd visual_enviro.hxx to the source distribution (why isn't visual_enviro.cxx
Curtis L. Olson [Tue, 16 Aug 2011 03:45:44 +0000 (22:45 -0500)]
Add visual_enviro.hxx to the source distribution (why isn't visual_enviro.cxx
built here?)

12 years agoMake sure hla tree is added to source distribution.
Curtis L. Olson [Tue, 16 Aug 2011 03:05:18 +0000 (22:05 -0500)]
Make sure hla tree is added to source distribution.

12 years agoIntroduce some more logging classes.
ThorstenB [Thu, 11 Aug 2011 21:45:19 +0000 (23:45 +0200)]
Introduce some more logging classes.
The current habit of almost everything being in either SG_GENERAL or
SG_ALL really sucks :).

12 years agoFix "make dist"
Curtis L. Olson [Thu, 11 Aug 2011 14:47:07 +0000 (09:47 -0500)]
Fix "make dist"

12 years agoTweaks to queuing of HTTP/1.0 connections, and tests for sequential connections in...
James Turner [Mon, 8 Aug 2011 17:09:30 +0000 (18:09 +0100)]
Tweaks to queuing of HTTP/1.0 connections, and tests for sequential connections in both 1.0 and 1.1 modes.

12 years agoAdd support for "squashing" the billboarding of individual 3D cloud sprites, to allow...
Stuart Buchanan [Sun, 7 Aug 2011 11:56:10 +0000 (12:56 +0100)]
Add support for "squashing" the billboarding of individual 3D cloud sprites, to allow thin layers of stratus to be generated by large textures.

12 years agoAdd control of 3D cloud field wrapping. Base code was already present, but without...
Stuart Buchanan [Sun, 7 Aug 2011 10:41:25 +0000 (11:41 +0100)]
Add control of 3D cloud field wrapping. Base code was already present, but without accessor methods.

12 years agoUpdate HTTP code to support HTTP/1.0 responses, eg metarproxy
James Turner [Sun, 7 Aug 2011 09:49:13 +0000 (10:49 +0100)]
Update HTTP code to support HTTP/1.0 responses, eg metarproxy