]> git.mxchange.org Git - simgear.git/log
simgear.git
10 years agoRace-condition fix in get_effect.
James Turner [Mon, 10 Feb 2014 17:59:02 +0000 (17:59 +0000)]
Race-condition fix in get_effect.

Adapted from a fix by Jeff Biggs. (Shows up easier when using osgEarth,
and multiple osgDB pager threads)

10 years agoMinor formatting...
Thomas Geymayer [Sat, 8 Feb 2014 18:15:46 +0000 (19:15 +0100)]
Minor formatting...

10 years agoSubsystemMgr: helper to remove all subsystems.
Thomas Geymayer [Sat, 8 Feb 2014 18:15:14 +0000 (19:15 +0100)]
SubsystemMgr: helper to remove all subsystems.

10 years agoPut unused attributes in the property tree while parsing.
Thomas Geymayer [Sat, 8 Feb 2014 18:10:26 +0000 (19:10 +0100)]
Put unused attributes in the property tree while parsing.

Store unhandled xml attributes in a subnode named _attr_ for each
node on parsing propertylist files. This allows retrieving them at
a later stage where there is no access to the source xml file any
more.

10 years agoNew textrapezoid TexTransformAnimation.
Thomas Geymayer [Sat, 8 Feb 2014 11:39:43 +0000 (12:39 +0100)]
New textrapezoid TexTransformAnimation.

Allows trapezoid texture transformations, as needed for example to
correct for the tilt angle of HUD combiners.

10 years agoCanvas: Fix bounding box calculation for paths with subpaths.
Thomas Geymayer [Fri, 7 Feb 2014 23:22:36 +0000 (00:22 +0100)]
Canvas: Fix bounding box calculation for paths with subpaths.

10 years agoCanvas::Element: expose combined transformation matrix
Thomas Geymayer [Thu, 6 Feb 2014 16:55:51 +0000 (17:55 +0100)]
Canvas::Element: expose combined transformation matrix

10 years agoMSVC lacks stdint.h / inttypes.h
James Turner [Thu, 6 Feb 2014 12:10:34 +0000 (12:10 +0000)]
MSVC lacks stdint.h / inttypes.h

- we can't use simgear/misc/stdint.hxx here, since it's a C++
header and md5.c is compiled as plain C (no bool type available).

10 years agoReplace md5 from RSA with OpenBSD version
James Turner [Thu, 6 Feb 2014 10:42:41 +0000 (10:42 +0000)]
Replace md5 from RSA with OpenBSD version

- no more BSD-with-advertising-license
- files from http://sources.debian.net/src/dpkg/1.17.6/lib/compat
(with SG_ prefixes to avoid collision issues)

10 years agoMac: fix static linkage
James Turner [Tue, 28 Jan 2014 12:39:28 +0000 (12:39 +0000)]
Mac: fix static linkage

- Link against Cocoa, not CoreServices (for NSFileManager)

10 years agoApple directory helpers
James Turner [Tue, 28 Jan 2014 11:16:19 +0000 (11:16 +0000)]
Apple directory helpers

- drop use of deprecated FSFindFolder (use NSFileManager)
- support Downloads and Pictures directories

10 years agoSGPath: typo...
Thomas Geymayer [Mon, 27 Jan 2014 23:34:21 +0000 (00:34 +0100)]
SGPath: typo...

10 years agoSGPath: generalize retrieving standard locations (and add more)
Thomas Geymayer [Mon, 27 Jan 2014 23:32:08 +0000 (00:32 +0100)]
SGPath: generalize retrieving standard locations (and add more)

10 years agoRemove jpeg-factory.
James Turner [Mon, 27 Jan 2014 09:19:11 +0000 (09:19 +0000)]
Remove jpeg-factory.

(FlightGear can now do the same, without the helper class)

10 years agoAdd desktop() accessor to SGPath
James Turner [Sun, 26 Jan 2014 16:03:31 +0000 (16:03 +0000)]
Add desktop() accessor to SGPath

(Windows-only for the moment)

10 years agofix typo
Torsten Dreyer [Fri, 24 Jan 2014 10:10:34 +0000 (11:10 +0100)]
fix typo

Thanks to Alex Romosan

10 years agoRemove some debug log messages
James Turner [Thu, 23 Jan 2014 13:51:18 +0000 (13:51 +0000)]
Remove some debug log messages

- two uninformative ones in TextureBuilder
- very noisy one in tied-property-list

