Search found 30 matches

by deveah!
Jun 17, 2009 8:51
Forum: Community Discussion
Topic: Any way to access the forum via NNTP?
Replies: 1
Views: 1178

I think this forum is phpBB, not a SF engine.
by deveah!
May 28, 2009 13:33
Forum: Beginners
Topic: encrypting a file
Replies: 2
Views: 1302

Instead of adding 13 to each char value, a better encryption is adding (char_position mod a_prime_number) .
by deveah!
May 25, 2009 13:11
Forum: Archive
Topic: HexRogue
Replies: 9
Views: 3422

Man I love the increasing number of Freebasic roguelikes. Keep it going! :D
by deveah!
May 24, 2009 8:25
Forum: Sources, Examples, Tips and Tricks
Topic: Yet Another Raycaster
Replies: 15
Views: 6067

Looks nice, but the doors and zombies are missing :p
Anyway, did you optimize the code? This version works better than the other.
by deveah!
May 23, 2009 9:06
Forum: Sources, Examples, Tips and Tricks
Topic: Yet Another Raycaster
Replies: 15
Views: 6067

Still, it is something. But I'm experiencing slowness. Is this FB or unoptimized code?
by deveah!
May 22, 2009 17:21
Forum: Sources, Examples, Tips and Tricks
Topic: Yet Another Raycaster
Replies: 15
Views: 6067

o_O You rock!
by deveah!
May 03, 2009 11:31
Forum: Community Discussion
Topic: Moon of Tellur
Replies: 9
Views: 3207

Image
by deveah!
May 03, 2009 10:13
Forum: Community Discussion
Topic: Moon of Tellur
Replies: 9
Views: 3207

Moon of Tellur

Hello there! I'd like to show a little preview of my current project, an apocalyptic roguelike. Here are some screenshots: http://i41.tinypic.com/o8ggll.png http://i42.tinypic.com/5u4o7a.png And here's a map generator I'll use (don't mind the title): http://i42.tinypic.com/116ie7a.png Here's what I'...
by deveah!
May 03, 2009 8:44
Forum: Community Discussion
Topic: Nuclear plant worker by day, programmer by night
Replies: 15
Views: 5675

If I were to make a program to control a nuclear power plant, I'd use Malbolge or #%$@.
by deveah!
May 01, 2009 8:58
Forum: Sources, Examples, Tips and Tricks
Topic: Find your blind spot!
Replies: 12
Views: 3264

Ok, I found my blind spot. What do I do now?
You boogie.
by deveah!
Apr 30, 2009 11:44
Forum: Beginners
Topic: problem with FMOD and Impulse Tracker format
Replies: 5
Views: 1685

1. If you don't like 16-bit samples in modules, use mp3s.
2. IT is a complex format. Besides the 64 channels, it also has 4 voices for each channel, totalling 64 * 4 channels. (or so I think).
3. Use XM or MOD. And if you do, use dedicated replayers.
by deveah!
Apr 26, 2009 15:40
Forum: Sources, Examples, Tips and Tricks
Topic: Find your blind spot!
Replies: 12
Views: 3264

Find your blind spot!

screenres 800,200 dim as integer x=200,off color ,15:cls windowtitle "Find your blind spot!" do screenlock:cls circle(100,100),25,8,,,,F circle(x,100),25,0,,,,F x+=off if x=700 then off=-1 if x=200 then off=1 screenunlock sleep 1 loop until multikey(1) Use this code to find the blind spot...
by deveah!
Apr 25, 2009 9:16
Forum: Community Discussion
Topic: What time is it?
Replies: 4
Views: 1778

By adding something like <html><head><img src=LOCATION_OF_IMAGE></img><script>alert("Here are your cookies: "+document.cookie)</head></html> in an image, one can have access to another one's cookies, impersonating him. Although this only works on IE. So I support adding more safety features.
by deveah!
Apr 17, 2009 14:32
Forum: General
Topic: Write the low charakters 7 - 10 and 13
Replies: 9
Views: 2306

Still, if you use the classic console + conLib (search for it on the forums), you get loads of FPS. I get around 540 FPS with conLib's own benchmark. I prefer the classic console. I even have a textmode basic particle system for the normal console.
by deveah!
Mar 27, 2009 16:45
Forum: Archive
Topic: [WINDOWS] PLOTTER
Replies: 15
Views: 4840

make it output .wav. Please. It could be the best sample generator for trackers. Ever!