[Warzone-dev] [bug #9322] Segmentation fault

2007-06-12 Thread dpblnt
URL: Summary: Segmentation fault Project: Warzone Resurrection Project Submitted by: dpblnt Submitted on: Tuesday 06/12/2007 at 14:03 Category: None Severity: 3 - Normal

Re: [Warzone-dev] [Warzone-commits] r1489 - /trunk/src/structure.c

2007-06-12 Thread Ari Johnson
On 6/12/07, Per I. Mathisen <[EMAIL PROTECTED]> wrote: > Author: per > Date: Tue Jun 12 18:22:50 2007 > New Revision: 1489 > > URL: http://svn.gna.org/viewcvs/warzone?rev=1489&view=rev > Log: > Fix bug #9262 where the game would fail when loading savegames because I > expected that an oil derrick w

Re: [Warzone-dev] [Warzone-commits] r1489 - /trunk/src/structure.c

2007-06-12 Thread Per Inge Mathisen
On 6/12/07, Ari Johnson <[EMAIL PROTECTED]> wrote: > > Log: > > Fix bug #9262 where the game would fail when loading savegames because I > > expected that an oil derrick would always be placed on top of an oil > > feature. > > This is not the case when loading games, however. In this case, the oil

Re: [Warzone-dev] [Warzone-commits] r1489 - /trunk/src/structure.c

2007-06-12 Thread Ari Johnson
On 6/12/07, Per Inge Mathisen <[EMAIL PROTECTED]> wrote: > On 6/12/07, Ari Johnson <[EMAIL PROTECTED]> wrote: > > > Log: > > > Fix bug #9262 where the game would fail when loading savegames because I > > > expected that an oil derrick would always be placed on top of an oil > > > feature. > > > Th

[Warzone-dev] [bug #9323] droids don't get that "damaged" look anymore when shot upon

2007-06-12 Thread M. Bossert
URL: Summary: droids don't get that "damaged" look anymore when shot upon Project: Warzone Resurrection Project Submitted by: tomboy64 Submitted on: Dienstag 12.06.2007 um 22:10 Category: Engin

[Warzone-dev] Numerous errors

2007-06-12 Thread Jose Ivey
I'm experiencing numerous segfaults, crashes and asserts in the 1494 build on WinXP/MSVC svn debug/ skirmish T1, no mods. I've re-downloaded the src & lib dirs again to make sure everything is clean. Before I submit a bug report (with min dumps) I would like to know: Is anyone else is seeing these

Re: [Warzone-dev] Numerous errors

2007-06-12 Thread vs2k5
On Tue, 12 Jun 2007 21:17:15 -0400 Jose Ivey <[EMAIL PROTECTED]> wrote: >I'm experiencing numerous segfaults, crashes and asserts in the >1494 build >on WinXP/MSVC svn debug/ skirmish T1, no mods. I've re-downloaded >the src & >lib dirs again to make sure everything is clean. > >Before I submit

Re: [Warzone-dev] Memory design problems.

2007-06-12 Thread vs2k5
On Mon, 11 Jun 2007 16:45:58 -0400 Dennis Schridde <[EMAIL PROTECTED]> wrote: >Am Montag, 11. Juni 2007 schrieb [EMAIL PROTECTED]: >> I now trace back many problems now with warzone. It all >because >> of switch from MALLOC/FREE, and HEAP usage to malloc/free, as I >try >> to say before. >> >>

[Warzone-dev] Patch for tex.c

2007-06-12 Thread vs2k5
I no could tell where original function came from. It was add to tex.c from ??? It crash for me with free memory already free. So this fix it. Also, I find that lots physfs routines that use copy, use uninit variables, but no seem to be problem? Index: tex.c ==