02:17 < ddnet-commits> [ddnet] def- pushed 1 new commit to master: https://git.io/vo5Yq 02:17 < ddnet-commits> ddnet/master 987fad5 def: Cache time on client as well... 02:17 <@deen> as discussed on #teeworlds ^ test please 02:22 <@deen> which also reminds me that we should not use gettimeofday at all since it breaks whenever the system time is changed 03:03 < ddnet-commits> [ddnet] def- pushed 1 new commit to master: https://git.io/vo5sJ 03:03 < ddnet-commits> ddnet/master 19feacb def: Revert "Cache time on client as well"... 11:19 <@heinrich5991> deen: maybe use clock_gettime with CLOCK_MONOTONIC instead of gettimeofday 11:52 <@deen> heinrich5991: tried, crashed multiple things in client 11:52 <@deen> didn't investigate further 23:37 < ddnet-commits> [ddnet] def- pushed 2 new commits to master: https://git.io/voF1T 23:37 < ddnet-commits> ddnet/master 071822d def: Use clock_gettime(CLOCK_MONOTONIC) instead of gettimeofday().... 23:37 < ddnet-commits> ddnet/master 4681f69 def: Introduce cached ticks for client again, this time with workaround for... 23:37 <@deen> ^ easier than fixing my system to work with TSC :P 23:38 <@deen> from what I can tell no other program calls gettimeofday() millions of times per second