10 years agoFix spurious event-mgr warnings
James Turner [Thu, 23 Jan 2014 12:49:39 +0000 (12:49 +0000)]
Fix spurious event-mgr warnings

- don't warn on removeTask if the event-manager was already shutdown,
  as happens during normal FG shutdown or reset.

10 years agoCrash-fix: make mat-lib reference counted.
James Turner [Sun, 19 Jan 2014 16:45:01 +0000 (16:45 +0000)]
Crash-fix: make mat-lib reference counted.

Make SGReaderWriterOptions own the material lib it's passing to
loader code, so it cannot be freed unexpectedly.

10 years agoVersion 3.1.0
Torsten Dreyer [Fri, 17 Jan 2014 20:59:58 +0000 (21:59 +0100)]
Version 3.1.0

10 years agoNo double-zero for the version number :-/
Torsten Dreyer [Fri, 17 Jan 2014 20:49:13 +0000 (21:49 +0100)]
No double-zero for the version number :-/

10 years agoRemove a noisy log message from the Terrasync code.
James Turner [Fri, 17 Jan 2014 17:46:39 +0000 (17:46 +0000)]
Remove a noisy log message from the Terrasync code.

10 years agoBug-fix - short-circuit path validation.
James Turner [Fri, 17 Jan 2014 17:26:29 +0000 (17:26 +0000)]
Bug-fix - short-circuit path validation.

When an SGPath is empty, don't bother stat()-ing. This avoids
an uninitialized-memory read inside the C-runtime on Windows.

10 years agoEnsure type tag of contextId binding is set.
James Turner [Fri, 17 Jan 2014 16:27:33 +0000 (16:27 +0000)]
Ensure type tag of contextId binding is set.

(Otherwise defaults to DOUBLE).

10 years agoVersion 3.0.0
Torsten Dreyer [Thu, 16 Jan 2014 20:47:13 +0000 (21:47 +0100)]
Version 3.0.0

10 years agoSupport a 'clear' operation on SGBinding.
James Turner [Wed, 15 Jan 2014 21:56:16 +0000 (21:56 +0000)]
Support a 'clear' operation on SGBinding.

Needed to bug-fix a problem with the menubar on Mac - post-3.0 I will
change the behaviour of SGBinding's destructor to avoid the property
copies in other use-cases.

10 years agoCanvasMap: Expose property screen-range.
Thomas Geymayer [Thu, 9 Jan 2014 18:36:17 +0000 (19:36 +0100)]
CanvasMap: Expose property screen-range.

Only allowing a hardcoded screen range of 200 units
is not very flexible...

10 years agoHTTP: tweak response parsing.
James Turner [Tue, 7 Jan 2014 16:22:10 +0000 (16:22 +0000)]
HTTP: tweak response parsing.

Signal a parse failure via an exception, instead of via a status
code, since this is hard to disambiguate from a valid server-side
status code.

10 years agoTerrasync: update fixes.
James Turner [Tue, 7 Jan 2014 14:23:51 +0000 (14:23 +0000)]
Terrasync: update fixes.

- Fix a nasty issue when updating existing repositories, which could
cause repository corruption and hence repeated re-syncs.

10 years agoHTTP: tweak for malformed header handling.
James Turner [Tue, 7 Jan 2014 14:06:51 +0000 (14:06 +0000)]
HTTP: tweak for malformed header handling.

10 years agoSocket: do not crash on writing to broken pipe.
Thomas Geymayer [Mon, 6 Jan 2014 11:10:39 +0000 (12:10 +0100)]
Socket: do not crash on writing to broken pipe.

Writing to a closed socket on all Unix/Linux systems raises
a SIGPIPE signal which immediately closes the program. Disabling
raising of SIGPIPE allows proper error handling by checking the
return values of send/sendto and getting the EPIPE in errno.

10 years agoCrash fix: use cache to find materials.
James Turner [Mon, 6 Jan 2014 08:26:42 +0000 (08:26 +0000)]
Crash fix: use cache to find materials.

Add a thread-safe cache of the currently valid materials, to avoid
the osgDB thread making repeated SGCondition evaluations in conflict
with the main thread.

(Requires an accompanying FG change)

10 years agoFix track-to animation basic tracking without slave object
Thomas Geymayer [Sun, 5 Jan 2014 18:38:03 +0000 (19:38 +0100)]
Fix track-to animation basic tracking without slave object

