ddnet/src/base
Panagiotis Vasilopoulos 3b1c074842
Further fixes for Haiku
- Haiku is Unix-like, but it still doesn't use libnotify.
- Haiku comes with its own sets of definitions for certain long variables.
  There's still a problem revolving around the variables, but I removed a
  duplicate, conflicting definition on the Haiku platform.
- Changed some definition-related logic in detect.h, because the gcc compiler
  in Haiku (version 8.3.0) complained about duplicate definitions. I chose to
  use 'unknown' rather than an empty string on one occasion.
- Changed size of m_aLastSoundPlayed[CHAT_NUM] in
  `src/game/client/components/chat.cpp` due to an undocumented/undiscovered bug
  in Haiku.
2021-09-13 15:29:32 +02:00
..
tl Only sort friends, if you got any 2021-05-06 14:45:34 +02:00
unicode Mark the inverted exclamation mark as confusable with i 2021-07-27 02:43:04 +02:00
color.h Add colors for dbg_msg console 2021-08-28 04:42:42 +05:00
detect.h Further fixes for Haiku 2021-09-13 15:29:32 +02:00
dynamic.h Run clang-format 2020-09-26 21:50:15 +02:00
hash.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash.h Use cpp 2021-06-24 17:19:17 +02:00
hash_bundled.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash_ctxt.h uint64 -> uint64_t, int64 -> int64_t 2021-06-24 17:19:17 +02:00
hash_libtomcrypt.cpp Use cpp 2021-06-24 17:19:17 +02:00
hash_openssl.cpp Use cpp 2021-06-24 17:19:17 +02:00
math.h math: Rename frandom() to random_float() to match with random_int() 2021-08-03 14:29:52 +02:00
system.cpp Merge #4111 2021-08-30 09:02:24 +00:00
system.h Merge #4111 2021-08-30 09:02:24 +00:00
vmath.h Backport vector functions cleanup from the upstream 2021-01-16 03:20:57 +03:00