D2X-W32 v1.0.10: Automap control improved

A forum just for you old time Descent and Descent2 players.
Post Reply
User avatar
Diedel
D2X Master
D2X Master
Posts: 5278
Joined: Thu Nov 05, 1998 12:01 pm
Contact:

D2X-W32 v1.0.10: Automap control improved

Post by Diedel »

Moved here.
Lehm
DBB Ace
DBB Ace
Posts: 121
Joined: Thu Nov 05, 1998 12:01 pm

Post by Lehm »

Diedel the door bug I was talking about, is now in your executable. Start a new game and play from level one, see if some of the doors won't open.
User avatar
Diedel
D2X Master
D2X Master
Posts: 5278
Joined: Thu Nov 05, 1998 12:01 pm
Contact:

Post by Diedel »

Ouch.
User avatar
Ferno
DBB Commie Anarchist Thug
DBB Commie Anarchist Thug
Posts: 15012
Joined: Fri Nov 20, 1998 3:01 am

Post by Ferno »

happens here too. I can't open any doors, nor enter any energy centers if they have the sparkle texture on the cube boundary.
Lehm
DBB Ace
DBB Ace
Posts: 121
Joined: Thu Nov 05, 1998 12:01 pm

Post by Lehm »

out of curiousity did you switch to .net or are you still using v6? I wonder if it's a .net thing.
User avatar
Diedel
D2X Master
D2X Master
Posts: 5278
Joined: Thu Nov 05, 1998 12:01 pm
Contact:

Post by Diedel »

It's a bug. I had replaced an index operation on the walls table by a pointer operation (i.e. instead of "for (i = Num_walls; i < MAX_WALLS; i++) Walls ..." I wrote for (i = Num_walls, pWall = Walls; i < MAX_WALLS; i++) *pWall...) }.

Errrrm. :oops:

pWall should have been initialized to Walls + Num_walls at that spot.

A fixed program version is available.

Lehm,

I am still using v6. I told you, if compiled with .NET, d2x-w32 crashes on some machines (and other software does so, too).
Post Reply