doom3-bfg/neo/sys
Daniel Gibson 9aa63e4074 Some timer-related improvements for POSIX
* idSysSignal::Wait should now handle timeouts > 1s better (or at all)
* Use clock_gettime for Sys_Milliseconds()
* Use CLOCK_MONOTONIC_RAW (and CLOCK_MONOTONIC as fallback if
  that's not available) for Sys_Milliseconds() and Sys_Microseconds()
  CLOCK_MONOTONIC can behave strange when NTP is used
* Small fixes in Sys_Microseconds(): use 64bit int to store time
  (like return type...), divide by 1000 (not 1000000) for nsec=>musec
2013-03-16 14:32:47 +01:00
..
linux Implement Sys_ReLaunch() for Linux, refactor it 2013-01-20 04:32:11 +01:00
posix Some timer-related improvements for POSIX 2013-03-16 14:32:47 +01:00
sdl SDL_GetWindowDisplay got renamed to SDL_GetWindowDisplayIndex 2013-02-05 07:07:49 +01:00
win32 Configurable username for Multi-Player (ui_name), com_pause no cheat 2013-03-16 14:32:47 +01:00
LightweightCompression.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
LightweightCompression.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
PacketProcessor.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
PacketProcessor.h Small changes to pthreads. 2012-12-14 13:10:52 +01:00
Snapshot.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
Snapshot.h Fix compiler warnings and errors in MinGW 2012-12-03 09:29:14 +01:00
Snapshot_Jobs.cpp Fixed various warnings from clang 2012-12-23 06:40:47 +01:00
Snapshot_Jobs.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
SnapshotProcessor.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
SnapshotProcessor.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_achievements.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_achievements.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_dedicated_server_search.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_dedicated_server_search.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_leaderboards.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_lobby.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_lobby.h eliminate more longs 2012-12-13 22:07:49 +01:00
sys_lobby_backend.h Fix compiler warnings and errors in MinGW 2012-12-03 09:29:14 +01:00
sys_lobby_backend_direct.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_lobby_backend_direct.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_lobby_migrate.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_lobby_snapshot.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_lobby_users.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_local.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_local.h Removed unused callstack traces API. All C++ files compile with MinGW. 2012-12-04 02:30:46 +01:00
sys_localuser.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_localuser.h Disabled broken savegame and profile storage checks for the PC 2012-12-19 23:56:20 +01:00
sys_profile.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_profile.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_public.h Implement Sys_ReLaunch() for Linux, refactor it 2013-01-20 04:32:11 +01:00
sys_savegame.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_savegame.h Fix compiler warnings and errors in MinGW 2012-12-03 09:29:14 +01:00
sys_session.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_session_callbacks.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_session_local.cpp Fixed various warnings from clang 2012-12-23 06:40:47 +01:00
sys_session_local.h Supplemented Linux backend with missing functions. -> [100%] Built target RBDoom3 on Kubuntu 12.10 2012-12-11 23:17:23 +01:00
sys_session_savegames.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_session_savegames.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_signin.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_signin.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_stats.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_stats_misc.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00
sys_voicechat.cpp Added support for precompiled headers for MSVC which reduced the compiled time from 4 minutes to 67 seconds. 2012-12-22 16:18:19 +01:00
sys_voicechat.h Formatted code using Artistic Style for better readability. 2012-11-28 16:47:07 +01:00