2013-11-05 |
James Turner | TerraSync: avoid assert on missing file |
commit | commitdiff | tree | snapshot |
2013-11-04 |
Thomas Geymayer | Make new gcc happy (include cmath) |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Thomas Geymayer | Canvas: improved clipping and new property clip-frame. |
commit | commitdiff | tree | snapshot |
2013-11-03 |
Thomas Geymayer | SGPropertyNode: extract enum value with getValue |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Thomas Geymayer | HTTP: finish core request before calling any callback. |
commit | commitdiff | tree | snapshot |
2013-10-28 |
James Turner | Terrasync: don't busy wait when no requests are running. |
commit | commitdiff | tree | snapshot |
2013-10-28 |
Thomas Geymayer | HTTPFileRequest: create directory if it does not exist |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Thomas Geymayer | HTTP: Rename urlretrieve/urlload to save/load. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Thomas Geymayer | io: refactor and improve HTTP modules. |
commit | commitdiff | tree | snapshot |
2013-10-27 |
Thomas Geymayer | New class simgear::Map extending std::map interface. |
commit | commitdiff | tree | snapshot |
2013-10-26 |
James Turner | Windows logging changes |
commit | commitdiff | tree | snapshot |
2013-10-26 |
James Turner | Fix handling of SGPath::rename |
commit | commitdiff | tree | snapshot |
2013-10-25 |
Thomas Geymayer | cppbind: automatic conversion of SGReferenced derived... |
commit | commitdiff | tree | snapshot |
2013-10-24 |
James Turner | Add total bytes downloaded tracking. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
Thomas Geymayer | canvas::Element: add getter for parent element. |
commit | commitdiff | tree | snapshot |
2013-10-23 |
James Turner | Ooops, fix INSTALL rule. |
commit | commitdiff | tree | snapshot |
2013-10-22 |
James Turner | Comment out Cmake export experiments for now. |
commit | commitdiff | tree | snapshot |
2013-10-21 |
James Turner | Fix GPS activation on Windows. |
commit | commitdiff | tree | snapshot |
2013-10-21 |
James Turner | Fix Dir warnings on Windows. |
commit | commitdiff | tree | snapshot |
2013-10-21 |
James Turner | Smoother download rate from HTTP |
commit | commitdiff | tree | snapshot |
2013-10-20 |
James Turner | Fail HTTP request with missing/illegal protocols. |
commit | commitdiff | tree | snapshot |
2013-10-20 |
James Turner | Placement can contain multiple nodes. |
commit | commitdiff | tree | snapshot |
2013-10-20 |
Thomas Geymayer | Add SGPropertyNode::setValueReadOnly. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Avoid a divide-by-zero on malformed BTG files. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Fix float-int conversion bug caught by Clang |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Fix unused-var warnings from Clang. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Terraysnc: don't block requests when inactive. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Re-order install(EXPORT ) lines. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Initial work on syncing non-scenery data. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Remove some iostream debugging. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Export SimGear config to cmake. |
commit | commitdiff | tree | snapshot |
2013-10-17 |
James Turner | Kill off EMBEDDED_SIMGEAR |
commit | commitdiff | tree | snapshot |
2013-10-17 |
Thomas Geymayer | Add helper to get osg::Node path as string. |
commit | commitdiff | tree | snapshot |
2013-10-16 |
Thomas Geymayer | Nasal: do not print invalid elements for error backtraces. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Thomas Geymayer | Canvas: simplify code by using new nasal function conve... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Thomas Geymayer | cppbind: convert Nasal functions to C++ boost::function. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Thomas Geymayer | cppbind: fix bad class hierarchy for bad_nasal_cast. |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Thomas Geymayer | Nasal: use correct function pointer in naCall (with... |
commit | commitdiff | tree | snapshot |
2013-10-15 |
Thomas Geymayer | Nasal: recursive method calling. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Thomas Geymayer | Canvas: use new naGCSave/naGCRelease functions. |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Thomas Geymayer | Nasal: add naGCSave/naGCRelease for preventing objects... |
commit | commitdiff | tree | snapshot |
2013-10-14 |
Thomas Geymayer | cppbind: add to_nasal_helper for enums. |
commit | commitdiff | tree | snapshot |
2013-10-13 |
Thomas Geymayer | HTTP: check url for scheme and report instead of failin... |
commit | commitdiff | tree | snapshot |
2013-10-13 |
Thomas Geymayer | Don't let exceptions escape from commands. |
commit | commitdiff | tree | snapshot |
2013-10-13 |
Thomas Geymayer | cppbind: Catch exceptions before reaching C code. |
commit | commitdiff | tree | snapshot |
2013-10-11 |
Thomas Geymayer | Canvas: allow also C++ callable entities as event callb... |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Another attempt to make MSVC happy! |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Linux needs <cstring> |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Fix MSVC build, no C99 so no round(). |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Avoid a data copy decoding base64 data. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Refactor HTTP content-encoding support. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Use std::string.append, avoid string copying. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Make base64 decode significantly faster. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Check for DAV status parse failures. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Reset: Nasal additions to force GC, clear saved refs. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Reset: event manager can be unbound. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Reset: model placement can drop OSG nodes. |
commit | commitdiff | tree | snapshot |
2013-10-09 |
James Turner | Reset: model lib can drop static root. |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Stanislaw Halik | cmake: prevent Boost barfing out too many warns |
commit | commitdiff | tree | snapshot |
2013-10-03 |
Stanislaw Halik | fix static build with recent GNU binutils |
commit | commitdiff | tree | snapshot |
2013-10-03 |
James Turner | Extend built-in Nasal math. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
James Turner | Rename WaitingSyncItem -> SyncItem. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
James Turner | Fix a signed/unsigned compare warning |
commit | commitdiff | tree | snapshot |
2013-09-30 |
James Turner | Expose active tiles via API, sync by SGBucket. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
James Turner | Say which ocean tile we generated. |
commit | commitdiff | tree | snapshot |
2013-09-30 |
James Turner | sprintf -> snprintf in bucket code. |
commit | commitdiff | tree | snapshot |
2013-09-28 |
James Turner | Make code quieter at log-level=DEBUG. |
commit | commitdiff | tree | snapshot |
2013-09-28 |
James Turner | HTTP: adjust request-connection assignment. |
commit | commitdiff | tree | snapshot |
2013-09-27 |
James Turner | Reposition hook for terrasync. |
commit | commitdiff | tree | snapshot |
2013-09-27 |
James Turner | Terrasync: Expose transfer rate as a property. |
commit | commitdiff | tree | snapshot |
2013-09-27 |
James Turner | HTTP bugfix + enhancement. |
commit | commitdiff | tree | snapshot |
2013-09-26 |
James Turner | Allow TerraSync to be inited early. |
commit | commitdiff | tree | snapshot |
2013-09-25 |
James Turner | Parallel sync of items. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
James Turner | Rename WaitingTile to WaitingSyncItem. |
commit | commitdiff | tree | snapshot |
2013-09-23 |
James Turner | Libsvn / APR dependency is removed. |
commit | commitdiff | tree | snapshot |
2013-09-20 |
James Turner | Fix no-svn build (Win64 only at present) |
commit | commitdiff | tree | snapshot |
2013-09-19 |
James Turner | Attempting to fix import/export linkage on Windows. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
James Turner | Even more forcing of include file names. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
James Turner | Change got lost in the move/rename, not good. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
James Turner | Intermediate static libs have issues. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
James Turner | Move bundled Expat to new home. |
commit | commitdiff | tree | snapshot |
2013-09-19 |
James Turner | rand(), not random(), for Windows. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
James Turner | Fix HTTP unit test. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
James Turner | Fix missing include for non-Mac |
commit | commitdiff | tree | snapshot |
2013-09-18 |
James Turner | Persistent SVN update cache. |
commit | commitdiff | tree | snapshot |
2013-09-18 |
James Turner | HTTP Client improvements |
commit | commitdiff | tree | snapshot |
2013-09-18 |
James Turner | Kill legacy PPM support in screen-dump |
commit | commitdiff | tree | snapshot |
2013-09-15 |
James Turner | Printf format sanitising. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
James Turner | Bah, tested on the wrong compiler, so missed a file. |
commit | commitdiff | tree | snapshot |
2013-09-14 |
James Turner | Prefix GCC version constant. |
commit | commitdiff | tree | snapshot |
2013-09-07 |
Thomas Geymayer | Remove temporary file and add to .gitignore |
commit | commitdiff | tree | snapshot |
2013-09-04 |
James Turner | Rename MD5 code. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
James Turner | Ensure sglog() singleton is threadsafe. |
commit | commitdiff | tree | snapshot |
2013-09-04 |
James Turner | Tweak for 64-bit Linux linkage. |
commit | commitdiff | tree | snapshot |
2013-08-29 |
James Turner | SG part of fix for TerraSync models. |
commit | commitdiff | tree | snapshot |
2013-08-17 |
Thomas Geymayer | Fix #1163 |
commit | commitdiff | tree | snapshot |
2013-08-16 |
Tom Paoletti | Performance optimization: empty() instead of size()>0 |
commit | commitdiff | tree | snapshot |
2013-07-29 |
James Turner | No need to deal with OSG versions pre 3.0 |
commit | commitdiff | tree | snapshot |
2013-07-28 |
James Turner | HTTP SVN fixes, cap max update-report depth. |
commit | commitdiff | tree | snapshot |
2013-07-28 |
James Turner | Better reporting when an HTTP request fails. |
commit | commitdiff | tree | snapshot |
next |