Re: [Gambas-user] gb3: Format$

2011-06-25 Thread Kevin Fishburne
value. Somehow the Format$ line continues to have an effect on the subsequent lines. I hope I'm really not so stupid that I'm missing something obvious. I'm not even drinking right now! -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770

Re: [Gambas-user] stop

2011-06-25 Thread Kevin Fishburne
On 06/25/2011 07:04 PM, francesc...@gmail.com wrote: Stop In the name of love... Before you break my heart. Think it o-over. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3: Format$

2011-06-25 Thread Kevin Fishburne
the Format$ lines affects the other lines. A function should just return/print a value and not affect subsequent lines. The fact that the variable t isn't affected but CDate(t) is, is an extra layer of strangeness. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa

Re: [Gambas-user] gb3: date/time reporting odd fractional value

2011-06-23 Thread Kevin Fishburne
reading about GMT on Wikipedia now... How would one interpret the returned values with respect to GMT? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3: date/time reporting odd fractional value

2011-06-23 Thread Kevin Fishburne
On 06/23/2011 03:54 AM, John Spikowski wrote: On Thu, 2011-06-23 at 03:16 -0400, Kevin Fishburne wrote: I'm reading about GMT on Wikipedia now... How would one interpret the returned values with respect to GMT? There are 25 integer World Time Zones from -12 through 0 (GMT) to +12. Each one

Re: [Gambas-user] arithmetic operations on dates and times

2011-06-20 Thread Kevin Fishburne
On 06/08/2011 10:27 PM, Kevin Fishburne wrote: Alright, I wouldn't bother the list but this is blowing my mind a little bit. The date and time in the game world should start at an arbitrary point and be modified by the system clock on the server and a scale value ((timebase + timeserver

[Gambas-user] gb3 SDL functionality

2011-06-20 Thread Kevin Fishburne
Is there documentation for the gb3 SDL component? I'm looking for the Fill method but can't find it. For now I'll blit to an image and then blit that to the SDL window surface but it'd be nice to blit it directly. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa

[Gambas-user] gb3 on Nintendo Wii

2011-06-19 Thread Kevin Fishburne
that by using an actual dev kit for the Wii. Two different issues, of course, but right now I'm just wondering if anyone knows if this is possible. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] Reading the microphone? Playing audio from a socket? VOIP.

2011-06-17 Thread Kevin Fishburne
packets max out at 64KB if you plan to transmit the audio that way. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- EditLive Enterprise

Re: [Gambas-user] A step forward in Gambas!

2011-06-16 Thread Kevin Fishburne
prefer an Android version myself. ;) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- EditLive Enterprise is the world's most technically advanced

Re: [Gambas-user] gb3: sending variable of date datatype over UDP

2011-06-08 Thread Kevin Fishburne
the date sent to the client, just the time for day/night cycles. The client can use that time value plus Timer to determine the current server time. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

[Gambas-user] arithmetic operations on dates and times

2011-06-08 Thread Kevin Fishburne
solutions would bring light and dark to the world. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- EditLive Enterprise is the world's most

[Gambas-user] gb3: sending variable of date datatype over UDP

2011-06-06 Thread Kevin Fishburne
why this is? I need the clients to know what time it is on the server so they can render day/night cycles appropriately. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] Unable to split string containing ascii characters

2011-06-05 Thread Kevin Fishburne
the server as a string? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Simplify data backup and recovery for your virtual environment with vRanger

Re: [Gambas-user] odd gb3 issue

2011-06-03 Thread Kevin Fishburne
On 06/01/2011 02:06 AM, Kevin Fishburne wrote: On 05/30/2011 03:31 PM, Benoît Minisini wrote: Any reason a compiled app would behave differently than an app run in the IDE? My app stalls half-way through receiving network packets from the server when compiled, but when both are running

Re: [Gambas-user] odd gb3 issue

2011-06-01 Thread Kevin Fishburne
...like they disappeared. I thought it might be a hardware problem, so I tried it with different combinations of bare metal and VMs. I even upgraded my kernel and used more recent NIC firmware. No effect at all, so I don't think it's hardware or my code. Anyone have any insight? -- Kevin

