IRC logs of Libera.Chat #BZFlag for Tuesday, 2024-03-05

*** FastLizard4 is now away: AWAY from keyboard00:03
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has quit IRC (Ping timeout: 264 seconds)03:26
*** Cobra_Fast is now away: offline08:36
*** Cobra_Fast is back08:36
*** Sgeo <Sgeo!~Sgeo@user/sgeo> has quit IRC (Read error: Connection reset by peer)08:46
*** FastLizard4 is back09:18
*** FastLizard4 is now away: IN-GAME - The Talos Principle09:42
*** FastLizard4 is now away: IN-GAME - The Talos Principle 209:44
*** I_Died_Once <I_Died_Once!~I_Died_On@c-73-184-170-223.hsd1.ga.comcast.net> has joined #bzflag10:38
*** FastLizard4 is back12:27
*** FastLizard4 is now away: AWAY from keyboard12:45
*** FastLizard4 is back12:58
*** FastLizard4 is now away: AWAY from keyboard14:03
*** FastLizard4 is now away: GONE - Screen Detached and Disconnected from IRC (I'm probably asleep, at work, or doing something in real life)14:42
Juestblast007: man2html is throwing the following15:50
Juest13>unknown meta-character (en15:50
Juest13>unknown escape \~ (126)15:50
Juestthe latter is repeated a few times15:50
*** FastLizard4 is back16:45
*** Cobra_Fast is now away: offline16:50
*** Cobra_Fast is back16:50
*** FastLizard4 is now away: AWAY from keyboard17:35
*** FastLizard4 is back19:43
tuponeis there a server with a solid base? Collision seems wrong from the code20:39
blast007wouldn't all bases be solid?21:25
tuponebase with 0 height for me are 2D21:37
tuponeWhat seems wrong is collision of tank with base. Code is different from Box . Box seems good to me21:41
tuponeI would like to add a commit deriving BaseBuilding from BoxBuilding. Most of the code is duplicated, and where it is not, seems wrong21:42
blast007a change to the master branch?21:44
tuponeon the master branch. If it is broken is better to fix21:45
tuponeon the 2.4 21:46
blast007HiX has bases with a height that are in the air21:46
tuponeTank collision is difficult to test :)21:46
tuponeMaybe I make my own map21:47
blast007I'd also suggest having some people that play in the league test a change like that.  They'd be familiar with how base physics work.21:48
tupone    const float x   = c * (p[0] - p2[0]) - s * (p[1] - p2[1]);21:48
tupone    const float y   = c * (p[1] - p2[1]) - s * (p[0] - p2[0]);21:48
tuponethis is wrong21:48
tuponethey want to rotate but they are not21:48
tuponec & s are cos and sin21:48
tuponehttps://github.com/BZFlag-Dev/bzflag/blob/2.4/src/obstacle/BoxBuilding.cxx#L159-L160 21:54
tuponeThis is the good code in BoxBuilding21:54
*** FastLizard4 is now away: AWAY from keyboard21:56

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