IRC logs of Freenode #BZFlag for Sunday, 2020-08-30

*** kierra <kierra!~quassel@104.243.40.186> has left #bzflag ("http://quassel-irc.org - Chat comfortably. Anywhere.")00:00
*** moriah <moriah!~quassel@unaffiliated/kierra> has joined #bzflag00:02
*** FieldSobers <FieldSobers!~User49@unaffiliated/user49> has joined #bzflag01:04
*** User49 <User49!~User49@unaffiliated/user49> has quit IRC (Ping timeout: 256 seconds)01:06
*** Zehra <Zehra!~Keiki_Han@unaffiliated/zehra> has quit IRC (Quit: Quit)02:09
*** DTRemenak <DTRemenak!~DTRemenak@about/essy/CrazyCoder/DTRemenak> has quit IRC (Ping timeout: 260 seconds)02:16
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has joined #bzflag02:59
*** _I_Died_Once <_I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has quit IRC (Ping timeout: 240 seconds)03:00
macsformeyeah, I'd be surprised if we are the only game that's having issues03:34
macsformewhile at the same time, we did kind of shoehorn SDL into an application that wasn't designed for it03:37
*** infobot <infobot!ibot@96-86-209-99-static.hfc.comcastbusiness.net> has joined #bzflag04:30
*** ChanServ sets mode: +v infobot04:30
*** DTRemenak <DTRemenak!~DTRemenak@2605:e000:141f:c002:29d6:21be:7580:2ea6> has joined #bzflag04:42
*** ChanServ sets mode: +v DTRemenak04:42
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has quit IRC (Ping timeout: 272 seconds)05:21
*** DTRemenak <DTRemenak!~DTRemenak@about/essy/CrazyCoder/DTRemenak> has quit IRC (Ping timeout: 240 seconds)08:11
*** DTRemenak <DTRemenak!~DTRemenak@2605:e000:141f:c002:29d6:21be:7580:2ea6> has joined #bzflag08:11
*** ChanServ sets mode: +v DTRemenak08:11
*** Sgeo <Sgeo!~Sgeo@ool-18b982ad.dyn.optonline.net> has quit IRC (Read error: Connection reset by peer)08:49
*** The_Noah <The_Noah!~The_Noah@47.185.206.30> has quit IRC (Ping timeout: 256 seconds)10:07
*** The_Noah <The_Noah!~The_Noah@47.185.206.30> has joined #bzflag10:08
*** The_Noah_ <The_Noah_!~The_Noah@47.185.206.30> has joined #bzflag10:10
*** The_Noah <The_Noah!~The_Noah@47.185.206.30> has quit IRC (Ping timeout: 258 seconds)10:13
*** infobot <infobot!ibot@96-86-209-99-static.hfc.comcastbusiness.net> has quit IRC (Ping timeout: 246 seconds)10:14
*** The_Noah_ <The_Noah_!~The_Noah@47.185.206.30> has quit IRC (Ping timeout: 240 seconds)10:14
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has joined #bzflag11:34
*** macsforme <macsforme!~macsforme@bzflag/developer/Constitution> has quit IRC (Ping timeout: 260 seconds)12:38
*** macsforme <macsforme!~macsforme@2604:a880:400:d0::e61:a001> has joined #bzflag12:38
*** ChanServ sets mode: +o macsforme12:38
*** disco- <disco-!~disco@unaffiliated/disco-> has quit IRC (Remote host closed the connection)13:30
*** Delusional <Delusional!~Delusiona@unaffiliated/delusional> has joined #bzflag13:44
*** disco- <disco-!~disco@unaffiliated/disco-> has joined #bzflag13:57
*** _I_Died_Once <_I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has joined #bzflag15:57
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has quit IRC (Ping timeout: 240 seconds)16:00
*** Zehra <Zehra!~Keiki_Han@unaffiliated/zehra> has joined #bzflag16:39
*** Sgeo <Sgeo!~Sgeo@ool-18b982ad.dyn.optonline.net> has joined #bzflag17:01
*** dcat <dcat!~dcat@c-98-244-106-246.hsd1.va.comcast.net> has quit IRC (Remote host closed the connection)18:45
*** dcat <dcat!~dcat@c-98-244-106-246.hsd1.va.comcast.net> has joined #bzflag18:47
BZNotifybzflag: macsforme synchronized pull request #251 "Fix multiple issues with SDL 2 window creation" (https://git.io/JfnZO)19:35
BZNotifybzflag: macsforme synchronized pull request #251 "Fix multiple issues with SDL 2 window creation" (https://git.io/JfnZO)19:44
BZNotifybzflag: macsforme commented on pull request #251 "Fix multiple issues with SDL 2 window creation" (https://git.io/JUtxy): The following additional issues have now been resolved:...20:07
macsformegetting pretty tired of this project :-P hopefully that fixes the last of the issues20:10
macsformefor sure though, going forward we need to avoid making casual changes to our window management, without comprehensively testing for regressions (especially on other platforms)20:17
CaptainRoberts[mHave you look d at SFML?20:20
macsformea lot of the issues were traced back to commits where it looked like the goal was to refactor or eliminate code thought to be unnecessary, but not fully researched or tested for regressions20:20
macsformeI have not20:21
*** Cobra_Fast <Cobra_Fast!~coprah@wtwrp.de> has quit IRC (Quit: Quitted)20:35
*** Cobra_Fast <Cobra_Fast!~coprah@wtwrp.de> has joined #bzflag20:39
CaptainRoberts[mI have found it to be a lot easier to work with than SDL, and it is designed around openGL integration. It uses GL for all it's 2D drawing20:46
CaptainRoberts[mSo you can directly use it's texture classes for your own 3D drawing.20:46
BZNotifybzflag: Zehra commented on pull request #261 "Implement RogueGenocide as options" (https://git.io/JUqvD): Ah, just realized what happened:...22:25
ZehraAlso, what's the command to update a local repo from https://github.com/Zehra/bzflag/tree/geno-patch23:04
Zehra("geno-patch" section made from master, but need to update it from specified repo.)23:05
allejoi have no idea what you mean23:51
allejo`git pull`? `git merge`?23:51
ZehraI have local repo which is specified as "geno-patch" on my computer, so trying to pull all changes from https://github.com/Zehra/bzflag/tree/geno-patch into it. (Since they're currently out of sync.)23:54
Zehra"remote" is sort of confusing me a bit.23:54
Zehra"git pull <remote> <branch>" and either my username or "bzflag" do not appear to be repos according to git.23:56
ZehraSo I'm confused on exactly how to specify it.23:56
allejo`git remote show origin`23:57
allejo"origin" is the common name given to git repos by default23:58
allejoyou can do `git remote` and it'll show you the remotes you have23:58
allejoso `git pull origin geno-patch` will probs work23:58

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