[Gambas-user] odd gb3 issue

2011-05-29 Thread Kevin Fishburne
build 3866. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- vRanger cuts backup time in half-while increasing security. With the market-leading

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-23 Thread Kevin Fishburne
it). As a refresher I'm basically trying to sort an array by one of its elements, much like sorting a spreadsheet. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-23 Thread Kevin Fishburne
On 05/23/2011 10:01 PM, Kevin Fishburne wrote: On 05/09/2011 09:59 PM, Benoît Minisini wrote: Think of it like a spreadsheet instead of an array. I need each row sorted by the value in a column. The two column values are ObjectNumber and ObjectY and the row represents the array index

[Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
bound to local coordinates and ignore player orientation. Digging, shooting arrows, throwing objects, etc. can't work without it. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
On 05/24/2011 12:16 AM, Bruce Bruen wrote: On 24/05/11 13:14, Kevin Fishburne wrote: I was already helped graciously in figuring out how to translate a point in a plane along its local axes at a given orientation, but now need a bit of the inverse of the equation. I need to know the (x, y

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
On 05/24/2011 12:34 AM, wally wrote: On Tuesday, May 24, 2011 05:44:14 Kevin Fishburne wrote: I was already helped graciously in figuring out how to translate a point in a plane along its local axes at a given orientation, but now need a bit of the inverse of the equation. I need to know

Re: [Gambas-user] more trigonometry fun (not)

2011-05-23 Thread Kevin Fishburne
On 05/24/2011 12:57 AM, Bruce Bruen wrote: On 24/05/11 14:08, Kevin Fishburne wrote: On 05/24/2011 12:16 AM, Bruce Bruen wrote: On 24/05/11 13:14, Kevin Fishburne wrote: I was already helped graciously in figuring out how to translate a point in a plane along its local axes at a given

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-09 Thread Kevin Fishburne
a procedure. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Achieve unprecedented app performance and reliability What every C/C++ and Fortran

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-05 Thread Kevin Fishburne
That's my project in gb3 under Ubuntu 10.10. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- WhatsUp Gold - Download Free Network Management

[Gambas-user] gb3: sorting an array-like structure

2011-05-04 Thread Kevin Fishburne
Is it possible to sort an array (and/or something structurally similar to an array) by the values of a single dimension? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-04 Thread Kevin Fishburne
On 05/05/2011 01:19 AM, nando wrote: Technically, anything is possible Give an example of your data to sort perhaps? If I have an array of two dimensions [1000, 10] how would I sort it by the second element of the second dimension for example? -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] gb3: sorting an array-like structure

2011-05-04 Thread Kevin Fishburne
manually? -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive

[Gambas-user] gb3: recent changes to PaintImage and DrawImage

2011-04-30 Thread Kevin Fishburne
. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- WhatsUp Gold - Download Free Network Management Software The most intuitive, comprehensive

Re: [Gambas-user] gb3: recent changes to PaintImage and DrawImage

2011-04-30 Thread Kevin Fishburne
On 04/30/2011 09:05 PM, Benoît Minisini wrote: I fixed Image.PaintImage() in gb.image.imlib, so your code should work again. Now let's try to fix gb.image... Compiling now on a quad-core 3.5 GHz CPU overclocked to 4.1 GHz. Muwahaha! Will report results shortly. -- Kevin Fishburne Eight

Re: [Gambas-user] gb3: recent changes to PaintImage and DrawImage

2011-04-30 Thread Kevin Fishburne
On 04/30/2011 09:19 PM, Kevin Fishburne wrote: On 04/30/2011 09:05 PM, Benoît Minisini wrote: I fixed Image.PaintImage() in gb.image.imlib, so your code should work again. Now let's try to fix gb.image... Compiling now on a quad-core 3.5 GHz CPU overclocked to 4.1 GHz. Muwahaha

Re: [Gambas-user] gb3: recent changes to PaintImage and DrawImage

2011-04-30 Thread Kevin Fishburne
On 04/30/2011 09:55 PM, Benoît Minisini wrote: On 04/30/2011 09:19 PM, Kevin Fishburne wrote: Something like: If TargetWidth = SourceWidth And TargetHeight = SourceHeight Then Do_Not_Use_Scaling_Blit_Algorithm Else Use_Scaling_Blit_Algorithm EndIf But in C. :) Some day I'm going

