Time |
Nick |
Message |
00:11 |
|
Aucarndia joined #minetest |
00:11 |
Aucarndia |
Hello, I was wondering if i could get mod developement help? |
00:12 |
Aucarndia |
I'm looking to see if there is a way to get key presses from a player who has a gui open. |
00:15 |
Aucarndia |
Also, is there a gui element that has monospaced font or fixed width font? |
00:25 |
Aucarndia |
Hello? |
00:26 |
n4x |
hi? |
00:27 |
Aucarndia |
I'm looking to see if there is a way to get key presses from a player who has a gui open. |
00:27 |
n4x |
i don't really know, maybe someone know, just wait :P |
00:35 |
lordcirth |
is there any way to change a node's texture dynamically other than hacky_swap_node |
00:35 |
lordcirth |
?* |
00:36 |
lordcirth |
Aucarndia: yes, I think there is |
00:36 |
lordcirth |
Aucarndia: http://dev.minetest.net/Player get_player_control |
00:42 |
|
harrison joined #minetest |
00:43 |
RealBadAngel |
lordcirth, by now theres no such possibility, but there will be propably |
00:44 |
RealBadAngel |
about player pressed keys - get_player_control doesnt work while in open formspecs |
00:45 |
Aucarndia |
oh |
00:45 |
RealBadAngel |
formspecs work different way |
00:45 |
Aucarndia |
RealBadAngel: oh you, i saw your name on a pull request for get_player_control |
00:46 |
Aucarndia |
if its possible to do it on a formspec, then is it still possible to do it on some sort of gui |
00:46 |
Aucarndia |
or are formspecs the only way to draw something on the screen |
00:47 |
lordcirth |
Aucarndia: only way I know of. what's wrong with a normal formspec text field? what are you trying to accomplish? |
00:47 |
RealBadAngel |
lately ways to control HUD stuff were added |
00:47 |
Aucarndia |
kinda like an ingame lua thing |
00:48 |
Aucarndia |
but not to control the world, but just ingame lua |
00:48 |
Aucarndia |
by using a text field, i can't properly manage input |
00:49 |
Aucarndia |
and the text field doesnt have fixedwidth/monospaced font |
00:51 |
Aucarndia |
oh, get_player_control doesn't get normal keys like j or l, but just like game keys for jumping and moving? |
00:51 |
lordcirth |
Aucarndia: not sure, I haven't used it |
00:51 |
lordcirth |
Aucarndia: what do you want this block to do? |
00:53 |
Aucarndia |
when you right click on it a gui popups and contains a screen, the lua code for the, i guess call it a computer will allow for polling of keys and writing them on the screen |
00:53 |
Aucarndia |
getting a simple poll and write program would confirm that the input is working |
00:55 |
|
jordan4ibanez joined #minetest |
00:57 |
RealBadAngel |
Aucarndia, only keys defined for actions, not whole the keyboard |
00:58 |
Aucarndia |
So i assume there is no way to get the whole keyboard at this time? |
01:06 |
RealBadAngel |
no |
01:10 |
|
mrtux joined #minetest |
01:14 |
|
jojoa1997 joined #minetest |
01:34 |
|
BackupCoder joined #minetest |
01:49 |
|
jordan4ibanez joined #minetest |
01:59 |
|
Crisco left #minetest |
02:19 |
khonkhortisan |
So you say lua can't get the whole keyboard. Of the keyboard that it gets, does it get original key codes, or the software keys created by the OS/WM's keyboard layout, or does it do what minetest currently does and skip some keys like on the numpad? |
02:27 |
|
ShadowNinja joined #minetest |
02:34 |
|
ShadowBot joined #minetest |
02:36 |
RealBadAngel |
the functions return status of user defined keys |
02:36 |
|
ShadowNinja joined #minetest |
02:36 |
RealBadAngel |
no keycodes, keyboard layout or whatever counts |
02:37 |
RealBadAngel |
left, jump, up etc = true or false |
02:38 |
RealBadAngel |
function is not the way to read the keyboard but just to check player controls |
02:41 |
|
ShadowBot` joined #minetest |
02:47 |
|
ShadowNinja joined #minetest |
02:53 |
|
qznc__ joined #minetest |
03:03 |
khonkhortisan |
I expect someone to make some key combos to get more functionality out of it |
03:04 |
khonkhortisan |
and a mod just to manage that, where when string "UDRDS" is pressed, it runs func() |
03:14 |
|
Spafbi joined #minetest |
03:17 |
Spafbi |
Howdy all... |
03:17 |
Spafbi |
Quick question.... Is there any way to pre generate a world instead of generating on the fly? |
03:18 |
|
Menche joined #minetest |
03:18 |
VanessaE |
not directly, but this may help: http://forum.minetest.net/viewtopic.php?id=2950 |
03:19 |
|
TheBonsai__ joined #minetest |
03:20 |
Spafbi |
Thanks, VanessaE. That'll do quite nicely. |
03:20 |
Spafbi |
And thanks for all you do for mine test, BTW. |
03:21 |
VanessaE |
you're quite welcome. glad I could help. |
03:22 |
Spafbi |
I'm off for the night, but will try to become a regular. See y'all later. |
03:22 |
VanessaE |
'night |
03:23 |
|
Kargaroc joined #minetest |
04:37 |
|
jordan4ibanez joined #minetest |
04:37 |
Kargaroc |
hello? |
04:38 |
VanessaE |
hi |
04:38 |
Kargaroc |
hey\ |
04:41 |
Kargaroc |
I was following http://forum.minetest.net/viewtopic.php?id=4665 these instructions for compiling on windows |
04:42 |
VanessaE |
for windows, you're better off using one of Pilzadam's or sfan5's builds |
04:42 |
Kargaroc |
Of the instructions for compiling libvorbisfile.lib, it only gives Visual Studio instructions |
04:44 |
|
Maccer joined #minetest |
04:45 |
|
Maccer joined #minetest |
04:46 |
|
BackupCoder joined #minetest |
04:48 |
jordan4ibanez |
For the windows build, we could package virtualbox in an installer, to install lubuntu in a virtual machine which automatically full screens it on startup, then when the lubuntu virtualmachine is installed, the virtual machine downloads and compiles the game, and then launches the game automatically in full screen in the virtual machine, and shuts down the virtual machine on exiting the game. |
04:48 |
jordan4ibanez |
I don't see any way how this could go wrong. |
04:50 |
Kargaroc |
How about cross compiling on linux? |
04:50 |
VanessaE |
Kargaroc: better to ask pilzadam about that - that's what he does to make his windows builds. |
04:51 |
Kargaroc |
I just might do that |
05:08 |
|
ungali_mobile joined #minetest |
05:21 |
|
OldCoder joined #minetest |
05:21 |
|
OldCoder joined #minetest |
05:29 |
VanessaE |
bbl, bedtime. |
05:56 |
|
ShadowBot joined #minetest |
06:02 |
|
ShadowNinja joined #minetest |
06:31 |
|
rsiska joined #minetest |
07:07 |
|
aheinecke joined #minetest |
07:23 |
|
TheLastProject joined #minetest |
07:40 |
|
whirm1 joined #minetest |
07:42 |
|
tripod joined #minetest |
08:11 |
|
Snuggletummy joined #minetest |
08:40 |
|
ShadowNinja_ joined #minetest |
08:46 |
|
monkeycoder joined #minetest |
08:51 |
|
ImQ009 joined #minetest |
08:53 |
|
tripod joined #minetest |
09:05 |
|
Deasanta joined #minetest |
09:11 |
Deasanta |
hi - is there any way to log from lua to the black console screen - http://dev.minetest.net/minetest.log |
09:20 |
kahrl |
Deasanta: by default it shows only the error and action log levels. You can start minetest with the --info or --verbose options to show the others |
09:21 |
kahrl |
Or you can use minetest.debug() (only recommended for debugging) |
09:31 |
Deasanta |
tnx |
09:40 |
|
PilzAdam joined #minetest |
09:48 |
PilzAdam |
Hello everyone! |
10:06 |
VanessaE |
good morning all |
10:06 |
Deasanta |
hi pilzadam and vanessae - im new to this channel :) |
10:07 |
VanessaE |
welcome |
10:09 |
|
LunaVorax joined #minetest |
10:13 |
kahrl |
ugh are these fuckers serious? dyn.com now wants me to log in every month or my domain will get deleted (with no chance of re-signup). They don't even send reminder emails. |
10:13 |
VanessaE |
use afraid.org instead |
10:13 |
VanessaE |
afaik you just have to update your record periodically and then only if it changes. |
10:13 |
kahrl |
I'm thinking about it |
10:14 |
* PilzAdam |
is just looking at a valgrind log where it seems like ~Server() wasnt called... |
10:14 |
|
monkeycoder joined #minetest |
10:15 |
kahrl |
I still have the dyndns.org domain in various places though. But switching wouldn't be a biggie |
10:15 |
|
bas080 joined #minetest |
10:19 |
Deasanta |
kahrl - i use the client on my pc which keeps it up to date - works like a charm |
10:20 |
Deasanta |
no need to log in with that |
10:20 |
|
sshilovsky joined #minetest |
10:20 |
Deasanta |
http://dyn.com/support/clients/ |
10:21 |
|
rsiska joined #minetest |
10:23 |
kahrl |
Deasanta: they recently changed their policy |
10:23 |
kahrl |
you now have to login on their website, the updater client doesn't suffice |
10:24 |
kahrl |
it's been almost a month since the policy change and I just got an email about that |
10:24 |
kahrl |
sneaky bastards |
10:24 |
|
q66 joined #minetest |
10:26 |
PilzAdam |
yay! /me found the leak in run_tests() |
10:31 |
|
tripod joined #minetest |
10:31 |
MinetestBot |
GIT: PilzAdam commited to minetest/minetest: Fix memory leak in run_tests() d5ca3b721e 2013-05-14T03:29:30-07:00 http://git.io/2X-nzQ |
10:31 |
PilzAdam |
Java would warn you about that unreachable code |
10:37 |
Deasanta |
hmm - i'll check mine again in a month then - may have to change aswell :) |
10:38 |
Deasanta |
i suppose the are so many dead clients / dns names that they may have been forced down that road to some degree but there is also the financial motivation... |
11:06 |
|
Calinou joined #minetest |
11:08 |
|
arsdragonfly joined #minetest |
11:14 |
|
OWNSyouAll_DESKT joined #minetest |
11:46 |
|
roadt joined #minetest |
12:06 |
PilzAdam |
bbl |
12:08 |
|
spafbi joined #minetest |
12:10 |
|
harrison__ joined #minetest |
12:12 |
|
AndrewPH|Alt joined #minetest |
12:16 |
|
q66 joined #minetest |
12:33 |
|
ttk2 joined #minetest |
12:35 |
|
TheLastProject joined #minetest |
12:40 |
|
ShadowBot` joined #minetest |
12:40 |
|
Kacey joined #minetest |
12:40 |
|
Kacey joined #minetest |
12:42 |
|
dasd joined #minetest |
12:45 |
|
NakedFury joined #minetest |
12:52 |
|
Jousway joined #minetest |
12:54 |
|
Calinou joined #minetest |
12:55 |
|
tripod joined #minetest |
12:59 |
|
mrtux[away] joined #minetest |
13:19 |
|
hmmmm joined #minetest |
14:04 |
|
john_minetest joined #minetest |
14:13 |
|
arsdragonfly joined #minetest |
14:15 |
|
arsdragonfly|pho joined #minetest |
14:22 |
|
Weedy_lappy joined #minetest |
14:22 |
|
Weedy_lappy joined #minetest |
14:27 |
|
spafbi1 joined #minetest |
14:36 |
|
Weedy joined #minetest |
14:36 |
|
Weedy joined #minetest |
14:37 |
|
lordcirt1 joined #minetest |
14:37 |
|
dzho_ joined #minetest |
14:41 |
|
ecube_ joined #minetest |
14:44 |
|
TB`oFF|Vibe-X joined #minetest |
14:49 |
|
n4x joined #minetest |
15:03 |
|
Jordach joined #minetest |
15:03 |
|
Jordach joined #minetest |
15:08 |
|
ImNotQ009 joined #minetest |
15:14 |
|
Jordach_ joined #minetest |
15:14 |
|
Jordach_ joined #minetest |
15:17 |
|
realbadangel_ joined #minetest |
15:17 |
sfan5 |
!tw freenodestaff |
15:17 |
MinetestBot |
@ctrllrmatt No, but connectivity may be spotty, and webchat is currently unavailable. Try connecting to http://chat.freenode.net (@freenodestaff) |
15:18 |
|
KaptinKu1k joined #minetest |
15:20 |
|
BackupCoder_ joined #minetest |
15:22 |
|
AndrewPH joined #minetest |
15:29 |
|
OldCoder joined #minetest |
15:29 |
|
qwertytrains joined #minetest |
15:30 |
sfan5 |
john_minetest: yes still ddos |
15:30 |
|
qznc__ joined #minetest |
15:30 |
sfan5 |
if you join #freenode and read all the conversation there, you'll probably find out more |
15:32 |
|
Weedy_lappy joined #minetest |
15:32 |
|
Weedy_lappy joined #minetest |
15:32 |
qwertytrains |
I don't mean to disturb/change the topic (well be off topic) but my friend said he would be on here |
15:32 |
qwertytrains |
But I don't remember his username, so I have to ask this question |
15:32 |
sfan5 |
this time hobana.freenode.net got hit |
15:33 |
qwertytrains |
Does anyone here goto kings school Peterborough? |
15:34 |
sfan5 |
<Wug> nanotube: its 14 year olds with huge eboners and the 30 day free trial on rentabotnet.ru |
15:34 |
sfan5 |
^ haha |
15:36 |
qwertytrains |
And had athletics today? That's all I'm asking, again sorry! |
15:38 |
|
cisoun joined #minetest |
15:39 |
frogcrush |
Don't forget the 16-year-olds with boners... |
15:39 |
|
rubenwardy joined #minetest |
15:40 |
rubenwardy |
Hi all |
15:40 |
qwertytrains |
Hello! |
15:47 |
NakedFury |
hello guys |
15:47 |
qwertytrains |
Hi |
15:48 |
MinetestBot |
hello guys |
15:50 |
rubenwardy |
Hi |
15:51 |
rubenwardy |
Hello MinetestBot |
15:51 |
MinetestBot |
Hello rubenwardy |
15:51 |
* rubenwardy |
puts a kitten on MinetestBot's head |
15:51 |
rubenwardy |
meh, still disabled |
15:51 |
sfan5 |
rubenwardy: not disabled, removed |
15:51 |
rubenwardy |
hmmm |
15:51 |
sfan5 |
celeron requested it |
15:51 |
sfan5 |
you can still find it in the history of the git repo |
15:55 |
NakedFury |
what has been going on in the minetest git world? |
15:56 |
rubenwardy |
Hmmm |
15:56 |
rubenwardy |
shall I work on YAMM or capture the flag? hmmm |
15:57 |
|
webdesigner97 joined #minetest |
16:02 |
NakedFury |
yamm: yet another monster mod?? |
16:05 |
|
sfan5_ joined #minetest |
16:06 |
rubenwardy |
Yet another mob mod |
16:10 |
* john_minetest |
puts a kitten on rubenwardy's head |
16:10 |
|
PilzAdam joined #minetest |
16:11 |
PilzAdam |
Hello everyone! |
16:11 |
NakedFury |
hello |
16:11 |
* PilzAdam |
finished all his exams |
16:11 |
* Jordach_ |
forces PilzAdam to use iTunes |
16:11 |
Jordach_ |
just because |
16:11 |
PilzAdam |
I have a lot of freetime now |
16:11 |
PilzAdam |
Jordach_, never! |
16:11 |
Jordach_ |
you finished school? |
16:12 |
PilzAdam |
yes |
16:12 |
PilzAdam |
:D |
16:12 |
* Jordach_ |
has until 22nd of July |
16:13 |
* rubenwardy |
has not |
16:13 |
* rubenwardy |
has until 16th of july |
16:13 |
rubenwardy |
BUT |
16:13 |
rubenwardy |
I thursday is my last day |
16:13 |
rubenwardy |
*-i |
16:13 |
Jordach_ |
omfg |
16:13 |
Jordach_ |
we should play monopoly |
16:13 |
Jordach_ |
forum monopoly |
16:14 |
Jordach_ |
or forum risk |
16:14 |
rubenwardy |
after firstay I do not have to go to school apart from exams |
16:14 |
NakedFury |
or minetest risk |
16:14 |
Jordach_ |
rubenwardy, i have my exams next weeek |
16:14 |
Jordach_ |
-e |
16:14 |
rubenwardy |
me too |
16:14 |
rubenwardy |
Chemistry 3 and Biology 3 |
16:14 |
rubenwardy |
as in module/unit 2 |
16:14 |
rubenwardy |
*3 |
16:14 |
Jordach_ |
rubenwardy, asame here |
16:14 |
Jordach_ |
same* |
16:15 |
rubenwardy |
Cool |
16:15 |
|
jordach joined #minetest |
16:15 |
rubenwardy |
what is a mole then? |
16:15 |
jordach |
a mole |
16:15 |
rubenwardy |
6.025 x 10^23 |
16:15 |
jordach |
standard form ftw |
16:16 |
PilzAdam |
VanessaE, should be move to offtopic: http://forum.minetest.net/viewtopic.php?pid=90156#p90156 |
16:16 |
PilzAdam |
+d |
16:16 |
* PilzAdam |
has 14 KMK points in German oral exam :D |
16:16 |
NakedFury |
last exam last friday |
16:16 |
jordach |
PilzAdam did oral? |
16:17 |
jordach |
\o/ |
16:17 |
jordach |
\o/ |
16:17 |
PilzAdam |
jordach, new signature |
16:17 |
jordach |
huh |
16:17 |
ShadowNinja |
lol, every other message is a spelling correction. |
16:17 |
jordach |
show me |
16:17 |
rubenwardy |
I got 13 points |
16:17 |
PilzAdam |
jordach, nvm |
16:17 |
rubenwardy |
out of 15 in my oral |
16:18 |
jordach |
no one has noticed that im using my ipad |
16:18 |
jordach |
:) |
16:18 |
jordach |
i got a c - a* for my english |
16:20 |
|
Calinou joined #minetest |
16:22 |
jordach |
hey Calinou |
16:22 |
|
jordach left #minetest |
16:23 |
PilzAdam |
john_minetest, YOLO! (do you spell it like this?) |
16:23 |
rubenwardy |
You only live once :P |
16:23 |
rubenwardy |
I got C in english |
16:23 |
Jordach_ |
cunt |
16:23 |
Jordach_ |
thats a c |
16:24 |
rubenwardy |
on track for A* in Science and Maths. |
16:24 |
rubenwardy |
And I do DiDA |
16:25 |
ShadowNinja |
sfan5: I fixed an issue with DerplangPlus, it now times out correctly. ,,(dp mul:a:9999999999999999:9999999999999;mul:a:a:a:a:a:a;mul:a:a:a:a:a:a;mul:a:a:a:a:a:a:a:a;out:a) |
16:25 |
PilzAdam |
rubenwardy, I had 14/15 in english |
16:25 |
ShadowBot |
ShadowNinja: The program timed out. |
16:26 |
rubenwardy |
We do not do 15 |
16:26 |
rubenwardy |
Ours is out of 80 |
16:26 |
Jordach_ |
60* |
16:26 |
rubenwardy |
and whole course is 120 |
16:26 |
rubenwardy |
Science is 60 |
16:27 |
Calinou |
buut |
16:27 |
Calinou |
the 59th point is patented, you need to pay 75 cents to thompson to have it |
16:27 |
Jordach |
> Calinou |
16:27 |
Jordach |
> Troll |
16:28 |
Calinou |
:trollface: |
16:28 |
* Calinou |
is now playing TF2 |
16:29 |
rubenwardy |
PilzAdam: http://forum.minetest.net/viewtopic.php?pid=90178#p90178 |
16:29 |
rubenwardy |
10% of people are gay! </random_fact> |
16:29 |
rubenwardy |
Celery takes more energy to eat than it gives </random_fact> |
16:30 |
rubenwardy |
70% of tickle fights in a relationship ends up in sex </random_fact> |
16:30 |
rubenwardy |
PilzAdam is a robot </random_fact> |
16:31 |
rubenwardy |
lol http://forum.minetest.net/viewtopic.php?pid=90141#p90141 |
16:31 |
PilzAdam |
short and precise :-) |
16:32 |
rubenwardy |
Noob alart! |
16:32 |
rubenwardy |
*alert |
16:32 |
PilzAdam |
typo alert! |
16:33 |
rubenwardy |
Potato alert! |
16:36 |
rubenwardy |
I thought Albert Eistien said it? |
16:36 |
frogcrush |
Einstein |
16:36 |
rubenwardy |
Fixes -!- https://github.com/rubenwardy/Minetest-Traps-Mod/commit/28e620262398bead51fbf1a16c5a486b435119dd |
16:37 |
rubenwardy |
hmmm |
16:38 |
rubenwardy |
hmm |
16:38 |
Calinou |
http://forum.minetest.net/viewtopic.php?pid=90180#p90180 |
16:38 |
Calinou |
huehuehue |
16:38 |
frogcrush |
I requoted it |
16:38 |
Calinou |
I copy ioquake3 developers' jokes |
16:39 |
Jordach |
oh Calinou |
16:39 |
* frogcrush |
shakes his head at how awesome the web is |
16:39 |
frogcrush |
That's a good joke |
16:40 |
rubenwardy |
Lol, lame.dll# |
16:41 |
Jordach |
Calinou, .flac to troll him |
16:42 |
frogcrush |
Jordach, .wma would be a better troll |
16:42 |
Jordach |
frogcrush, no one uses flac |
16:43 |
frogcrush |
Jordach, less people use wma |
16:43 |
Jordach |
bull shit |
16:43 |
Jordach |
> http://xbox.com |
16:43 |
frogcrush |
OK, less people with brains use WMA |
16:43 |
frogcrush |
Xbox uses MP3 |
16:44 |
Jordach |
frogcrush, nope |
16:44 |
Jordach |
xbox video uses wma |
16:44 |
frogcrush |
I can stream MP3 to my Xbox |
16:44 |
Jordach |
yes, i know that |
16:44 |
Jordach |
but their music service is wma |
16:44 |
frogcrush |
Zune? |
16:44 |
frogcrush |
Hmm, I thought I read it was MP3 encoded |
16:44 |
* frogcrush |
admits defeat |
16:45 |
rubenwardy |
Windows Media Audio |
16:46 |
* john_minetest |
just realized that he hasn't accepted the EULA of Adobe reader because it sucks. Installing evince now. |
16:47 |
Jordach |
evidence* |
16:47 |
Jordach |
my 5.1 gaming headset plays audio at 100Db |
16:47 |
frogcrush |
You measured? |
16:47 |
frogcrush |
And its dB not Db |
16:47 |
Jordach |
yes]# |
16:50 |
Jordach |
ambulance = krankenwagen |
16:50 |
thexyz |
john_minetest: inb4 gpl |
16:50 |
* Jordach |
laughs: http://i.imgur.com/hblr20O.jpg |
16:50 |
thexyz |
inb4 sucks |
16:51 |
PilzAdam |
\o/ you can use the main menu in a debug build now without leaking memory |
16:52 |
frogcrush |
Jordach, wow, that would be me if I ever tried drugs, which I would not ever, ever do |
16:53 |
thexyz |
because..? |
16:53 |
PilzAdam |
frogcrush, coffee contains drugs |
16:53 |
frogcrush |
I don't drink coffee |
16:53 |
frogcrush |
b/s ice capps |
16:53 |
rubenwardy |
Should this be added to "old mod", http://forum.minetest.net/viewtopic.php?id=4401 ? |
16:53 |
PilzAdam |
john_minetest, in before GNU general public license |
16:54 |
sfan5 |
ShadowNinja: is there any DerpLang+ specification? |
16:54 |
PilzAdam |
rubenwardy, I guess so |
16:54 |
rubenwardy |
hmmm |
16:55 |
rubenwardy |
Can a mod move this to "old mods"? |
16:55 |
rubenwardy |
http://forum.minetest.net/viewtopic.php?id=4401 |
16:55 |
|
BrandonReese_ joined #minetest |
16:56 |
rubenwardy |
this as well http://forum.minetest.net/viewtopic.php?id=3082 |
16:57 |
|
away joined #minetest |
16:58 |
frogcrush |
Does Amurica have Tim Horton's? |
16:59 |
frogcrush |
I literally cannot find that out on Google |
16:59 |
PilzAdam |
rubenwardy, better you ping VanessaE or so, so she can move it when shes back |
16:59 |
PilzAdam |
otherwise it will be just lost in the IRC logs |
16:59 |
rubenwardy |
Ping VanessaE!!!! |
17:00 |
rubenwardy |
^^^ |
17:02 |
* Jordach |
wishes Jordach had windows 8 + a touchscreen monitor |
17:03 |
Jordach |
because my chair isnt here |
17:04 |
frogcrush |
Don't we all... |
17:05 |
Jordach |
i'd use my iPad, but that's on 14% and i dont have the charger atm |
17:05 |
frogcrush |
I wonder if Irrlicht will be ported to Windows 8 Modern... |
17:05 |
Jordach |
frogcrush, from what i've seen, simple |
17:09 |
|
frogcrush joined #minetest |
17:10 |
|
frogcrush joined #minetest |
17:13 |
PilzAdam |
Y U SO SLOW ProxTube proxies?! |
17:14 |
frogcrush |
I disagree |
17:14 |
frogcrush |
But lets not get into that |
17:14 |
Jordach |
actually, windows blue will fix it |
17:15 |
Jordach |
optional start orb (button) |
17:15 |
frogcrush |
June 26th is the Blue preview |
17:15 |
Jordach |
it'll prompt me to upgrade |
17:15 |
Jordach |
john_minetest, 8.1 |
17:15 |
rubenwardy |
be glad [0b_us] is not here |
17:16 |
frogcrush |
Windows 8 was just a learning curve, and Microsoft didn't teach you how to use it |
17:16 |
frogcrush |
That's why ppl hate it |
17:16 |
Jordach |
the old shit like WinRT will be the same |
17:17 |
Calinou |
inb4 paid upgrades |
17:17 |
Calinou |
microsoft is trying to be apple 8) |
17:17 |
frogcrush |
Well, everyone says apple is so cool, and so awesome, with its closed ecosystems and costly upgrades |
17:17 |
Calinou |
PilzAdam: rubenwardy: moved |
17:18 |
frogcrush |
I wish I could try out a Surface.. then I would have to leave the house tho... |
17:18 |
Calinou |
yeah, and linux sucks... IT HAS NO GAMES, M$ OFFICE OR PHOTOSHIT!!!!!!!!!!! |
17:18 |
Calinou |
AM I RITE |
17:18 |
Calinou |
</sarcasm> |
17:18 |
PilzAdam |
Calinou, also this to offtopic: http://forum.minetest.net/viewtopic.php?id=5985 |
17:18 |
frogcrush |
MS Office is better than LibreOffice tho |
17:18 |
Jordach |
i can live without everything else |
17:18 |
rubenwardy |
what about http://forum.minetest.net/viewtopic.php?id=3082 , Calinou? |
17:18 |
Jordach |
but not games |
17:18 |
rubenwardy |
brb, tea :P |
17:18 |
frogcrush |
Jordach: RuneScape and Minetest.. thats enough... |
17:18 |
PilzAdam |
frogcrush, LibreOffice does what I need it to do |
17:18 |
Jordach |
frogcrush, that jagex piece of crap |
17:19 |
Jordach |
fuck ypu |
17:19 |
Jordach |
you* |
17:19 |
frogcrush |
Kiss my ass, runescape is pretty good |
17:19 |
Jordach |
they fucked up Ace of Spades 1.0 |
17:19 |
frogcrush |
And it runs with HTML5 |
17:19 |
frogcrush |
You see their Transformers game? |
17:19 |
Jordach |
nope. |
17:20 |
Jordach |
i stay away from that name |
17:20 |
thexyz |
seriously, wtf is wrong with people |
17:20 |
thexyz |
>I'm leaving >Mito wanted me to post this |
17:20 |
frogcrush |
OMG, they tried making a game better and failed |
17:21 |
frogcrush |
I heard it got better again tho |
17:21 |
PilzAdam |
thexyz, "BAN ME! BAN ME!" "Oh no! the fu**ing mods have banned me!" |
17:22 |
frogcrush |
f**cking mods... |
17:22 |
frogcrush |
;) |
17:29 |
Jordach |
i was looking for a bf3 server to plan on and joined in less than two secondsa |
17:30 |
thexyz |
this is not your twitter by the way |
17:31 |
frogcrush |
This is my Twitter client... |
17:32 |
* rubenwardy |
is back |
17:32 |
frogcrush |
wb |
17:35 |
thexyz |
okay then |
17:36 |
thexyz |
http://i.imgur.com/MLmUpU9.jpg ^^ |
17:36 |
frogcrush |
... |
17:36 |
Calinou |
overly attached fox |
17:36 |
frogcrush |
lol |
17:38 |
Calinou |
no, it doesn't say "plz reply to my tweet!" |
17:39 |
|
BlockMen joined #minetest |
17:39 |
thexyz |
why is it so noisy? |
17:39 |
thexyz |
oh, wait |
17:40 |
BlockMen |
lol, i thought mauvebic left. why is he whining on forum then -> http://forum.minetest.net/viewtopic.php?pid=90185#p90185 |
17:40 |
BlockMen |
http://forum.minetest.net/viewtopic.php?pid=90014#p90014 |
17:42 |
|
mrtux joined #minetest |
17:42 |
frogcrush |
http://blog.freenode.net/2013/05/the-good-the-bad-and-the-ugly/ |
17:42 |
frogcrush |
Update on the outages |
17:43 |
thexyz |
> moderators go around secretly editing user posts |
17:43 |
frogcrush |
thexyz: Its China then? |
17:43 |
thexyz |
we do? |
17:44 |
thexyz |
oh wait, let me remove this part of his post… |
17:44 |
thexyz |
because it's no true after all |
17:46 |
|
mrtux joined #minetest |
17:48 |
frogcrush |
You have to be a big fucking douchebag to DDoS freenode |
17:48 |
rubenwardy |
douchebag is not a very nice word |
17:48 |
frogcrush |
Nicer is asshole |
17:49 |
frogcrush |
neither*** |
17:52 |
Calinou |
well, that's freenode |
17:52 |
Calinou |
the canonical of IRC servers :) |
17:52 |
Calinou |
(without amazon lens) |
17:55 |
|
LMOG joined #minetest |
17:55 |
hmmmm |
w00t w00t |
17:55 |
hmmmm |
http://www.exploit-db.com/exploits/25444/ |
17:55 |
MinerOfLands |
whatsup peeps |
17:56 |
L4ndM1ne |
hello? |
17:56 |
L4ndM1ne |
anybody there? |
17:56 |
frogcrush |
No. |
17:56 |
L4ndM1ne |
god this is dead as always |
17:56 |
frogcrush |
I dunno, its been quite chattery |
17:57 |
frogcrush |
Maybe your brain is dead |
17:57 |
BlockMen |
lol |
17:57 |
L4ndM1ne |
lol i dont even think i remmeber you |
17:57 |
L4ndM1ne |
so w.e |
17:57 |
L4ndM1ne |
newphag |
17:58 |
thexyz |
hmmmm: Linux 3.7.5-pf works |
17:58 |
thexyz |
i'm fucked |
17:58 |
Calinou |
linux 3.8 ftw |
17:58 |
|
whirm joined #minetest |
17:58 |
Calinou |
please don't tell me I'm running a more recent kernel than thexyz O_o |
17:58 |
thexyz |
it's too good i have 2.6.32-5 @ minetest.ru |
17:59 |
rubenwardy |
We do not reply to you, because you are a cretin |
17:59 |
rubenwardy |
(@L4ndM1ne |
17:59 |
rubenwardy |
) |
17:59 |
L4ndM1ne |
im mexican i dunno what that means |
17:59 |
|
Cerise joined #minetest |
17:59 |
|
L4ndM1ne was kicked by Calinou: L4ndM1ne |
17:59 |
Calinou |
\o/ /kickban works |
18:00 |
|
Ipos joined #minetest |
18:00 |
PilzAdam |
!deop Calinou |
18:00 |
ShadowBot |
PilzAdam: Error: You don't have the #minetest,op capability. If you think that you should have this capability, be sure that you are identified before trying again. The 'whoami' command can tell you if you're identified. |
18:00 |
PilzAdam |
>:D |
18:00 |
PilzAdam |
ShadowBot, STFU |
18:00 |
rubenwardy |
!whoami |
18:00 |
ShadowBot |
rubenwardy: I don't recognize you. |
18:00 |
rubenwardy |
Bitch |
18:01 |
Calinou |
please |
18:01 |
* Calinou |
throws a diamond in lava |
18:01 |
hmmmm |
yeah |
18:01 |
hmmmm |
o.O |
18:01 |
hmmmm |
well it doesn't matter |
18:01 |
hmmmm |
just don't let people be able to execute code on your box and you'll be fine |
18:02 |
Calinou |
chmod 777 /home/hmmm/Public |
18:02 |
ShadowBot |
john_minetest: I don't recognize you. |
18:02 |
frogcrush |
ShadowBot is just a big meenie |
18:02 |
sfan5 |
Calinou: better use chmod -R |
18:02 |
sfan5 |
!tw freenodestaff |
18:02 |
MinetestBot |
An update on the recent network troubles http://blog.freenode.net/2013/05/the-good-the-bad-and-the-ugly/ (@freenodestaff) |
18:02 |
hmmmm |
i don't use Linux, so i'm safe... |
18:03 |
sfan5 |
ShadowBot: aren't you supposed to sleep? |
18:03 |
* Calinou |
sings Richard Stallman's "Freenode taff" |
18:03 |
Calinou |
+s |
18:03 |
frogcrush |
Sounds like my RAT program... |
18:03 |
|
Exio joined #minetest |
18:03 |
Calinou |
^ cyborg mouse owner |
18:03 |
Calinou |
every logitech fanboy, attack him! |
18:04 |
hmmmm |
that's because it's their job to find things like that |
18:04 |
hmmmm |
it takes months and months to find and develop |
18:05 |
hmmmm |
i'm not sure what that syscall is exactly |
18:06 |
hmmmm |
anyway, lots of other platforms are affected by this exploit as well (but obviously there isn't any PoC for those since they're more obscure) |
18:11 |
sfan5 |
hahaha, what the fuck, kernel panic |
18:11 |
sfan5 |
note to self: don't test the code from exploitdb.com |
18:12 |
Jordach |
hold on |
18:12 |
frogcrush |
lol |
18:12 |
Jordach |
lemme use sfan5's test compiler |
18:12 |
sfan5 |
<hmmmm> http://www.exploit-db.com/exploits/25444/ |
18:12 |
thexyz |
sfan5: well, i always do that |
18:12 |
rubenwardy |
What does the thing do? |
18:12 |
sfan5 |
crash your kernel |
18:13 |
thexyz |
local root |
18:13 |
frogcrush |
lol |
18:13 |
PilzAdam |
sfan5, run this on windows/wine? |
18:13 |
|
Jordach left #minetest |
18:13 |
thexyz |
wut |
18:13 |
sfan5 |
PilzAdam: that code is for linux |
18:13 |
|
Jordach joined #minetest |
18:13 |
frogcrush |
Windows is invincible |
18:13 |
frogcrush |
</sarcasm> |
18:13 |
thexyz |
anyway, it didn't crash minetest.ru |
18:13 |
Calinou |
windows 8 is, frogcrush |
18:13 |
Calinou |
since you can't start anything on it 8) |
18:13 |
sfan5 |
thexyz: did the local root work? |
18:14 |
* frogcrush |
ignores Calinou's comment |
18:14 |
Jordach |
Calinou is a troll frogcrush |
18:14 |
Jordach |
understand this |
18:14 |
thexyz |
sfan5: no, it has way too old kernel |
18:14 |
frogcrush |
Why thank you, Jordach |
18:14 |
Jordach |
frogcrush, also: dont tell him personal stuff either |
18:14 |
sfan5 |
thexyz: you use amd64 kernel right? |
18:14 |
* Jordach |
learned the hard way |
18:14 |
rubenwardy |
I am making a capture the flag game mode |
18:14 |
Jordach |
hue hue hue |
18:15 |
Jordach |
amd64 |
18:15 |
rubenwardy |
what should a team's message board contain? |
18:15 |
Jordach |
when did amd own 64bits |
18:15 |
frogcrush |
Their name |
18:15 |
rubenwardy |
(gui) |
18:15 |
Calinou |
they were the first to do 64 bits |
18:15 |
Calinou |
now, amd is the first to react to intel fanboys. nothing else. 8) |
18:15 |
Jordach |
yeah, but they shouldnt hold the rights |
18:15 |
thexyz |
sfan5: it works at localhost but not at minetest.ru |
18:15 |
Jordach |
Calinou, nvidia tesla |
18:15 |
Calinou |
no, they opened it to intel (fortunately) |
18:15 |
frogcrush |
Intel got 64bit from AMD |
18:15 |
Calinou |
buy me a K20X, Jordach |
18:16 |
Jordach |
Calinou, i might be rich, but im not buying you anythinmg |
18:16 |
Calinou |
:-( |
18:18 |
|
qwertytrains joined #minetest |
18:19 |
frogcrush |
Jordach, can you buy me cookie? |
18:19 |
Calinou |
<omploader> NO COOKIE! |
18:19 |
sfan5 |
cat /dev/random | grep cookie > frogcrush |
18:19 |
|
deloriuos joined #minetest |
18:19 |
qwertytrains |
Anyone here go to kings school Peterborough, and name is Mark. He/you is my friend, I forgot his username :/ |
18:20 |
* Calinou |
goes to reddit |
18:20 |
frogcrush |
qwertytrains: Any of us could say yes |
18:20 |
* Calinou |
is not popular there :( |
18:20 |
Calinou |
qwertytrains: markveidemanis? |
18:21 |
qwertytrains |
Yeah that's it, thanks |
18:21 |
sfan5 |
!seen markveidemanis |
18:21 |
MinetestBot |
sfan5: markveidemanis was last seen at 2013-05-13 17:04:54 UTC on #minetest |
18:21 |
sfan5 |
^ qwertytrains |
18:22 |
frogcrush |
btw, thank you, sfan5, for cookie |
18:22 |
qwertytrains |
Thanks again |
18:22 |
frogcrush |
!seen frogphone |
18:22 |
MinetestBot |
frogcrush: Sorry, I haven't seen frogphone around. |
18:22 |
frogcrush |
Hmm |
18:23 |
|
Frogphone joined #minetest |
18:23 |
frogcrush |
!seen frogphone |
18:23 |
MinetestBot |
frogcrush: Sorry, I haven't seen frogphone around. |
18:23 |
frogcrush |
!seen Frogphone |
18:23 |
MinetestBot |
frogcrush: Sorry, I haven't seen frogphone around. |
18:23 |
Frogphone |
?? |
18:23 |
PilzAdam |
frogcrush, please dont abuse the bot |
18:23 |
frogcrush |
Oh, sorry |
18:24 |
PilzAdam |
use PM if you want to spam |
18:24 |
frogcrush |
Didn't mean to spam |
18:24 |
sfan5 |
!seen Frogphone |
18:24 |
MinetestBot |
sfan5: frogphone was last seen at 2013-05-14 18:25:00 UTC on #minetest |
18:24 |
frogcrush |
It goes off messages? |
18:24 |
sfan5 |
frogcrush: you need to say anything for MinetestBot to notice you |
18:24 |
sfan5 |
*something |
18:24 |
frogcrush |
I see |
18:27 |
rubenwardy |
http://multa.bugs3.com/upload/ctf_team_panel_1.png |
18:27 |
|
Pest joined #minetest |
18:27 |
frogcrush |
Looks shopped |
18:28 |
|
BlockMen left #minetest |
18:29 |
rubenwardy |
It was |
18:29 |
rubenwardy |
well, the "team name" button was |
18:29 |
rubenwardy |
It used to be "default" (which was the name of the team) but "team name" is more descriptive |
18:30 |
frogcrush |
A little more descriptive |
18:31 |
frogcrush |
Woohoo, finally up to 32FPS on Minetest |
18:31 |
Calinou |
old news, I get 61 constantly |
18:31 |
frogcrush |
I used to |
18:32 |
frogcrush |
I haz Radeon HD 6850, 8GB of ram and an 4.1GHz OC'd hex core processor |
18:32 |
frogcrush |
And gettin 32FPS |
18:32 |
Calinou |
what driver? OS? |
18:33 |
Calinou |
also, hexa core in AMD or intel terms? 8) |
18:33 |
frogcrush |
AMD |
18:33 |
Calinou |
heh |
18:33 |
frogcrush |
Windows 8, AMD one |
18:33 |
Calinou |
are you using moretrees? |
18:33 |
frogcrush |
Doesn't look like it |
18:33 |
frogcrush |
I dunno, I dl'd 0.4.6, turned off shaders and ran |
18:34 |
Calinou |
check your CPU/GPU temps |
18:34 |
Calinou |
also, enabling shaders can improve performance on some AMD cards :P |
18:34 |
|
iqualfragile joined #minetest |
18:34 |
frogcrush |
Yeah, right |
18:35 |
|
nyuszika7h joined #minetest |
18:35 |
Calinou |
did you press "R"? |
18:35 |
Calinou |
(full viewing range) |
18:35 |
Calinou |
make sure it isn't enabled |
18:35 |
frogcrush |
lol, I had Foldinghome on |
18:35 |
Calinou |
that's why |
18:35 |
Calinou |
let people with cancer die for more FPS 8) |
18:35 |
frogcrush |
unfortunately |
18:36 |
frogcrush |
Nah, didn't help |
18:37 |
Calinou |
did you check your CPU/GPU temps? |
18:37 |
Calinou |
too high can cause throttling :P |
18:37 |
frogcrush |
49c |
18:37 |
frogcrush |
for GPU |
18:37 |
frogcrush |
48 for CPU |
18:37 |
Calinou |
anything below 90°C usually doesn't cause throttling |
18:37 |
Calinou |
so it's ok |
18:37 |
Calinou |
is "full viewing range" enabled? |
18:37 |
Calinou |
by default, R toggles it |
18:37 |
frogcrush |
Nope |
18:38 |
frogcrush |
My gfx activity is 5-6% |
18:38 |
Calinou |
try restarting the game |
18:39 |
frogcrush |
40fps now |
18:39 |
Calinou |
:/ |
18:39 |
Calinou |
yous hould get 60 FPS easily |
18:39 |
Calinou |
except if you're using huge textures :P |
18:40 |
frogcrush |
Totally unmodded Minetest |
18:40 |
PilzAdam |
frogcrush, with this rate wait 20 minutes and you have 60 |
18:40 |
frogcrush |
PilzAdam: I haz to wait to haz my fps? |
18:40 |
Calinou |
he's joking :P |
18:40 |
Calinou |
I get 60 FPS as soon as I start |
18:41 |
frogcrush |
No guff |
18:41 |
frogcrush |
Only poor programming leads to a slow progressive fps increase |
18:41 |
PilzAdam |
20:31:12 <frogcrush>Woohoo, finally up to 32FPS on Minetest |
18:41 |
frogcrush |
;) |
18:41 |
PilzAdam |
20:39:31 <frogcrush>40fps now |
18:42 |
PilzAdam |
^ i.e. 1 FPS per minute |
18:42 |
frogcrush |
1FPS gain per minute, I am awesome |
18:43 |
rubenwardy |
I get 60fps |
18:44 |
Calinou |
hmm, I seem to get more FPS with shaders now |
18:45 |
Calinou |
between 130 and 230 |
18:45 |
Calinou |
CPU-limited :( |
18:45 |
frogcrush |
I used to get like 300fps+ |
18:45 |
frogcrush |
dis sux |
18:45 |
|
STHGOM joined #minetest |
18:46 |
Calinou |
300 FPS with shaders, on some AMD hexacore + 6850? |
18:46 |
Calinou |
ö_ö |
18:46 |
frogcrush |
I think my record was like 450fps |
18:46 |
frogcrush |
On an older minetest |
18:46 |
|
arsdragonfly joined #minetest |
18:46 |
frogcrush |
0.4.1 I think |
18:46 |
Calinou |
my card is an equivalent to a 6970, and my 2600K beats any desktop AMD CPU in both multithread and monothread |
18:46 |
Calinou |
note that I use view range 128 |
18:46 |
PilzAdam |
0.4.1 sucks because /me hasnt worked on it ;-) |
18:46 |
Calinou |
you probably don't :P |
18:47 |
frogcrush |
I used viewing range 1000 or so |
18:47 |
frogcrush |
Since I like being able to actually see |
18:47 |
frogcrush |
I was bored one day, so I did a viewing range test and an fps test |
18:48 |
Calinou |
frogcrush: try rebooting? :P |
18:48 |
Calinou |
maybe your card is stuck to 2D frequencies, that can happen after a game crash (although rarely) |
18:48 |
frogcrush |
fps was 425-450 on 50 viewing range, and then I got up to 12000 viewing range before I got bored, with over 50fps steady |
18:48 |
frogcrush |
So... |
18:49 |
frogcrush |
(that was with no software running) |
18:50 |
frogcrush |
I'll try that |
18:50 |
Calinou |
12000 viewing range does nothing unless all the terrain is loaded |
18:50 |
Calinou |
if it is, you'll get < 1 FPS |
18:51 |
frogcrush |
Coulda been 1200 and I had an extra 0 in the txt file |
18:51 |
Calinou |
the terrain would still not load unless you travelled in that area |
18:51 |
frogcrush |
wb flying up in the air and looking down? |
18:52 |
NakedFury |
found this mentioned on Oldcoders ventures channel: http://terralang.org/ |
18:52 |
|
qwertytrains joined #minetest |
18:52 |
Calinou |
frogcrush: if you're too high above terrain it will not generate/load |
18:52 |
frogcrush |
Well yeah, ik |
18:53 |
frogcrush |
if I ever get this fps problem fixed, I'll do a video |
18:53 |
frogcrush |
It would be good for Minetest |
18:53 |
qwertytrains |
!seen markveidemanis |
18:53 |
MinetestBot |
qwertytrains: markveidemanis was last seen at 2013-05-13 17:04:54 UTC on #minetest |
18:54 |
frogcrush |
MinetestBot needs to take an english class |
18:54 |
PilzAdam |
^ sfan5 |
18:54 |
sfan5 |
frogcrush: where? |
18:55 |
frogcrush |
sfan5: Online schools sometimes accept software |
18:55 |
sfan5 |
....what |
18:55 |
frogcrush |
It could be something like: |
18:56 |
frogcrush |
qwertytrains, markveidemanis was last seen on 2013-05-13 at 17:04:54 UTC on #minetest. Have a great day! |
18:56 |
frogcrush |
b/s the gay part |
18:57 |
frogcrush |
qwertytrains, markveidemanis was last seen on #minetest on Monday, February 13, 2013 at 17:04:54 UTC <- that would also work |
18:58 |
rubenwardy |
!seen rubenwardy |
18:58 |
MinetestBot |
rubenwardy: rubenwardy was last seen at 2013-05-14 18:59:14 UTC on #minetest |
18:58 |
rubenwardy |
!seen rubenwardy |
18:58 |
MinetestBot |
rubenwardy: rubenwardy was last seen at 2013-05-14 18:59:14 UTC on #minetest |
18:58 |
|
qwertytrains left #minetest |
18:58 |
rubenwardy |
!seen LandMine |
18:58 |
MinetestBot |
rubenwardy: Sorry, I haven't seen landmine around. |
18:58 |
rubenwardy |
good |
18:58 |
frogcrush |
!seen L4ndMine |
18:58 |
MinetestBot |
frogcrush: Sorry, I haven't seen l4ndmine around. |
18:59 |
Calinou |
!seen MinetestBot |
18:59 |
MinetestBot |
Calinou: Sorry, I haven't seen minetestbot around. |
18:59 |
Calinou |
uh uh |
18:59 |
rubenwardy |
!seen L4ndM1ne |
18:59 |
MinetestBot |
rubenwardy: l4ndm1ne was last seen at 2013-05-14 18:00:50 UTC on #minetest |
18:59 |
frogcrush |
There we go |
18:59 |
PilzAdam |
sfan5, why does it convert nicks to lower case? |
19:00 |
thexyz |
i wonder why is it still opped |
19:00 |
sfan5 |
PilzAdam: don't know, ask spb |
19:01 |
rubenwardy |
MARKTRACEUR |
19:01 |
rubenwardy |
Didnt he quit? |
19:01 |
Calinou |
yes? |
19:02 |
Calinou |
even /whowas has no trace of him |
19:02 |
Calinou |
(btw, whowas is case-sensitive, it's marktraceur) |
19:03 |
|
frogcrush joined #minetest |
19:03 |
rubenwardy |
[marktraceur] (~marktracefsf/member/marktraceur): Mark Holmquist |
19:03 |
rubenwardy |
* [marktraceur] wolfe.freenode.net :Manchester, England |
19:03 |
rubenwardy |
* [marktraceur] is away (dentist) |
19:03 |
rubenwardy |
* [marktraceur] is logged in as MarkTraceur |
19:03 |
rubenwardy |
* [marktraceur] End of WHOIS list. |
19:03 |
|
rubenwardy was kicked by ShadowBot: message flood detected |
19:03 |
|
rubenwardy joined #minetest |
19:03 |
rubenwardy |
aparently |
19:03 |
frogcrush |
lol, ShadowBot |
19:03 |
rubenwardy |
/whois |
19:04 |
Calinou |
oh |
19:05 |
PilzAdam |
ShadowNinja, ShadowBot should warn first |
19:10 |
rubenwardy |
bye all |
19:11 |
|
rubenwardy left #minetest |
19:17 |
|
anunakki joined #minetest |
19:17 |
|
anunakki joined #minetest |
19:27 |
|
OldCoder joined #minetest |
19:27 |
|
OldCoder joined #minetest |
19:28 |
|
sdzen joined #minetest |
19:28 |
|
sdzen left #minetest |
19:29 |
|
Exio joined #minetest |
19:30 |
|
nyuszika7h joined #minetest |
19:36 |
|
FreeFull joined #minetest |
19:37 |
|
qwertytrains joined #minetest |
19:38 |
qwertytrains |
!seen markveidemanis |
19:38 |
MinetestBot |
qwertytrains: markveidemanis was last seen at 2013-05-13 17:04:54 UTC on #minetest |
19:38 |
PilzAdam |
qwertytrains, you know that you can just read the logs for that short amount of time? |
19:39 |
qwertytrains |
? |
19:39 |
qwertytrains |
Oh yeah... |
19:39 |
|
STHGOM joined #minetest |
19:39 |
qwertytrains |
Didn't see the logs :P |
19:39 |
qwertytrains |
Sorry |
19:42 |
|
roboman2444 joined #minetest |
19:42 |
|
qwertytrains joined #minetest |
19:49 |
|
Calinou joined #minetest |
19:56 |
* sfan5 |
just released his localisation mod |
19:57 |
Calinou |
localization, you british guy |
19:57 |
Calinou |
>:( |
19:58 |
sfan5 |
Calinou: then tell your browser to s/localisation/localization/ |
19:58 |
sfan5 |
also: I'm not british :D |
19:58 |
Calinou |
I know :P |
19:58 |
|
BrandonReese_ joined #minetest |
19:59 |
* Calinou |
reached 500000 lollipops |
20:00 |
Calinou |
3980000 lp for better sword, 11560000 lp for faster candies |
20:00 |
PilzAdam |
just beat the final boss, then you have enough candies forever :-) |
20:01 |
Calinou |
meh, I'm stuck at "hell" :P |
20:02 |
PilzAdam |
you wanna have a little tip? |
20:02 |
sfan5 |
Calinou: you can now create a french translation for common and minetest_game |
20:03 |
thexyz |
Calinou: javascript:lollipops.setNbrOwned(1e+50) |
20:03 |
Calinou |
sfan5, translations for descriptions? client-side? |
20:04 |
thexyz |
javascript:candies.setNbrOwned(1e+50) |
20:12 |
thexyz |
URL bar |
20:12 |
|
sapier joined #minetest |
20:15 |
Calinou |
dat name: http://forum.minetest.net/viewtopic.php?id=5986 |
20:16 |
Calinou |
john_minetest, javascript console? |
20:16 |
PilzAdam |
he seems to have strong feelings towards me... |
20:18 |
sfan5 |
Calinou: server side, only for sp yet |
20:18 |
sfan5 |
but still worth it |
20:19 |
Calinou |
lol yeah, PilzAdam |
20:19 |
STHGOM |
brb |
20:21 |
|
STHGOM joined #minetest |
20:24 |
|
TheLastProject joined #minetest |
20:25 |
|
shadowjay1 joined #minetest |
20:29 |
|
OWNSyouAll_DESKT joined #minetest |
20:32 |
ShadowNinja |
Well looks like auto-sleep broke... |
20:37 |
|
MinerOfLands joined #minetest |
20:37 |
MinerOfLands |
wasssup peeps |
20:38 |
ShadowNinja |
The netsplits probably messed it up. And it doesn't check the userlist when it joins. ,,(channel lobotomy add) |
20:38 |
ShadowBot |
ShadowNinja: The operation succeeded. |
20:38 |
MinerOfLands |
cool |
20:38 |
STHGOM |
hi |
20:39 |
MinerOfLands |
Oh, come on. Everyone has thoughts like this; it's only fucked up if you actually do them. Like thinking up the perfect crime or the perfect murder. What's the most deliciously atrocious way way to torture or break someone? Take me: I imagine a father and his teenage daughter, preferably around age 14. Abduct and lock them in separate, sound-proofe |
20:39 |
MinerOfLands |
d rooms. Tell the father that either he has sexual intercourse with his daughter - forcibly if necessary - or I torture her to death slowly in front of his eyes. |
20:39 |
MinerOfLands |
I have given him sufficient pharmaceutical aid that his 'faculties' are unimpaired by his emotional state. Without the need to wait for his reply, I make my way to the daughter's cell. I inform her that I am in fact under her father's instruction, and that despite my sincere protestations he is determined to rape her, and that she had best do her u |
20:39 |
MinerOfLands |
tmost to please him, else who knows what might happen to her. I gag her tightly and lead her father into the room. After he has done the deed - and in so doing displayed a heroic level of self-sacrifice, in a way - I lead him back to his original cell. |
20:39 |
MinerOfLands |
I return to the daughter's cell and inform her that she failed to meet her father's expectations, and I must now kill and dispose of her. I wait just long enough for the horror to sink in before putting a bullet through her head. This is where it gets good. I then return to her father's room, wheeling in a television monitor, |
20:39 |
MinerOfLands |
with which a I play back the extensive recordings I have made of the incident. He realizes with increasing horror the monster her daughter came to believe he was, and the pain he inflicted upon her unknowingly and in vain. "Shame, isn't it?" I say nonchalantly as I set the gun down in front of him and leave the room. Eventually, he summons the cons |
20:39 |
MinerOfLands |
titution to grab the gun and make an end of it. With shaking hands he puts the muzzle to his head and pulls the trigger, desperate for oblivion. But nothing happens. The gun is filled with dud bullets. He is now totally and irredeemably broken. And it is time for the final phase of my plan. Under sedation (I'm not a monster, after all) I surgically |
20:39 |
MinerOfLands |
remove his eyes, |
20:39 |
MinerOfLands |
vocal chords, and hands. I dump him anonymous in front of a distant hospital in another state. Perplexed, the doctors do what little they can to help this man, trapped alone with the horrors of his memories and no way to express his story. He becomes something of a legend among doctors and caregivers, each proffering their own stories of how the Br |
20:39 |
MinerOfLands |
oken Man was made. No one in his care facility ever finds out who he is. No one but me, that is. I work there, you see, and every day I whisper one phrase into his ear: "Shame, isn't it?" ... Seriously, everyone thinks about this stuff. Right? (Shout out to ersatztruth for that one) |
20:39 |
ShadowNinja |
ShadowBot: kick MinerOfLands |
20:39 |
|
MinerOfLands was kicked by ShadowBot: ShadowNinja |
20:40 |
|
MinerOfLands joined #minetest |
20:40 |
MinerOfLands |
that isnt nice |
20:40 |
MinerOfLands |
:( |
20:40 |
ShadowNinja |
MinerOfLands: Don't spam. |
20:41 |
MinerOfLands |
ok |
20:41 |
ShadowNinja |
Use a pastebin. |
20:41 |
MinerOfLands |
vocal chords, and hands. I dump him anonymous in front of a distant hospital in another state. Perplexed, the doctors do what little they can to help this man, trapped alone with the horrors of his memories and no way to express his story. He becomes something of a legend among doctors and caregivers, each proffering their own stories of how the Br |
20:41 |
MinerOfLands |
oken Man was made. No one in his care facility ever finds out who he is. No one but me, that is. I work there, you see, and every day I whisper one phrase into his ear: "Shame, isn't it?" ... Seriously, everyone thinks about this stuff. Right? (Shout out to ersatztruth for that one) |
20:41 |
MinerOfLands |
alright |
20:41 |
MinerOfLands |
my bad |
20:41 |
STHGOM |
are a bot? |
20:41 |
MinerOfLands |
nah |
20:42 |
STHGOM |
ok :) |
20:42 |
MinerOfLands |
:D |
20:42 |
MinerOfLands |
i lve you |
20:43 |
STHGOM |
me? |
20:44 |
MinerOfLands |
yeah |
20:44 |
STHGOM |
you lve me? |
20:45 |
MinerOfLands |
love you...yes |
20:45 |
STHGOM |
may i ask why? |
20:45 |
MinerOfLands |
cause i want to, now zip it |
20:46 |
|
monkeycoder joined #minetest |
20:47 |
|
MinerOfLands was kicked by Calinou: hello, "bperson" |
20:47 |
Calinou |
phew |
20:47 |
Calinou |
I opped the wrong person ;-; |
20:48 |
STHGOM |
so weired.... :P |
20:49 |
Calinou |
WTF |
20:49 |
Calinou |
there's RMS on french TV |
20:50 |
STHGOM |
RMS? |
20:50 |
Calinou |
richard stallman |
20:50 |
STHGOM |
whos that lol |
20:51 |
ShadowNinja |
Calinou: That ban is ineffective, you banned by ident, a random number. |
20:52 |
Calinou |
will *!*@*189.191.160.244* do? |
20:52 |
ShadowNinja |
Yes |
20:52 |
Calinou |
kay |
20:52 |
ShadowNinja |
But make sure to remove the old one. |
20:52 |
Calinou |
thanks |
20:52 |
ShadowNinja |
You're welcome. I think you set annother one like that before. |
20:54 |
Calinou |
yes, but it's on a different IP |
20:54 |
Calinou |
IP recently banned: 189.191.160.244 |
20:54 |
Calinou |
the one I banned 2 hours ago: 209.240.97.67 |
20:54 |
Calinou |
:/ |
20:55 |
|
Calinou left #minetest |
20:55 |
|
Calinou joined #minetest |
20:55 |
Calinou |
just testing if it doesn't ban everybody :P |
20:55 |
ShadowNinja |
Well a ban quiets you, so you could have just chatted. |
20:57 |
|
qwertytrains joined #minetest |
21:04 |
Ipos |
@Calinou RMS in French TV, yes |
21:04 |
Ipos |
@Calinou French? |
21:08 |
* Calinou |
is french, yeah |
21:08 |
Calinou |
Ipos, arte |
21:08 |
Calinou |
there was RMS about 20 minutes ago |
21:08 |
Calinou |
and there's also jérémie zimmerman, and the founder of PGP |
21:08 |
Calinou |
lots of people with beards :-D |
21:08 |
Ipos |
Yeah |
21:09 |
Ipos |
I’m watching it now |
21:09 |
Calinou |
lol |
21:09 |
Calinou |
trollface |
21:32 |
|
Vargos joined #minetest |
21:33 |
STHGOM |
hi |
21:33 |
PilzAdam |
http://c55.me/blog/?p=1465#comment-21107 lol |
21:34 |
PilzAdam |
"use C for game scripting" |
21:34 |
PilzAdam |
"scripting" |
21:34 |
PilzAdam |
wtf |
21:35 |
sapier |
lol |
21:35 |
sapier |
scripting ... :-) |
21:35 |
Kray |
there's no reason you can't use C for scripting |
21:36 |
|
theTroy joined #minetest |
21:36 |
PilzAdam |
you usually dont want a script to be compiled for every platform |
21:37 |
|
BackupCoder joined #minetest |
21:39 |
|
jordan4ibanez joined #minetest |
21:39 |
STHGOM |
hi |
21:42 |
jordan4ibanez |
STHGOM: hello good squiggler. |
21:45 |
STHGOM |
squggler? |
21:45 |
ShadowNinja |
ShadowBot should sleep/wake up properly now, even after a netsplit party. |
21:48 |
STHGOM |
jordan4ibanez> STHGOM: hello good squiggler. |
21:48 |
STHGOM |
what does that mean? |
21:51 |
STHGOM |
bye |
22:00 |
STHGOM |
bye |
22:20 |
harrison__ |
we can separate "statically compiled language for scripting" from "C" |
22:20 |
harrison__ |
since C is horrible |
22:21 |
harrison__ |
yes, you can "script" with a statically compiled language -- watch this |
22:21 |
harrison__ |
http://www.youtube.com/watch?v=OOocN1BKjh0 |
22:22 |
|
Kacey joined #minetest |
22:22 |
|
Kacey joined #minetest |
22:27 |
|
anunakki joined #minetest |
22:27 |
|
anunakki joined #minetest |
22:30 |
ShadowNinja |
Woah the loading screen! It looks great! |
22:36 |
|
iqualfragile joined #minetest |
22:36 |
|
bas080 joined #minetest |
22:36 |
|
sapier left #minetest |
22:39 |
Exio |
[17:51:04] ShadowNinja Calinou: That ban is ineffective, you banned by ident, a random number. |
22:39 |
Exio |
that ident was the ip in hexadecimal |
22:39 |
Exio |
for webchat, that is |
22:40 |
ShadowNinja |
I thought of that after saying that but it makes the line shorter at least. |
22:45 |
|
ecube joined #minetest |
22:58 |
|
BackupCoder joined #minetest |
23:01 |
|
roadt joined #minetest |
23:05 |
|
BackupCoder joined #minetest |
23:06 |
Exio |
yep, the ip-ban is "more effecttive" anyway |
23:11 |
|
BackupCoder joined #minetest |
23:34 |
|
BackupCoder joined #minetest |
23:40 |
|
Exio joined #minetest |
23:44 |
|
leo_rockway joined #minetest |
23:52 |
|
Pentium44 joined #minetest |
23:53 |
|
tjbarber joined #minetest |
23:53 |
|
tjbarber joined #minetest |
23:59 |
|
mrtux_ joined #minetest |