IRC logs for #opendune on OFTC at 2010-04-07
            
00:13:45 *** glx_ has joined #openDune
00:13:45 *** ChanServ sets mode: +o glx_
00:16:59 *** glx has quit IRC
00:30:42 *** glx_ has quit IRC
01:12:50 *** ferminter has joined #openDune
01:14:28 *** ferminter has left #openDune
01:44:30 *** glx has joined #openDune
01:44:30 *** ChanServ sets mode: +o glx
01:53:27 *** glx has quit IRC
07:24:09 *** TinoDidriksen has quit IRC
07:25:22 *** TinoDidriksen has joined #openDune
10:34:08 *** Yexo has quit IRC
10:34:29 *** Yexo has joined #openDune
10:34:29 *** ChanServ sets mode: +v Yexo
12:03:44 *** glx has joined #openDune
12:03:44 *** ChanServ sets mode: +o glx
12:04:00 <glx> hello
12:04:14 <TrueBrain> morning
12:04:33 <glx> let's hope the connection will be better :)
12:04:45 <TrueBrain> I hope so too, yes
12:53:36 <glx> seems way more stable than yesterday :)
13:23:16 *** glx_ has joined #openDune
13:23:16 *** ChanServ sets mode: +o glx_
13:28:44 *** glx has quit IRC
13:38:37 <Xaroth|Work> so far for the connection stability :P
14:09:16 <DorpsGek> SVN: truebrain (r1063) -Fix: missing extern definition
14:10:40 <Xaroth|Work> I thought you were off, TrueBrain ? :P
14:15:09 <DorpsGek> SVN: truebrain (r1064) -Add: C-ified Mouse_SetRegion() (again another file is gone); sorry glx, MSVC project generation failed
14:16:17 <Xaroth|Work> chat-by-svn-commit :o
14:17:07 <DorpsGek> SVN: truebrain (r1065) -Fix: 'make clean' should also remove Makefile.dep
15:17:57 <glx_> TrueBrain: missing extern definition in r1064 ;)
15:18:26 *** glx_ is now known as glx
15:18:51 <glx> decompiled/cs__B503.c:181: attention : implicit declaration of function 'emu_Mouse_SetRegion'
15:25:49 <DorpsGek> SVN: glx (r1066) -Fix (r1064): MSVC project and missing include
15:53:51 *** mib_b7mxes has joined #openDune
15:54:45 <mib_b7mxes> hello
16:00:44 *** mib_b7mxes has left #openDune
16:06:33 *** mib_zj12rq has joined #openDune
16:06:45 *** mib_zj12rq has left #openDune
16:08:39 *** mib_19mku0 has joined #openDune
16:10:37 *** mib_19mku0 has left #openDune
17:06:31 <DorpsGek> SVN: glx (r1067) -Add: C-ified Tools_RandomRange() (another file is gone)
19:32:46 <DorpsGek> SVN: truebrain (r1068) -Add: C-ified emu_Tools_PrintString(), a function which should never become a true C function ;) (again another file is gone)
19:37:14 <DorpsGek> SVN: truebrain (r1069) -Fix (r10680): don't be silly (twice)
19:44:48 <glx> lol
19:45:31 <glx> and generate failed again ?
20:11:10 <DorpsGek> SVN: glx (r1070) -Fix (r1068): MSVC project
20:13:02 <TrueBrain> glx: on my mac, when I run generate, it fucks up the whole project
20:13:04 <TrueBrain> so I stopped trying
20:13:25 <glx> why not try fixing it instead?
20:13:29 <TrueBrain> btw, these were 2 random files I opened :)
20:13:38 <TrueBrain> as I didn't want to waste my time on that in the train
20:14:27 <TrueBrain> on linux it works fine
20:14:33 <TrueBrain> so most likely a 'sh' issue
20:14:40 <TrueBrain> btw, I also started on GUI_DrawText
20:14:55 <TrueBrain> will finish that some time soon I hope :)
20:16:11 <glx> f__22A6_1102_004C_B069() <-- maybe you'll know how to name it then ;)
20:16:40 <TrueBrain> why would I have an idea? :)
20:17:06 <glx> knowing the args, it may be possible to name it
20:17:28 <TrueBrain> it moves memory or something
20:19:13 <glx> emu_GUI_GetShortcut() seems nice
20:19:28 <glx> (static data in CS)
20:19:31 <TrueBrain> yeah
20:19:39 <TrueBrain> DrawText should be relative easy
20:19:44 <TrueBrain> there are a few more which should be easy enough
20:19:57 <TrueBrain> I just started to open random files in 22+ range, most are simple helper functions
20:20:33 <glx> hmm where to put GetShortcut
20:21:18 <TrueBrain> widget?
20:21:45 <glx> and a rename to GUI_Widget_GetShortcut
20:21:51 <glx> makes sense
21:29:12 <DorpsGek> SVN: glx (r1071) -Add: C-ified GUI_Widget_GetShortcut() (yet another gone file)
21:29:49 <TrueBrain> no lookup of the letters? :p
21:31:17 <glx> it uses key codes I think
21:31:36 <TrueBrain> possible :)
21:32:18 <glx> and I assumed size can't be more than D0 - 2 ;)
21:32:27 <glx> D0 being the function
21:32:28 <TrueBrain> would be a bit wrong :p
21:33:00 <glx> well there's some data after the function
21:33:19 <glx> anyway there's an assert
21:33:25 <glx> we'll see
21:33:30 <TrueBrain> yup :)
23:59:37 <DorpsGek> SVN: glx (r1072) -Add: C-ified String_Load() and String_LoadFile() (and another gone file)