x1244

Results 6 issues of x1244

When i try load simple_model.earth, I get the message ``` PS D:\osgearth\tests> osgearth_viewer .\simple_model.earth void StateSet::setGlobalDefaults() ShaderPipeline disabled. [osgEarth]* [GeoPoint] ILLEGAL: called GeoPoint::toWorld with AltitudeMode = RELATIVE_TO_TERRAIN ``` How can...

defect

add UDP group IPV4 & IPV6 join group, leave group.

在https://github.com/ithewei/libhv/issues/251 中看到有UDP组播需求,我这里也正好有这个需求。 仿`udp_broadcast()`接口实现了一个。名称参考Qt的`joinMulticastGroup()`、`leaveMulticastGroup()`接口,但区分IPv4和IPv6两个版本。总共4个接口 ``` HV_INLINE int udp_joinmulticastgroupv4(int sockfd, const char* group, const char* local_host); HV_INLINE int udp_leavemulticastgroupv4(int sockfd, const char* group, const char* local_host); HV_INLINE int udp_joinmulticastgroupv6(int sockfd, const char*...

> commit 2e4ae2ea94595995c1fc56860051410b0c0be605 # miss link png in osgDB and bzip2 in freetype osgPlugins The CMakeLists.txt in `osgDB` miss `png` lib,and in `osgPlugins/freetype` miss `bzip2` lib. Use cmake generate vc...

With standard C++20, there is std::format. How about using std::format replace the fmt::format. Then remove the dependence of [{fmt}](https://github.com/fmtlib/fmt).

When I use commit 682c32b7cbf16e1d999912fba6c25b2860fe67b5 , I got the error ``` "C:\\Program Files\\Microsoft Visual Studio\\2022\\Community\\VC\\Tools\\MSVC\\14.38.33130\\bin\\HostX64\\x64\\cl.exe" -c -nologo /utf-8 -O2 -fp:fast -std:c++20 -MD -I3rd /EHsc -DNDEBUG -Fobuild\.objs\jsonpp\windows\x64\release\jsonpp.cpp.obj jsonpp.cpp error: jsonpp.cpp D:\laboratory\json\3rd\field_reflection.hpp(230):...