| Time |
Nick |
Message |
| 00:09 |
|
Tr1ft0n joined #luanti |
| 00:46 |
|
est31 joined #luanti |
| 01:03 |
|
est31 joined #luanti |
| 01:08 |
|
whosit joined #luanti |
| 01:44 |
|
est31 joined #luanti |
| 02:01 |
|
kimapr_ joined #luanti |
| 02:11 |
|
Spookan joined #luanti |
| 02:46 |
|
SwissalpS joined #luanti |
| 02:54 |
|
sweee joined #luanti |
| 02:57 |
|
qqq joined #luanti |
| 03:14 |
|
swee left #luanti |
| 03:46 |
|
dude123 joined #luanti |
| 04:25 |
|
alek13 joined #luanti |
| 05:00 |
|
MTDiscord joined #luanti |
| 05:17 |
|
serp joined #luanti |
| 05:49 |
|
Spookan joined #luanti |
| 06:00 |
|
burgeresque joined #luanti |
| 06:17 |
user333_ |
i made a sh <-> IRC bridge, anyone want to come wreak havoc on my VM? |
| 06:17 |
MTDiscord |
<sheriff_u3> What is sh? |
| 06:17 |
user333_ |
shell |
| 06:17 |
MTDiscord |
<sheriff_u3> Ahh |
| 06:17 |
user333_ |
you can only really join with a proper IRC client |
| 06:18 |
dude123 |
sure ill wreak havoc |
| 06:18 |
dude123 |
ill rm -rf / |
| 06:18 |
user333_ |
but whatever you say is run as root |
| 06:18 |
user333_ |
no dont ruin it that fast :< |
| 06:18 |
dude123 |
lmao |
| 06:18 |
user333_ |
anyway, join ##intentional_rce |
| 06:21 |
MTDiscord |
<sheriff_u3> That would be fun, I wonder how many packages we can get installed. |
| 06:22 |
user333_ |
it's fully sandboxed except for port 6667 |
| 06:22 |
MTDiscord |
<sheriff_u3> Oh, well that's to bad... |
| 06:22 |
user333_ |
i don't want to dox mysef/break my host PC |
| 06:23 |
MTDiscord |
<sheriff_u3> At least you were smart enough to not give us complete access. |
| 06:23 |
MTDiscord |
<sheriff_u3> Lol 100% |
| 06:23 |
user333_ |
you have root access to an arch VM with (almost) no networking |
| 06:24 |
MTDiscord |
<sheriff_u3> Well we can still create a bunch of files till your out of storage. |
| 06:25 |
MTDiscord |
<sheriff_u3> You did install luanti on it right? |
| 06:25 |
user333_ |
you have 10gb of disk and 4gb of RAM |
| 06:25 |
user333_ |
and no luanti :p |
| 06:25 |
MTDiscord |
<sheriff_u3> You need luanti! |
| 06:25 |
user333_ |
it'l just be removed shortly after anyway |
| 06:29 |
MTDiscord |
<sheriff_u3> Well is the ram ddr4 or ddr5? If so then it beats my laptop in ram. (HP should have given their 2015 budget laptop better specs.) |
| 06:30 |
MTDiscord |
<sheriff_u3> But I can't complain since it was given to me for free... |
| 06:30 |
user333_ |
it's virtual RAM because it's a VM, the actual hardware is DDR4 however |
| 06:32 |
|
Alias joined #luanti |
| 06:56 |
|
FeXoR joined #luanti |
| 07:35 |
|
cow321 joined #luanti |
| 08:03 |
|
mrkubax10 joined #luanti |
| 08:10 |
|
oneeyedalien joined #luanti |
| 08:38 |
|
oneeyedalien joined #luanti |
| 09:28 |
|
dabbill joined #luanti |
| 09:34 |
|
Noisytoot joined #luanti |
| 10:24 |
|
imi joined #luanti |
| 10:25 |
|
mazes_80 joined #luanti |
| 10:26 |
mazes_80 |
hi, I'm trying to compile using sdl3 (USE_SDL3=yes) |
| 10:29 |
mazes_80 |
build system does not set preprocessor values, I had to add: add_compile_definition(_IRR_USE_SDL3_) (somewhere after find_package(SDL3) in irr/src/CMakeLists.txt |
| 10:29 |
|
Alias joined #luanti |
| 10:30 |
mazes_80 |
also there is a double linking after last step, binary is both linked to SDL2 and SDL3 |
| 10:31 |
mazes_80 |
should I open a bug on github ? |
| 10:31 |
sfan5 |
sure |
| 11:32 |
|
chilledfrogs joined #luanti |
| 13:13 |
|
PoochInquisitor joined #luanti |
| 14:14 |
|
mrkubax10 joined #luanti |
| 14:43 |
|
burgeresque joined #luanti |
| 14:53 |
|
cheapie joined #luanti |
| 15:30 |
Bombo |
is there a way to start a new world from bash with the dedicated server only? |
| 15:31 |
[MatrxMT] |
<Blockhead256> `--worldname` can be called with a brand new name and it will make it if it doesn't exist |
| 15:49 |
Bombo |
hmm started it with '--world /home/luanti/test/worlds/test --worldname test' but it says 'World test not available' and created one in ~/.minetest/worlds/world instead |
| 15:50 |
[MatrxMT] |
<Blockhead256> worldname and world aren't meant to be used together, should be one or the other |
| 15:56 |
Bombo |
only with --worldname test (without --world) i get the same result, 'not available' and a world in ~/.minetest/worlds/world instead |
| 16:23 |
bgstack15 |
Can't you prepopulate a simple directory XYZ with a world.mt, and then invoke with --worldname XYZ |
| 16:25 |
Bombo |
populte? like mkdir test; touch test/world.mt? |
| 16:26 |
Bombo |
did not work |
| 16:27 |
sfan5 |
./bin/luantiserver --world ./worlds/namehere --gameid gamehere <- this will work |
| 16:29 |
Bombo |
huh that worked now, but that's what i tried first and it did not lol |
| 16:33 |
Bombo |
maybe i'm just dumb ;) |
| 16:40 |
|
mrkubax10 joined #luanti |
| 16:41 |
bgstack15 |
no worries; stuff always works after you've asked others for help. |
| 16:42 |
bgstack15 |
Happens to me almost daily at work: I keep researching after I've asked somebody else, and then I learn the answer, and then the guy tells me that answer, and then I feel like I should have waited 10 more minutes before asking him.... |
| 16:47 |
Bombo |
hehe yes happens... |
| 17:07 |
|
jaca122 joined #luanti |
| 17:17 |
Krock |
Which is the smallest game available on ContentDB? |
| 17:18 |
[MatrxMT] |
<birdlover32767> air game |
| 17:18 |
MTDiscord |
<rollerozxa> absolute cinema https://content.luanti.org/packages/wsor4035/airgame/ |
| 17:19 |
Krock |
thanks |
| 17:20 |
|
AliasAlreadyTake joined #luanti |
| 17:22 |
user333_ |
air game isn't a game, it's just a few folders :p |
| 17:22 |
Krock |
perfect. I can also trigger an update even though there's only one release by manipulating the setting |
| 17:27 |
|
ireallyhateirc joined #luanti |
| 18:03 |
MTDiscord |
<bastrabun> On the "compiling on linux" page there's sdl2-dev mentioned as prerequisite. Is that still true? Or should it read sdl3 by now? https://github.com/luanti-org/luanti/blob/master/doc/compiling/linux.md |
| 18:07 |
sfan5 |
sdl2 is still the default and suggested option |
| 18:10 |
Krock |
SDL3 is still marked as experimental (or so) but I have yet not encountered any issue. So you may pick what you want. |
| 18:10 |
Krock |
sooner or later it might make sense to mention SDL3 as an alternative there too |
| 18:34 |
|
jaca122 joined #luanti |
| 18:59 |
|
mrkubax10 joined #luanti |
| 19:33 |
|
sparky4_ joined #luanti |
| 19:41 |
|
jaca122 joined #luanti |
| 20:07 |
imi |
hi, what does compatibility profile mean in luanti? |
| 20:08 |
MTDiscord |
<rollerozxa> just a technical opengl detail |
| 20:09 |
MTDiscord |
<rollerozxa> (why are we still displaying the opengl version in the window title anyway? now with the opengl3 driver it's rather long) |
| 20:14 |
|
mrkubax10 joined #luanti |
| 20:17 |
Krock |
imi: it means that we're still using some features that would not be available in a pure 3.1+ context |
| 20:17 |
|
mrkubax10 joined #luanti |
| 20:28 |
imi |
3.1? |
| 20:30 |
imi |
what's version is 3.1? |
| 20:40 |
Krock |
o p e n g l t h r e e p o i n t o n e |
| 20:41 |
Krock |
h t t p s : / / w i k i s . k h r o n o s . o r g / o p e n g l / O p e n G L _ C o n t e x t # O p e n G L _ 3 . 1 _ a n d _ A R B _ c o m p a t i b i l i t y |
| 20:52 |
whosit |
nice utf-16 link :p |
| 20:59 |
MTDiscord |
<rollerozxa> w a o w h o w c o o l |
| 21:01 |
imi |
I see |
| 21:11 |
|
est31 joined #luanti |
| 21:37 |
|
crazylad joined #luanti |
| 21:37 |
|
crazylad joined #luanti |
| 22:15 |
|
TheWild joined #luanti |
| 22:28 |
|
whosit joined #luanti |
| 22:34 |
|
turtleman joined #luanti |
| 23:02 |
|
TheWild left #luanti |
| 23:05 |
|
tzenfore joined #luanti |
| 23:33 |
|
panwolfram joined #luanti |
| 23:33 |
Sheriff_U3 |
To bad that HexChat doesn't support all of the new features... |
| 23:37 |
crazylad |
like what? |
| 23:37 |
MTDiscord |
<rollerozxa> IRC? new features? |
| 23:38 |
MTDiscord |
<rollerozxa> been in feature freeze for longer MTG |
| 23:38 |
MTDiscord |
<rollerozxa> been in feature freeze for longer than MTG |
| 23:38 |
MTDiscord |
<raspberrypimaniac> H e l l o |
| 23:39 |
crazylad |
hi RPiManiac :) |
| 23:41 |
MTDiscord |
<raspberrypimaniac> 🙂 |
| 23:42 |
user333_ |
why aren't you using an IRC client like us? :p |
| 23:43 |
MTDiscord |
<rollerozxa> I used to run an IRC bouncer but shut it down a while back |
| 23:44 |
MTDiscord |
<rollerozxa> no point |
| 23:46 |
crazylad |
almost to 100 PRs again :> |
| 23:52 |
MTDiscord |
<raspberrypimaniac> Because I don't even know what IRC is 🤣 |
| 23:54 |
user333_ |
internet relay chat |
| 23:54 |
user333_ |
think ingame chat... but no game |
| 23:54 |
* crazylad |
watches user333_ use IRC to talk about IRC |
| 23:55 |
user333_ |
:) |
| 23:55 |
MTDiscord |
<raspberrypimaniac> Okay... |