10 years agoBugs 1207, 1301
James Turner [Fri, 3 Jan 2014 19:51:58 +0000 (19:51 +0000)]
Bugs 1207, 1301

Only apply the fix for time-zone offsetting on Windows, since Unix
is handling mktime differently. (Arguably we should also apply a
conversion for Unix systems, but the previous logic worked)

10 years ago#1207: Add helper to get Unix time in GMT
James Turner [Wed, 1 Jan 2014 21:03:24 +0000 (21:03 +0000)]
#1207: Add helper to get Unix time in GMT

On Windows, time() is returning a value which if offset by the
selected time-zone. Provide a variant which is always in GMT.

10 years agoHTTPFileRequest: only save file if status == 200
Thomas Geymayer [Mon, 30 Dec 2013 00:31:47 +0000 (01:31 +0100)]
HTTPFileRequest: only save file if status == 200

10 years agoBugfix: remove SGSky minimum distance check.
James Turner [Thu, 19 Dec 2013 17:20:06 +0000 (17:20 +0000)]
Bugfix: remove SGSky minimum distance check.

Without this, various sky rendering modes exhibit artefacts in low-
visibility conditions. The cost of always rendering the dome is
negligible. (And Rembrandt already had to work this way)

10 years agoFix test failure on char-unsigned-by-default architectures (eg. ARM)
Rebecca Palmer [Wed, 27 Nov 2013 17:00:05 +0000 (17:00 +0000)]
Fix test failure on char-unsigned-by-default architectures (eg. ARM)

(from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722115 )

10 years agoFix buffer overflow CVE-2012-2091 (thanks to Saikrishna Arcot)
Rebecca Palmer [Tue, 17 Dec 2013 17:40:33 +0000 (17:40 +0000)]
Fix buffer overflow CVE-2012-2091 (thanks to Saikrishna Arcot)

https://bugs.launchpad.net/ubuntu/+source/simgear/+bug/1077624
(discussed in comments 65-78)
(This is already fixed in 2.12 but appears to have been forgotten in 2.99;
the other vulnerabilities described there are already fixed.)

10 years agoSecurity: fix 0777 directory permissions to 0755.
James Turner [Thu, 19 Dec 2013 14:56:23 +0000 (14:56 +0000)]
Security: fix 0777 directory permissions to 0755.

10 years agoFix a typo breaking Mac build.
James Turner [Sun, 15 Dec 2013 20:55:02 +0000 (20:55 +0000)]
Fix a typo breaking Mac build.

10 years agoReset: clear some property references.
James Turner [Sun, 15 Dec 2013 20:48:07 +0000 (20:48 +0000)]
Reset: clear some property references.

10 years agoSGPath: some tweaks/fixes/typo on permission checker.
Thomas Geymayer [Thu, 12 Dec 2013 20:25:13 +0000 (21:25 +0100)]
SGPath: some tweaks/fixes/typo on permission checker.

10 years agoSGPath: add support for custom PermissionChecker
Thomas Geymayer [Thu, 12 Dec 2013 20:03:24 +0000 (21:03 +0100)]
SGPath: add support for custom PermissionChecker

Allow to add permission checks (read/write-access) for
eg. limiting access based on IORules.

10 years agoReset: alternate property copying strategy.
James Turner [Tue, 10 Dec 2013 17:37:37 +0000 (17:37 +0000)]
Reset: alternate property copying strategy.

Search the tree for leaves / sub-trees with a particular attribute set.
This permits both sparse selection as well as selection by sub-tree.

(This is needed for PRESERVE attribute, and once new reset is switched
on, will enable 'normal' copyProperties to revert to ignoring
attributes completely)

10 years agoQuiet a message.
James Turner [Mon, 9 Dec 2013 23:28:40 +0000 (23:28 +0000)]
Quiet a message.

10 years agoCanvas: one global SystemAdapter is enough.
Thomas Geymayer [Mon, 9 Dec 2013 22:05:31 +0000 (23:05 +0100)]
Canvas: one global SystemAdapter is enough.

This also fixes elements requiring a SystemAdapter without
being assigned to a Canvas (eg. because they are desktop
elements).

10 years agoAdd ListDiff helper (for fast array differences).
Thomas Geymayer [Sun, 8 Dec 2013 17:48:19 +0000 (18:48 +0100)]
Add ListDiff helper (for fast array differences).

