IRC logs for #opendune on OFTC at 2011-05-27
⏴ go to previous day
00:13:55 <glx> hmm there's a bug in trunk
00:56:45 <DorpsGek> SVN: glx (r1666) -Fix (r1554): - != + (and some leftovers)
14:14:06 <DorpsGek> SVN: glx (r1667) -Add: renamed GUI_Mentat_Loop() to GUI_Mentat_HelpListLoop() and C-ified GUI_Mentat_Loop()
16:35:40 <DorpsGek> SVN: glx (r1668) -Add: C-ified GUI_Mentat_SplitText() and GUI_Security_DrawText()
17:29:48 <DorpsGek> SVN: glx (r1669) -Add: C-ified GUI_Mentat_DrawInfo()
17:48:09 *** Alberth has joined #openDune
19:07:09 <DorpsGek> SVN: glx (r1670) -Add: C-ified GUI_[Mentat|HallOfFame]_Tick()
20:23:00 <DorpsGek> SVN: glx (r1671) -Add: C-ified GUI_Security_UndrawText() and GUI_Security_NormaliseText(). Bye B4DA.
20:26:02 <SmatZ> nobody will miss you, I guess :)
20:27:17 <glx> some more work and overlays will a be out
20:27:43 <glx> oh you did them Alberth ?
20:28:29 <Alberth> one of the functions, except I got palette glitches in the map for some reason
20:29:02 <Alberth> I don't really believe they were my fault, as the 'delete widget + scrollbar' had them too
20:29:16 <Alberth> but I have not been able to find the cause
20:33:59 <TrueBrain> not many functions left now :D
20:34:12 <TrueBrain> think I will commit your input patches soon ... can't really hurt tbh
20:34:39 <glx> if they work better that when you tried ;)
20:35:35 <TrueBrain> that was total failure
20:36:06 <glx> btw TrueBrain why did you keep g_global->characterClass in ini.c ?
20:36:27 <TrueBrain> because ... it was used?
20:36:33 <TrueBrain> what other alternative is there?
20:36:53 * glx will replace that with isalnum and friends
20:37:06 <TrueBrain> guess most are isspace
20:37:23 <TrueBrain> didn't know isspace was also
20:51:00 <glx> When used with a debug CRT library, isspace will display a CRT assert if passed a parameter that isn't EOF or in the range of 0 through 0xFF. When used with a debug CRT library, isspace will use the parameter as an index into an array, with undefined results if the parameter isn't EOF or in the range of 0 through 0xFF.
20:51:17 <glx> 0x86 should not cause assert then
20:52:42 <SmatZ> unless it's sign-extended to 0xffffff86 somewhere
21:01:27 <glx> with unsigned char it works
21:35:42 <DorpsGek> SVN: glx (r1672) -Fix: replace g_global->characterClass accesses with corresponding isXXX()
continue to next day ⏵