IRC logs of Freenode #BZFlag for Sunday, 2021-03-28

*** Zehra <Zehra!~Keiki_Han@unaffiliated/zehra> has joined #bzflag00:19
*** BulletCatcher <BulletCatcher!~bc@bzflag/developer/BulletCatcher> has joined #bzflag00:26
*** ChanServ sets mode: +v BulletCatcher00:26
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag01:23
*** Zehra <Zehra!~Keiki_Han@unaffiliated/zehra> has quit IRC (Quit: Quit)03:06
allejodoes serverControl work correctly on windows?05:39
allejoor actually, I'll rephrase my question, why does this workaround exist for windows?05:45
allejohttps://github.com/BZFlag-Dev/bzflag/blob/2.4/src/bzfs/RecordReplay.cxx#L1958-L197005:45
allejoand serverControl makes use of stat()05:45
BZNotifybzflag: allejo opened issue #277 "Extreme slowness with `/replay list` with 13,000 replays" (https://git.io/JYZya)06:21
BZNotifybzflag: allejo labeled issue #277 as enhancement 06:21
BZNotifybzflag: allejo labeled issue #277 as help wanted 06:21
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))08:25
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag08:26
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))09:07
*** Sgeo <Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net> has quit IRC (Read error: Connection reset by peer)09:08
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag09:15
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Client Quit)09:16
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag09:17
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))11:15
blast007allejo: osStat is 17 years old, so it's possible that's not even an issue anymore11:27
blast007I haven't tried serverControl on Windows though11:27
BZNotify2.4 @ bzflag-dependencies: blast007 pushed 2 commits (https://git.io/JYZpa):11:52
BZNotify2.4 @ bzflag-dependencies: blast007 9aa947: Add a .gitattributes file and renormalize the files (https://git.io/JYZpV)11:52
BZNotify2.4 @ bzflag-dependencies: blast007 f994ac: Fix script permissions and switch away from using git subtree. (https://git.io/JYZpw)11:52
BZNotifybzflag: atupone commented on issue #277 "Extreme slowness with `/replay list` with 13,000 replays" by allejo (https://git.io/JYnGu): Have you identified if the slowness is on reading file or sorting?...14:27
BZNotifybzflag: atupone commented on issue #277 "Extreme slowness with `/replay list` with 13,000 replays" by allejo (https://git.io/JYnGu): Have you identified if the slowness is on reading file or sorting?...14:27
BZNotifybzflag: atupone commented on issue #277 "Extreme slowness with `/replay list` with 13,000 replays" by allejo (https://git.io/JYnGu): Have you identified if the slowness is on reading file or sorting?...14:28
blast007allejo: One workaround would be to split the replay files across multiple replay servers.  Move the old replays to different directories.15:34
BZNotifybzflag: jwmelto commented on issue #277 "Extreme slowness with `/replay list` with 13,000 replays" by allejo (https://git.io/JYnbs): Basic optimization rules apply. For any operation that is non-perfo...17:00
blast007macsforme: are you able to compile 2.5 on macos?  for me, I'm getting some linker errors about _res_9_ninit (and two others) symbols missing for bzfs17:01
BZNotifybzflag: blast007 commented on issue #277 "Extreme slowness with `/replay list` with 13,000 replays" by allejo (https://git.io/JYnbP): How long does it take bzfs to scan through those 13,000 replay files?17:03
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag17:14
blast007I did also downgrade my Xcode on my 10.15 install to 12.0.1, which according to https://developer.apple.com/support/xcode/ should still have the 10.7 SDK.  I was able to download it from a free Apple Developer account.17:17
*** Sgeo <Sgeo!~Sgeo@ool-18b98aa4.dyn.optonline.net> has joined #bzflag18:36
allejoI was thinking about having a plugin overload the /replay list functionality to query a web API (or maybe just a local file dump) instead that'd have things cached19:15
allejoso that players don't have to figure out what port to jump on for a specific replay19:15
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Remote host closed the connection)19:42
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag19:43
blast007allejo: do people often use /replay list on a non-replay server?19:53
*** rif[CNT] <rif[CNT]!~CNT-FAI@2603:301b:c02:bc00:614f:cc0f:6317:303f> has joined #bzflag20:00
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Ping timeout: 240 seconds)20:02
*** rif[CNT] <rif[CNT]!~CNT-FAI@2603:301b:c02:bc00:614f:cc0f:6317:303f> has quit IRC (Ping timeout: 245 seconds)20:05
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has joined #bzflag20:07
*** CNT-FAI <CNT-FAI!~CNT-FAI@96.67.132.225> has quit IRC (Quit: Going offline, see ya! (www.adiirc.com))20:19
*** CNT-FAI <CNT-FAI!~rif@96.67.132.225> has joined #bzflag20:30
allejoI don't think so?21:53
allejowhat'd be the use for that?21:53
blast007dunno, was just curious, cuz I think it *can* be run on a normal server and it will list the replays in the recording directory21:54
allejooh god...21:59
allejolet me try21:59
allejoyup it can21:59
*** Zehra <Zehra!~Keiki_Han@unaffiliated/zehra> has joined #bzflag22:07
macsformeblast007: I think it corresponds to https://github.com/BZFlag-Dev/bzflag/commit/77ec30aec79e646f5b84b7fc9c78acba5cc8a03d on 2.4, where you have to link to libresolv alongside libcares now with the latest c-ares version22:16
macsformethat should be an easy change in our premake files... I can do it if you want22:17
macsformebut we should check the history of our .xcodeproj file in 2.4 and make sure all of the changes have come over into the premake system... again, I can do it if you want22:22
BZNotifybzflag: Zehra commented on issue #277 "Extreme slowness with `/replay list` with 13,000 replays" by allejo (https://git.io/JYcDk): On server startup, it could lookup the files and cache the results....22:35
*** ashvala_ is now known as ashvala23:13
blast007ah, okay, maybe I'll just swap in an older c-ares to test for now.  Just trying to verify that my 2.4 merge is working23:51
blast0072.4 to master merge*23:52
blast007allejo: how long does it take for bzfs to scan through all the replay files?23:53
*** short_circuit <short_circuit!~spldart@bzflag/contributor/spldart> has quit IRC (Read error: No route to host)23:57
*** spldart <spldart!~spldart@bzflag/contributor/spldart> has joined #bzflag23:57
*** ChanServ sets mode: +v spldart23:57

Generated by irclog2html.py 2.17.3.dev0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!