Re: [Gambas-user] gb3: recent changes to PaintImage and DrawImage

2011-04-30 Thread Kevin Fishburne
a 2D bitmap efficiently in hardware. Even the SNES could do that. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- WhatsUp Gold - Download Free

Re: [Gambas-user] gb3: recent changes to PaintImage and DrawImage

2011-04-30 Thread Kevin Fishburne
solid info that you or I. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- WhatsUp Gold - Download Free Network Management Software The most

Re: [Gambas-user] Issue 62 in gambas: No way to rename project

2011-04-29 Thread Kevin Fishburne
have to be taken seriously, but it could be an idea board for what people who are using it need. Avoiding bloat as always would remain the same. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] How to disable the minimize button on window

2011-04-25 Thread Kevin Fishburne
and maximize buttons. You can also change it to False in code in the Form_Open procedure by adding Me.Utility = False to the procedure. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] Gambas 3 working on Ubuntu Natty with Unity interface

2011-04-23 Thread Kevin Fishburne
are utterly horrible. So horrible, in fact, that I think the combination is going to spell very bad things for Linux users everywhere. Unless they allow both to be as configurable as GNOME 2 (or someone forks GNOME 3), I think we're in some seriously deep shit. -- Kevin Fishburne Eight Virtues www

Re: [Gambas-user] using a file system database

2011-04-18 Thread Kevin Fishburne
On 04/18/2011 04:32 AM, Doriano Blengino wrote: Kevin Fishburne ha scritto: On 04/15/2011 03:56 AM, Doriano Blengino wrote: Kevin Fishburne ha scritto: I'm in the early phases of creating a database that uses the file system for data organization rather than a traditional software database

Re: [Gambas-user] using a file system database

2011-04-17 Thread Kevin Fishburne
On 04/15/2011 03:50 AM, Rolf-Werner Eilert wrote: Am 15.04.2011 09:22, schrieb Kevin Fishburne: I'm in the early phases of creating a database that uses the file system for data organization rather than a traditional software database such as MySQL, etc. I'm hoping that this could be faster

Re: [Gambas-user] using a file system database

2011-04-17 Thread Kevin Fishburne
On 04/15/2011 03:56 AM, Doriano Blengino wrote: Kevin Fishburne ha scritto: I'm in the early phases of creating a database that uses the file system for data organization rather than a traditional software database such as MySQL, etc. I'm hoping that this could be faster since my requirements

Re: [Gambas-user] using a file system database

2011-04-17 Thread Kevin Fishburne
. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use

[Gambas-user] using a file system database

2011-04-15 Thread Kevin Fishburne
alternate file systems, and databases to know what the best solution would be for this type of problem? Any insights into the most efficient way to create hierarchies of directories and files would be appreciated as well. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa

Re: [Gambas-user] an Is this possible question about images

2011-04-14 Thread Kevin Fishburne
the fisheye effect: http://en.wikipedia.org/wiki/Fisheye_lens The formulas are near the bottom, but I don't know if they're really helpful. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] Gambasdoc.org hosting (wiki)

2011-04-11 Thread Kevin Fishburne
datacenter, but I thought I should put it on the table for consideration. Let me know, as I can put together a VM and proper port forwarding as soon as tonight if Benoît wants to start playing with it. Also, thanks Rob for hosting the site for so long. Much appreciated! -- Kevin Fishburne Eight

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-09 Thread Kevin Fishburne
On 04/08/2011 04:49 PM, Benoît Minisini wrote: Kevin Fishburne wrote: Ahh, I understand a little better. I don't know much about endianness, so please excuse my ignorance here. ... While it would be slow, I could just write functions for flipping the byte order of characters in a string

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-09 Thread Kevin Fishburne
problem then it's no better than a string. The trick with string + memory stream should work for you In the file cabinet. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] image rotate

