*** the-map <the-map!the_map@gateway/vpn/privateinternetaccess/themap/x-38220869> has joined #bzflag | 02:10 | |
*** the_map <the_map!the_map@gateway/vpn/privateinternetaccess/themap/x-38220869> has quit IRC (Ping timeout: 246 seconds) | 02:12 | |
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has quit IRC (Read error: Connection reset by peer) | 02:49 | |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has joined #bzflag | 07:49 | |
*** Delusional <Delusional!~Delusiona@unaffiliated/delusional> has quit IRC (Ping timeout: 276 seconds) | 07:53 | |
*** Delusional_ is now known as Delusional | 07:53 | |
Delusional | anybody awake? I could use a plugin tester at mofo port 4202 | 08:06 |
---|---|---|
*** FusionDude <FusionDude!~flash@2601:280:c200:4e39:4008:dd58:e97e:f4f4> has quit IRC (Ping timeout: 248 seconds) | 08:47 | |
*** FusionDude <FusionDude!~flash@2601:280:c200:4e39:4008:dd58:e97e:f4f4> has joined #bzflag | 08:54 | |
*** ChanServ sets mode: +v FusionDude | 08:54 | |
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has joined #bzflag | 09:03 | |
*** Flash <Flash!~flash@c-73-34-45-134.hsd1.co.comcast.net> has joined #bzflag | 09:38 | |
*** ChanServ sets mode: +v Flash | 09:38 | |
*** FusionDude <FusionDude!~flash@2601:280:c200:4e39:4008:dd58:e97e:f4f4> has quit IRC (Ping timeout: 248 seconds) | 09:40 | |
*** Foo_man_choo <Foo_man_choo!~james@bzflag/contributor/spldart> has quit IRC (Quit: Leaving) | 10:57 | |
*** Sgeo <Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net> has joined #bzflag | 15:09 | |
*** Sgeo_ <Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net> has quit IRC (Ping timeout: 252 seconds) | 15:12 | |
BZNotify | bzflag: The-Noah commented on pull request #193 "Improve default settings for a better first-time experience" by blast007 (2.4.20 - https://git.io/fjnj2): Looks good. Personally I think the `radarsize` should be a bit bigg... | 17:37 |
The_Noah | I'm guessing this isn't normal behavior: When I change `radarsize` or `panelheight` via /localset it doesn't change anything. When I run /localset to get the value it gets the new one, but when I save settings the config file doesn't change with the new values. | 17:42 |
blast007 | The_Noah: radarsize is handled a bit odd in our code | 17:49 |
blast007 | as far as setting/saving | 17:49 |
blast007 | we don't actually set the BZDB value when we change it in the menu. we set the value inside our renderer. then when we call dumpResources, which does get called from the Save Settings button (and possibly the default save mechanism when you exit), it reads the value out of the renderer and sets it in BZDB | 17:51 |
The_Noah | Okay. | 17:53 |
The_Noah | Should I try and fix it? | 17:53 |
blast007 | you could look into using a BZDB callback to set the values in the renderer instead of setting them directly | 17:59 |
blast007 | I'll look at an even larger radar size when I get home and try to push merge that PR tonight | 18:02 |
The_Noah | Okay. | 18:02 |
blast007 | that PR eliminates one call of dumpResources | 18:03 |
blast007 | I imagine dumpResources was a legacy thing put in there either before BZDB or during the addition of BZDB | 18:03 |
BZNotify | 2.4 @ bzflag: atupone pushed 1 commit (https://git.io/fjceI): | 18:05 |
BZNotify | 2.4 @ bzflag: atupone cddbe5: ClipPlane use the ModelView Matrix. Found a better place. (https://git.io/fjceL) | 18:05 |
BZNotify | bzflag: atupone synchronized pull request #194 "Use glm instead of our implementation (vectors.h)" (https://git.io/fjYFq) | 19:08 |
BZNotify | bzflag: atupone synchronized pull request #148 "Use of Vertex Buffer Objects instead of Client Arrays" (https://git.io/vhCKr) | 19:12 |
*** FusionDude <FusionDude!~flash@2601:280:c200:4e39:d1c4:bb9a:18f8:4be8> has joined #bzflag | 19:33 | |
*** ChanServ sets mode: +v FusionDude | 19:33 | |
*** nitroxis_ <nitroxis_!n@nxs.re> has joined #bzflag | 19:36 | |
*** Flash <Flash!~flash@c-73-34-45-134.hsd1.co.comcast.net> has quit IRC (Ping timeout: 248 seconds) | 19:39 | |
*** nitroxis <nitroxis!n@nxs.re> has quit IRC (Ping timeout: 248 seconds) | 19:39 | |
The_Noah | On a fresh fetch of the master source code, I get this error when building (on Windows): c:\users\noah\onedrive\documents\projects\bzflag\include\common.h(326): fatal error C1083: Cannot open include file: 'regex.h': No such file or directory | 19:44 |
The_Noah | I have never gotten it before and am unsure as to why it can't find it. | 19:45 |
allejo | do you have the windows dependencies setup | 19:48 |
The_Noah | Yes. | 19:48 |
The_Noah | Oh, it looks like for some reason I moved the dependencies folder so the path got messed up, it's fixed now. | 19:51 |
The_Noah | Sorry, I should have checked before asking. | 19:51 |
allejo | :D | 20:04 |
*** Zehra <Zehra!~Zehra@unaffiliated/zehra> has joined #bzflag | 20:19 | |
BZNotify | bzflag: The-Noah opened pull request #196 "Make radar size and console height be controlled by BZDB variables" (https://git.io/fjcUX) | 21:56 |
*** The_Noah <The_Noah!~The_Noah@47.185.225.32> has quit IRC (Read error: Connection reset by peer) | 22:29 | |
*** The_Noah <The_Noah!~The_Noah@47.185.225.32> has joined #bzflag | 22:30 | |
BZNotify | bzflag: The-Noah edited pull request #196 "Make radar size and console height be controlled by BZDB variables as discussed on IRC" (https://git.io/fjcUX) | 23:08 |
*** Sgeo_ <Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net> has joined #bzflag | 23:26 | |
*** Sgeo <Sgeo!~Sgeo@ool-18b98dd9.dyn.optonline.net> has quit IRC (Ping timeout: 252 seconds) | 23:30 |
Generated by irclog2html.py 2.17.3.dev0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!