10 years agoFix some unused/uninitialized variables.
Thomas Geymayer [Sat, 7 Dec 2013 12:43:17 +0000 (13:43 +0100)]
Fix some unused/uninitialized variables.

10 years agoSGPropertyNode: add removeAllChildren() method
Thomas Geymayer [Sat, 7 Dec 2013 12:42:15 +0000 (13:42 +0100)]
SGPropertyNode: add removeAllChildren() method

10 years agoCanvas: ensure all canvasses are destroyed
Thomas Geymayer [Sat, 7 Dec 2013 12:40:22 +0000 (13:40 +0100)]
Canvas: ensure all canvasses are destroyed

 - For shutdown/reset make sure all properties describing a canvas
   are removed and also not restored after the reset.

10 years agoWork around apparent OSG 3.2.0 normal binding bug.
Stuart Buchanan [Fri, 6 Dec 2013 22:12:52 +0000 (22:12 +0000)]
Work around apparent OSG 3.2.0 normal binding bug.

10 years agoPagedLOD for random trees, buildings and objects.
Stuart Buchanan [Fri, 6 Dec 2013 20:20:46 +0000 (20:20 +0000)]
PagedLOD for random trees, buildings and objects.

10 years agoCanvas: clear elements in shutdown()
James Turner [Fri, 6 Dec 2013 18:14:48 +0000 (18:14 +0000)]
Canvas: clear elements in shutdown()

- without this change, elements aren't un-ref-ed and hence destroyed
until the actual dtor runs, which is too late (other systems may be
destroyed already)

10 years agoWork around a clang/libc++ issue.
James Turner [Fri, 6 Dec 2013 18:03:35 +0000 (18:03 +0000)]
Work around a clang/libc++ issue.

10 years agocppbind: don't leak nasal references for Ghost methods.
Thomas Geymayer [Wed, 4 Dec 2013 10:15:11 +0000 (11:15 +0100)]
cppbind: don't leak nasal references for Ghost methods.

10 years agoReset: hook to clear the effects cache.
James Turner [Wed, 4 Dec 2013 09:12:37 +0000 (09:12 +0000)]
Reset: hook to clear the effects cache.

10 years agoReset: don't leak EffectPropertyListener.
James Turner [Tue, 3 Dec 2013 21:34:23 +0000 (21:34 +0000)]
Reset: don't leak EffectPropertyListener.

Track and free listeners from effect expressions.

10 years agoImplement UTF-8 to Latin1 converter
Clément de l'Hamaide [Sun, 1 Dec 2013 17:47:49 +0000 (18:47 +0100)]
Implement UTF-8 to Latin1 converter

10 years agocppbind: Fix detecting derived Ghosts
Thomas Geymayer [Sun, 1 Dec 2013 11:34:26 +0000 (12:34 +0100)]
cppbind: Fix detecting derived Ghosts

10 years agocppbind: make ghost_type static to keep same pointer on reset.
Thomas Geymayer [Sun, 1 Dec 2013 00:18:13 +0000 (01:18 +0100)]
cppbind: make ghost_type static to keep same pointer on reset.

Using a static naGhostType ensures that always the same
address is used for the same ghost and prevents ghost_types
from getting invalid (eg. on reset).

10 years agoCanvas: allow removing placement factories.
Thomas Geymayer [Sun, 24 Nov 2013 14:37:36 +0000 (15:37 +0100)]
Canvas: allow removing placement factories.

10 years agoFixed a crash: the singleton needs to be instantiated the first time SGCommandMgr...
bcoconni [Sun, 24 Nov 2013 13:50:11 +0000 (14:50 +0100)]
Fixed a crash: the singleton needs to be instantiated the first time SGCommandMgr::instance() is called

10 years agoAdded more explicit error messages to the property lists parser.
bcoconni [Sun, 24 Nov 2013 11:20:26 +0000 (12:20 +0100)]
Added more explicit error messages to the property lists parser.
More specifically, each time an error or a warning is issued the location of the corresponding XML tag (file name an line number) is reported.

10 years agoReset: allow re-init of Nasal Ghosts.
James Turner [Sat, 23 Nov 2013 20:06:47 +0000 (20:06 +0000)]
Reset: allow re-init of Nasal Ghosts.

After discussion with Thomas, reset needs the scenario this assert
was designed to guard against, so removing it for now.

