IRC logs for #opendune on OFTC at 2011-09-02
            
01:32:15 *** fjb has quit IRC
02:02:43 *** Xaroth_ has joined #openDune
02:04:28 *** Xaroth has quit IRC
02:08:12 <glx> http://svn.opendune.org/~glx/temp.patch <-- almost done (keyboard not handled yet)
02:49:24 *** glx has quit IRC
03:29:01 *** fjb has joined #openDune
07:09:08 *** TinoDidriksen has quit IRC
07:11:46 *** TinoDidriksen has joined #openDune
12:06:03 *** glx has joined #openDune
12:06:03 *** ChanServ sets mode: +o glx
12:06:24 <glx> hello
12:09:48 <Xaroth|Work> o/
15:11:14 <DorpsGek> SVN: glx (r2527) -Add: native win32 video implementation, removes SDL dependency
15:12:13 <Xaroth|Work> :o
15:50:13 <TrueBrain> nice work :D
15:56:13 <glx> key mapping was a pain ;)
15:56:32 <TrueBrain> we should rewrite the input stuff anyway :P :D
16:05:59 *** Alberth has joined #openDune
16:05:59 *** ChanServ sets mode: +o Alberth
20:47:51 *** Alberth has left #openDune
20:53:26 <TrueBrain> btw, glx, is not is impossible to use SDL on Windows?
20:53:30 <TrueBrain> (not really complaining, just wondering)
20:53:55 <glx> I totally disabled it ;)
20:54:06 <TrueBrain> but is it possible, with the SDL hack you removed?
20:54:18 <TrueBrain> as in, if on mingw I disable video_win32 and enable video_sdl?
20:55:13 <glx> you can't link both at the same time
20:55:29 <TrueBrain> no, when I DISABLE one, and ENABLE the other
20:55:33 <TrueBrain> I wasn't talking about both :)
20:55:58 <glx> but it should be possible to do that in source.list
20:56:08 <TrueBrain> for SDL, we had this hack
20:56:12 <TrueBrain> that made sure SDL was initialized in the thread
20:56:18 <TrueBrain> you removed that as far as I can see, not?
20:56:27 <glx> I removed the hack yes
20:56:41 <TrueBrain> so SDL on Windows will fail now?
20:56:45 <glx> but it can be readded with WITH_SDL
20:57:06 <glx> yes SDL on windows will fail without the hack
20:57:24 <TrueBrain> k, might be worth adding, as some ass will try it sooner or later :D
20:58:24 <glx> native win32 uses the hack too (ie the window is created in timer, not on init)
20:58:59 <TrueBrain> let me rephrase my question: can you check if you can still use video_sdl instead of video_win32, and that it still works? :D
20:59:18 <TrueBrain> I do need to fix up config.lib soon a bit, it misses some checks :)
20:59:24 <glx> no need to check it will fail without the hack :)
20:59:34 <glx> but I can readd it
20:59:42 <TrueBrain> :)
21:01:44 <glx> hmm WITH_SDL check is probably not enoug
21:01:47 <glx> +h
21:02:09 <glx> it's already set as sdl is detected via configure
21:02:28 <TrueBrain> for windows it won't detect SDL by default
21:02:30 <TrueBrain> like OpenTTD
21:02:41 <glx> it detects it
21:02:45 <TrueBrain> now, yes
21:02:47 <TrueBrain> but it won't
21:03:32 <TrueBrain> as when WITH_SDL is set, it should use video_sdl, not video_win32 :)
21:04:12 <TrueBrain> like I said, config.lib needs love
21:04:21 <TrueBrain> I always want that you can set SDL for DSP and ALSA for MIDI, for example
21:13:01 <glx> http://svn.opendune.org/~glx/temp.patch <-- can't commit it for now as it breaks mingw ;)
21:13:26 <TrueBrain> ah, I see :)
21:13:29 <TrueBrain> great, tnx :)
21:13:57 <TrueBrain> stored locally :)