haha... cool!! :D
i like to see simple hand made textures turn into something totally sleek ^.^
Search found 499 matches
- May 26, 2006 4:09
- Forum: Projects
- Topic: Texture animation: Rotor Temp...
- Replies: 3
- Views: 1166
- May 26, 2006 3:58
- Forum: Documentation
- Topic: Adding images to the wiki..
- Replies: 6
- Views: 2978
- May 26, 2006 1:38
- Forum: Beginners
- Topic: Question about data types.
- Replies: 26
- Views: 4052
Re: Question about data types.
pete5990 wrote:How do I make the TIMER command as accurate as possible? It rounds to the nearest integer.
ex. a = TIMER
Code: Select all
dim a as double
a = timer
print a
sleep
just use a double to store the value.. :)
- May 26, 2006 0:46
- Forum: Windows
- Topic: Compilation error using zlib.bi
- Replies: 4
- Views: 1350
- May 26, 2006 0:22
- Forum: Linux
- Topic: The computer language shootout blues
- Replies: 31
- Views: 6955
- May 26, 2006 0:08
- Forum: Libraries
- Topic: libIrcClient
- Replies: 25
- Views: 12607
Anyone except me who doesn't manage to compile with the "static" lib? Anyone that could bother to fix the DCC-stuff? Would be really useful. Thanks anyways voodoo. Will be using this one frequently I suspect. you're welcome.. and sorry about that lil mistake.. :) works OK here, but maybe the recent...
- May 25, 2006 8:29
- Forum: Linux
- Topic: The computer language shootout blues
- Replies: 31
- Views: 6955
Antoni wrote:Hey, my sieve program ran without format problems, at last!
Freebasic is considered 5.7 times better than C at this particular task. As victor said, as long as no one implements my algo in C.
http://shootout.alioth.debian.org/gp4/b ... ang=FreeBASIC
good job mate :D
- May 25, 2006 4:41
- Forum: General
- Topic: Funct/Ptrs Stuff [Solved]
- Replies: 18
- Views: 2093
- May 25, 2006 2:27
- Forum: General
- Topic: Funct/Ptrs Stuff [Solved]
- Replies: 18
- Views: 2093
- May 25, 2006 2:25
- Forum: General
- Topic: Funct/Ptrs Stuff [Solved]
- Replies: 18
- Views: 2093
i remember i had this issue with Pload before.. and i tried to debug it, but i gave up.. probably caused by the globals/shared variables.. leading to unexpected results.. if so, try adding code to clear everything before loading a new png, or just move everything into context based subs/functions.. ...
- May 25, 2006 0:46
- Forum: Projects
- Topic: Texture Splatting with lighting[UPDATE]
- Replies: 46
- Views: 7818
- May 24, 2006 0:30
- Forum: Linux
- Topic: The computer language shootout blues
- Replies: 31
- Views: 6955
- May 23, 2006 22:26
- Forum: Linux
- Topic: The computer language shootout blues
- Replies: 31
- Views: 6955
Antoni wrote:What I complained about was that strange spureos space that happens only in Linux...why?
not only linux though..
Code: Select all
print "1"
print 1
sleep
produces extra space on second line.. same weird error..
<< fb .15b on windows xp sp2
- May 23, 2006 17:44
- Forum: General
- Topic: Bload And Spaces
- Replies: 9
- Views: 1468
- May 22, 2006 22:30
- Forum: Beginners
- Topic: Because I wander in @String list index?
- Replies: 8
- Views: 1277