Commit Graph

6076 Commits (0acc0d94a3422896ed45945c7f11d8f997ae7f34)
 

Author SHA1 Message Date
zhongjin 0acc0d94a3 更新 'simgear/scene/tgdb/obj.cxx'
2 years ago
zhongjin 33aad9aee1 更新 'simgear/scene/tgdb/obj.cxx'
2 years ago
zhongjin 8577cbfbef 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 83c6dfe13d 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 4380326ab5 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 18b6c87d7d 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin febafabff8 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 6ebe2f23c1 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin f763c90c23 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 7c09c0f664 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 09a3d9cd92 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 64fba53506 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 76575c512c 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 3091de98ca 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin e3fde842b3 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin 11cfcfa8c5 更新 'simgear/scene/tsync/terrasync.cxx'
2 years ago
zhongjin e507a95b55 下载地址 terrasync.jingweiht.com
2 years ago
Florent Rougon 0d3ec0c148 sample_group.cxx: remove unneeded #include directive
2 years ago
Florent Rougon 3ae3a9fb72 SGSampleGroup::remove(): immediately remove from _samples by default
2 years ago
Stuart Buchanan 96a9abfd7a WS30: Improved Atlas encapsulation
2 years ago
Scott Giese 2b9a319e76 portability: change uint to unsigned int
2 years ago
Scott Giese eb5499fb10 maintenance: eliminated 19 compiler warnings
2 years ago
Stuart Buchanan e50337e36a Ensure Build Bounding Box doesn't collapse
2 years ago
James Turner 836ee9a3f0 Accept old XML model paths for some models
2 years ago
James Turner 3ef521b53f Add parse test for CB with no coverage
2 years ago
Erik Hofman 47aae88aba Revert a8d3397fb4 and arase entries from the _sample map after the loop
2 years ago
Richard Harrison 49dd3cad33 Change axis object animations to be compatible with <=2020.3 refs Ticket #2706
2 years ago
Scott Giese 0851dd5cf1 suppress warning: does not guard.
2 years ago
Erik Hofman a8d3397fb4 std::map entries can not be removed when inside a for (auto current : _samples) loop. Rework the removal code to accept the iterator itself and move incrementing the iterator until after the erase action or let the erase action assign the new iterator.
2 years ago
Erik Hofman 9e20d853f7 Tie the SoundGroup to the listener (not really necessary in this case but it provides a good hint) and call the soundmanager update after setting the position and orientation to activate the repositioning. This wil make the first sample to be heard immidiately.
2 years ago
Erik Hofman 3ffbec41ee Prevent NaNs for orientation too
2 years ago
James Turner c66a2bffe5 XML submodel: log the model name in the error.
2 years ago
James Turner 423fd4e842 Model XML: pass the model path to osgDB::Options
2 years ago
James Turner 272399e833 XMLSound: report failures via the new system
2 years ago
James Turner b2666c40f7 DNSClient: reorder timeout check
2 years ago
Florent Rougon cc3fab04a3 ResourceManager::findPath(): remove the first validate() call and warning
2 years ago
Florent Rougon f906d82213 embedded_resources_test.cxx: fix warnings
2 years ago
Florent Rougon 64c5ed2be1 ResourceManager::findPath(): adjust a comment
2 years ago
Florent Rougon 22779ee2c4 ResourceManager::findPath(): validate; accept absolute, read-allowed paths
2 years ago
Florent Rougon 9608072787 SGPath: make read_allowed_paths and write_allowed_paths static data members
2 years ago
Florent Rougon e002a481f4 Import FlightGear's fgValidatePath() as SGPath::validate()
2 years ago
Florent Rougon 1ef4a7eb9e SGPath: rename validate() to updateAttrsIfNull()
2 years ago
Florent Rougon 8febf6b9f5 SGSoundSample constructor changes
2 years ago
James Hogan 8e43ccc87b
Compositor: Fix log message about shadow pass
2 years ago
Erik Hofman aead0a305f Jean-Paul Acneaux (www2):
2 years ago
James Turner b1dbb9499c METAR parsing: parse more cloud covers
2 years ago
James Turner a74181ded9 Allow specifing TerraSync DNS nameserver
2 years ago
Lars Toenning 8f940ed4f2 Fix SPDX license identifier
2 years ago
James Turner a47b214c18 Allow SGVec<> isNaN in release build
2 years ago
Lars Toenning 4259db0b8f Add unittest for SGTimer/SGTimerQueue
2 years ago