IRC logs for #opendune on OFTC at 2011-09-06
⏴ go to previous day
00:31:32 <DorpsGek> SVN: glx (r2533) -Add: enable more optimisations for MSVC release builds
06:28:41 *** mib_xxexcr has joined #openDune
13:49:52 <glx> silly on linux AZERTY A is SDL_a, on windows it's SDL_q
13:54:58 <planetmaker> bug report to SDL?
13:55:23 <glx> I think it's known when I ask google
14:06:16 <glx> int mvke = MapVirtualKeyEx(scancode & 0xFF, 1, hLayoutUS); <-- lol
14:26:30 <glx> about FXX keys not working, the fix is easy
14:26:48 <glx> just remove line 509 in video_sdl.c
14:37:52 <glx> hLayoutUS = LoadKeyboardLayout("00000409", KLF_NOTELLSHELL);
14:37:52 <glx> //printf("Failed to load US keyboard layout. Using current.\n");
14:37:52 <glx> hLayoutUS = GetKeyboardLayout(0);
14:37:54 <glx> LoadKeyboardLayout(current_layout, KLF_ACTIVATE);
14:38:31 <glx> I don't understand why they absolutly want to use US layout
14:38:42 <TrueBrain> everyone loves US? :P
14:39:10 <glx> maybe because some stupid devs hardcode WASD
14:39:59 <glx> anyway I don't care, win32 version doesn't use SDL ;)
14:40:47 <glx> but the FXX key problem happens on linux
14:46:24 <DorpsGek> SVN: glx (r2534) -Fix: with SDL driver F1/F2/F3... keys were not working
17:25:54 *** Alberth has joined #openDune
17:25:54 *** ChanServ sets mode: +o Alberth
continue to next day ⏵