PureBasic 5.22 LTS final is out !

Developed or developing a new product in PureBasic? Tell the world about it.
User avatar
DoubleDutch
Addict
Addict
Posts: 3220
Joined: Thu Aug 07, 2003 7:01 pm
Location: United Kingdom
Contact:

Re: PureBasic 5.22 LTS final is out !

Post by DoubleDutch »

Thanks! :)
https://deluxepixel.com <- My Business website
https://reportcomplete.com <- School end of term reports system
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic 5.22 LTS Beta 2

Post by luis »

PMV wrote:
Kuron wrote:[...]I have bought two or three 3D games made with PB.[...]
Names? (Links?)
wait for it ...
"Have you tried turning it off and on again ?"
A little PureBasic review
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.22 LTS Beta 2

Post by Fred »

luis wrote:
PMV wrote:
Kuron wrote:[...]I have bought two or three 3D games made with PB.[...]
Names? (Links?)
wait for it ...
This one for example is full PB with a custom 3D engine: http://store.steampowered.com/app/12630/
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

Re: PureBasic 5.22 LTS final is out !

Post by coco2 »

One of the things I like about PB is it seems to have a lot built in. I was surprised to find AES256 which saved me some time while working on my TLS library. I would like to see what else can be done natively in PB. Also thanks Fred
User avatar
Kuron
Addict
Addict
Posts: 1626
Joined: Sat Oct 17, 2009 10:51 pm
Location: Pacific Northwest

Re: PureBasic 5.22 LTS Beta 2

Post by Kuron »

Fred wrote:This one for example is full PB with a custom 3D engine: http://store.steampowered.com/app/12630/
A very good game.
Best wishes to the PB community. Thank you for the memories. ♥️
User avatar
luis
Addict
Addict
Posts: 3893
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: PureBasic 5.22 LTS final is out !

Post by luis »

Some links to reviews (metacritic score = 57/100) -> http://www.metacritic.com/game/pc/legend-hand-of-god

Even if the game by looking at some play-through on youtube looks boring, repetitive, with dull AI and totally uninteresting to me, it's technically and graphically impressive considering they did all by themselves. The engine looks great for an indie game. There is certainly a lot of work behind it.

PB is mentioned in this interview ("we published our original programming language PureBasic" ???) -> http://www.rpgwatch.com/show/article?articleid=42.
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
ts-soft
Always Here
Always Here
Posts: 5756
Joined: Thu Jun 24, 2004 2:44 pm
Location: Berlin - Germany

Re: PureBasic 5.22 LTS final is out !

Post by ts-soft »

luis wrote:("we published our original programming language PureBasic" ???)
MasterCreating have distributed some low budget versions of PB on CD, in Germany
(without livetime support).
PureBasic 5.73 | SpiderBasic 2.30 | Windows 10 Pro (x64) | Linux Mint 20.1 (x64)
Old bugs good, new bugs bad! Updates are evil: might fix old bugs and introduce no new ones.
Image
coco2
Enthusiast
Enthusiast
Posts: 461
Joined: Mon Nov 25, 2013 5:38 am
Location: Australia

Re: PureBasic 5.22 LTS final is out !

Post by coco2 »

That's really nice for 2004 and very well done for an indie game. I probably wouldn't play it though, the only RPG I like is Wonder Boy in Monsterland arcade English bootleg :)
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.22 LTS final is out !

Post by Fred »

Restricted Area also mentionned in this article was done in PB, but it's 2D only (isometric 3D).
bizdon
User
User
Posts: 12
Joined: Wed Jun 22, 2011 6:49 pm

Re: PureBasic 5.22 LTS final is out !

Post by bizdon »

Thank!
p/s/ The checkbox "enable inline asm syntax" do not work, and
straight assembler code (with "!") do not work..
Fred
Administrator
Administrator
Posts: 18153
Joined: Fri May 17, 2002 4:39 pm
Location: France
Contact:

Re: PureBasic 5.22 LTS final is out !

Post by Fred »

Please report a bug with a code example instead of putting this in this thread, thank you.
bizdon
User
User
Posts: 12
Joined: Wed Jun 22, 2011 6:49 pm

Re: PureBasic 5.22 LTS final is out !

Post by bizdon »

code1

Code: Select all

Value.l = 10  ; Declare our own variable
  MOV Value, 20 ; Directly use the ASM keywords with PureBasic variable !
  INC Value
MessageRequester("ASM Example", "Should be 21: "+Str(Value), 0)
without "EnableASM", but with check "enable asm inline" do not work
code2

Code: Select all

Value.l = 10  ; Declare our own variable
  !MOV [v_Value], 20 ; Directly use the ASM keywords with PureBasic variable !
  !INC [v_Value]
MessageRequester("ASM Example", "Should be 21: "+Str(Value), 0)
without "EnableASM" and check "enable asm inline" do not work
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: PureBasic 5.22 LTS final is out !

Post by Tenaja »

bizdon, Fred meant that you should report it in a separate thread, in the Bug forum section.
User avatar
Tenaja
Addict
Addict
Posts: 1959
Joined: Tue Nov 09, 2010 10:15 pm

Re: PureBasic 5.22 LTS final is out !

Post by Tenaja »

Post bugs here, if you use Windows:
http://purebasic.fr/english/viewforum.php?f=4

Post bugs here, if you use Linux:
http://purebasic.fr/english/viewforum.php?f=23

Post bugs here, if you use Mac:
http://purebasic.fr/english/viewforum.php?f=24
PMV
Enthusiast
Enthusiast
Posts: 727
Joined: Sat Feb 24, 2007 3:15 pm
Location: Germany

Re: PureBasic 5.22 LTS Beta 2

Post by PMV »

Kuron wrote:
Fred wrote:This one for example is full PB with a custom 3D engine: http://store.steampowered.com/app/12630/
A very good game.
Kuron, you said 2 or 3 ... the others? :D


btw. of course i know master creation games ... :lol:
I just hoped of a game that i doesn't already know, even
if the possibility is low :oops:
Post Reply