2011-04-09 Thread Kevin Fishburne
rotating a PictureBox is flawed (yours or gb's). I use something like: rotatedimage = nonrotatedimage.Rotate(Rad(angle_in_degrees)) You're trying to deal with a PictureBox directly, but that's outside my expertise. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-08 Thread Kevin Fishburne
On 04/08/2011 02:32 AM, Doriano Blengino wrote: Kevin Fishburne ha scritto: Ahh, I understand a little better. I don't know much about endianness, so please excuse my ignorance here. When reading socket data into a string how is the data affected exactly? I can think of a few possibilities

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-07 Thread Kevin Fishburne
On 04/07/2011 05:05 AM, Benoît Minisini wrote: On 04/05/2011 03:34 AM, Benoît Minisini wrote: On 04/05/2011 01:39 AM, Kevin Fishburne wrote: Alright, I've transformed all the networking code to the suggested solution, and it's so close to working I can smell it. While there is more code now

Re: [Gambas-user] Source code - where's the download link gone

2011-04-07 Thread Kevin Fishburne
Pixbuf library (development files) The Gdk Pixbuf library provides: - Image loading and saving facilities. - Fast scaling and compositing of pixbufs. - Simple animation loading (ie. animated GIFs) Could be used by gb.image or maybe the image-related form controls. -- Kevin Fishburne Eight

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-07 Thread Kevin Fishburne
udp.Send ' Receive the transaction. id = Read #udp As Byte type = Read #udp As Byte If Eof(udp) = False Then data = Read #udp, Lof(udp) ' Process the transaction worldx = Single@(Mid$(data, 1, 4)) worldy = Single@(Mid$(data, 5, 4)) -- Kevin Fishburne Eight Virtues www

Re: [Gambas-user] New Gambas website design

2011-04-06 Thread Kevin Fishburne
to http://gambas.sourceforge.net http://gambas.sourceforge.net/. This may simply be a Chrome or SourceForge issue, but I've never seen it happen with a different site. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-06 Thread Kevin Fishburne
On 04/05/2011 03:34 AM, Benoît Minisini wrote: On 04/05/2011 01:39 AM, Kevin Fishburne wrote: Alright, I've transformed all the networking code to the suggested solution, and it's so close to working I can smell it. While there is more code now, I like it better as it's easier to read

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-05 Thread Kevin Fishburne
On 04/05/2011 01:39 AM, Kevin Fishburne wrote: Alright, I've transformed all the networking code to the suggested solution, and it's so close to working I can smell it. While there is more code now, I like it better as it's easier to read (important!). Some code: Dim id As Byte Dim

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-05 Thread Kevin Fishburne
: WRITE #Stream, String, Length http://www.youtube.com/watch?v=cJPa8dGBxfM I'll get back to you in the morning if it's still not working. Damn... -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-05 Thread Kevin Fishburne
On 04/05/2011 03:54 AM, Kevin Fishburne wrote: http://www.youtube.com/watch?v=cJPa8dGBxfM I'll get back to you in the morning if it's still not working. Damn.. Works. Thank you. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-04 Thread Kevin Fishburne
in Gambas 3. Look at the documentation! I've been using gb3 for a while now and look at the docs often. :) I'll compile the latest revision of gb today and test out the new stuff. Good luck with gb3, I have a feeling it's coming very soon. -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] New Gambas website design

2011-04-04 Thread Kevin Fishburne
. What's worse is that Chrome remembers that zoom setting so it happens every time I go to the GAMBAS web site now and I can't undo it. Firefox does not have this problem. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-04 Thread Kevin Fishburne
On 04/04/2011 02:44 PM, Kevin Fishburne wrote: On 04/04/2011 04:20 AM, Benoît Minisini wrote: You should better decode the packet directly with READ instructions. I would except the incoming transactions aren't processed immediately. They are stored in sequence by ID in a transaction queue

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-03 Thread Kevin Fishburne
the values back and forth, though I'll be looking at memcpy too. Kevin, another Gambas 3 RC1 release killer. ;-) Haha, sorry. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-03 Thread Kevin Fishburne
didn't know about. Time to see what else useful is out there in C-land. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Create and publish

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-03 Thread Kevin Fishburne
array that can store any transaction type by saving the payload as a string and decoding it later with the *@() functions. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] Just some questions to Kevin Fishburne

