Ferrous Moon
http://www.ferrousmoon.com:80/forums/

Onlink Progress (blog?) (Last updated 18 Feb - PM)
http://www.ferrousmoon.com:80/forums/viewtopic.php?f=55&t=1460
Page 17 of 18

Author:  bioshacker001 [Sun Dec 16, 2012 6:13 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

If there is, I haven't found it yet.

Author:  sentinel [Tue Dec 18, 2012 5:16 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

The forum is kind of in stasis, so the IRC is dead too. If you'd like someone to talk to about the game or something, pester me on Pesterchum. My handle is gibmoniPlox, I'll be on as much as I can.

Author:  bioshacker001 [Thu Dec 20, 2012 9:53 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

I could host an IRC server if the Mods want. Just so Onlink enthusiasts will have a place to communicate where they wouldn't need to risk the Domain going down. I have a free domain registered with No-IP for my computer, so I could just open a port and tell you guys that domain. Want me to do that?

Author:  sentinel [Sun Dec 23, 2012 12:57 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Feel free to if you want, but don't expect much traffic

Author:  Mc2m [Sun Dec 23, 2012 11:58 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Sorry for the update hiatus, been busy elsewhere again. I asked Miah what was missing for the next version to be release and he said that he need to do a full playthrough first and that will be in 2-3 days from now.

Although that doesn't necessary means that it'll be released before new year because terrible bugs can still be lurking around. But it means it's close and patience is rewarding apparently. To make sure everything run smoothly for that test, I'll work on polishing Onlink as much as I can and who knows, it might do the trick.

On the fun side, Miah did mention during testing that the mission generation was broken and he kept running out out of money (he tried the game without cheating for the first time in a very long while). All players should be aware of that issue by now but it's nice to get the dev finally seeing it (it didn't bothered me anymore because I learned to live with it). Btw he asked me to fix it so I'll give it a shot.

Author:  Miah [Mon Dec 24, 2012 12:12 am ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

You know what also sucks? Needing to rebuy software. Need some upgrade paths up in this bitch.

Author:  archea [Mon Dec 24, 2012 1:50 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Seeing the devs here and knowing that Onlink is still making progress has made this a Merry Christmas :)

Author:  sentinel [Mon Dec 24, 2012 4:10 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Quote:
it's close

"The end of the world is just the beginning"
Youuu sneaky bastards! :classy:

Author:  Vertex [Tue Dec 25, 2012 5:36 am ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

That's good to hear.

Author:  Tycho [Tue Dec 25, 2012 2:24 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

In other news, GCC's inline assembler causes blindness or insanity, depending on which happens first:
Code:
__asm__ __volatile__( "0: \n" "\tmftbu %0 \n" "\tmftb %1 \n" "\tmftbu %2 \n" "\tcmpw %2,%0 \n" "\tbne 0b \n" : "=r"(upper),"=r"(lower),"=r"(tmp));

Author:  bioshacker001 [Mon Dec 31, 2012 5:44 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

IRC Server is up. Message me if you want your Username added to the list. Come up with a password (Not required, but preferred)

Edit: Address is onlinkhacker.no-ip.org:6667 and it's defined. Theres only one channel

Edit2: Miah, Tycho, and Mc2m: I will send you a list of any new users added to the IRC Server list. If you wish for a user to be struck from the list, let me know.

Author:  Zou [Mon Jan 07, 2013 3:26 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Will the next version of the game be a paid version?

Author:  bioshacker001 [Mon Jan 07, 2013 8:20 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

It's based off of proprietary works. Although they can make Kite proprietary, they can't do that to Onlink... At least, not without Introversion's permission.

Author:  FinalWarrior [Thu Jan 10, 2013 10:34 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Quote:
In other news, GCC's inline assembler causes blindness or insanity, depending on which happens first:
Code:
__asm__ __volatile__( "0: \n" "\tmftbu %0 \n" "\tmftb %1 \n" "\tmftbu %2 \n" "\tcmpw %2,%0 \n" "\tbne 0b \n" : "=r"(upper),"=r"(lower),"=r"(tmp));
See, this is why I'm glad I don't do assembly.

(Also, my x86 class left me woefully underequipped for it. Not that I'm super interested in doing assembly in the first place.)

-- Griffinhart

Author:  bioshacker001 [Sun Jan 13, 2013 11:30 pm ]
Post subject:  Re: Onlink Progress (blog?) (Last updated 18 Feb - PM)

Quote:
Quote:
In other news, GCC's inline assembler causes blindness or insanity, depending on which happens first:
Code:
__asm__ __volatile__( "0: \n" "\tmftbu %0 \n" "\tmftb %1 \n" "\tmftbu %2 \n" "\tcmpw %2,%0 \n" "\tbne 0b \n" : "=r"(upper),"=r"(lower),"=r"(tmp));
See, this is why I'm glad I don't do assembly.

(Also, my x86 class left me woefully underequipped for it. Not that I'm super interested in doing assembly in the first place.)

-- Griffinhart
Haha, I don't do assembly because my course on Inline assembly didn't actually teach me assembly. It taught me the history of it. Why they would give me a History course ius beyond me...
Quote:
In other news, GCC's inline assembler causes blindness or insanity, depending on which happens first:
Code:
__asm__ __volatile__( "0: \n" "\tmftbu %0 \n" "\tmftb %1 \n" "\tmftbu %2 \n" "\tcmpw %2,%0 \n" "\tbne 0b \n" : "=r"(upper),"=r"(lower),"=r"(tmp));
How so? Do you mean either blanking the screen or crashing? Or garbled visuals / slowdown? I can't help (I know nothing besides the theory) but depending on what insanity, it mey give you an indicator of what the problem is.

Page 17 of 18 All times are UTC-05:00
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
http://www.phpbb.com/