Jeff Doggett

Results 8 comments of Jeff Doggett

I implemented the 21 - 24 sector types a while ago. I just routed them through the standard light flashers - don't look at my code though 'cos it's almost...

In Caverns of Darkness map 11 there is a sector type 19. Judging by the surroundings it looks like a healing sector.

Hi @rfomin , I've just tried these on my port. There's an error in the Ancient Aliens. You've used "secretnext" instead of "nextsecret".

Yeah,I'm doing a clean write just using the spec. I've now found another issue in Eviternity. InterText = "clear" Should not have quotes EDIT: same error is in all

I used option 1 and ensured that every single action returned the correct true/false depending on whether it was actually performed. Some caution is needed however, with this, as for...

I very much doubt that there are any maps in existance that would use P_CrossSpecialLine() since it doesn't work. I would expect the map designer to change it to something...

It's something that is on my todo list. It's a major rework of the game engine, so if it does happen it will be some time away.

The mouse bounding box is set to infinite at startup (a_keyboard.c lines 608-620). You are correct that it does not get reset afterwards as the wimp appears to do it...