10 years agoAllow Command-manager singleton to be deleted.
James Turner [Sat, 23 Nov 2013 20:00:23 +0000 (20:00 +0000)]
Allow Command-manager singleton to be deleted.

(Shutdown can delete commands in an orderly way)

10 years agoFix another SVN crash on failure.
James Turner [Tue, 19 Nov 2013 21:33:14 +0000 (21:33 +0000)]
Fix another SVN crash on failure.

10 years agoRepository name preferred
Martin Spott [Sat, 16 Nov 2013 18:44:17 +0000 (10:44 -0800)]
Repository name preferred

10 years agoGive terrasync a custom HTTP UA.
James Turner [Sat, 16 Nov 2013 09:45:40 +0000 (09:45 +0000)]
Give terrasync a custom HTTP UA.

10 years agoFix some SVN errors/crashes.
James Turner [Sat, 9 Nov 2013 15:22:15 +0000 (07:22 -0800)]
Fix some SVN errors/crashes.

10 years agoRemoved the 'using::std' instructions from the headers as per James Turner request.
bcoconni [Mon, 11 Nov 2013 18:06:44 +0000 (19:06 +0100)]
Removed the 'using::std' instructions from the headers as per James Turner request.
Also took this opportunity to add a check in XMLVisitor::savePosition() against a null pointer.

10 years agoAdded the ability to access the file name and position (line, column) from which...
bcoconni [Sun, 10 Nov 2013 15:50:59 +0000 (16:50 +0100)]
Added the ability to access the file name and position (line, column) from which the XML visitor is getting its data

10 years agoapt_signs: lower the log level for apt.dat syntax errors. Nobody seems to care...
Christian Schmitt [Thu, 14 Nov 2013 17:40:14 +0000 (18:40 +0100)]
apt_signs: lower the log level for apt.dat syntax errors. Nobody seems to care...

10 years agoReset: use ref-counting to own subsystems.
James Turner [Tue, 5 Nov 2013 05:17:22 +0000 (05:17 +0000)]
Reset: use ref-counting to own subsystems.

Change the subsystem-group and manager code to use shared-ptr references
to subsystems, instead of holding a raw pointer. Hence the manager becomes
the owning ref to most subsystems.

10 years agoReset: Terrasync root can change, can be shutdown.
James Turner [Sun, 6 Oct 2013 17:08:33 +0000 (19:08 +0200)]
Reset: Terrasync root can change, can be shutdown.

10 years agoReset: clean event-manager shutdown
James Turner [Tue, 12 Nov 2013 22:20:21 +0000 (22:20 +0000)]
Reset: clean event-manager shutdown

10 years agoReset: DeletionManager can be uninstalled
James Turner [Mon, 11 Nov 2013 07:02:24 +0000 (23:02 -0800)]
Reset: DeletionManager can be uninstalled

10 years agoRemove exceptions on missing texture names
James Turner [Mon, 11 Nov 2013 07:02:10 +0000 (23:02 -0800)]
Remove exceptions on missing texture names

10 years agoString case conversion, UTF-8 conversion.
James Turner [Thu, 7 Nov 2013 18:36:12 +0000 (10:36 -0800)]
String case conversion, UTF-8 conversion.

10 years agoCanvasElement: ensure parent pointer can not become invalid.
Thomas Geymayer [Sun, 10 Nov 2013 16:12:50 +0000 (17:12 +0100)]
CanvasElement: ensure parent pointer can not become invalid.

10 years agotrack-to animation: fix "short" and "long" tracking.
Thomas Geymayer [Sun, 10 Nov 2013 10:14:50 +0000 (11:14 +0100)]
track-to animation: fix "short" and "long" tracking.

10 years agotrack-to animation: 2dof rotation for slave object.
Thomas Geymayer [Thu, 7 Nov 2013 23:45:24 +0000 (00:45 +0100)]
track-to animation: 2dof rotation for slave object.

Slave objects can now rotate around two axis to always track the
target - even when it is outside the plane perpendicular to the
lock-axis of the root object. This allows for example animating
levers with non-parallel axis of rotation connected with a rod.

10 years agoTweak HTTP code to always sleep.
James Turner [Wed, 6 Nov 2013 23:11:46 +0000 (15:11 -0800)]
Tweak HTTP code to always sleep.

Check explicitly for the 'no channels' case and
sleep instead, to avoid busy-waiting. (This is a work-
around, the underlying issue still be be traced)

