Search found 120 matches

by Sebastian
Jun 07, 2010 12:33
Forum: Community Discussion
Topic: FreeBASIC Looks Dead
Replies: 117
Views: 27526

Adding crud like like linked lists or collision detection are a program logic issue and are implemented within your code and are not the rtl. I don't agree: You're thinking in C: "linked list" is a list made with pointers. A "list", on the other hand, is a HLL data structure (e....
by Sebastian
Jun 04, 2010 19:07
Forum: Projects
Topic: Do you remember... DarkPhear ?
Replies: 47
Views: 11503

By the way, we've mirrored the ZIP archive of this *amazing* game on FreeBASIC-Portal.de. :-)
by Sebastian
Jun 02, 2010 12:23
Forum: Community Discussion
Topic: FreeBASIC Looks Dead
Replies: 117
Views: 27526

[OffTopicQuestion]
@vdecampo: Just out of interest: Are there any plans to reactivate iMakeGames.com? I've liked that project and visited the web site from time to time but now it's has been offline for several months. :-/
[/OffTopicQuestion]
by Sebastian
May 30, 2010 15:51
Forum: Community Discussion
Topic: Should gfx library be improved, in newer version?
Replies: 38
Views: 7172

Why do you need to bloat the language with a bunch of specific things like loading PNGs or JPGs ...because IMHO the BMP-only restriction is 1990-style - simply old-fashioned. ;-) Bload will never load pngs, deal with it. Use fbpng. I know fbpng. On the German FB portal we have an entire tutorial ju...
by Sebastian
May 30, 2010 10:39
Forum: Community Discussion
Topic: FreeBASIC Latest Nightly Builds for FreeBSD [r5357 20100620]
Replies: 18
Views: 32202

Thanks for mirroring, and for now, I've switched OSes (and thus don't have the webserver for the time). [...] I've been forced to repurpose my server back into the desktop it once was. If someone knows how to virtualize an OS installed on a real hard drive (e.g. the other OS in a dual-boot solution...
by Sebastian
May 30, 2010 10:31
Forum: Community Discussion
Topic: Should gfx library be improved, in newer version?
Replies: 38
Views: 7172

I am referring to adding functionalities to an existing command , It might cause conflicts to my existing freebasic programs. Adding libraries is fine if that is your opinion, and your opinion does not mess up my codes! It won't break your code if one could write BLOAD "myfile.png", buffe...
by Sebastian
May 26, 2010 9:59
Forum: Community Discussion
Topic: Should gfx library be improved, in newer version?
Replies: 38
Views: 7172

I think it would be great to have BLOAD loading PNGs natively also and not only BMPs, but the main problem will be finding someone who is willing and able to implement it. ;-)
by Sebastian
May 14, 2010 18:48
Forum: Projects
Topic: FB CAD
Replies: 160
Views: 119117

Just out of curiosity: What license is used for this project? GPL, MIT, Public Domain, ... ?

If it's a free license, I'd like to put the package into the download area of freebasic-portal.de. :-)
by Sebastian
May 09, 2010 18:53
Forum: Sources, Examples, Tips and Tricks
Topic: vb form to fb
Replies: 1
Views: 1176

Just paste your sources into the textbox and surround it with

Code: Select all

...
tags.
by Sebastian
May 08, 2010 11:43
Forum: Community Discussion
Topic: Basic syntax c++ (almost)
Replies: 38
Views: 7616

I got sad reading your blog, John [...] I hope she's gonna be all right. I go along with this! My best whishes for you and your familiy, John! I cannot even imagine how hard all this must be for Athena's daughter. :-( Medical bills are over 3 mil. and it has wiped me out financially. This thing is ...
by Sebastian
May 03, 2010 20:29
Forum: Projects
Topic: Hacker_v1.1
Replies: 12
Views: 2986

Well i did but thought it might be too messy as well as badly documented :( and in it's early stages... I think that will be no problem. ;-) Question - is 1400 lines too much to stick in here? Why not put it into your RAR archive as an additional "Src" folder? Users would have all things ...
by Sebastian
May 03, 2010 16:50
Forum: Projects
Topic: Hacker_v1.1
Replies: 12
Views: 2986

Hi xbgtc, have you already thought about releasing the source also? If you publish it, we can compile it ourselves for safety and portability reasons. I usually test unknown binaries in a virtual machine but this method isn't very suited for games as the VM performance is rather weak. ;-) Thanks in ...
by Sebastian
Apr 08, 2010 21:43
Forum: Linux
Topic: Problem with SHELL - too many open files
Replies: 16
Views: 6647

Thanks a lot! :-)

//edit (2010/04/09): Now I've compiled my SHELL test code, that executes some SHELL statements a few thousand times, using the SVN build of today and it works perfectly as far as I can see.
by Sebastian
Apr 08, 2010 17:37
Forum: Linux
Topic: Problem with SHELL - too many open files
Replies: 16
Views: 6647

Has someone already filed a bug report on this issue? //edit: Oh, I see, here it is . The problem ("sh: pipe error...") still exists in the current SVN daily build for Linux: FreeBASIC Compiler - Version 0.21.0 (04-07-2010) for linux (target:linux) Copyright (C) 2004-2010 The FreeBASIC dev...
by Sebastian
Mar 28, 2010 0:26
Forum: Community Discussion
Topic: What would you change about the FB ecosystem?
Replies: 67
Views: 18966

I was doing my builds as a stop gap until some one got an automated build up and running. If you would like help doing an automated DOS build, I will be glad to share my info, then we can have all three available every day. That would be great. Thank you very much for this great offer! :) Currently...