-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|706|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-




Phoenix

In this very moment I listen to...

10th April 2009

...Joe Satriani's Until We Say Goodbye, which is fairly unusual. I guess that I'm in an electric guitar period now, because I mostly listen to acoustic stuff.
[spoiler][/spoiler]
I'm surprised that there have been so few threads about music, so perhaps w*snip*


Phoenix

Happy Easter

10th April 2009

Easter is religious? Nah, just kidding. But it's pretty much lost any connections to Jesus it ever had. At least over here. We decorate the house with chickens and eggs, so I guess that we celebrate it (and there's lots of chocolate to be consumed).


Phoenix

Socoder Logo

9th April 2009

What we need is a symbol. I know that the image below in itself isn't ultra-awesome, but it's a symbol; one which can be adapted to five megazillion different themes (I am, of course, talking about the semi-circle 'S').
(Image.png)
[edit]Note that I'm *snip*


Phoenix

Socoder Logo

6th April 2009

[edit]No longer relevant...[/edit]


Phoenix

Socoder Logo

6th April 2009

A logo shouldn't be dependant on special effects, even though it can overall benefit from them. Optimally, a logo should be displayable in monochrome and people should still know that it's SoCoder. But nowadays it's hard to make a distinct logo.
Oh, and I*snip*


Phoenix

Mind-bending Puzzles

5th April 2009

Stumbled upon this site, with programming/math problems. The first few are fairly easy, but then the difficulty level grows.


Phoenix

Using a DLL

5th April 2009

I got the solution posted by Mark working directly, and I have the latest version of Blitz. I don't know if that's the problem though. But you should always have the lates version anyway, so it doesn't hurt to get it.


Phoenix

Using a DLL

5th April 2009

I got it working using this method instead, perhaps you should try that. Make sure to have the latest binary of the DLL as well.


Phoenix

Using a DLL

4th April 2009

This is the .decls file for the FreeImage library:
[code]
.lib "FreeImage.dll"
FIAllocate%( Width%,Height%,BPP%,RedMask%,GreenMask%,BlueMask% ) : "_FreeImage_Allocate@24"
FILoad%( ImageType%,File$,Mode% ) : "_FreeImage_Load@12"
FISave%( ImapeType%,FIB*snip*


Phoenix

Not in my town!

4th April 2009

www.urlesque.com.
Some pretty creative stuff there ;)


Phoenix

Pile of sheep + LED's?

3rd April 2009

No way, that can't possibly be real! Completely amazing.


Phoenix

Number bug in Blitz?

2nd April 2009

[code]
using System;
public class Program
{
public static void Main()
{
Console.WriteLine("{0}", (float)(Math.Pow(2, 26)) - 2 == (float)Math.Pow(2, 26));
Console.ReadKey();
// Output:
// False
}
}
[/c*snip*


Phoenix

#194 - The Picture FX Challenge

1st April 2009

Really nice effect Jay :)


Phoenix

Number bug in Blitz?

31st March 2009

[code]
a = 2^26
Print a
Print 2^26
WaitKey()
[/code]
Result:
67108864
67108900.0
So I suspect that this is another case of floating point inaccuracy. The power operator returns a float.


Phoenix

Number bug in Blitz?

31st March 2009

[quote]Dumb question, but you do know that ^ in Blitz is not the same as ^ in C right? In Blitz it's for power (why?), in all other languages it's the bitwise exclusive or. So in other languages you'd need to use something else.[/quote]
Yes, I am aware of*snip*


Phoenix

Number bug in Blitz?

30th March 2009

No, my math isn't incorrect. Firstly, due to operator precedence 2^26-2 is equal to (2^26)-2, not 2^(26-2). Secondly, the result of the program would be wrong even if we ignored operator precedence, because 2^24 isn't equal to 2^26 either.


Phoenix

Number bug in Blitz?

30th March 2009

Fiddling about with numbers in Blitz, I came across something odd.
[code]
If( 2^26-2 = 2^26 )
Print "T"
Else
Print "F"
EndIf
WaitKey()
[/code]
This prints 'T'. It obviously shouldn't. I immediately tried this in both C and C#, and both yielded t*snip*


Phoenix

Relief for the artistic cardboard boxes

27th March 2009

lostgarden.com
Our very favourite artist has created another lovely set of free graphics, licensed under the Creative Commons. Go mad, no excuses!
(Image.jpg)


Phoenix

GTA Chinatown wars font

27th March 2009

There are hundreds of pixel fonts, shouldn't be too hard to find one on urbanfonts/dafont/whatever, or make one yourself.


Phoenix

Could this be a monopoly in the making ?

26th March 2009

I presume you're talking about OnLive? I hate it. I want a physical copy because otherwise, as you said, there's no guarantee that I have it tomorrow. With a real copy I could of course lose it, but then it would solely be my own fault.
I've also heard th*snip*


Phoenix

#194 - The Picture FX Challenge

26th March 2009

Heh, that's really nice :)


Phoenix

#194 - The Picture FX Challenge

25th March 2009

Jay interpreted my idea correctly :) You're supposed to write a computer program using actual code and bells and whistles to apply an effect, be it animated or static, to an image of the user's choice. So it's both a coding and an art challenge.


Phoenix

Is the Idigidragon making an MMO?

23rd March 2009

However, the site also says that the game is coming in Spring 2009. I guess we'll see what happens.


Phoenix

Poor pussy !

23rd March 2009

Nah, we all make mistakes. Forgive and forget, it's no biggie.
...
Haha, I bet you thought I was serious there for a moment.


Phoenix

Is the Idigidragon making an MMO?

20th March 2009

Off topic side note: it's still there.

Newer Posts More - Older Posts