00:20:10 -!- jix has quit (Read error: 104 (Connection reset by peer)). 00:21:45 -!- jix has joined. 01:20:23 -!- GregorR has joined. 01:30:51 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 02:25:37 -!- GregorR has quit (Read error: 104 (Connection reset by peer)). 02:25:46 -!- GregorR has joined. 02:58:51 -!- calamari has quit ("Leaving"). 04:25:24 -!- GregorR has quit (Remote closed the connection). 04:25:39 -!- GregorR has joined. 04:28:04 -!- GregorR has quit (Remote closed the connection). 04:28:38 -!- GregorR has joined. 04:43:06 -!- Sgeo has quit. 05:17:35 -!- GregorR_ has joined. 05:37:43 -!- GregorR has quit (Read error: 110 (Connection timed out)). 07:06:13 -!- calamari has joined. 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 08:13:11 -!- GregorR_ has changed nick to GregorR. 08:41:08 -!- calamari has quit (Read error: 104 (Connection reset by peer)). 10:12:44 -!- GregorR has quit (Remote closed the connection). 10:13:37 -!- GregorR has joined. 10:48:15 -!- jix has joined. 12:49:53 hi 14:08:35 -!- CXI has joined. 14:38:28 -!- nooga has joined. 14:49:20 hiho' 18:24:19 -!- GregorR has quit (Remote closed the connection). 18:25:06 -!- GregorR has joined. 18:36:24 -!- GregorR_ has joined. 18:54:09 -!- GregorR has quit (Read error: 110 (Connection timed out)). 19:04:53 -!- nooga has quit. 20:34:26 -!- jix has quit ("This computer has gone to sleep"). 20:35:36 -!- jix has joined. 20:36:32 -!- GregorR_ has changed nick to GregorR. 21:09:18 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 21:12:46 -!- jix has joined. 22:07:58 -!- GregorR has quit (Remote closed the connection). 22:15:43 -!- GregorR has joined. 23:46:33 -!- calamari has joined. 23:51:04 I've rediscovered that I suck at making MUD areas. 23:51:29 Had forgotten that ... and now, here I am, going "Why can't I think of anything ... oh yeah, that's right, because I suck." 23:52:45 GregorR: because you know what you should instead be working on c2bf and its gnawing at you, distracting you from your current task 23:52:57 lol 23:53:15 Then let's trade. I'll work on C2BF for a while, and you make me a MUD realm. 23:53:25 Just the design for it, I need to implement it myself since I'm writing the engine X-P 23:53:35 sounds like homework 23:54:06 I'll be grading you on it, and it will total as 15% of your grade for the class. 23:54:12 And there is no curve on this assignment. 23:54:20 Closed book, no notes. 23:54:25 one of our options in the OO design class was a MUD 23:54:35 we chose a battleship clone tho 23:54:48 Heh 23:54:54 See, I'm just writing a MUD engine for no reason XD 23:55:12 use reflection.. 23:55:19 oh yeah you don't have that in C++ ;) 23:56:09 I was messing around with PESOIX again yesterday 23:56:29 lol 23:56:38 I'm not sure it is implementable for use with a premade interpreter 23:56:55 the blocking issues are messing it all up 23:57:12 Yeah, that's probably a difficult problem to solve ... 23:58:23 I think I can do it if they flush the output tho 23:58:46 If it doesn't flush the output, it's not a very good implementation 8-X 23:58:47 hmm, maybe a custom libc 23:59:06 I could load it with LD_PRELOAD 23:59:22 And force all I/O to be unbuffered? 23:59:27 yeah