Time |
Nick |
Message |
00:26 |
|
erlehmann joined #minetest-dev |
00:29 |
|
erlehmann joined #minetest-dev |
00:40 |
|
kaeza joined #minetest-dev |
01:29 |
|
nephele_ joined #minetest-dev |
01:43 |
|
paramat joined #minetest-dev |
01:45 |
paramat |
merging #9254 |
01:45 |
ShadowBot |
https://github.com/minetest/minetest/issues/9254 -- Add mapgen settings in world creation dialog by Wuzzy2 |
01:48 |
|
ANAND joined #minetest-dev |
02:42 |
dennisjenkins |
Wuzzy: My port of the most recent pipeworks to HR is coming along. I've got many tube types working. |
04:17 |
|
fluxflux joined #minetest-dev |
04:44 |
|
calcul0n joined #minetest-dev |
05:20 |
|
calcul0n_ joined #minetest-dev |
05:51 |
|
nerzhul joined #minetest-dev |
06:00 |
|
nerzhul_ joined #minetest-dev |
07:04 |
|
mizux joined #minetest-dev |
07:40 |
|
mizux_ joined #minetest-dev |
08:00 |
|
ShadowNinja joined #minetest-dev |
08:12 |
|
AirSThib joined #minetest-dev |
08:12 |
AirSThib |
Hello |
08:13 |
AirSThib |
I'm a contributor of Wikinews https://fr.wikinews.org/, and I want do an interview with to talk about the project. A principal developper if possible. Do you agree ? |
08:27 |
AirSThib |
Where we can view the developpment team ? |
08:30 |
|
Taoki joined #minetest-dev |
08:30 |
pmp-p |
hi AirSThib: here https://github.com/orgs/minetest/people, but irc is asynchronous by nature so don't except answers *right now*, stay connected , read later |
08:30 |
AirSThib |
@celeron55 @sfan5 @nore @nerzhul @paramat @sofar_ @rubenwardy @Krock @LarsHofhansl |
08:32 |
AirSThib |
Thanks @pmp-p |
08:57 |
|
absurb joined #minetest-dev |
09:00 |
|
AirSThib left #minetest-dev |
09:49 |
sfan5 |
... |
09:52 |
|
pmp-p joined #minetest-dev |
10:03 |
|
Fixer joined #minetest-dev |
10:03 |
|
Beton joined #minetest-dev |
10:34 |
|
proller joined #minetest-dev |
10:42 |
|
longerstaff13 joined #minetest-dev |
10:58 |
sfan5 |
-const luaL_Reg LuaCamera::methods[] = { |
10:58 |
sfan5 |
-luamethod(LuaCamera, set_camera_mode), |
10:58 |
sfan5 |
+const luaL_Reg LuaCamera::methods[] = {luamethod(LuaCamera, set_camera_mode), |
10:58 |
sfan5 |
I love clang-format |
10:59 |
ANAND |
> LuaCamera |
10:59 |
ANAND |
:D |
11:00 |
ANAND |
Oh wait, is this CSM? |
11:00 |
sfan5 |
yes |
11:00 |
ANAND |
Thought you're working on SSM, nvm :) |
12:00 |
|
AirSThib joined #minetest-dev |
12:30 |
|
AirSThib joined #minetest-dev |
13:59 |
|
Lejo joined #minetest-dev |
14:02 |
Lejo |
Wanted to ask, where to put lua librarys and where to include them? |
14:03 |
sfan5 |
well not in lib/lua/ |
14:04 |
sfan5 |
but if a bitop library is added to the engine source I think it'd be good idea to just write one from scratch |
14:05 |
Lejo |
why if there are already other good working ones? It's some kind of wasted work. Isn't this the big advantage of Open Source? |
14:06 |
Lejo |
the lib/lua was just from the guide: http://bitop.luajit.org/install.html |
14:07 |
sfan5 |
yes that's one advantage of open source, but that doesn't mean you need to |
14:11 |
Lejo |
yep,but also doesn't mean you shouldn't use it and "waste" time on it |
14:31 |
|
Wuzzy joined #minetest-dev |
14:43 |
|
Fixer joined #minetest-dev |
14:43 |
|
erlehmann joined #minetest-dev |
15:00 |
|
Fixer_ joined #minetest-dev |
15:17 |
|
AirSThib joined #minetest-dev |
15:17 |
AirSThib |
Hello |
15:35 |
|
nerzhul joined #minetest-dev |
15:37 |
|
Lejo joined #minetest-dev |
15:39 |
|
Taoki joined #minetest-dev |
16:34 |
|
Fixer joined #minetest-dev |
17:56 |
|
fluxflux joined #minetest-dev |
19:01 |
|
calcul0n joined #minetest-dev |
19:33 |
|
realz joined #minetest-dev |
19:45 |
|
fluxflux joined #minetest-dev |
19:56 |
sfan5 |
rubenwardy: does the contentdb have any handling/possibility of defining that mods only work on e.g. 5.2.0 but not on 5.3.0-dev? |
19:56 |
rubenwardy |
only if the protocol version has been bumped since |
19:57 |
sfan5 |
so no not really |
19:58 |
rubenwardy |
version checking is done based on protocol version. When you create a release, you specify the minimum and maximum Minetest version that is supported version checking is done based on protocol version. When you create a release, |
19:58 |
rubenwardy |
version checking is done based on protocol version. When you create a release, you specify the minimum and maximum Minetest version that is supported |
19:58 |
rubenwardy |
https://rwdy.uk/2niDw.png |
19:58 |
sfan5 |
... |
19:58 |
rubenwardy |
clipboard messed up |
20:00 |
sfan5 |
protocol version is kinda bit too fuzzy but I guess it's the only possibility here |
20:01 |
rubenwardy |
using the semver version would cause issues with third party clients, which is why the protocol version was decided on in the PR |
20:30 |
|
erlehmann joined #minetest-dev |
20:35 |
|
erlehmann joined #minetest-dev |
20:41 |
|
erlehmann joined #minetest-dev |
20:42 |
|
longerstaff13 joined #minetest-dev |
21:59 |
nerzhul |
remember that protocol version is intended for protocol changes, if no protocol changes version is wrong then |
22:06 |
sfan5 |
ERROR[ConnectionSend]: [...]/network/connectionthreads.cpp:157: bool con::ConnectionSendThread::rawSendAsPacket(session_t, irr::u8, const SharedBuffer<unsigned char>&, bool): A fatal error occurred: Trying to send raw packet reliable but no peer found! |
22:06 |
sfan5 |
why is this a fatal error?! |
22:39 |
sfan5 |
hm probably because there is no way the peer should disappear at that point |
22:43 |
|
Miner_48er joined #minetest-dev |