Re: [Warzone-dev] Current problems

2007-02-14 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 4:37 AM Subject: Re: [Warzone-dev] Current problems I didn't make this particular change. I did, however, get savegame saving and loading to work

Re: [Warzone-dev] Current problems

2007-02-14 Thread Ari Johnson
On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 4:37 AM Subject: Re: [Warzone-dev] Current problems I didn't make this particular change. I did, however

Re: [Warzone-dev] Current problems

2007-02-14 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 5:49 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson

Re: [Warzone-dev] Current problems

2007-02-14 Thread Ari Johnson
On 2/14/07, Troman [EMAIL PROTECTED] wrote: The question is how the strings are stored - do we malloc up space for them when we read in the file? When save games are loaded? I think loaded strings should be just copied into the space allocated for string variables (union's .sval pointer).

Re: [Warzone-dev] Current problems

2007-02-14 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 10:18 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote: The question is how the strings are stored - do we

Re: [Warzone-dev] Current problems

2007-02-14 Thread Ari Johnson
On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 10:18 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-02-14 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 10:43 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson

Re: [Warzone-dev] Current problems

2007-02-14 Thread Ari Johnson
On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 10:43 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-02-14 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 11:20 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson

Re: [Warzone-dev] Current problems

2007-02-14 Thread Ari Johnson
On 2/14/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Wednesday, February 14, 2007 11:20 PM Subject: Re: [Warzone-dev] Current problems On 2/14/07, Troman [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-02-13 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Sunday, February 11, 2007 11:33 PM Subject: Re: [Warzone-dev] Current problems Not sure I understood it. You said loading on mac worked before some revision. Have you endianized

Re: [Warzone-dev] Current problems

2007-02-13 Thread Ari Johnson
On 2/13/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Sunday, February 11, 2007 11:33 PM Subject: Re: [Warzone-dev] Current problems Not sure I understood it. You said loading on mac worked

Re: [Warzone-dev] Current problems

2007-02-13 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Tuesday, February 13, 2007 8:45 PM Subject: Re: [Warzone-dev] Current problems On 2/13/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL

Re: [Warzone-dev] Current problems

2007-02-13 Thread Ari Johnson
On 2/13/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Tuesday, February 13, 2007 8:45 PM Subject: Re: [Warzone-dev] Current problems On 2/13/07, Troman [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-02-13 Thread Ari Johnson
On 2/14/07, The Watermelon [EMAIL PROTECTED] wrote: evntsave.c:455 Should ival be SDWORD or is UDWORD enough? 455:no it's not enough,the ival(integer) can be negative or return a negative number in script functions It's stored as a UDWORD at present, is why I asked. It looks like a few

Re: [Warzone-dev] Current problems

2007-02-11 Thread Ari Johnson
On 2/11/07, Troman [EMAIL PROTECTED] wrote: Back to this loading topic. I wasn't reading all mailinglist messages lately, but from reading old messages looks like this is still not resolved. Anyhow, I fixed the crash in saving the game. Loading the game resulted in a different crash, which

Re: [Warzone-dev] Current problems

2007-02-11 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Sunday, February 11, 2007 8:17 PM Subject: Re: [Warzone-dev] Current problems On 2/11/07, Troman [EMAIL PROTECTED] wrote: Back to this loading topic. I wasn't reading all

Re: [Warzone-dev] Current problems

2007-02-11 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Sunday, February 11, 2007 10:12 PM Subject: Re: [Warzone-dev] Current problems On 2/11/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL

Re: [Warzone-dev] Current problems

2007-02-11 Thread Ari Johnson
On 2/11/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Sunday, February 11, 2007 10:12 PM Subject: Re: [Warzone-dev] Current problems On 2/11/07, Troman [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-02-08 Thread Ari Johnson
On 2/6/07, Dennis Schridde [EMAIL PROTECTED] wrote: Am Dienstag, 6. Februar 2007 schrieb Ari Johnson: On 1/29/07, Ari Johnson [EMAIL PROTECTED] wrote: 7. The following error occurs when loading a saved game, at least in campaign mode: error: eventSetContextVar: Variable type

Re: [Warzone-dev] Current problems

2007-02-08 Thread Ari Johnson
On 2/8/07, Dennis Schridde [EMAIL PROTECTED] wrote: Am Donnerstag, 8. Februar 2007 schrieb Ari Johnson: On 2/6/07, Dennis Schridde [EMAIL PROTECTED] wrote: Am Dienstag, 6. Februar 2007 schrieb Ari Johnson: On 1/29/07, Ari Johnson [EMAIL PROTECTED] wrote: 7. The following error occurs

Re: [Warzone-dev] Current problems

2007-02-08 Thread Giel van Schijndel
Dennis Schridde schreef: Am Donnerstag, 8. Februar 2007 schrieb Ari Johnson: On 2/6/07, Dennis Schridde [EMAIL PROTECTED] wrote: Am Dienstag, 6. Februar 2007 schrieb Ari Johnson: On 1/29/07, Ari Johnson [EMAIL PROTECTED] wrote: 7. The following error occurs when

Re: [Warzone-dev] Current problems

2007-02-05 Thread Ari Johnson
On 1/29/07, Ari Johnson [EMAIL PROTECTED] wrote: 7. The following error occurs when loading a saved game, at least in campaign mode: error: eventSetContextVar: Variable type mismatch (1/0) error: Assert in Warzone: event.c:779 : eventSetContextVar (FALSE), last script event:

Re: [Warzone-dev] Current problems

2007-01-29 Thread Giel van Schijndel
On Mon, 29 Jan 2007 08:40:28 -0500, Ari Johnson [EMAIL PROTECTED] wrote: I was wrong - this no longer comes up. However, I saved the game a few times and once this one came up: error: Returned savegame/test.gam Not sure what that means. From _runLoadSave(), if when returning TRUE

Re: [Warzone-dev] Current problems

2007-01-29 Thread Ari Johnson
On 1/29/07, Giel van Schijndel [EMAIL PROTECTED] wrote: On Mon, 29 Jan 2007 08:40:28 -0500, Ari Johnson [EMAIL PROTECTED] wrote: I was wrong - this no longer comes up. However, I saved the game a few times and once this one came up: error: Returned savegame/test.gam Not sure what that

Re: [Warzone-dev] Current problems

2007-01-28 Thread Ari Johnson
On 1/28/07, Christian Ohm [EMAIL PROTECTED] wrote: On Saturday, 27 January 2007 at 11:21, Ari Johnson wrote: Thanks. I can see that there are some other colors I need to work on. What I am having a hard time with is where exactly to do the color twiddling. Should I do it in the ivis code or

Re: [Warzone-dev] Current problems

2007-01-28 Thread Ari Johnson
On 1/29/07, Ari Johnson [EMAIL PROTECTED] wrote: Just a general recap... Of all the things that I've said were bugs in this thread, these are the only items that still seem to be problems for me: 4. This output comes up just in the first couple of stages of playing the campaign: warning:

Re: [Warzone-dev] Current problems

2007-01-27 Thread Ari Johnson
On 1/27/07, Dennis Schridde [EMAIL PROTECTED] wrote: Am Samstag, 27. Januar 2007 schrieb Ari Johnson: One thing that would help immensely right now would be to see the following screenshots taken on a PC (for my comparison and progress): 1. The part of the UI where you set up a new

Re: [Warzone-dev] Current problems

2007-01-27 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Saturday, January 27, 2007 4:27 AM Subject: Re: [Warzone-dev] Current problems On 1/26/07, Christian Ohm [EMAIL PROTECTED] wrote: On Friday, 26 January 2007 at 22:09, Ari Johnson

Re: [Warzone-dev] Current problems

2007-01-27 Thread Ari Johnson
On 1/27/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Saturday, January 27, 2007 4:27 AM Subject: Re: [Warzone-dev] Current problems On 1/26/07, Christian Ohm [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-01-27 Thread Troman
- Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Saturday, January 27, 2007 6:37 PM Subject: Re: [Warzone-dev] Current problems On 1/27/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL

Re: [Warzone-dev] Current problems

2007-01-27 Thread Ari Johnson
On 1/27/07, Troman [EMAIL PROTECTED] wrote: - Original Message - From: Ari Johnson [EMAIL PROTECTED] To: Development list warzone-dev@gna.org Sent: Saturday, January 27, 2007 6:37 PM Subject: Re: [Warzone-dev] Current problems On 1/27/07, Troman [EMAIL PROTECTED] wrote

Re: [Warzone-dev] Current problems

2007-01-26 Thread Christian Ohm
On Friday, 26 January 2007 at 19:20, Ari Johnson wrote: I don't have time to check the bug lists, but I'm just running these by everyone in case they are Mac-only problems. This is from the latest subversion: 1. When you drag a rectangle to select multiple units, it comes up as solid

Re: [Warzone-dev] Current problems

2007-01-26 Thread Dennis Schridde
Am Samstag, 27. Januar 2007 schrieb Ari Johnson: I don't have time to check the bug lists, but I'm just running these by everyone in case they are Mac-only problems. This is from the latest subversion: 1. When you drag a rectangle to select multiple units, it comes up as solid yellow with

Re: [Warzone-dev] Current problems

2007-01-26 Thread Christian Ohm
On Friday, 26 January 2007 at 22:47, Ari Johnson wrote: Here we go. Please look at these screenshots and tell me if any colors are off. I changed pie_DrawRect to endianize the color value before splitting it into individual bytes. That seems to have been much of my problem, including the

Re: [Warzone-dev] Current problems

2007-01-26 Thread The Watermelon
On 1/26/07, Ari Johnson [EMAIL PROTECTED] wrote: I don't have time to check the bug lists, but I'm just running these by everyone in case they are Mac-only problems. This is from the latest subversion: 1. When you drag a rectangle to select multiple units, it comes up as solid yellow with the

Re: [Warzone-dev] Current problems

2007-01-26 Thread The Watermelon
On 1/26/07, The Watermelon [EMAIL PROTECTED] wrote: On 1/26/07, Ari Johnson [EMAIL PROTECTED] wrote: I don't have time to check the bug lists, but I'm just running these by everyone in case they are Mac-only problems. This is from the latest subversion: 1. When you drag a rectangle to

Re: [Warzone-dev] Current problems compiling

2006-11-11 Thread Dennis Schridde
Am Dienstag, 7. November 2006 22:30 schrieb Dennis Schridde: Am Dienstag, 7. November 2006 21:08 schrieb Ari Johnson: On 11/7/06, Christian Ohm [EMAIL PROTECTED] wrote: On Tuesday, 7 November 2006 at 13:05, Ari Johnson wrote: With a fresh subversion checkout, you cannot compile Warzone