10 years agoReset: pin ctor and dtor of event manager.
James Turner [Tue, 5 Nov 2013 05:16:50 +0000 (05:16 +0000)]
Reset: pin ctor and dtor of event manager.

10 years agoReset: commands can be removed
James Turner [Tue, 5 Nov 2013 05:17:05 +0000 (05:17 +0000)]
Reset: commands can be removed

10 years agoTerraSync: avoid assert on missing file
James Turner [Tue, 5 Nov 2013 05:17:46 +0000 (05:17 +0000)]
TerraSync: avoid assert on missing file

10 years agoMake new gcc happy (include cmath)
Thomas Geymayer [Mon, 4 Nov 2013 09:48:26 +0000 (10:48 +0100)]
Make new gcc happy (include cmath)

10 years agoCanvas: improved clipping and new property clip-frame.
Thomas Geymayer [Sun, 3 Nov 2013 19:12:45 +0000 (20:12 +0100)]
Canvas: improved clipping and new property clip-frame.

 - Update clipping rect if canvas view or texture size
   changes.
 - Add new property "clip-frame" to specify coordinate
   frame for "clip" coordinates. Coordinates can be
   global, relative to the parent or relative to the
   element itself.

10 years agoSGPropertyNode: extract enum value with getValue
Thomas Geymayer [Sun, 3 Nov 2013 19:11:06 +0000 (20:11 +0100)]
SGPropertyNode: extract enum value with getValue

10 years agoHTTP: finish core request before calling any callback.
Thomas Geymayer [Mon, 28 Oct 2013 19:34:11 +0000 (20:34 +0100)]
HTTP: finish core request before calling any callback.

10 years agoTerrasync: don't busy wait when no requests are running.
James Turner [Mon, 28 Oct 2013 14:51:36 +0000 (14:51 +0000)]
Terrasync: don't busy wait when no requests are running.

10 years agoHTTPFileRequest: create directory if it does not exist
Thomas Geymayer [Mon, 28 Oct 2013 11:38:39 +0000 (12:38 +0100)]
HTTPFileRequest: create directory if it does not exist

10 years agoHTTP: Rename urlretrieve/urlload to save/load.
Thomas Geymayer [Sun, 27 Oct 2013 22:38:46 +0000 (23:38 +0100)]
HTTP: Rename urlretrieve/urlload to save/load.

10 years agoio: refactor and improve HTTP modules.
Thomas Geymayer [Sun, 27 Oct 2013 17:40:14 +0000 (18:40 +0100)]
io: refactor and improve HTTP modules.

 - refactor code used multiple times spread over sg/fg into
   one single location.
 - allow aborting requests.
 - Provide two common request types:
  * FileRequest: Save response into file
  * MemoryRequest: Keep resonse in memory (std::string)
 - extend HTTP::Client interface:
  * urlretrieve: Save url to file (shortcut for making a
                 FileRequest)
  * urlload: Get respons into memory (shortcut for making
             a MemoryRequest)

10 years agoNew class simgear::Map extending std::map interface.
Thomas Geymayer [Sun, 27 Oct 2013 17:37:19 +0000 (18:37 +0100)]
New class simgear::Map extending std::map interface.

10 years agoWindows logging changes
James Turner [Sat, 26 Oct 2013 20:04:16 +0000 (21:04 +0100)]
Windows logging changes

- can log to the debugger (MSVC output window) via OutputDebugStr
- logging to the console is optional, triggered by new
  requestConsole hook()

10 years agoFix handling of SGPath::rename
James Turner [Sat, 26 Oct 2013 20:03:00 +0000 (21:03 +0100)]
Fix handling of SGPath::rename

Windows handling of ::rename differs from POSIX when the new name
exists. Check for this case on Windows and remove the file manually.
(This allows a work-around in SVNDirectory to be removed)

10 years agocppbind: automatic conversion of SGReferenced derived pointers.
Thomas Geymayer [Fri, 25 Oct 2013 22:40:52 +0000 (00:40 +0200)]
cppbind: automatic conversion of SGReferenced derived pointers.

10 years agoAdd total bytes downloaded tracking.
James Turner [Thu, 24 Oct 2013 22:35:34 +0000 (23:35 +0100)]
Add total bytes downloaded tracking.

10 years agocanvas::Element: add getter for parent element.
Thomas Geymayer [Wed, 23 Oct 2013 15:11:03 +0000 (17:11 +0200)]
canvas::Element: add getter for parent element.