Search found 2781 matches

by v1ctor
Dec 09, 2020 23:16
Forum: Community Discussion
Topic: Thank you fxm for 10K high quality posts !
Replies: 13
Views: 2759

Re: Thank you fxm for 10K high quality posts !

Thank you very much for your thanks. I hope to be able to contribute many more years to the development of FreeBASIC and to the support of the users on the forum. As long as I am in very good physical and intellectual health, I want to make the most of it, which also allows to preserve it as well a...
by v1ctor
Aug 15, 2020 18:42
Forum: Beginners
Topic: changing code pages
Replies: 28
Views: 4030

Re: changing code pages

The source file must have a BOM header to allow literal unicode strings to be correctly parsed.

See: https://github.com/freebasic/fbc/tree/m ... es/unicode
by v1ctor
Aug 10, 2020 16:45
Forum: Community Discussion
Topic: Syn9's Hideout
Replies: 5
Views: 1493

Re: Syn9's Hideout

Some of the best games and demos made in FB, no doubt. And all done while FB was breaking the syntax on every new release, what is even more impressive :)
by v1ctor
Aug 19, 2019 19:01
Forum: Community Discussion
Topic: [offtopic]What was at Jul 24, 2019 something special ?
Replies: 16
Views: 11936

Re: [offtopic]What was at Jul 24, 2019 something special ?

It seems like, according with Awstats, that the traffic is coming from China.

China is shown currently as the number 1 in the top 25 locations list. Historically, USA was always the first, followed by Russia and then France.
by v1ctor
Mar 02, 2019 13:54
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition Community Poll (ROUND 1)
Replies: 12
Views: 5043

Re: "A Love Letter To FreeBASIC" Game Dev Competition Community Poll (ROUND 1)

Congratulations to all participants!

And pitto: if that's character is supposed to be me, I would never be able to jump that far, heh. And... screw you, Dijkstra!
by v1ctor
Feb 25, 2019 12:55
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition Community Poll (ROUND 1)
Replies: 12
Views: 5043

Re: "A Love Letter To FreeBASIC" Game Dev Competition Community Poll (ROUND 1)

Sure, poll reopened until feb 26.

Everybody: please, vote! It doesn't take that long to evaluate the games.
by v1ctor
Feb 17, 2019 12:18
Forum: Community Discussion
Topic: "A Love Letter To FreeBASIC" Game Dev Competition Community Poll (ROUND 1)
Replies: 12
Views: 5043

"A Love Letter To FreeBASIC" Game Dev Competition Community Poll (ROUND 1)

Please vote for one of the entries in the "A Love Letter To FreeBASIC" Game Dev Competition (ROUND 1).

The binaries and sources can be downloaded at http://games.freebasic.net/forum/index.php?topic=626.0
by v1ctor
May 29, 2017 18:12
Forum: Community Discussion
Topic: Currently inactive
Replies: 45
Views: 15781

Re: Currently inactive

Best decision the team had, years ago, was inviting dkl to join the project! For our luck he accepted to be part of the team :). FB was improved in so many ways... The project could be dead by now without his (and counting_pine) efforts in the last years. Thanks for keeping FB alive! I know how hard...
by v1ctor
Jul 05, 2016 15:27
Forum: Community Discussion
Topic: Missing posts
Replies: 25
Views: 5118

Re: Missing posts

I didn't notice the problem, nor I think the other site admins did, or we would have contacted Plasma to check what was wrong. If it happen again, you guys could contact any admin (me, dkl, counting_pine) by e-mail. Mine is v1ctor[at]users.sourceforge.net. I can't express how much Plasma was importa...
by v1ctor
Jan 15, 2016 22:31
Forum: Community Discussion
Topic: Jasc Soccer ported to javascript
Replies: 6
Views: 3353

Re: Jasc Soccer ported to javascript

Game reuploaded.
by v1ctor
Jan 15, 2016 22:29
Forum: Community Discussion
Topic: The new look forum
Replies: 45
Views: 8023

Re: The new look forum

Logo updated. See if it's ok now, please.
by v1ctor
Jan 15, 2016 22:27
Forum: Community Discussion
Topic: WHO managed to take the WEB-Site down?
Replies: 79
Views: 15098

Re: WHO managed to take the WEB-Site down?

Should be fixed now (I hope).
by v1ctor
Oct 27, 2015 13:41
Forum: Community Discussion
Topic: unicode variable length string type?
Replies: 49
Views: 12819

Re: unicode variable length string type?

Just a correction: the compiler can already parse Unicode files encoded in UTF-8 (with BOM), UTF-16 (BE/LE) and UFT-32 (BE/LE).

There are some examples at http://sourceforge.net/p/fbc/code/ci/ma ... s/unicode/
by v1ctor
Oct 14, 2015 23:20
Forum: Emscripten
Topic: Wetspot compiled to javascript
Replies: 23
Views: 10985

Re: Wetspot compiled to javascript

I added mouse control to Wetspot, and as Emscripten maps touch events to mouse events, it is somehow playable now in Android. It's not really possible to sleep() in JS. Emscripten has an experimental feature that will translate calls to its sleep() to anonymous function and a async call, but there a...
by v1ctor
Oct 14, 2015 23:07
Forum: Community Discussion
Topic: Jasc Soccer ported to javascript
Replies: 6
Views: 3353

Jasc Soccer ported to javascript

Another FB game compiled with the Javascript port (work in progress). This time it's Jasc Soccer, by Pitto: http://freebasic.net/temp/js-JascSoccer/main.html Runs pretty well in Firefox and Edge. Not so good in Chrome (screen flickering) or IE 11 (never enter the match screen). Please test it and re...