Utilitybase chatlog - 2006-04-14

Back to overview|Highlight a word

00:51:39   <-- bones has quit (Quit: This computer has gone to sleep)
02:16:49   --> Varthall (~Varthall@13e0fa6.3682fb09.f4.ngi.it) has joined #amigadev
02:17:18 wegster heheh
02:17:30 wegster Varthall: not that anyone is actually really alive in here _either_ but...
02:17:39 Varthall but still... ^^
02:17:47 wegster yes ;-)
02:18:01 wegster haven't seen andreas in a while now.
02:18:58 Varthall he's called andrea, not andreas ^^
02:19:11 Varthall I haven't seen him, too
02:19:33 Varthall althought he has done a rather nice port lately (Super Mario War)
02:19:35 wegster doh yeah well, so I suck, what else is new? ;-)
02:19:40 wegster oh? where is it?
02:19:46 Varthall on os4depot
02:19:53 Varthall highly recommended
02:20:01 wegster oh right, I did dl it just haven't had time to try it
02:20:09 Varthall it's fun
02:21:15 wegster ok, may have to go look, work with amigainput?
02:21:23 Varthall haven't tried it
02:31:48 Varthall judging by the SDL sources
02:32:27 Varthall that error indicates that FindSemaphore() has failed
02:41:52 wegster Varthall: hrm, how to you QUIT smw? sort of works with ai, my ai may not be set up right, wrong dirs etc for sticvk
02:42:04 wegster massively distorted sound tho here
02:44:35 Varthall hmm, no problems with sound here
02:47:49 Varthall try with ESC to exit
02:48:18 wegster Varthall: nod tried, no joy, killed via scout tho
02:48:26 wegster vart micro or se/xe?
02:48:42 Varthall xe
02:48:57 wegster Varthall: hrm, sound card and 'fixed' or not?
02:49:09 Varthall sound card, not fixed
02:49:26 wegster what sound card?
02:49:37 wegster may need to go through sound drivers and ahi yet again :-(
02:49:39 Varthall SB 128
02:49:50 wegster heh, this just is...wrong ;-)
05:47:34   <-- Varthall has quit (Ping timeout: 180 seconds)
08:09:58   --> bones (~darren@1a9e3c85.11de379d.demon.co.uk) has joined #amigadev
10:04:34   <-- OrginWork has quit (Ping timeout: 180 seconds)
11:42:25   --> number6 (~user@231e202b.31b34b44.dialup.citynet.net) has joined #amigadev
12:27:38   <-- number6 has left #amigadev
12:34:36   --> jahc (~jahc@jahc.Amigaworld.Net) has joined #amigadev
12:35:02 jahc does this "send until finished" loop look ok:
12:35:17 jahc for(int total_sent=0, bytesleft=playback_buffer_size; total_sent<playback_buffer_size;)
12:35:17 jahc {
12:35:17 jahc for(count=0, count2=total_sent; count<4096 && count2 < playback_buffer_size; count++, count2++)
12:35:17 jahc {
12:35:17 jahc playback_send_buffer[count]=playback_buffer[count2];
12:35:23 jahc }
12:35:26 jahc sent_amount = send(dcc_socket, (send_type)playback_send_buffer, count, 0);
12:35:27 jahc if (sent_amount != -1)
12:35:27 jahc {
12:35:27 jahc total_sent += sent_amount;
12:35:29 jahc bytesleft -= sent_amount;
12:35:31 jahc printf("sent %i bytes, %i left\n",sent_amount,bytesleft);
12:35:32 jahc }
12:35:36 jahc }
14:28:50 BinoX It looks really weird.. lol... but it looks ok running in my mind... but nested for loops are confusing :p
14:28:58 BinoX (sorry for uber delayed reply)
14:28:59 BinoX lol
15:42:51 BinoX Status update... Just because.. The CSS parser is now fully integrated with the HTML parse... It's crap and slow (VERY unoptimised) at the moment.. but it's going... Rendering is still a bit off.. but... nearly there now :D
16:23:59 wegster jahc - doesn't look like you really need 'count2', and can simply use total_sent throughout that.
16:58:12   <-- jahc has quit (Ping timeout: 180 seconds)
18:56:38   --> Rigo_ (~repairs@113ade0c.14012855.blueyonder.co.uk) has joined #amigadev
18:56:42   <-- Rigo has quit (SVSKilled: NickServ (GHOST command used by Rigo_))
18:56:45   -!- Rigo_ is now known as Rigo
19:51:07   --> number6 (~user@15e08640.31b34b44.dialup.citynet.net) has joined #amigadev
20:37:45   --> Belxjander (~Belxjande@1409f3f8.13e0fa6.clear.net.nz) has joined #AmigaDev
21:52:45   --> neax (~neax@3155232f.1a8c5c1c.xtra.co.nz) has joined #amigadev
22:02:10   <-- neax has quit (Ping timeout: 180 seconds)
22:13:26   <-- BinoX has quit (Ping timeout: 180 seconds)
22:44:18   --> wegster_OS4 (~wegster@2d996ff7.3d716d1f.res.rr.com) has joined #amigadev
22:45:32   <-- wegster_OS4 has quit (Quit: "<jahc>: I hope I'm not going too Helgis on you?")
23:50:51   --> BinoX (~BinoX@2850d5e8.24785cc1.demon.co.uk) has joined #amigadev
23:51:07 BinoX phew.. thought I'd lost all my work for a sec then..
23:55:15 wegster BinoX: what did ya break?
23:55:47 wegster BinoX: and PLEASE say you're at least archiving it up and copying out to another system?
23:56:05 BinoX lol yeah.. except todays
23:56:14 BinoX so I'm doing that now
23:56:39 BinoX Well, I changed some uboot stuff earlier and my hdd's, although being detected by UBoot weren't showing up in workbench
23:57:20 BinoX Apparently setting drive recognition to "Automatic" makes it not realise that anything is there at all
23:57:45 BinoX I'm glad it's back up now though.. lol
23:58:18 BinoX Otherwise my 5am-5pm css<->html parser merge would have been lost :(
23:58:37 wegsterOS4 heheh nice
23:58:39   -!- * BinoX is now not only putting it on a zip disk, but e-mail copies to all his mail accounts
23:58:47 BinoX too
23:59:10 BinoX yeah... but thankfully I have my main drive on sii0680 and not a1ide
23:59:24 BinoX so I could still boot heh