2011-04-02 Thread Kevin Fishburne
and the image-to-image Draw method (image1.Draw[image2,...]). Those things can wait, as I'm looking at finishing the game at least a year from now...no hurry. Hope that answers your questions. Now I have to go back to beating my head against the wall. ;) -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-02 Thread Kevin Fishburne
Singles to/from a string then my problems are all solved. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Create and publish websites

Re: [Gambas-user] About syntax highlighting and copy/paste to OpenOffice

2011-04-01 Thread Kevin Fishburne
an extravagant feature that would just be for fun, it would be cool for code examples in web sites. It should perhaps be placed on low priority, like when all other bugs are fixed. Use the existing theme, save to known format like html. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-04-01 Thread Kevin Fishburne
, structures (as in buildings), etc. will make a fun game. It is like Nethack, though some things will be built-in like the ability for two or more players to sign a written, publicly posted document, and agree to enforce it. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa

Re: [Gambas-user] How can I print my Gambas program code?

2011-03-31 Thread Kevin Fishburne
trying to do the impossible is that if I just keep trying, no matter how futile it seems, eventually I get it right. Implementing the diamond square algorithm last year was also hugely difficult for me, but months of frustration finally lead to success. -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] how to flush a process stream

2011-03-31 Thread Kevin Fishburne
| | | |R.I.P. | | | |___(@)(@)| /`(@)(@)(@)```\ ` `(@)(@) ` ` ` ` \__/ ` ` ` ` ` ` ` ` ` ` ` ` ` -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

[Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Kevin Fishburne
structures) to accommodate this. Not so good when any particular structure could be up to 198 KB + header. Any ideas are appreciated, as this is starting to make me postal! :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Kevin Fishburne
up screwed, but will give it a few more days to see if I can come up with a suitable hack. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3 RC1: using structures to replace the loss of Mk$ functions

2011-03-31 Thread Kevin Fishburne
On 04/01/2011 01:15 AM, Bruce Bruen wrote: On Friday, April 01, 2011 01:17:50 PM Kevin Fishburne wrote: I'm finding that the task of replacing the Mk$ functions with structures for UDP packet client/server transactions is a massive undertaking. So far it's affecting every part of my project

Re: [Gambas-user] the math behind full screen rotation

2011-03-30 Thread Kevin Fishburne
On 03/30/2011 02:53 AM, Doriano Blengino wrote: Kevin Fishburne ha scritto: In a half-drunken stupor I managed to correct the issue by trial and error. Hell of a miracle. Here's the abbreviated working code: I think it is more dangerous to not understand why some code works, instead

Re: [Gambas-user] how to flush a process stream

2011-03-29 Thread Kevin Fishburne
On 03/29/2011 06:13 PM, Laurent Carlier wrote: Le mardi 29 mars 2011 04:33:21, Kevin Fishburne a écrit : I'm reading input from a gamepad by using code such as: pad_device = Exec [cat, /dev/input/js0] For Read As Gamepad Public Sub Gamepad_READ() ' Process the gamepad input. End

Re: [Gambas-user] the math behind full screen rotation

2011-03-28 Thread Kevin Fishburne
On 03/27/2011 03:22 PM, Kevin Fishburne wrote: On 03/26/2011 03:49 AM, Doriano Blengino wrote: Il 26/03/2011 04:08, Kevin Fishburne ha scritto: On 03/24/2011 12:05 AM, John Spikowski wrote: On Wed, 2011-03-23 at 23:03 -0400, Kevin Fishburne wrote: That will probably work, but there should

[Gambas-user] how to flush a process stream

2011-03-28 Thread Kevin Fishburne
rate of the application. How can I clear the events queued by the Gamepad stream? Also, how can I continuously read events from the stream until it is empty? I might want to clear it like that so I can ignore some events and process others. Thanks! -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] the math behind full screen rotation

2011-03-27 Thread Kevin Fishburne
On 03/26/2011 03:49 AM, Doriano Blengino wrote: Il 26/03/2011 04:08, Kevin Fishburne ha scritto: On 03/24/2011 12:05 AM, John Spikowski wrote: On Wed, 2011-03-23 at 23:03 -0400, Kevin Fishburne wrote: That will probably work, but there should be a mathematical way to compensate

Re: [Gambas-user] the math behind full screen rotation

2011-03-25 Thread Kevin Fishburne
On 03/24/2011 12:05 AM, John Spikowski wrote: On Wed, 2011-03-23 at 23:03 -0400, Kevin Fishburne wrote: That will probably work, but there should be a mathematical way to compensate for not cropping the image twice, or even once. As long as the entire image is preserved by the rotation

Re: [Gambas-user] the math behind full screen rotation

2011-03-23 Thread Kevin Fishburne
as they were in the non-rotated image. For the sake of efficiency that is what I'm trying to accomplish. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] Removal of gb.db.firebird

2011-03-18 Thread Kevin Fishburne
to the maintainers? I have no personal stake in this; I didn't know what it was until a couple of minutes ago, but it seems a shame if their variation on the license makes it incompatible. Their license may affect them adversely in the future if they don't change it. -- Kevin Fishburne Eight Virtues www

Re: [Gambas-user] Removal of gb.db.firebird

2011-03-18 Thread Kevin Fishburne
: - removal of Firebird component from GAMBAS 3 - From Kevin Fishburne, email kevinfishbu...@eightvirtues.com Ph: 770-853-6271 Benoît Minisini just announced on the GAMBAS users mailing list that he will be removing

Re: [Gambas-user] Removal of gb.db.firebird

2011-03-18 Thread Kevin Fishburne
On 03/18/2011 10:43 PM, Kevin Fishburne wrote: On 03/18/2011 10:30 PM, Benoît Minisini wrote: On 03/18/2011 10:15 PM, Benoît Minisini wrote: Hi, I'm sorry that I had to remove the gb.db.firebird component in Gambas 3, because the license of some its source files is not actually compatible

Re: [Gambas-user] Removal of gb.db.firebird

2011-03-18 Thread Kevin Fishburne
the strength of its convictions. :) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Colocation vs. Managed Hosting A question and answer guide

Re: [Gambas-user] gb3 (rev. 3641) and SDL surfaces

2011-03-16 Thread Kevin Fishburne
is pretty easy once you know it. In my case it would push the frame rate from 3-4 FPS to well over 20 (at least), which would be amazing. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] translating planar coordinates relative to point's angle

2011-03-15 Thread Kevin Fishburne
degrees) and once for Interface.stick_lefty (not offset)? Wonder if that will produce the dreaded straferunning... -- Kevin Fishburne Eight Virtues www: [4]http://sales.eightvirtues.com e-mail: [5]sa...@eightvirtues.com phone: (770) 853-6271 References 1. http://en.wikipedia.org/wiki

[Gambas-user] translating planar coordinates relative to point's angle

2011-03-14 Thread Kevin Fishburne
adjusted by xvel and yvel relative to a? I've looked through a bunch of vector math tutorials but they are very broad and difficult for me to understand. I'm good at many things, but this isn't one of them. Any help will be greatly appreciated. -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] gb3 (rev. 3641) and SDL surfaces

2011-03-14 Thread Kevin Fishburne
, right?). -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Colocation vs. Managed Hosting A question and answer guide to determining the best fit

Re: [Gambas-user] translating planar coordinates relative to point's angle

2011-03-14 Thread Kevin Fishburne
push the left stick determines the speed with which you move. Combining the two sticks should allow things like circle-strafing. Based on what you said I'm guessing I should be using the second method, or is there something deeper I need to know? -- Kevin Fishburne Eight Virtues www: http

[Gambas-user] gb3 (rev. 3641) and SDL surfaces

2011-03-09 Thread Kevin Fishburne
the framerate to 21 fps at 1280x720. The framerate is only going to get worse from here, as I'm just getting started. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

[Gambas-user] gb3+sdl: Screen object not created and screen events don't trigger

2011-03-05 Thread Kevin Fishburne
or something. :/ Obviously I'm doing something wrong but an hour of experimentation so far has yielded no results. I'm using gb3 revision 3608. As I mentioned BeastScroll works, so I think it's probably not a gb3 bug. Any advice appreciated! -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] gb3+sdl: Screen object not created and screen events don't trigger

2011-03-05 Thread Kevin Fishburne
On 03/05/2011 10:36 PM, Kevin Fishburne wrote: I have a module, Render, with the following: ... The procedure Screen_Draw should be triggered as an event automatically, yet it is not. When manually calling it I get a No device error when it tries to write to the screen via Draw.Image

Re: [Gambas-user] Missing libraries for some examples

2011-03-02 Thread Kevin Fishburne
using jockey-gtk or the Kubuntu equivalent. Most ATI and NVIDIA cards should be supported and allow OpenGL. -- Kevin Fishburne Eight Virtues www: [3]http://sales.eightvirtues.com e-mail: [4]sa...@eightvirtues.com phone: (770) 853-6271 References 1. http://gambas.sourceforge.net/en/main.html 2

Re: [Gambas-user] Issue 33 in gambas: Wait does not allow Form_Close event to trigger in Qt

2011-02-12 Thread Kevin Fishburne
. I'll give it a try, thanks. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio

[Gambas-user] gb3: bug using Draw and DrawAlpha with imlib component

2011-02-05 Thread Kevin Fishburne
, then step-execute the last line the DrawAlpha statement actually works...no error message at all. It's almost like just bringing up the property window modifies image1 such that DrawAlpha under imlib is made happy and doesn't throw the error. -- Kevin Fishburne Eight Virtues www: http

Re: [Gambas-user] Circular references

2011-02-04 Thread Kevin Fishburne
On 02/04/2011 08:56 AM, Jussi Lahtinen wrote: I cannot open your project, tar ball seems to be corrupted. The attachment extracted for me under Ubuntu 10.10. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

Re: [Gambas-user] gb3: Draw method with same source and destination image

2011-02-04 Thread Kevin Fishburne
to understand why it's saying that, as I want my 8.5x framerate boost. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- The modern datacenter

Re: [Gambas-user] gb3: Draw method with same source and destination image

2011-02-02 Thread Kevin Fishburne
On 02/02/2011 02:11 PM, Kevin Fishburne wrote: I have an image, blandscape, that is 1408 x 1408 pixels. This code works: blandscape.Draw(blandscape, 0, -128) This code produces odd results (attached): blandscape.Draw(blandscape, 0, 128) I'm trying to shift the image in any of eight

Re: [Gambas-user] gb3: Draw method with same source and destination image

2011-02-02 Thread Kevin Fishburne
with frame rates. ;) -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271 -- Special Offer-- Download ArcSight Logger for FREE (a $49 USD value

Re: [Gambas-user] gb3: incorrect result from equation using singles

2011-01-30 Thread Kevin Fishburne
by passing the -r to the subversion command, where is the revision number. Cool, thanks for the tip. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e-mail: sa...@eightvirtues.com phone: (770) 853-6271

[Gambas-user] gb3: incorrect result from equation using singles

2011-01-25 Thread Kevin Fishburne
I lost my mind, or is something seriously wrong here? Also, Benoît, have the MkXXX$() functions been taken out of gb3 yet? I want to compile the latest revision but haven't converted my networking code to use structures yet. -- Kevin Fishburne Eight Virtues www: http://sales.eightvirtues.com e

Re: [Gambas-user] MkXXX$() functions

2011-01-16 Thread Kevin Fishburne
in the structure is always a byte, can only that byte be read before dumping the entire thing back into a structure? And yes, I had my first Slashdot article posted yesterday. Ken at Ultima Aiera said he got a record for hits to his site because of it...nice. -- Kevin Fishburne Eight Virtues www

<    1   2   3   4   5   >