[Gambas-user] Gambas was live on Twitch
This is the Twitch export (to YouTube) of the live stream I broadcast earlier this evening: https://youtu.be/lPUDxkkb4u4?t=5m30s 46 minutes of me working on OpenAL in Sylph using the stable Gambas PPA on Linux Mint 17.2 Cinnamon. I probably needed more beer. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.
http://gambaswiki.org/bugtracker/edit?object=BUG.726&from=L21haW4- M. L. reported a new bug. Summary --- Result object does not retrieve data when using ODBC driver. Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Database component Description --- Regardless of what ODBC connection method you use (older DSN or newer ConnectionString), the Result object misbehaves: o- It does not retrieve query data, o- Its .Available property is always FALSE, o- It ignores .Move methods. But, on the other hand, it does fill its ResultFields collection with proper field data (name, type, etc). I discovered an ODBC-specific patch by Andrea Bortolan explicitly removed in CResult.c with a "#if 0 ... #endif" block. Tried to reactivate the patch with some degree of success (made the Result return only the first record). Details in the attached project. Did not try with any other driver than ODBC, as I'm trying to get ODBC working as it should. Note that older versions of Gambas 3 were able to retrieve data, at least with some effort, so I think there was a subtle change down the road that forced the patch removal and crippled ODBC. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.
http://gambaswiki.org/bugtracker/edit?object=BUG.726&from=L21haW4- M. L. added an attachment: NewODBC.tar.gz -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building
http://gambaswiki.org/bugtracker/edit?object=BUG.702&from=L21haW4- Comment #9 by Benoît MINISINI: If you want to provide useful information, please send the full output and all messages printed by 'dpkg' or 'apt-get'. Thanks. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #702: Installation Package Building
http://gambaswiki.org/bugtracker/edit?object=BUG.702&from=L21haW4- Comment #10 by Benoît MINISINI: As for your question on comment #8, packages build with Gambas 3.X require component packages with version >= 3.X and < 3.X.90. So the answer is no. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.
http://gambaswiki.org/bugtracker/edit?object=BUG.726&from=L21haW4- Comment #1 by Benoît MINISINI: When doing a query, the database driver is supposed to return the number of rows in the result. This is at line 821 is the last version (revision #7291). Please use the last driver, set DB.Debug = True, and we will see the number of records returned by ODBC. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Question about bugtracker mails
Salut, mails from bugtracker I get twice if I'm the reporter. ( see attachment ) One via [Gambas Bug Tracker] and one via [Gambas-user] And there is a minor bug, the reporters adresse (I think) is two time in the mail ( see attachment ) -- Amicalement Charlie -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] 3.8.1 incompatibility with 3.6
(gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion 'GTK_IS_WIDGET (widget)' failed No idea about the instruction that fails salud Pino -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Gambas was live on Twitch
I'm sure your game loading times could be heavily optimized. What method you use? Are you loading everything once, or rest by demand? Jussi On Tue, Sep 8, 2015 at 10:25 AM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: > This is the Twitch export (to YouTube) of the live stream I broadcast > earlier this evening: > > https://youtu.be/lPUDxkkb4u4?t=5m30s > > 46 minutes of me working on OpenAL in Sylph using the stable Gambas PPA > on Linux Mint 17.2 Cinnamon. I probably needed more beer. > > -- > Kevin Fishburne > Eight Virtues > www: http://sales.eightvirtues.com > e-mail: sa...@eightvirtues.com > phone: (770) 853-6271 > > > > -- > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen
http://gambaswiki.org/bugtracker/edit?object=BUG.725&from=L21haW4- Comment #2 by nemuru TAKEDA: I installed revision #7292 from PPA:gambas-daily, but looks like it doesn't work. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen
http://gambaswiki.org/bugtracker/edit?object=BUG.725&from=L21haW4- nemuru TAKEDA added an attachment: screenshot_20150909.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] 3.8.1 incompatibility with 3.6
Le 08/09/2015 21:23, Pino Zollo a écrit : > > (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion > 'GTK_IS_WIDGET (widget)' failed > > (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion > 'GTK_IS_WIDGET (widget)' failed > > > > No idea about the instruction that fails > > > salud > > Pino > I see that message on Mint only. I think it's a message from the widget theme you use (GTK+ or QGtk) Regards, -- Benoît Minisini -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] Benoit ?my question re breakpoints ?reached the list?
HI Benoit, I didn't see my question about breakpoints get back into my maibox. . I had to debug a form/class last night due to some long standing bugs and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, putting in a breakpoint does work. I tried the cleanup project option. Any ideas. Doing it was a pain because I had to put lots of print statements in to see what was happening - took hours. I'll try posting this again to the list. Richard -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
Le 09/09/2015 00:49, richard terry a écrit : > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs > and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, > putting in a breakpoint does work. I tried the cleanup project option. > > Any ideas. Doing it was a pain because I had to put lots of print > statements in to see what was happening - took hours. > > I'll try posting this again to the list. > > Richard > Please give some details, source code, screenshots on exactly what happens. Regards, -- Benoît Minisini -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #725: gb.dbus makes invalid interface name if application name has hyphen
http://gambaswiki.org/bugtracker/edit?object=BUG.725&from=L21haW4- Comment #3 by Benoît MINISINI: Is it better now with revision #7293? -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
Are you using JIT..? It disables breakpoints. Jussi On Wed, Sep 9, 2015 at 1:49 AM, richard terry wrote: > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs > and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, > putting in a breakpoint does work. I tried the cleanup project option. > > Any ideas. Doing it was a pain because I had to put lots of print > statements in to see what was happening - took hours. > > I'll try posting this again to the list. > > Richard > > > > -- > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme
http://gambaswiki.org/bugtracker/edit?object=BUG.727&from=L21haW4- Moviga TECHNOLOGIES reported a new bug. Summary --- Bad colour of error message in KDE Breeze dark theme Type : Bug Priority : Medium Gambas version : 3.8.90 (TRUNK) Product : Development Environment Description --- When using standard Breeze dark in KDE5, the error messages are almost impossible to read. Even though I know one can't support all the millions of setups, I suppose this is a very common colour scheme. See pic. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme
http://gambaswiki.org/bugtracker/edit?object=BUG.727&from=L21haW4- Moviga TECHNOLOGIES added an attachment: gambas_breeze_dark.png -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme
http://gambaswiki.org/bugtracker/edit?object=BUG.727&from=L21haW4- Comment #1 by Benoît MINISINI: It -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #726: Result object does not retrieve data when using ODBC driver.
http://gambaswiki.org/bugtracker/edit?object=BUG.726&from=L21haW4- Benoît MINISINI changed the state of the bug to: Waiting. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme
http://gambaswiki.org/bugtracker/edit?object=BUG.727&from=L21haW4- Comment #2 by Benoît MINISINI: ...should be better in revision #7294. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme
http://gambaswiki.org/bugtracker/edit?object=BUG.727&from=L21haW4- Benoît MINISINI changed the state of the bug to: Closed. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] [Gambas Bug Tracker] Bug #727: Bad colour of error message in KDE Breeze dark theme
http://gambaswiki.org/bugtracker/edit?object=BUG.727&from=L21haW4- Benoît MINISINI changed the state of the bug to: Accepted. -- ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
On 09/09/15 09:07, Jussi Lahtinen wrote: > Are you using JIT..? It disables breakpoints. > > > Jussi > > On Wed, Sep 9, 2015 at 1:49 AM, richard terry > wrote: > >> HI Benoit, >> >> I didn't see my question about breakpoints get back into my maibox. >> . >> I had to debug a form/class last night due to some long standing bugs >> and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, >> putting in a breakpoint does work. I tried the cleanup project option. >> >> Any ideas. Doing it was a pain because I had to put lots of print >> statements in to see what was happening - took hours. >> >> I'll try posting this again to the list. >> >> Richard >> >> >> Not using JIT. What happens is simple the code is nothing special. In any other form in the project if I point a breakpoint on a line the program execution will stop and I can then inspect the contents of a collection or variables etc. In this form, when the code executes, despite a red dot being visible on the side next to the line, the execution doesn't stop. I know it is running past because if I put a print statement on the line above and below it prints a message out in the terminal. ?how does the breakpoint thingy work? could something have gone wrong with just one form? Regards richard -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
Le 09/09/2015 02:02, richard terry a écrit : > On 09/09/15 09:07, Jussi Lahtinen wrote: >> Are you using JIT..? It disables breakpoints. >> >> >> Jussi >> >> On Wed, Sep 9, 2015 at 1:49 AM, richard terry >> wrote: >> >>> HI Benoit, >>> >>> I didn't see my question about breakpoints get back into my maibox. >>> . >>> I had to debug a form/class last night due to some long standing bugs >>> and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, >>> putting in a breakpoint does work. I tried the cleanup project option. >>> >>> Any ideas. Doing it was a pain because I had to put lots of print >>> statements in to see what was happening - took hours. >>> >>> I'll try posting this again to the list. >>> >>> Richard >>> >>> >>> > Not using JIT. > > What happens is simple the code is nothing special. In any other form in > the project if I point a breakpoint on a line the program execution will > stop and I can then inspect the contents of a collection or variables etc. > > In this form, when the code executes, despite a red dot being visible on > the side next to the line, the execution doesn't stop. I know it is > running past because if I put a print statement on the line above and > below it prints a message out in the terminal. > > ?how does the breakpoint thingy work? could something have gone wrong > with just one form? > > > Regards > > richard > Again: post some details, some source code, some screenshots of what exactly happens. Otherwise beside just talking, nothing can be done. Regards, -- Benoît Minisini -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
See code/piccie below. On 09/09/15 10:22, Benoît Minisini wrote: > Le 09/09/2015 02:02, richard terry a écrit : >> On 09/09/15 09:07, Jussi Lahtinen wrote: >>> Are you using JIT..? It disables breakpoints. >>> >>> >>> Jussi >>> >>> On Wed, Sep 9, 2015 at 1:49 AM, richard terry >>> wrote: >>> HI Benoit, I didn't see my question about breakpoints get back into my maibox. . I had to debug a form/class last night due to some long standing bugs and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, putting in a breakpoint does work. I tried the cleanup project option. Any ideas. Doing it was a pain because I had to put lots of print statements in to see what was happening - took hours. I'll try posting this again to the list.g Richard g >> Not using JIT. >> >> What happens is simple the code is nothing special. In any other form in >> the project if I point a breakpoint on a line the program execution will >> stop and I can then inspect the contents of a collection or variables etc. >> >> In this form, when the code executes, despite a red dot being visible on >> the side next to the line, the execution doesn't stop. I know it is >> running past because if I put a print statement on the line above and >> below it prints a message out in the terminal. >> >> ?how does the breakpoint thingy work? could something have gone wrong >> with just one form? >> >> >> Regards >> >> richard >> > Again: post some details, some source code, some screenshots of what > exactly happens. Otherwise beside just talking, nothing can be done. > > Regards, > Ok, here's a sample. I might want it to stop on the line with the breakpoint, to prove it got there I've added a print statement which shows up in the terminal, however the program doesn't stop and drop back into the IDE to allow inspection. -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
Where..? Jussi On Wed, Sep 9, 2015 at 3:37 AM, richard terry wrote: > See code/piccie below. > > On 09/09/15 10:22, Benoît Minisini wrote: > > Le 09/09/2015 02:02, richard terry a écrit : > >> On 09/09/15 09:07, Jussi Lahtinen wrote: > >>> Are you using JIT..? It disables breakpoints. > >>> > >>> > >>> Jussi > >>> > >>> On Wed, Sep 9, 2015 at 1:49 AM, richard terry > > >>> wrote: > >>> > HI Benoit, > > I didn't see my question about breakpoints get back into my maibox. > . > I had to debug a form/class last night due to some long standing bugs > and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, > putting in a breakpoint does work. I tried the cleanup project option. > > Any ideas. Doing it was a pain because I had to put lots of print > statements in to see what was happening - took hours. > > I'll try posting this again to the list.g > > Richard > g > > > >> Not using JIT. > >> > >> What happens is simple the code is nothing special. In any other form in > >> the project if I point a breakpoint on a line the program execution will > >> stop and I can then inspect the contents of a collection or variables > etc. > >> > >> In this form, when the code executes, despite a red dot being visible on > >> the side next to the line, the execution doesn't stop. I know it is > >> running past because if I put a print statement on the line above and > >> below it prints a message out in the terminal. > >> > >> ?how does the breakpoint thingy work? could something have gone wrong > >> with just one form? > >> > >> > >> Regards > >> > >> richard > >> > > Again: post some details, some source code, some screenshots of what > > exactly happens. Otherwise beside just talking, nothing can be done. > > > > Regards, > > > > > Ok, here's a sample. I might want it to stop on the line with the > breakpoint, to prove it got there I've added a print statement which > shows up in the terminal, however the program doesn't stop and drop back > into the IDE to allow inspection. > > -- > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user > -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] 3.8.1 incompatibility with 3.6
El 08/09/15 a las 19:29, gambas-user-requ...@lists.sourceforge.net escribió: > Date: Wed, 9 Sep 2015 00:36:29 +0200 > From: Beno?t Minisini > Subject: Re: [Gambas-user] 3.8.1 incompatibility with 3.6 > To: mailing list for gambas users > Message-ID: <55ef62ed.4050...@users.sourceforge.net> > Content-Type: text/plain; charset=windows-1252; format=flowed > > Le 08/09/2015 21:23, Pino Zollo a ?crit : >> > >> > (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion >> > 'GTK_IS_WIDGET (widget)' failed >> > >> > (gbx3:5228): Gtk-CRITICAL **: IA__gtk_widget_get_direction: assertion >> > 'GTK_IS_WIDGET (widget)' failed >> > >> > >> > >> > No idea about the instruction that fails >> > >> > >> > salud >> > >> > Pino >> > > I see that message on Mint only. I think it's a message from the widget > theme you use (GTK+ or QGtk) > > Regards, ...yes it is Mint 17.1 and Mate 1.8.1 the program looks frozen Regards Pino -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
[Gambas-user] OpenAL 1.0.0 example code on software farm
I just published my OpenAL example code project but it doesn't show up under the Examples category. How does one publish to a specific category, and what should be done to correct this showing up in the wrong category? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Gambas was live on Twitch
On Tue, Sep 8, 2015 at 10:25 AM, Kevin Fishburne < kevinfishbu...@eightvirtues.com> wrote: >> This is the Twitch export (to YouTube) of the live stream I broadcast >> earlier this evening: >> >> https://youtu.be/lPUDxkkb4u4?t=5m30s >> >> 46 minutes of me working on OpenAL in Sylph using the stable Gambas PPA >> on Linux Mint 17.2 Cinnamon. I probably needed more beer. On 09/08/2015 04:47 PM, Jussi Lahtinen wrote: > I'm sure your game loading times could be heavily optimized. > What method you use? Are you loading everything once, or rest by demand? > Hey Jussi. It loads most game assets on startup, although between stages it loads stage-specific color, sprite and wall (OBJ model files) data. Generally all the other data is shared between stages. I do this partly for convenience but mostly because I want to minimize load times between stages and eliminate any "load lag" or frame-dropping during actual gameplay. The game's fast, so the smoother it remains during play the better the experience for the player. The philosophy here is "feel the pain once, then forget it ever happened". The actual mechanics for loading the assets are Tobias Boege's ObjModel.class for loading Wavefront OBJ files (3D models), Image.Load() for OpenGL textures and Alure.BufferDataFromFile() for OpenAL audio samples. When a stage is loaded is also creates arrays of display lists so they can be shown dynamically according to an arbitrary view distance in order to increase performance. I think the main reasons it took so long in the video is that I recently downgraded my workstation to older hardware (don't ask...) and it is loading all assets over an NFS share. Despite the gigabit LAN it's still slower than a mechanical drive or SSD. In any case, the initial load time is only going to get slower as more assets are added to the game, though I don't imagine it'll become unbearable by the end (less than 60 seconds, hopefully, on a decent system). -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user
Re: [Gambas-user] Benoit ?my question re breakpoints ?reached the list?
The image which was embedded must have been stripped by the list-serv, anyway, heres some code but the code is irrelevant, its the behaviour of not stopping, nothing to do with the code. Public Sub Plans_Refresh() '- 'Refreshes the plans collection and puts back into the columnview 'The plan collection is copied sequentially so that the zero index 'will match the columnview key '- Dim x As Integer EditArea_Clear currentconsult.Refresh("mentalhealthplans") mentalhealthplans = modUtil.Copy_Collection_Keyed_Sequentially(currentconsult!mentalhealthplans) ' cvwPlans.Clear() 'clear the list '-- 'Display the plan: Date/diagnosis/Type/Prepared By '--- For Each mentalhealthplan In mentalhealthplans Print "above the break" (x) cvwPlans.Add(x, 0) <<<-- the (x) I've written = the red breakpoint dot in gambas Print "below the break" cvwPlans[x][0] = Format(mentalhealthplan!plan_date, "dd/mm/") & " " cvwPlans[x][1] = mentalhealthplan!diagnosis & " " cvwPlans[x][2] = mentalhealthplan!type & " " cvwPlans[x][3] = "Prepared by: " & mentalhealthplan!title & " " & mentalhealthplan!wholename Inc x Next End The terminal output above the break below the break But the program doesn't stop at the red breakpoint (here the (x). On 09/09/15 10:52, Jussi Lahtinen wrote: > Where..? > > > Jussi > > On Wed, Sep 9, 2015 at 3:37 AM, richard terry > wrote: > >> See code/piccie below. >> >> On 09/09/15 10:22, Benoît Minisini wrote: >>> Le 09/09/2015 02:02, richard terry a écrit : On 09/09/15 09:07, Jussi Lahtinen wrote: > Are you using JIT..? It disables breakpoints. > > > Jussi > > On Wed, Sep 9, 2015 at 1:49 AM, richard terry wrote: > >> HI Benoit, >> >> I didn't see my question about breakpoints get back into my maibox. >> . >> I had to debug a form/class last night due to some long standing bugs >> and breakpoints won't stop on that form. Gambas 3.7.1. Any other form, >> putting in a breakpoint does work. I tried the cleanup project option. >> >> Any ideas. Doing it was a pain because I had to put lots of print >> statements in to see what was happening - took hours. >> >> I'll try posting this again to the list.g >> >> Richard >> g >> >> Not using JIT. What happens is simple the code is nothing special. In any other form in the project if I point a breakpoint on a line the program execution will stop and I can then inspect the contents of a collection or variables >> etc. In this form, when the code executes, despite a red dot being visible on the side next to the line, the execution doesn't stop. I know it is running past because if I put a print statement on the line above and below it prints a message out in the terminal. ?how does the breakpoint thingy work? could something have gone wrong with just one form? Regards richard >>> Again: post some details, some source code, some screenshots of what >>> exactly happens. Otherwise beside just talking, nothing can be done. >>> >>> Regards, >>> >> >> Ok, here's a sample. I might want it to stop on the line with the >> breakpoint, to prove it got there I've added a print statement which >> shows up in the terminal, however the program doesn't stop and drop back >> into the IDE to allow inspection. >> >> -- >> Monitor Your Dynamic Infrastructure at Any Scale With Datadog! >> Get real-time metrics from all of your servers, apps and tools >> in one place. >> SourceForge users - Click here to start your Free Trial of Datadog now! >> http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 >> ___ >> Gambas-user mailing list >> Gambas-user@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/gambas-user >> > -- > Monitor Your Dynamic Infrastructure at Any Scale With Datadog! > Get real-time metrics from all of your servers, apps and tools > in one place. > SourceForge users - Click here to start your Free Trial of Datadog now! > http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 > ___ > Gambas-user mailing list > Gambas-user@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/gambas-user -- Monitor Your Dynamic Infrastructure at Any Scale With Da
[Gambas-user] Switching from 3.6.2 to 3.8.0 failed
Hi folks, Here is something that happened on an older system in my office. Currently, there is 3.6.2 running on this machine. Tried to compile 3.8.0 and found everything going smooth (except some libraries left out, but only such I thought I wouldn't use anyway). Then make uninstall 3.6.2 and make install 3.8.0. Everything seemed going ok. But then, there is one program which needs Cairo. It's running without GUI started by cron, and suddenly it said "library gb.cairo not found". So I tried to get back by make uninstall 3.8.0 and make install 3.6.2, but now it claimed "library gp.net.pop3 not found". I loaded the project into the 3.6.2 IDE and made a compile - now it's running again, and I wondered the binary came out twice as big as the old one. Anyway... it's running at least. Can you make out from this story what was going wrong? If I want to use 3.8.x instead of 3.6.2, what should I take care of? Thanks for any insight. Rolf -- Monitor Your Dynamic Infrastructure at Any Scale With Datadog! Get real-time metrics from all of your servers, apps and tools in one place. SourceForge users - Click here to start your Free Trial of Datadog now! http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140 ___ Gambas-user mailing list Gambas-user@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gambas-user