07:42:27 | * | Araq is now known as Araq_win |
07:55:24 | * | XAMPP quit (Quit: There is no such thing as coincidence, only the inevitable.) |
09:03:58 | * | llm joined #nimrod |
09:24:00 | * | apriori_ joined #nimrod |
09:25:16 | apriori_ | Araq_win: first not really entirely working version of nimCL is here: https://github.com/apriori/nimCL |
09:26:30 | Araq_win | uppercase in the folder names is not nice ;-) |
09:26:40 | apriori_ | k |
09:26:58 | apriori_ | you can leave such hints as messages in github.. I gotta go to university in a few minutes |
09:27:07 | apriori_ | I'll resolve such issues later |
09:27:53 | Araq_win | alright |
09:28:08 | apriori_ | there is also quite some more stuff... |
09:28:17 | apriori_ | like uneeded defines etc. I am aware of |
09:28:34 | Araq_win | good :-) |
09:28:47 | apriori_ | and... |
09:28:48 | Araq_win | I'll add comments tonight |
09:28:54 | apriori_ | stdcall is only valid for windows, isn't it? |
09:28:58 | apriori_ | ok, thank you |
09:29:11 | Araq_win | stdcall is fine, it's mapped to cdecl on linux |
09:29:16 | apriori_ | ok |
09:29:24 | apriori_ | I wondered why that worked on linux^^ |
09:29:44 | apriori_ | anyway.. |
09:29:46 | apriori_ | bye then |
09:30:12 | Araq_win | bye |
09:34:14 | * | apriori_ quit (Ping timeout: 252 seconds) |
14:37:11 | * | llm quit (Quit: ChatZilla 0.9.88.2 [Firefox 12.0/20120420145725]) |
15:07:47 | * | apriori_ joined #nimrod |
15:28:37 | * | XAMPP joined #nimrod |
15:50:57 | * | apriori_ quit (Remote host closed the connection) |
15:58:11 | * | JStoker quit (Ping timeout: 244 seconds) |
16:00:34 | * | Araq_win is now known as Araq |
16:01:09 | dom96 | Araq: Why is there no ceil in the maths module? |
16:01:28 | Araq | dunno |
16:01:47 | dom96 | well I added it |
16:02:03 | Araq | is ceil the same as floor? |
16:02:12 | dom96 | no |
16:02:33 | Araq | whats the difference? |
16:02:41 | dom96 | Also I think round is wrong |
16:04:20 | dom96 | round(2.6) -> 2 |
16:04:25 | dom96 | round (2.3) -> 2 |
16:04:54 | Araq | indeed |
16:06:15 | Araq | it uses c's lrint |
16:06:27 | dom96 | Yeah, I noticed. |
16:07:11 | Araq | but it may be overwritten in nimbase.h |
16:07:16 | Araq | old crap |
16:08:10 | dom96 | right. |
16:08:14 | dom96 | How do I fix it? |
16:08:32 | * | JStoker joined #nimrod |
16:10:01 | dom96 | I've spent the whole day working on forum pagination btw :P |
16:15:31 | Araq | yay |
16:15:54 | Araq | hm how to fix it? |
16:16:10 | Araq | try to comment the #define lrint |
16:17:53 | dom96 | Argh, you can fix it. |
16:17:55 | dom96 | I don't know how :P |
16:21:06 | * | XAMPP quit (*.net *.split) |
16:21:07 | * | ccssnet quit (*.net *.split) |
16:21:07 | * | CodeBlock quit (*.net *.split) |
16:25:07 | Araq | #if defined(__LCC__) || (defined(__GNUC__) && defined(WIN32)) |
16:25:09 | Araq | /* Linux' GCC does not seem to have these. Why? */ |
16:25:33 | Araq | dom96: get rid of the 'defined(WIN32)' please |
16:26:16 | dom96 | That fixes it |
16:26:36 | Araq | every hack bites in the long run ... |
16:26:47 | dom96 | hehe |
16:29:34 | dom96 | E3 is starting :D |
16:31:21 | * | XAMPP joined #nimrod |
16:31:21 | * | ccssnet joined #nimrod |
16:31:21 | * | CodeBlock joined #nimrod |
16:32:32 | * | CodeBlock quit (Excess Flood) |
16:38:47 | * | CodeBlock joined #nimrod |
17:58:09 | * | apriori_ joined #nimrod |
20:46:43 | * | apriori_ quit (Remote host closed the connection) |
21:27:35 | Araq | ping zahary |
21:35:11 | dom96 | Araq: so... lets talk about babel. |
21:35:20 | Araq | alright |
21:37:22 | Trixar_za | Best advice: Don't build any towers. |
21:41:25 | dom96 | haha. |
21:41:53 | dom96 | I will try not to. |
21:42:13 | Trixar_za | There is also a pretty good Interactive Fiction game by that name |
21:42:21 | Trixar_za | one of the few I ever finished - lol |
21:42:36 | Araq | Trixar_za: played amnesia? |
21:42:58 | dom96 | I love that game :) |
21:43:13 | Trixar_za | Araq: Not sure |
21:43:17 | dom96 | I just bought it with the latest Humble Indie Bundle. |
21:43:37 | Trixar_za | You know, that's actually a interesting use for nimrod - a IF engine :P |
21:43:48 | Araq | dom96: it's good but I'd prefer to have some way to fight the monsters by building traps |
21:44:02 | dom96 | Araq: Penumbra has some fighting elements. |
21:44:11 | dom96 | But yeah, that would be pretty cool. |
21:44:20 | dom96 | Although the monster sequences in Amnesia are all scripted I think |
21:44:53 | dom96 | It's not like you can just set a trap somewhere, hide in a closet and wait until the monster is caught. That would make the game quite boring too. |
21:45:14 | Araq | no but you could run and make it fall into the trap |
21:45:24 | Araq | like you can now due to the bugs :P |
21:45:58 | dom96 | Well they're making a new game. Send them an email with that suggestion ;) |
21:46:52 | Trixar_za | Araq: Nope. But I have a few IF engines. Let's see if I can find it :P |
21:47:07 | dom96 | Araq: Back to Babel ;) |
21:47:10 | Trixar_za | For clarity, you speaking of the IF game or the 2010 video game? :P |
21:47:34 | * | dom96 is too tired to talk about it to be honest |
21:47:49 | Araq | dunno |
21:47:55 | Araq | lets talk about babel instead |
21:48:09 | dom96 | Araq: You want a package list on github, and no version info in the dependency list of babel files? |
21:48:20 | Araq | argh |
21:48:27 | Araq | I don't care about version info |
21:48:38 | dom96 | So that for simplicities sake, all babel has to do is download the latest package and not care about versions. |
21:48:42 | Araq | you should check for features, not versions anyway ... |
21:48:59 | Araq | no for a first version of babel |
21:49:34 | dom96 | alright. |
21:49:42 | dom96 | Hrm, is there anything else? |
21:50:15 | Araq | a feature to download every package babel know would be nice ... |
21:50:30 | dom96 | That could be a lot of packages 0_0 |
21:50:40 | dom96 | Well not at first, but in time. |
21:51:00 | dom96 | I'm trying to think about the installation of packages. |
21:51:01 | Araq | harddiscs are up for the task |
21:51:32 | Araq | and we need a bigger testsuite |
21:51:59 | dom96 | Ahh, so you want to basically test every package. Nice. |
21:53:54 | dom96 | ok, I think I have all the info I need. Although as soon as I start I bet I will find some puzzling design decision. |
21:54:09 | dom96 | And currently I feel too tired to start |
21:55:46 | Araq | ok |
21:55:51 | Araq | I should sleep too |
21:56:42 | Trixar_za | http://en.wikipedia.org/wiki/Amnesia:_The_Dark_Descent reminds me of the Clock Tower series |
21:56:56 | Trixar_za | well, the description |
22:15:49 | dom96 | http://en.wikipedia.org/wiki/Amnesia:_A_Machine_for_Pigs |
22:15:55 | dom96 | Can't wait! :D |
22:48:57 | dom96 | Anyone know anything about HTTPS? |
22:49:45 | Trixar_za | Besides that it uses an SSL or TSL layer? |
22:49:47 | Trixar_za | Nope |
22:50:14 | dom96 | I'm trying to request a page from github and it fails with "400 The plain HTTP request was sent to HTTPS port" |
22:52:37 | * | Trixar_za checks the Encyclopedia of Everything (aka Wikipedia) on it |
22:53:50 | dom96 | I think I figured it out |
22:54:22 | Trixar_za | Most suggest using curl :/ |
22:54:58 | dom96 | Nimrod's httpclient ftw! :P |
22:55:19 | Tasser | Trixar_za, libcurl? |
22:56:28 | Trixar_za | Possibly, this was in response to using AJAX to fetch something for an HTTPS site's page |
22:57:44 | Trixar_za | Wait Wait. Microsoft an Certificate Authority? |
22:57:49 | Trixar_za | And people think HTTPS is safe? |
22:58:04 | Tasser | Trixar_za, china is a freakkking CA |
22:58:46 | dom96 | Sooo, sending `GET / HTTPS/1.1\c\L` sends the body immediatelly. What gives? |
23:00:38 | * | zahary quit (Quit: Leaving.) |
23:04:38 | dom96 | Weird, but I figured it out. |
23:04:48 | dom96 | I wasn't connecting through ssl. |
23:49:08 | * | Psyclonic quit (Ping timeout: 240 seconds) |