*** Delusional__ <Delusional__!~Delusiona@unaffiliated/delusional> has joined #bzflag | 00:21 | |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has quit IRC (Ping timeout: 250 seconds) | 00:22 | |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has joined #bzflag | 00:39 | |
*** Delusional__ <Delusional__!~Delusiona@unaffiliated/delusional> has quit IRC (Ping timeout: 246 seconds) | 00:39 | |
*** fanta1 <fanta1!~fanta1@p200300F76BC0A600E01BAB41F3A79CA7.dip0.t-ipconnect.de> has joined #bzflag | 02:42 | |
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has quit IRC (Read error: Connection reset by peer) | 02:53 | |
*** I_Died_Once <I_Died_Once!~I_Died_On@unaffiliated/idiedonce/x-1828535> has joined #bzflag | 02:53 | |
*** fanta1 <fanta1!~fanta1@p200300F76BC0A600E01BAB41F3A79CA7.dip0.t-ipconnect.de> has quit IRC (Quit: fanta1) | 03:00 | |
*** Zehra <Zehra!~Zehra@unaffiliated/zehra> has quit IRC (Quit: Gone for now.) | 03:24 | |
macsforme | I'm planning to merge the premake branch into master in the next few days, unless anyone wants further discussion on it | 03:26 |
---|---|---|
*** thanson16 <thanson16!43044bc6@gateway/web/freenode/ip.67.4.75.198> has joined #bzflag | 04:24 | |
thanson16 | Hey all. Not sure if I'm using this right (IRC), but I recently saw that flatpak was added as a distribution means on Linux. I wanted to let you guys know I also added a snap package of it to the Snap Store a few months ago, with my user name in the title (didn't want to imply I was officially affiliated with the game creators). If someone wants to add a link to the website: https://snapcraft.io/bzflag-tjhanson | 04:31 |
thanson16 | It was my intent to keep it up to date whenever new releases come out, but if you would rather put it up under the bzflag name, here's the YAML file used to generate the package - let me know and I can remove my package. https://git.thorandrew.com/thor/bzflag-snap | 04:32 |
thanson16 | If someone wants to contact me on this topic, email works best: hansonthor@gmail.com | 04:33 |
allejo | hey thanson16, thanks for that! i'm open to getting bz on snapcraft so long as no other devs object to it | 04:40 |
allejo | blast007 ^ | 04:41 |
thanson16 | Cool. Like I say, I have no problem keeping my snap of it up to date, but I understand if y'all would rather make an account under your name and properly attach the snap store to the git repo - the snap store has some tooling to autogenerate new packages, etc. with releases, so that might work better. Never tried it to say for sure tho. | 04:42 |
allejo | looks like we'll probably have to reach out cuz it appears "bzflag" is a reserved name | 04:48 |
thanson16 | Interesting. Well, if you want anything from me, you will be unlikely to find me on IRC, so probably best to send me an email. Glad I was able to get this to your attention. Have a good nite (or day) everybody. | 04:54 |
allejo | awesome, thanks! i've got your email saved so I'll reach out to you :) | 04:54 |
allejo | have a good night :D | 04:55 |
*** thanson16 <thanson16!43044bc6@gateway/web/freenode/ip.67.4.75.198> has quit IRC (Quit: Page closed) | 04:55 | |
*** fanta1 <fanta1!~fanta1@p200300F76BC0A600E01BAB41F3A79CA7.dip0.t-ipconnect.de> has joined #bzflag | 06:14 | |
*** Delusional__ <Delusional__!~Delusiona@unaffiliated/delusional> has joined #bzflag | 07:08 | |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has quit IRC (Ping timeout: 255 seconds) | 07:09 | |
*** DTRemenak <DTRemenak!~DTRemenak@about/essy/CrazyCoder/DTRemenak> has quit IRC (Read error: Connection reset by peer) | 08:09 | |
*** DTRemenak <DTRemenak!~DTRemenak@2605:e000:141f:c002:d818:a351:3603:ef90> has joined #bzflag | 08:09 | |
*** DTRemenak <DTRemenak!~DTRemenak@2605:e000:141f:c002:d818:a351:3603:ef90> has quit IRC (Changing host) | 08:09 | |
*** DTRemenak <DTRemenak!~DTRemenak@about/essy/CrazyCoder/DTRemenak> has joined #bzflag | 08:09 | |
*** ChanServ sets mode: +v DTRemenak | 08:09 | |
BZNotify | bzflag: atupone synchronized pull request #148 "Use of Vertex Buffer Objects instead of Client Arrays" (https://git.io/vhCKr) | 09:18 |
blast007 | macsforme: as long as the visual studio project files and autotools files remain in the repo, I'm fine with it | 10:11 |
*** fanta1 <fanta1!~fanta1@p200300F76BC0A600E01BAB41F3A79CA7.dip0.t-ipconnect.de> has quit IRC (Quit: fanta1) | 10:28 | |
*** fanta1 <fanta1!~fanta1@p200300F76BC0A600E01BAB41F3A79CA7.dip0.t-ipconnect.de> has joined #bzflag | 12:04 | |
*** infobot <infobot!ibot@rikers.org> has quit IRC (Ping timeout: 246 seconds) | 12:29 | |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has joined #bzflag | 12:38 | |
*** Delusional__ <Delusional__!~Delusiona@unaffiliated/delusional> has quit IRC (Ping timeout: 250 seconds) | 12:38 | |
blast007 | macsforme: if we get to the point where we're moving to a newer OpenGL, I think it'd be worth checkout out bgfx https://bkaradzic.github.io/bgfx/overview.html | 12:44 |
blast007 | it'd let us target Direct3D, Metal, and OpenGL with a GLSL-like shader language | 12:45 |
blast007 | (and they're working on Vulkan) | 12:46 |
blast007 | https://bkaradzic.github.io/bgfx/tools.html I haven't gotten to the point of using textures, but it does look like you have to "compile"/convert PNG textures into a "bgfx supported texture format", whatever that means | 12:49 |
blast007 | it has support for screenshots, though in debug mode it's a bit slow in some renderers (OpenGL and Direct3D) because it's converting the data from RGBA to BGRA or something like that | 12:51 |
blast007 | think it was a bit slow in both debug and release for Direct3D 9, but that may just be a limitation of D3D9 | 12:51 |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has quit IRC (Quit: UNDER ATTACK!!! Please Stand By.) | 13:01 | |
blast007 | if we go the bgfx route, that would likely complicate bzflag from being included in linux distributions, however - bgfx doesn't have any releases or tags, and has a bunch of third-party bundled libs | 13:13 |
blast007 | though I believe some of the third-party libs are for their examples | 13:14 |
blast007 | a similar solution is gfx-rs. https://github.com/gfx-rs/gfx https://github.com/gfx-rs/portability | 13:40 |
blast007 | yet another is LLGL https://github.com/LukasBanana/LLGL | 13:44 |
*** Sgeo_ <Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net> has quit IRC (Read error: Connection reset by peer) | 17:38 | |
*** Sgeo_ <Sgeo_!~Sgeo@ool-18b98dd9.dyn.optonline.net> has joined #bzflag | 17:39 | |
*** fanta1 <fanta1!~fanta1@p200300F76BC0A600E01BAB41F3A79CA7.dip0.t-ipconnect.de> has quit IRC (Quit: fanta1) | 19:41 | |
*** infobot <infobot!ibot@rikers.org> has joined #bzflag | 20:57 | |
*** ChanServ sets mode: +v infobot | 20:57 | |
*** thanson16 <thanson16!86811104@gateway/web/freenode/ip.134.129.17.4> has joined #bzflag | 21:28 | |
*** thanson16 <thanson16!86811104@gateway/web/freenode/ip.134.129.17.4> has quit IRC (Client Quit) | 21:28 | |
*** Delusional_ <Delusional_!~Delusiona@unaffiliated/delusional> has joined #bzflag | 21:57 | |
*** Delusional <Delusional!~Delusiona@unaffiliated/delusional> has quit IRC (Ping timeout: 246 seconds) | 21:58 | |
*** bertman_ <bertman_!~bert@unaffiliated/bertman> has quit IRC (Ping timeout: 246 seconds) | 21:58 | |
*** Delusional_ is now known as Delusional | 21:58 | |
*** bertman <bertman!~bert@unaffiliated/bertman> has joined #bzflag | 21:59 | |
*** blast007_ <blast007_!~blast007@bzflag/developer/Blast> has joined #bzflag | 22:11 | |
*** brad` <brad`!~brad@unaffiliated/brad> has joined #bzflag | 22:13 | |
*** kongr45gpen <kongr45gpen!~kongr45gp@178.62.228.86> has joined #bzflag | 22:14 | |
*** kongr45gpen <kongr45gpen!~kongr45gp@178.62.228.86> has quit IRC (Changing host) | 22:14 | |
*** kongr45gpen <kongr45gpen!~kongr45gp@bzflag/developer/alezakos> has joined #bzflag | 22:14 | |
*** blast007 <blast007!~blast007@bzflag/developer/Blast> has quit IRC (Ping timeout: 250 seconds) | 22:16 | |
*** alezakos <alezakos!~kongr45gp@bzflag/developer/alezakos> has quit IRC (Ping timeout: 250 seconds) | 22:16 | |
*** brad <brad!~brad@unaffiliated/brad> has quit IRC (Ping timeout: 250 seconds) | 22:16 | |
*** blast007_ is now known as blast007 | 22:21 | |
*** nitroxis <nitroxis!n@nxs.re> has quit IRC (Quit: nitroxis) | 22:42 | |
*** nitroxis <nitroxis!n@nxs.re> has joined #bzflag | 22:43 | |
*** spldart <spldart!~james@bzflag/contributor/spldart> has joined #bzflag | 22:59 | |
*** ChanServ sets mode: +v spldart | 22:59 | |
*** Zehra <Zehra!~Zehra@unaffiliated/zehra> has joined #bzflag | 23:48 |
Generated by irclog2html.py 2.17.3.dev0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!