IRC logs for #opendune on OFTC at 2011-07-03
            
02:44:43 *** fjb has quit IRC
04:04:57 *** glx has quit IRC
07:38:58 *** Alberth has joined #openDune
07:38:59 *** ChanServ sets mode: +o Alberth
09:43:09 <DorpsGek> SVN: alberth (r2005) -Add: Moved buffer and text constants of String_GenerateFilename out of global.
11:51:10 *** glx has joined #openDune
11:51:10 *** ChanServ sets mode: +o glx
11:51:34 <glx> hello
11:52:01 <Alberth> hi
12:25:20 <Xaroth|Work> hi
12:25:24 <Alberth> opendune: src/tools.c:398: Tools_Malloc_Internal: Assertion `ret.csip >= 0x40100000 && ret.csip <= 0xA0000000' failed.
12:25:30 <Alberth> joy :)
12:25:54 <Alberth> no save game, unfortunately :(
12:26:56 <Alberth> would it be possible to have automagic saving, eg once every X seconds?
12:27:25 <Alberth> hi Xaroth|Work
12:41:15 <DorpsGek> SVN: alberth (r2006) -Add: Removed global 9939 text buffer.
13:09:24 <glx> nice
13:18:51 <glx> hmm WidgetProperties.prop4 should be an uint8
13:19:27 <Alberth> and something 'blink' :)
13:19:44 <glx> Avertissement 1 warning C4244: '=' : conversion de 'uint16' en 'uint8', perte possible de données d:\developpement\opendune\trunk2\src\gui\widget.c 961
13:19:51 <glx> it warns ;)
13:21:40 <glx> last = props->height - 1;
13:21:40 <glx> old = props->prop4 % (last + 1);
13:21:53 <glx> hmm it's not always a color
13:22:07 * Alberth wonders why that warning did not happen before
13:24:01 <glx> it had no reason to warn before
13:25:06 <Alberth> oh, it is the currentWidget change that caused it
13:33:11 <glx> fixing the warning
13:33:35 <Alberth> ok
13:34:14 <glx> as always fixing one place adds it in another place ;)
13:39:00 <glx> hmm indeed it's not always blink
13:39:43 <glx> in intro menu it's the selected line
13:42:14 <TrueBrain> Alberth: I expect that assert to happen when playing for a while, yes
13:42:51 <glx> looks like field abusing :)
13:43:28 * Alberth nods
13:45:38 <DorpsGek> SVN: alberth (r2007) -Add: Move starportAvailable[] out of global.
13:46:47 <Alberth> TrueBrain: and I had just started killing the enemy :p
13:47:01 <TrueBrain> ghehe :D
13:47:23 <TrueBrain> my way of memory allocation is not so efficient .. so sooner or later it 'fills'
13:47:34 <TrueBrain> Dune2 is kinda inefficient .. allocs big block, then slightly smaller block
13:47:37 <TrueBrain> leaves memory wasted
13:48:49 <Alberth> I also had some screen corruption before it
13:48:57 <glx> svn: Can't move '/var/repos/svn/opendune/db/txn-protorevs/2007-1on.rev' to '/var/repos/svn/opendune/db/revs/2/2008': Permission denied
13:49:03 <TrueBrain> haha, yes, to be expected Alberth :)
13:49:20 <TrueBrain> Alberth: it checks pointer, so it can give a pointer below A000, which si too big :D
13:49:23 <TrueBrain> and A000 contains screen :D
13:50:23 <Alberth> glx: oh we are past another 1000 mark of course :)
13:50:52 <glx> I can't commit :(
13:51:08 <TrueBrain> glx: try now
13:51:15 <DorpsGek> SVN: glx (r2008) -Fix (r2004): MSVC warning
13:51:26 <TrueBrain> always takes a bit of time to patch up a 1k marker
13:51:32 <glx> ha
13:54:04 <Alberth> should we have an enum for the strings?
13:54:27 <glx> one day :)
13:54:52 <glx> for now the reference is in http://devs.opendune.org/~truebrain/language_files/english/ :)
13:56:30 <Alberth> I needed that yesterday for something :)
13:56:44 <TrueBrain> my dev thingy has many useful stuff :P
13:57:07 <glx> you generated these files based on my work ;)
13:57:56 <TrueBrain> yup
14:15:01 <DorpsGek> SVN: alberth (r2009) -Add: Moved productionStringID out of global.
14:15:34 * Alberth puts the saved 'else's back in the pool
15:01:05 <glx> http://svn.opendune.org/~glx/temp.patch <-- will take time to finish if I need a callback for most vars
15:14:54 <Alberth> looks alright
15:21:39 <glx> TrueBrain: SaveLoad_GetLength() is wrong with callbacks I think
15:24:06 <glx> ha no callback is always memory, not disk
15:30:44 <Alberth> not enough comments ;)
15:38:02 <Alberth> @calc (0xFFFD ^ 0xFFFF) - 1
15:38:02 <DorpsGek> Alberth: Error: Something in there wasn't a valid number.
15:51:01 *** fjb has joined #openDune
15:54:09 <DorpsGek> SVN: alberth (r2010) -Add: Moved global read-only arrays 32A4 32C4 32E4 3304 334A 334E 336E 338E 33AE to Unknown_07D4_034D.
15:54:32 <Alberth> time for food
16:24:25 <glx> http://svn.opendune.org/~glx/temp.patch <-- finished :)
16:33:53 <DorpsGek> SVN: glx (r2011) -Fix: remove code duplication
16:44:00 <DorpsGek> SVN: glx (r2012) -Add: support for saving/loading global variables
17:03:08 <Alberth> nice!
18:03:58 <glx> defines are ugly ;)
18:28:23 <TrueBrain> in general, they are :)
20:26:47 <DorpsGek> SVN: glx (r2013) -Add: moved INFO chunk to new SaveLoad method
20:27:53 <glx> I noticed something strange with rockets
20:28:20 <glx> but I need to check better
20:31:32 <Alberth> good night
20:35:06 *** Alberth has left #openDune