Martin Gerhardy

Results 170 comments of Martin Gerhardy

The issue is in the class FontDef - the _heightFactor and _widthFactor members are always 1.0 - even for the 50% (small) texturedefinition. It must have something to do with...

This commit uses PKGDATADIR as install target for the game data. But BINDIR and DATADIR support is still missing, so leaving this one open.

most of them are fixed now - problems still with the list protocol messages like PlayerListMessage

``` ================================================================= ==20895==ERROR: LeakSanitizer: detected memory leaks Direct leak of 26260 byte(s) in 404 object(s) allocated from: #0 0x7f3f82d378b2 in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.2+0x998b2) #1 0x7f3f81535d6c in std::__cxx11::basic_string::reserve(unsigned long) (/usr/lib/x86_64-linux-gnu/libstdc++.so.6+0x11fd6c)...

afa494b178ae6e6361e7bdf0ed7862616625cbe4

It still works fine with the mouse buttons/wheels

There is a bom in imgui.cpp and imgui_internal.h (and maybe others) that shouldn't be there.

oh... and another thing. If I activate FIPS_UNITTESTS in my CMakeLists.txt, I get unresolved symbols for e.g. ``` [ 27%] Linking CXX executable /home/mgerhardy/dev/fips-deploy/wov/linux-make-debug/TimeTest /usr/bin/ld: cannot find -lunittestpp ``` mentioning...

Maybe we can somehow wrap `-Wl,--whole-archive` around the TBUI link parameter

Doesn't fix it: ``` Linking CXX executable /home/mgerhardy/dev/fips-deploy/wov/linux-make-debug/wov ../../oryol_TBUI/libTBUI.a(tbOryolSystem.cc.o): In function `tb::TBStrC::operator char const*() const': /home/mgerhardy/dev/oryol/code/Modules/TBUI/tb/tbOryolSystem.cc:12: multiple definition of `tb::TBSystem::GetTimeMS()' ../../fips-turbobadger_turbobadger/libturbobadger.a(tb_system_linux.cpp.o):/home/mgerhardy/dev/fips-turbobadger/turbobadger/src/tb/tb_system_linux.cpp:27: first defined here ../../oryol_TBUI/libTBUI.a(tbOryolSystem.cc.o): In function `tb::TBSystem::GetLongClickDelayMS()': /home/mgerhardy/dev/oryol/code/Modules/TBUI/tb/tbOryolSystem.cc:24: multiple...