Guild icon
Teeworlds
discord.gg/teeworlds / development
For discussions around the development of the official Teeworlds
Between 2022-02-03 00:00:00Z and 2022-02-04 00:00:00Z
00:13
bb588a4 fix some popup menus immediately being closed - Robyt3 7c7c75a Merge pull request #2998 from Robyt3/ui-popupme... - oy
00:18
8d6db96 ensure zero-termination inside of fsgetcwd, as... - Robyt3 1b235a8 Merge pull request #2999 from Robyt3/system-fs... - oy
00:19
79aa967 only disable clipping if previously enabled - Robyt3 2fa3b8d Merge pull request #3000 from Robyt3/editor-cli... - oy
Avatar
He is here
00:29
e51d608 Client: Fix projectiles rendering for demo play... - Kaffeine d56a540 Merge pull request #3002 from InfectionDust/for... - oy
Avatar
I think his computer crashed ..
Avatar
he does take his time with the PRs
00:39
and I think that's fine
Avatar
Oh it totally is, I'm just meming :p
Avatar
I'm just hoping he responds on the maintainer issue
Avatar
yea that would be something!
00:56
746c3bf fix memory leaks in CServer::Run when returning... - Robyt3 c929513 Merge pull request #3005 from Robyt3/server-lea... - oy
01:01
88608e7 free leak of xmas and bot skin decoration buffers - Robyt3 4393fd0 fix leak of game icon buffer - Robyt3 af04a54 remove redundant RequestInterface - Robyt3 1d176b2 fix leak of FreeType library - Robyt3 3dde5c2 fix leak of CClient members - Robyt3
01:02
b7b12ec fix array access with index -1 with invalid sam... - Robyt3 f2858ec Merge pull request #3008 from Robyt3/sound-inva... - oy
01:04
278a099 shutdown engine job pool before freeing memory - Robyt3 d829b3c Merge pull request #3009 from Robyt3/engine-shu... - oy
01:05
Ever since the implementation of these icons, I have never found myself paying any attention to them. Not because I don't like them, they are fine... I just can't find them to be very useful. I totally get the distinction between a competitive environment and a non-competitive and why people would be interested in it but;
  • do the icons really preside over the spirit of a match?
  • or what server people end up joining?
  • does it justify an entire column within the server browser? ...
01:07
94586c9 close thread handle in thread_destroy on windows - Robyt3 51927b1 Merge pull request #3010 from Robyt3/thread-des... - oy
01:40
3b0692f fix undefined behavior in byte packing function... - Robyt3 9a24620 fix undefined behavior in pnglite - Robyt3 4242c11 Merge pull request #3011 from Robyt3/byte-packi... - oy
01:42
cfe5d63 fix integer overflow due to latency being unini... - Robyt3 191e16b Merge pull request #3012 from Robyt3/server-lat... - oy
Avatar
insert merge dance
03:05
0dba51e fix utf8 chat input, improve chat input scrolli... - Robyt3 5c89188 fix undefined behavior when setting initial lin... - Robyt3 b45aa8f Merge pull request #2997 from Robyt3/chat-unico... - oy
03:15
d07d24d use str_hex in CServer - Robyt3 f5407f6 decrease buffer size - Robyt3 74bac9e Merge pull request #3016 from Robyt3/server-str... - oy
03:16
bc4294f use https:// instead of git:// for git submodules - Robyt3 2381cc1 Merge pull request #3017 from Robyt3/https-subm... - oy
03:17
91e5492 hotfix CVE-2021-43518 - Robyt3 7e81ae1 Merge pull request #3018 from Robyt3/hotfix-CVE... - oy
Avatar
Holy
Avatar
go oy go!
Avatar
Oy oy oy!
Avatar
oy is a yoyo
Avatar
I guess Oy couldn't sleep the night
09:39
no response on the issues
09:39
guess he was thee just to do the PRs... (edited)
Avatar
Fixes memory leak / duplicate map entries in the completion list. Cherry-picked from #2930.
Avatar
  • Only complete map commands in remote console (was previously also completing in local console when authed in remote).
  • Enable completion for change_map command (was previously only enabled for sv_map).
Cherry-picked from #2930.
22:58
8581078 fix invalid left shift in CVariableInt::Unpack,... - Robyt3 2b7c8c0 Merge pull request #3004 from Robyt3/compressio... - oy
23:01
e1472a8 only complete maps in remote console - Robyt3 f958dd2 enable console map completion for change_map co... - Robyt3 66502bc Merge pull request #3036 from Robyt3/console-ma... - oy
23:02
de25f85 deregister all maps on disconnect - Robyt3 7b0b838 Merge pull request #3035 from Robyt3/console-ma... - oy
23:02
af2da09 Fix bang range not being saved correctly - fokkonaut c2371b2 Merge pull request #3033 from fokkonaut/master - oy
23:03
a383781 Remove OpenGL component from find_package speci... - Robyt3 5011f4a Merge pull request #3030 from Robyt3/CMake-Open... - oy
23:04
b9502d2 Make CTile a struct like all other mapitems - Robyt3 5e15b99 Merge pull request #3029 from Robyt3/mapitems-C... - oy
23:05
fe2a7ef Use IsGameLayer instead of unused LAYERTYPE_GAME - Robyt3 8e9254f Merge pull request #3028 from Robyt3/editor-IsG... - oy
23:07
e1ff22f Mark pointer parameters as const, minor refacto... - Robyt3 dbba0e5 Merge pull request #3026 from Robyt3/CRenderToo... - oy
23:10
a4b4abd Move ImageFormatToPixelSize to CImageInfo::GetP... - Robyt3 109c102 Merge pull request #3025 from Robyt3/CImageInfo... - oy
Avatar
oyoyoy
23:12
08ef1bc Also handle SIGTERM - def- 6a8cd97 Simplify signal handling by unregistering - def- f4f6955 Merge pull request #3024 from Robyt3/signal-han... - oy
23:13
he better check the issues soon
23:23
aae91c1 Fix OOB access and undefined behavior in CSnapshot - Robyt3 c314fae Improve error reporting when snapshot delta pac... - Robyt3 575aa74 Mark pointer parameter as const, change int to ... - Robyt3 dcd9d8a Mark empty delta as const - Robyt3 23b0f42 Remove m_SnapshotCurrent and make UndiffItem st... - Robyt3
23:23
c556c9e close find handle in fsfile_time on windows - Robyt3 2028d87 Merge pull request #3021 from Robyt3/system-fs... - oy
23:33
3f3a135 Add a flag to skip a UTF-8 BOM when opening fil... - heinrich5991 8148a24 Skip the UTF-8 BOM when reading text files - Robyt3 d18a706 Merge pull request #3020 from Robyt3/utf8-bom - oy
23:35
f00ce24 replace usages of tl_swap with std::swap - Robyt3 22d2b07 do not crash on invalid bezier values - Robyt3 4c2e31b replace usages of tl_assert with dbg_assert - Robyt3 b35fac7 remove base/tl/base.h - Robyt3 eafd296 Merge pull request #3001 from Robyt3/remove-bas... - oy
23:37
4 PRs to go and he is all caught up... I guess
23:40
1fdde35 Don't access out of bounds in linereader - Robyt3 625d264 minor refactoring of linereader and its usage - Robyt3 0ffc61a Merge pull request #3019 from Robyt3/linereader... - oy
Avatar
3 to go
Avatar
well he seems to be over it? 😟
Exported 93 message(s)