code logs -> 2011 -> Sat, 19 Nov 2011< code.20111118.log - code.20111120.log >
--- Log opened Sat Nov 19 00:00:33 2011
00:42 Red_Queen [Z@2C3C9C.B2A300.F245DE.859909] has joined #code
00:43 Stalker [Z@2C3C9C.B2A300.F245DE.859909] has quit [Connection reset by peer]
00:47 Derakon[AFK] is now known as Derakon
01:49 Kindamoody[zZz] is now known as Kindamoody
01:49 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has quit [[NS] Quit: Z?]
01:53 kwsn is now known as kw|BLARGH
02:04 Derakon is now known as Derakon[AFK]
02:20 Eri [Eri@Nightstar-3e5deec3.gv.shawcable.net] has quit [Ping timeout: 121 seconds]
02:33 Eri [Eri@Nightstar-3e5deec3.gv.shawcable.net] has joined #code
03:05 Attilla [Obsolete@Nightstar-f29f718d.cable.virginmedia.com] has quit [Ping timeout: 121 seconds]
--- Log opened Sat Nov 19 10:28:06 2011
10:28 TheWatcher [chris@Nightstar-3762b576.co.uk] has joined #code
10:28 Irssi: #code: Total of 25 nicks [9 ops, 0 halfops, 0 voices, 16 normal]
10:28 Irssi: Join to #code was synced in 54 secs
10:38 Kindamoody|out is now known as Kindamoody
11:16 Kindamoody is now known as Kindamoody|out
11:24 Rhamphoryncus [rhamph@Nightstar-14eb6405.abhsia.telus.net] has joined #code
12:14 Kindamoody|out is now known as Kindamoody
12:20 * TheWatcher eyes this
12:20
< TheWatcher>
ScrInstance.h:10:45: error: 'NULL' was not declared in this scope
12:20
< TheWatcher>
I.. wot
12:20
< Tamber>
o.0
12:21
< McMartin>
Isn't NULL in stdlib.h or something in some implementations?
12:21
< McMartin>
In other news, doing horribly unnatural things in Scheme
12:21
< McMartin>
Actually, yeah
12:22
< McMartin>
#status Hacking lexers in Scheme while listening to country music sung by old high school compatriots
12:22
< TheWatcher>
Yeah, that's what my guess is - this guy has missed out a bunch of includes in various places, no idea how he got this mess to compile originally
12:22 Kindamoody is now known as Kindamoody|out
12:23
< Tamber>
TW: The alternative being you wish he /only/ missed out includes; and he got it to compile by exploiting bugs in his compiler. ;)
12:24
< TheWatcher>
Well, this was originally aimed at gcc 3.4.4~
12:24
< McMartin>
gcc does lots of implicit includes for lazy programmers
12:25 * McMartin correctly deploys call/cc, wishes it were let/ec, but isn't using that dialect of the language.
12:25 * TheWatcher is getting it to compile with gcc 4.6.1 >.>
12:26
< McMartin>
Heh
12:26
< McMartin>
Post-freedom gcc~
12:27
< TheWatcher>
OHNOES
12:27
< McMartin>
Now with USABLE, FREEDOM-DESTROYING INTERMEDIATE FORMAT
12:38
< McMartin>
Success
12:38
< McMartin>
https://hkn.eecs.berkeley.edu/~mcmartin/lexer.scm
12:52
< McMartin>
Error recovery in the case of "invalid escape" could be a bit better, but I don't care; I got to use continuations sensibly.
12:54
< McMartin>
... but I can fix that by draining the port before calling the continuation
13:22 gnolam [lenin@Nightstar-202a5047.priv.bahnhof.se] has joined #code
13:44 You're now known as TheWatcher[afk]
13:57 Kindamoody|out is now known as Kindamoody
14:06 Kindamoody is now known as Kindamoody|out
14:25 celticminstrel [celticminst@Nightstar-5d22ab1d.cable.rogers.com] has joined #code
14:57 kw-sleep-n is now known as kwsn
15:34 Lingerance is now known as Shoat
15:39 AnnoDomini [annodomini@Nightstar-f7eedefa.80-203-17.nextgentel.com] has joined #code
16:08 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has joined #code
16:18 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has quit [Connection reset by peer]
16:19 ToxicFrog [ToxicFrog@ServerAdministrator.Nightstar.Net] has joined #code
17:10 Derakon[AFK] is now known as Derakon
17:55 ErikMesoy is now known as Crowns
17:57 EvilDarkLord is now known as Shield
17:57 AnnoDomini is now known as Birds
18:28 kwsn is now known as kw|BLARGH
20:46 Kindamoody|out is now known as Kindamoody
20:50 Kindamoody is now known as Kindamoody[zZz]
20:56
< celticminstrel>
Anyone here know much about HTML5 canvases?
20:56
< Crowns>
Yeah. They'll be ready in 2022.
20:56
< celticminstrel>
9_9
20:56
< celticminstrel>
Not helpful.
21:01
< Shoat>
I started a game with one
21:01
< Shoat>
You can layer them (highly recomended if you have things that get redrawn for different reasons)
21:02 Stalker [Z@Nightstar-3602cf5a.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
21:17
< celticminstrel>
I was having an issue where changing the canvas size resulted in a scaled-up image rather than more space.
21:17
< celticminstrel>
Any idea why that could be, Shoat?
21:21
< Shoat>
I issued redraws when the canvas resized IIRC
21:23 Derakon is now known as Derakon[AFK]
21:31 Rhamphoryncus [rhamph@Nightstar-14eb6405.abhsia.telus.net] has quit [Client exited]
22:01 Stalker [Z@2C3C9C.B2A300.F245DE.859909] has joined #code
22:27 You're now known as TheWatcher
22:29 Crowns is now known as ErikMesoy
22:30 Shoat is now known as Ling
22:30 Shield is now known as EvilDarkLord
22:31
< celticminstrel>
Well, the resizing wasn't done programmatically; I changed the size specified in the HTML and reloaded the page.
22:31 Birds is now known as AnnoDomini
22:37 Derakon[AFK] is now known as Derakon
23:08 Derakon [Derakon@Nightstar-f68d7eb4.ca.comcast.net] has quit [Ping timeout: 121 seconds]
23:09 AnnoDomini [annodomini@Nightstar-f7eedefa.80-203-17.nextgentel.com] has quit [[NS] Quit: SLEP.]
23:10 ErikMesoy is now known as ErikMesoy|sleep
23:18
< TheWatcher>
Most frustrating thing in the world: having the source code for something, and knowing what you need to do to add the feature you want, but not being able to legally release it >.<
23:19
< Ling>
Fun
23:19
< Ling>
What feature/program?
23:20
< Ling>
Also, can't you just send a patch upstream?
23:21
< TheWatcher>
[CENSORED], [NOT AVAILABLE AT YOUR SECURITY CLEARANCE], and "that's complicated".
23:28
< kw|BLARGH>
TheWatcher: you could just do [REDACTED]
23:30
< TheWatcher>
bah
23:31
< kw|BLARGH>
:D
23:49
< Ling>
http://www.telusplanet.net/public/stonedan/source.txt <-- enjoy (VB5, VB6 doesn't work on this)
23:50
< McMartin>
12:56 < Crowns> Yeah. They'll be ready in 2022.
23:51
< McMartin>
They're in pretty good shape as is - the GM8 successor engine can successfully target it with a lot of stuff that runs fine on portables.
23:51
< Ling>
Methinks Erik was either trolling or got confused and thought that IE still mattered.
23:52
< McMartin>
Pretty sure IE9 can run GM4HTML5 games too~
23:53 Derakon [Derakon@Nightstar-f68d7eb4.ca.comcast.net] has joined #code
--- Log closed Sun Nov 20 00:00:01 2011
code logs -> 2011 -> Sat, 19 Nov 2011< code.20111118.log - code.20111120.log >

[ Latest log file ]