Search found 79 matches

by Gravis
Wed Jun 24, 2009 2:32 am
Forum: PC-Engine
Topic: Azasel music engine
Replies: 8
Views: 8452

Re: Azasel music engine

I'm trying to generate triangle shaped tremolo using Bresenham line algorithm. It's specified by 3 arguments : phase, rate and depth. if(deltaX < deltaY) { while(1) { if(error < 0) { ++x; error -= deltaY; break; } y += sY; error += deltaX; } } else { if(error > 0) { y += sY; error -= deltaX; } ++x;...
by Gravis
Sun Apr 26, 2009 3:48 pm
Forum: General
Topic: Forum/Subforums and whatnot
Replies: 6
Views: 14218

Re: Forum/Subforums and whatnot

Just above the Save/Preview/Submit buttons, there's the option menu. And next to it, you have "Upload attachment" tab. im not seeing it. here's what i see: http://adaptivetime.com/pcedev.blockos.com%20-%20no%20upload%20option.png perhaps it's setup only for admins or something or perhaps ...
by Gravis
Sun Apr 26, 2009 3:17 am
Forum: General
Topic: Forum/Subforums and whatnot
Replies: 6
Views: 14218

Re: Forum/Subforums and whatnot

MooZ wrote:You can now attach files to your message.
File size must be at most 256kB. You can only attach one file per message and 3 files per post.
awesome... but how?
by Gravis
Thu Apr 02, 2009 3:54 pm
Forum: General
Topic: Need RSS Feeds!
Replies: 2
Views: 10340

Need RSS Feeds!

i really want to have rss feeds available so that i can keep track of what's going on here as it's not super active and that's how i keep track of low activity sites.

ktnxbai! \o/
by Gravis
Tue Mar 17, 2009 7:10 pm
Forum: General
Topic: Forum issues / Bug report
Replies: 47
Views: 97978

Re: Forum issues / Bug report

i like the blackbox theme: http://demo.phpbb3styles.net/blackbox?s ... bf0e114fd2
it's simple and the meanings of the icons are clear.
by Gravis
Tue Mar 17, 2009 6:45 pm
Forum: PC-Engine
Topic: Megaman!
Replies: 13
Views: 12011

Re: Megaman!

so... any developments on the megaman front?
by Gravis
Tue Mar 17, 2009 4:12 pm
Forum: PC-Engine
Topic: Azasel music engine
Replies: 8
Views: 8452

Re: Azasel music engine

this is cool but to be honest, i was looking forward to the .mod player you talked about making: http://pcedev.blockos.org/viewtopic.php?f=5&t=22#p69 btw, did you realize that that "Azasel" sounds like "asshole". if you dont believe me, walk up to someone and call them an &qu...
by Gravis
Tue Jun 24, 2008 1:31 am
Forum: General
Topic: Forum/Subforums and whatnot
Replies: 6
Views: 14218

Re: Forum/Subforums and whatnot

where is the "haxorz" section?!
by Gravis
Sun Jun 22, 2008 5:53 pm
Forum: General
Topic: Aloha!
Replies: 5
Views: 14432

clichés

i has em.
  1. Code: Select all

    Cliché : a phrase, expression, or idea that has been overused to the point of losing its intended force or novelty.
    [/b][/i][/u][/color]
:D :( :?
Image