code logs -> 2014 -> Sat, 26 Jul 2014< code.20140725.log - code.20140727.log >
--- Log opened Sat Jul 26 00:00:27 2014
00:19
<@Alek>
frozt: I wouldn't say no to Lara Croft. :D
00:48 Derakon[AFK] is now known as Derakon
01:21 jerith [jerith@ServerAdministrator.Nightstar.Net] has quit [Ping timeout: 121 seconds]
01:42
<&McMartin>
Guardian of Light is a super-weird game; it's basically what you'd get if you tried to cross Diablo with Tomb Raider.
01:43
<&McMartin>
It's also funny because with the camera that far out, Lara looks way less bizarrely proportioned and more "we have to exaggerate physical features for the viewer to be able to notice them at this distance"
01:43
<&McMartin>
And on a more #code-sided thing, it did an amazing thing
01:43
<&McMartin>
When I played it, I had a powerfailure halfway through the final boss fight
01:43
<&McMartin>
And when I powered back on, chkdsked, etc, and fired it back up, it somehow *picked up right where it left off*
01:44
<&McMartin>
I must assume I had hit a secret checkpoint mere seconds previously
01:44
<&McMartin>
But that was a very nice "yay software" moment
01:52
< macdjord>
McMartin: Does it support quicksave/load?
01:53
<&McMartin>
macdjord: My vague memory is "no" because ISTR it's possible to trap yourself in "you are doomed by the traps you mis-disarmed" so it is thus checkpoint-based.
01:53
<&McMartin>
You can get into lots of trouble because one of the key powers is to throw a spear into a wall to make a platform.
01:54
< macdjord>
Ah. Cause if it did, then it could just lazily saving the quicksave data in the background every few seconds.
01:55
<&McMartin>
Yeah
01:55
<&McMartin>
It may actually be doing that anyway as a crash recovery measure.
01:56
<&McMartin>
There's nothing *stopping* it from being quicksave-capable but I don't recall that being a thing, and my memory of a lot of the setpieces is that they would be ill-served by quicksave.
01:56
<&McMartin>
I can't call it a good game, but it's one of the most competent mediocre games I've ever played.
01:57
<&McMartin>
Ha, checking my notes I compared it not to Diablo but Magicka
01:57
<&McMartin>
In part because the main menu sequence is hilariously similar to Magicka's.
02:04 himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
02:06 * Alek has actually been playing Diablo the past couple hours.
02:07
<@Alek>
Hellfire expansion, in fact.
02:07
<@Alek>
funny thing. the install I got enabled the Bard and the two secret quests, by default, but not the Barbarian.
02:07 Derakon is now known as Derakon[AFK]
02:07
<@Alek>
although it was the patched version, which supported Barbarian.
03:32 Orthia [orthianz@Nightstar-s5d.ntf.224.119.IP] has quit [Ping timeout: 121 seconds]
03:36 Orthia [orthianz@Nightstar-s5d.ntf.224.119.IP] has joined #code
03:36 mode/#code [+o Orthia] by ChanServ
03:54 Attilla [uid13723@Nightstar-ed0oqj.irccloud.com] has quit [[NS] Quit: Connection closed for inactivity]
03:55 Xon [Xon@Nightstar-j72.ku7.252.119.IP] has quit [Connection closed]
03:56 Kindamoody[zZz] is now known as Kindamoody
03:57 Xon [Xon@Nightstar-j72.ku7.252.119.IP] has joined #code
04:04 macdjord [macdjord@Nightstar-7rac1r.mc.videotron.ca] has quit [Ping timeout: 121 seconds]
04:09 macdjord [macdjord@Nightstar-7rac1r.mc.videotron.ca] has joined #code
04:09 mode/#code [+o macdjord] by ChanServ
05:27 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has quit [[NS] Quit: Program Shutting down]
05:39 Orth [orthianz@Nightstar-s5d.ntf.224.119.IP] has joined #code
05:40 Orthia [orthianz@Nightstar-s5d.ntf.224.119.IP] has quit [Ping timeout: 121 seconds]
05:42 Kindamoody is now known as Kindamoody|afk
05:46 Orth is now known as Orthia
05:47 mode/#code [+o Orthia] by ChanServ
06:04 Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has quit [Ping timeout: 121 seconds]
06:24 Derakon[AFK] is now known as Derakon
06:37 Derakon is now known as Derakon[AFK]
07:14 himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code
07:14 mode/#code [+o himi] by ChanServ
07:25 celticminstrel [celticminst@Nightstar-6pf18d.dsl.bell.ca] has quit [[NS] Quit: And lo! The computer falls into a deep sleep, to awake again some other day!]
08:03 Syka [the@Nightstar-d16r4u.vividwireless.net.au] has quit [Ping timeout: 121 seconds]
08:25 Syka [the@Nightstar-d16r4u.vividwireless.net.au] has joined #code
08:25 gnolam [lenin@Nightstar-qrlir7.dip0.t-ipconnect.de] has joined #code
08:26 mode/#code [+o gnolam] by ChanServ
08:45 gnolam [lenin@Nightstar-qrlir7.dip0.t-ipconnect.de] has quit [Ping timeout: 121 seconds]
09:10 jerith [jerith@Nightstar-ip7ar2.slipgate.net] has joined #code
09:10 mode/#code [+ao jerith jerith] by ChanServ
09:29
< luke>
So, I'm looking at a lump of C code, and every function has every variable declared static, when they're clearly not used across calls (even temporary/increment variables). Does anyone have any idea why this has been done?
09:40
<&jerith>
Bad code?
09:41
< luke>
That's the most obvious explanation.
10:08 * macdjord obviously hadn't coded in C for too long; he'd forgotten you could /do/ things like that.
10:09
<@macdjord>
I dummied up a Conway's Life simulator in C today, as an exercise. It was a remarkably /primal/ experiance, after so long using only high-level and interpreted languages.
10:11 macdjord is now known as macdjord|slep
10:43 Attilla [uid13723@Nightstar-ed0oqj.irccloud.com] has joined #code
11:48 Kindamoody|afk is now known as Kindamoody
12:19 VirusJTG [VirusJTG@Nightstar-6i5vf7.sta.comporium.net] has joined #code
13:03
< Syka>
macdjord|slep: related https://github.com/ivan/conway-bench
13:04 himi [fow035@Nightstar-v37cpe.internode.on.net] has quit [Ping timeout: 121 seconds]
13:09
<&McMartin>
luke: I'm going to go with "translated from FORTRAN or similar languages where there wasn't actually a call stack with local variables on it"
13:10
<@Tamber>
Or "Written by someone who mostly wrote FORTRAN, and knew enough C to be dangerous"? :p
13:17 himi [fow035@Nightstar-v37cpe.internode.on.net] has joined #code
13:18 mode/#code [+o himi] by ChanServ
14:40 Kindamoody is now known as Kindamoody|afk
15:18 celticminstrel [celticminst@Nightstar-6pf18d.dsl.bell.ca] has joined #code
15:18 mode/#code [+o celticminstrel] by ChanServ
15:22 Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code
15:22 mode/#code [+o Checkmate] by ChanServ
15:24 Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has joined #code
15:26 Checkmate [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
15:28 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
15:28 mode/#code [+qo Vornicus Vornicus] by ChanServ
15:37
< [R]>
luke: possibly to intentionally make it unthreadable?
17:06 Red_Queen [Z@Nightstar-484uip.cust.comxnet.dk] has quit [Ping timeout: 121 seconds]
17:25 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
17:25 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has joined #code
17:25 mode/#code [+qo Vornicus Vornicus] by ChanServ
17:49 Checkmate [Z@Nightstar-ro94ms.balk.dk] has joined #code
17:49 mode/#code [+o Checkmate] by ChanServ
18:23 Derakon[AFK] is now known as Derakon
19:48 Orthia [orthianz@Nightstar-s5d.ntf.224.119.IP] has quit [Ping timeout: 121 seconds]
19:48
<@Tarinaky>
Given KSP-er's tendency to simulate various weapon systems I wonder where I should go to suggest a challenge along the lines of an a-sat weapon capable of eliminating a target satelite within a certain time-to-target.
19:48
<@Tarinaky>
I think it'd be an interesting challenge for people
19:49 Orthia [orthianz@Nightstar-s5d.ntf.224.119.IP] has joined #code
19:49 mode/#code [+o Orthia] by ChanServ
19:52 Kindamoody|afk is now known as Kindamoody
19:59 ASCII [pink@Nightstar-rcj56n.dyn.optonline.net] has joined #code
21:01 Kindamoody is now known as Kindamoody[zZz]
21:12 Checkmate [Z@Nightstar-ro94ms.balk.dk] has quit [Ping timeout: 121 seconds]
21:45 Vornicus [vorn@ServerAdministrator.Nightstar.Net] has quit [[NS] Quit: Leaving]
22:04 Checkmate [Z@Nightstar-g2q2tu.customer.tdc.net] has joined #code
22:04 mode/#code [+o Checkmate] by ChanServ
22:29 celticminstrel is now known as celmin|away
23:41 ErikMesoy1 [Erik@Nightstar-48q.uk2.203.80.IP] has joined #code
23:41 Julius [abudhabi@Nightstar-7nkq9k.de] has quit [Operation timed out]
23:41 Julius [abudhabi@Nightstar-7nkq9k.de] has joined #code
23:41 ErikMesoy [Erik@Nightstar-48q.uk2.203.80.IP] has quit [Ping timeout: 121 seconds]
--- Log closed Sun Jul 27 00:00:43 2014
code logs -> 2014 -> Sat, 26 Jul 2014< code.20140725.log - code.20140727.log >

[ Latest log file ]