IRC logs of Libera.Chat #BZFlag for Sunday, 2024-04-28

*** SpringTank <SpringTank!~quassel@99.65.58.146> has quit IRC (Ping timeout: 256 seconds)01:13
*** disco <disco!~disco@81.187.95.100> has quit IRC (Quit: Lost terminal)01:27
*** disco <disco!~disco@81.187.95.100> has joined #bzflag01:36
*** SpringTank <SpringTank!~quassel@99.65.58.146> has joined #bzflag01:54
*** Juest <Juest!~Juest@user/Juest> has quit IRC (Ping timeout: 268 seconds)01:59
*** Juest <Juest!~Juest@user/Juest> has joined #bzflag02:17
*** FastLizard4 is now away: AWAY from keyboard02:57
*** SpringTank is now away: No clients connected to this core right now.03:05
*** SpringTank is back03:05
AgathaI think for very small values of the velocity, `d` will still be infinity. Also no need to use hypot; that will just make it slower.04:12
AgathaJust do something like    `float rsq = vel[0]*vel[0] + vel[1]*vel[1] + vel[2]*vel[2]; if (std::abs(rsq)>1e-6f) { float d=1.0f/std::sqrt(rsq); dir[0]*=d; dir[1]*=d; dir[2]*=d; } else { dir[2]=1.0f; }`04:16
*** FastLizard4 is back04:35
*** FastLizard4 is now away: AWAY from keyboard04:39
*** FastLizard4 is now away: IN-GAME - Minecraft04:39
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has quit IRC (Ping timeout: 256 seconds)06:29
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has quit IRC (Ping timeout: 255 seconds)06:30
BZNotify2.4 @ bzflag: atupone pushed 1 commit (https://github.com/BZFlag-Dev/bzflag/compare/8f5dec448d0b...9e9f986c67d2):06:37
BZNotify2.4 @ bzflag: atupone 9e9f98: avoid warnings for truncated writing (https://github.com/BZFlag-Dev/bzflag/commit/9e9f986c67d2d5a20b74bd8de8818a2cfbcc3efc)06:37
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has joined #bzflag06:37
tuponeStateDatabase.cxx:454:21: runtime error: -nan is outside the range of representable values of type 'int'06:53
tuponedoing BZDB.evalInt("showips")06:53
tuponeshould not be boolean ?06:54
*** SpringTank <SpringTank!~quassel@99.65.58.146> has quit IRC (Ping timeout: 260 seconds)07:16
*** SpringTank <SpringTank!~quassel@99.65.58.146> has joined #bzflag07:18
*** Sgeo <Sgeo!~Sgeo@user/sgeo> has quit IRC (Read error: Connection reset by peer)08:10
*** Juest <Juest!~Juest@user/Juest> has quit IRC (Ping timeout: 255 seconds)09:08
*** Juest <Juest!~Juest@user/Juest> has joined #bzflag09:15
*** FastLizard4 is back10:43
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has joined #bzflag11:29
*** FastLizard4 is now away: AWAY from keyboard12:22
*** Cobra_Fast is now away: offline12:32
*** Cobra_Fast is back12:32
*** FastLizard4 is back12:51
*** FastLizard4 is now away: AWAY from keyboard13:11
*** FastLizard4 is now away: GONE - Screen Detached and Disconnected from IRC (I'm probably asleep, at work, or doing something in real life)13:57
*** Cobra_Fast is now away: offline14:19
*** Cobra_Fast is back14:19
*** boomercore_ <boomercore_!~boomercor@2607:fb91:78e:4031:febd:942d:b304:238f> has joined #bzflag16:55
*** boomercore__ <boomercore__!~boomercor@184.99.31.164> has quit IRC (Ping timeout: 245 seconds)16:57
BZNotify2.4 @ bzflag: atupone pushed 1 commit (https://github.com/BZFlag-Dev/bzflag/compare/9e9f986c67d2...2e24cf4dcf20):17:07
BZNotify2.4 @ bzflag: atupone 2e24cf: Avoid a div by 0 (https://github.com/BZFlag-Dev/bzflag/commit/2e24cf4dcf2093d0100e99787941f97b595b0e76)17:07
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has quit IRC (Ping timeout: 268 seconds)17:09
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has joined #bzflag17:13
*** Cobra_Fast is now away: offline17:31
*** Cobra_Fast is back17:31
*** Sgeo <Sgeo!~Sgeo@user/sgeo> has joined #bzflag17:57
BZNotify2.4 @ bzflag: atupone pushed 1 commit (https://github.com/BZFlag-Dev/bzflag/compare/2e24cf4dcf20...9647e26d76e7):18:39
BZNotify2.4 @ bzflag: atupone 9647e2: Drop remaining explosions just after quitting (https://github.com/BZFlag-Dev/bzflag/commit/9647e26d76e7ad67a9dfb0fdde78b103c8505206)18:39
*** boomercore__ <boomercore__!~boomercor@184.99.31.164> has joined #bzflag20:19
*** boomercore_ <boomercore_!~boomercor@2607:fb91:78e:4031:febd:942d:b304:238f> has quit IRC (Ping timeout: 256 seconds)20:21
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has quit IRC (Remote host closed the connection)20:30
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has joined #bzflag20:31
*** _I_Died_Once <_I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has joined #bzflag20:32
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has quit IRC (Ping timeout: 256 seconds)20:36
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has quit IRC (Ping timeout: 245 seconds)22:39
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has joined #bzflag22:45
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has quit IRC (Remote host closed the connection)22:55
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has joined #bzflag22:55
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has quit IRC (Ping timeout: 246 seconds)23:03

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