> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Dennis Schridde
> Sent: Saturday, May 12, 2007 6:42 PM
> To: Development list
> Subject: Re: [Warzone-dev] Event based mainloop
>
> Am Sonntag, 13. Mai 2007 schrieb [EMAIL PROTECTED]:
> > On Sat, 12 May 2007 18:00:55 -0400 Dennis Schridde
> >
> > <[EMAIL PROTECTED]> wrote:
> > >Surprise, surprise...
> > >Here comes the final patch for the event based mainloop.
> > >Campaign seems a bit broken...
> > >Please leave your comments.
> >
> > What broken in campaign mode after this patch?
> I wasn't able to start the campaign. Might already be fixed.
> I didn't try after r1264.
>

Failed assertion, Alpha Campaign, Mission 4, when a loaded transport flies
off mapp fot he first time.

BOOL scrSetRetreatForce(void)
{
        SDWORD  player, level, numDroids;
        DROID   *psCurr;

        if (!stackPopParams(2, VAL_INT, &player, VAL_INT, &level))
        {
                return FALSE;
        }

        if (player >= MAX_PLAYERS)
        {
                ASSERT( FALSE, "scrSetRetreatForce: player out of range" );
                return FALSE;
        }

-               psCurr  0xcccccccc {type=??? id=??? x=??? ...}  _droid *
                type    CXX0030: Error: expression cannot be evaluated
                id      CXX0030: Error: expression cannot be evaluated
                x       CXX0030: Error: expression cannot be evaluated
                y       CXX0030: Error: expression cannot be evaluated
                z       CXX0030: Error: expression cannot be evaluated
                direction       CXX0030: Error: expression cannot be
evaluated
                pitch   CXX0030: Error: expression cannot be evaluated
                roll    CXX0030: Error: expression cannot be evaluated
                psNext  CXX0030: Error: expression cannot be evaluated
+               sDisplay        {imd=??? frameNumber=??? screenX=??? ...}
_screen_disp_data
                player  CXX0030: Error: expression cannot be evaluated
                group   CXX0030: Error: expression cannot be evaluated
                selected        CXX0030: Error: expression cannot be
evaluated
                cluster CXX0030: Error: expression cannot be evaluated
+               visible 0xcccccd00 <Bad Ptr>    unsigned char [8]
                died    CXX0030: Error: expression cannot be evaluated
                lastEmission    CXX0030: Error: expression cannot be
evaluated
                inFire  CXX0030: Error: expression cannot be evaluated
                burnStart       CXX0030: Error: expression cannot be
evaluated
                burnDamage      CXX0030: Error: expression cannot be
evaluated
+               aName   0xcccccd1c <Bad Ptr>    char [60]
                droidType       CXX0030: Error: expression cannot be
evaluated
+               asBits  0xcccccd5c {nStat=??? } _component [8]
                weight  CXX0030: Error: expression cannot be evaluated
                baseSpeed       CXX0030: Error: expression cannot be
evaluated
                sensorRange     CXX0030: Error: expression cannot be
evaluated
                sensorPower     CXX0030: Error: expression cannot be
evaluated
                ECMMod  CXX0030: Error: expression cannot be evaluated
                originalBody    CXX0030: Error: expression cannot be
evaluated
                body    CXX0030: Error: expression cannot be evaluated
+               armour  0xcccccd80      unsigned int [6][2]
                numKills        CXX0030: Error: expression cannot be
evaluated
+               turretRotation  0xcccccdb2 <Bad Ptr>    unsigned short [3]
+               turretPitch     0xcccccdb8 <Bad Ptr>    unsigned short [3]
                NameVersion     CXX0030: Error: expression cannot be
evaluated
                currRayAng      CXX0030: Error: expression cannot be
evaluated
                resistance      CXX0030: Error: expression cannot be
evaluated
                numWeaps        CXX0030: Error: expression cannot be
evaluated
+               asWeaps 0xcccccdc8 {nStat=??? hitPoints=??? ammo=??? ...}
_weapon [3]
                psGroup CXX0017: Error: symbol "" not found
                psGrpNext       CXX0030: Error: expression cannot be
evaluated
                psBaseStruct    CXX0017: Error: symbol "" not found
                listSize        CXX0030: Error: expression cannot be
evaluated
+               asOrderList     0xccccce14 {order=??? psOrderTarget=???
x=??? ...}      _order_list [10]
                order   CXX0030: Error: expression cannot be evaluated
                orderX  CXX0030: Error: expression cannot be evaluated
                orderY  CXX0030: Error: expression cannot be evaluated
                orderX2 CXX0030: Error: expression cannot be evaluated
                orderY2 CXX0030: Error: expression cannot be evaluated
                lastHitWeapon   CXX0030: Error: expression cannot be
evaluated
                timeLastHit     CXX0030: Error: expression cannot be
evaluated
                bTargetted      CXX0030: Error: expression cannot be
evaluated



_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to