GLBasic V12 (was formerly V11 beta)

Previous topic - Next topic

Kitty Hello

Hi

there's a public beta if the upcomming v11, that has most of the v10 bugs fixed, too.
Get it at
http://www.glbasic.com/beta/glbasic_sdk.exe

[edit]
Fixes all Android and iOS issues.
Raspberry Pi should work.
HTML5 does not load the Media files, yet.

mentalthink

Thanks Gernnot, great nottice....  :nw: :nw: :nw: :good: :good: :good:

matchy


bigsofty

Excellent stuff! Thanks Gernot!  :good:
Cheers,

Ian.

"It is practically impossible to teach good programming style to students that have had prior exposure to BASIC.  As potential programmers, they are mentally mutilated beyond hope of regeneration."
(E. W. Dijkstra)

kanonet

Is there a change log, so we know what has been done?

Great news will test later this week. :good:
Lenovo Thinkpad T430u: Intel i5-3317U, 8GB DDR3, NVidia GeForce 620M, Micron RealSSD C400 @Win7 x64

hardyx

Thanks Gernot for your good job. This is what we are waiting for!!!

Hark0

#6
Downloading...


Hmmm  314Mb vs 228Mb  =D


Thanks!!!!


EDIT: Cloning virtual machine on vmware (macos)... uninstalling previous GLB release... and installing.  ;/
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Hark0

I see some new features on IDE...  ;)

AND RASPBERRY PI SUPPORTS??!?!?!?!  :good: (I test this when have some time...)

All bugs from V10.x are FIXED?

TIA, Hark0


Log file:

// 11.163
   // Mac, Linux:
   //    AUTOPAUSE FALSE was ignored.
   //
   // Win32, WinCE:
   //    KILLFILE can also remove empty directories.
   //
   // Android:
   //    PLATFORMINFO$("DOCUMENTS") returns external SD card directory
   //    PLATFORMINFO$("APPDATA")   returns internal storage (same as before)
   //       if you need the old documents, use PLATFORMINFO$("APPDATA")+"/.."
   //    PLATFORMINFO$("LANG") now returns java.util.Locale.getDefault().getLanguage()
   //       instead of getDisplayCountry()
   //
   // Core:
   //    SAVESPRITE - png does not include palette information (smaller files)
   //    ASR() always returns a positive number (treat input as unsigned int32)
   // 3D:
   //    X_PRINT has optional kerning parameter.
   //
   // Compiler:
   //    ?ELSEIF implemented.
   //    Output of GPCxxxx error numbers for searching in the forums.
http://litiopixel.blogspot.com
litiopixel.blogspot.com - Desarrollo videojuegos Indie · Pixel-Art · Retroinformática · Electrónica Development Indie Videogames · Pixel-Art · Retrocomputing · Electronic

Wampus

Excellent. :D Downloading now.

Quote from: Hark0 on 2012-Sep-11
EDIT: Cloning virtual machine on vmware (macos)... uninstalling previous GLB release... and installing.  ;/

I flippin' love VMware.

spacefractal

 =D. howover cant test with my game before some days, due I got a filesystem crash on C:, but NO documents and data is lost and recovery is this time no problemo. So dont worry about it (I have a extra harddrive for backup on another machine).

I like the sdcard idea for Android, where I can put the save games to if found (or both). Something that is very good for Greedy Mouse as well me thinks. I look if there is any java issues about assests copy system i created for v10 recently, when I have possible for that (if its not allready fixed).
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

matchy

What version currently should be used to ship apps with? Should I install this on the development for real use or other machine/vmware for just testing?

okee

They should work along side each other
I have glb 10 in program files\GLBasic and when i install
11 it automatically creates GLBasic_v11 folder
I can open v 10 and v11
The only thing is when i uninstall v11 the GLBasic uninstaller in add/remove programs
is gone even though i still can use v 10
Android: Samsung Galaxy S2 -  ZTE Blade (Orange San Francisco) - Ainol Novo 7 Aurora 2
IOS: 2 x Ipod Touch (1G)

hardyx

#12
Quote from: matchy on 2012-Sep-12
What version currently should be used to ship apps with? Should I install this on the development for real use or other machine/vmware for just testing?
You mustn't use a beta version for distribute commercial apps, we must to test first with our code to see if everything works good. But you should have no problems.

spacefractal

 Short tested today.

Win32: Screenupdate still varied from 30 to 60 fps for the eye, througt fps internal itself is stable and correct. Not sure why.

android: Surface change now just exit app when "sensor" is used in manifest. Hence I wait to fix assets copy issue and device info apply to this version. The version for ealier version from code snippet might work (gernot, fell free use that). Temp fix is use a fixed orentation.
Genius.Greedy Mouse - Karma Miwa - Spot Race - CatchOut - PowerUp Elevation - The beagle Jam - Cave Heroes 2023 - https://spacefractal.itch.io/

matchy

I've installed it along side and can open either one and v11 will open v11 to edit and test, then back to v10 to ship if required until notice of v11 release, so that is cool.