*** 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 #bzflag | 01:36 | |
*** SpringTank <SpringTank!~quassel@99.65.58.146> has joined #bzflag | 01:54 | |
*** Juest <Juest!~Juest@user/Juest> has quit IRC (Ping timeout: 268 seconds) | 01:59 | |
*** Juest <Juest!~Juest@user/Juest> has joined #bzflag | 02:17 | |
*** FastLizard4 is now away: AWAY from keyboard | 02:57 | |
*** SpringTank is now away: No clients connected to this core right now. | 03:05 | |
*** SpringTank is back | 03:05 | |
Agatha | I 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 |
---|---|---|
Agatha | Just 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 back | 04:35 | |
*** FastLizard4 is now away: AWAY from keyboard | 04:39 | |
*** FastLizard4 is now away: IN-GAME - Minecraft | 04: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 | |
BZNotify | 2.4 @ bzflag: atupone pushed 1 commit (https://github.com/BZFlag-Dev/bzflag/compare/8f5dec448d0b...9e9f986c67d2): | 06:37 |
BZNotify | 2.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 #bzflag | 06:37 | |
tupone | StateDatabase.cxx:454:21: runtime error: -nan is outside the range of representable values of type 'int' | 06:53 |
tupone | doing BZDB.evalInt("showips") | 06:53 |
tupone | should 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 #bzflag | 07: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 #bzflag | 09:15 | |
*** FastLizard4 is back | 10:43 | |
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has joined #bzflag | 11:29 | |
*** FastLizard4 is now away: AWAY from keyboard | 12:22 | |
*** Cobra_Fast is now away: offline | 12:32 | |
*** Cobra_Fast is back | 12:32 | |
*** FastLizard4 is back | 12:51 | |
*** FastLizard4 is now away: AWAY from keyboard | 13: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: offline | 14:19 | |
*** Cobra_Fast is back | 14:19 | |
*** boomercore_ <boomercore_!~boomercor@2607:fb91:78e:4031:febd:942d:b304:238f> has joined #bzflag | 16:55 | |
*** boomercore__ <boomercore__!~boomercor@184.99.31.164> has quit IRC (Ping timeout: 245 seconds) | 16:57 | |
BZNotify | 2.4 @ bzflag: atupone pushed 1 commit (https://github.com/BZFlag-Dev/bzflag/compare/9e9f986c67d2...2e24cf4dcf20): | 17:07 |
BZNotify | 2.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 #bzflag | 17:13 | |
*** Cobra_Fast is now away: offline | 17:31 | |
*** Cobra_Fast is back | 17:31 | |
*** Sgeo <Sgeo!~Sgeo@user/sgeo> has joined #bzflag | 17:57 | |
BZNotify | 2.4 @ bzflag: atupone pushed 1 commit (https://github.com/BZFlag-Dev/bzflag/compare/2e24cf4dcf20...9647e26d76e7): | 18:39 |
BZNotify | 2.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 #bzflag | 20: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 #bzflag | 20:31 | |
*** _I_Died_Once <_I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has joined #bzflag | 20: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 #bzflag | 22:45 | |
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has quit IRC (Remote host closed the connection) | 22:55 | |
*** Lantizia <Lantizia!~Lantizia@user/lantizia> has joined #bzflag | 22: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/!