Search found 587 matches

by E.K.Virtanen
Aug 15, 2012 11:15
Forum: Archive
Topic: parking game
Replies: 16
Views: 6549

Re: parking game

BasicCoder2 wrote:Releasing steering button allows wheels to straighten out.
+1
by E.K.Virtanen
Jul 17, 2012 13:13
Forum: Game Dev
Topic: RL Dungeon Generation
Replies: 8
Views: 8542

Re: RL Dungeon Generation

Hi rdc.

I think you should add a "Save map" option in your code. It could ask name of map to save from the end user and save map in some simple way.
by E.K.Virtanen
Jul 17, 2012 7:09
Forum: Archive
Topic: Never ending project reached it's goal.
Replies: 4
Views: 1960

Re: Never ending project reached it's goal.

Back to making games? :D Maybe, maybe not. I must admit that for me it would be more interesting to see the source code than the final result. But that said I'm impressed :) Source is propably released once i get it commented well enough. (Another very minor suggestion would be to use CRLFs in the ...
by E.K.Virtanen
Jun 30, 2012 12:17
Forum: Archive
Topic: Never ending project reached it's goal.
Replies: 4
Views: 1960

Never ending project reached it's goal.

Hi folks.

Thought i havent played with BASIC's much anymore, i did finish my never ending experimental project osBasic. 100% made with FreeBASIC and string handlings. Some bugs highly plausible, but hey, thats what coding is all about. Fixing a bugs ;D
by E.K.Virtanen
Dec 22, 2011 18:05
Forum: Community Discussion
Topic: I will not let die Basic4GL.
Replies: 66
Views: 16053

Re: I will not let die Basic4GL.

D.J.Peters wrote:I will not let die Basic4GL
GL4U :)
by E.K.Virtanen
Jul 01, 2011 21:16
Forum: General
Topic: 64bit binary?
Replies: 6
Views: 3007

Does this sound stupid theory? If it is possible to produce 64bit binary in a way you told, then it might be possible to compile whole FB in this way? Propably would need hard work, but result might be worth of it. 64bit FB compiler.
by E.K.Virtanen
Jul 01, 2011 21:03
Forum: General
Topic: 64bit binary?
Replies: 6
Views: 3007

Ok. I forgot to mention that i use linux. But thanks :)
by E.K.Virtanen
Jul 01, 2011 18:00
Forum: General
Topic: 64bit binary?
Replies: 6
Views: 3007

64bit binary?

Hi all.

Is there way to produce 64bit binary files from FB code now or in near future?
by E.K.Virtanen
May 31, 2011 8:22
Forum: Archive
Topic: Depths of Darkness v1.1
Replies: 27
Views: 9134

Me likes.
by E.K.Virtanen
May 31, 2011 8:21
Forum: Sources, Examples, Tips and Tricks
Topic: Multi-lingual Chatbot
Replies: 11
Views: 4687

Nice one angros47 :)
by E.K.Virtanen
May 29, 2011 14:40
Forum: Sources, Examples, Tips and Tricks
Topic: Crypting text.
Replies: 12
Views: 5107

You dont have to prove anything. This is a programming-, not a code breaking forum. Codes presented in this topic are good enough to store high scores, map datas and such.

[edit]
I fixed code at my previous post. Sorry for not checking it first.
by E.K.Virtanen
May 29, 2011 5:10
Forum: Sources, Examples, Tips and Tricks
Topic: Crypting text.
Replies: 12
Views: 5107

How about this. Still dont have FB in this machine (having my wife laptop for now) but should work. rem Kristian Virtanen, 2011, krisu.virtanen@gmail.com rem Code fixed after "first release" declare function invert(text as string) as string dim as string cryptMe, keyCode, temp, c dim as in...
by E.K.Virtanen
May 29, 2011 5:00
Forum: Sources, Examples, Tips and Tricks
Topic: Crypting text.
Replies: 12
Views: 5107

hmm...Richard, you are guru ;)
by E.K.Virtanen
May 28, 2011 19:54
Forum: Sources, Examples, Tips and Tricks
Topic: Crypting text.
Replies: 12
Views: 5107

So in other words; make it better? :)
by E.K.Virtanen
May 28, 2011 16:39
Forum: Sources, Examples, Tips and Tricks
Topic: Crypting text.
Replies: 12
Views: 5107

Crypting text.

Dont have FB in this machine, but it should work. Anyway, the idea is clear. If you can program, you can uncrypt this with keyword :) rem Kristian Virtanen, 2011, krisu.virtanen@gmail.com dim as string cryptMe, keyCode, temp, c dim as integer i, ii cryptMe = "Kristian Virtanen, 2011, krisu.virt...