TempCore
is initialized, ...sudo make install
to the default directory of /usr/local/
the icon file doesn't display in the .desktop file.
the path could be hardcoded in the .desktop file but that shouldn't be necessary. Does anyone know how to make it so that the Icon=ddnet
will pick up on the icons located in /usr/local/share/icons/hicolor/*/apps/
"version": "16.1",
is this guaranteed to match the github tag? not a big deal if it doesn't, our updater will just throw a warning. but its good to know anyway (edited)./DDNet > foo.log
keeps colors o.Ols
is colored but ls > ls.txt
isnt./DDNet > foo.log
keeps colors o.O fno-rtti
LIBGL_ALWAYS_SOFTWARE=true
, but then it was just black screen i think. maybe i have to select another renderer then in the settings? i would want to try to render without gpu and look if it works then. (if it's in sync then) (edited)std::set
, but the general rule applies to all mem_zero applied on classes instancesCCharacterCore
was POD until C0ded3v added std::set
membersorted_array
with std::vector
. This requires the following general changes:
add_unsorted
is replaced with push_back
.
add
is replaced with push_back
and subsequent sort
or stable_sort
must be ensured.
CServer
class from some custom main()
. It turned out to be a good reason to start cleaning this up. The first step is extracting server main()
to its own file.
I'm open to all ideas on how to handle InterruptSignaled
(I've added an external getter function, somewhy it was the first that came to mind).