[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
descentchampions.org • View topic - Lee - test plz? :)
Page 1 of 1

Lee - test plz? :)

PostPosted: Mon Jun 04, 2018 8:20 pm
by Sirius
Hi Lee - I have a "feature-complete" update to DLE here: https://www.dropbox.com/s/jvxad60pfky88 ... ta.7z?dl=0
It has an update that should let it read and write .dtx patches for D1 levels. I don't currently have a VM setup to run DTX; eventually I could do that but since I know you already use DTX, I wanted to ask a favor if you have time to do so... would you be able to check
1) That .dtx files with door textures load (and save... fingers crossed there's no difference, but sometimes problems happen) in this version of DLE?
2) that .dtx files with non-door animated textures (there are differences in how Descent handles them) load and save properly?

By "load properly" I mean that you can see the replaced textures in the main level view and the custom texture editor. By "save properly" I mean that, if you save the level, it will load correctly in D1X and if you export the .dtx patch and open it in DTX, the textures appear and are not corrupted or something.

In the meantime I'll do some of my own testing - I changed quite a few code paths and need to be sure they all work. This is the last thing I'm adding to 1.12.31 though, so I'll send it off to Diedel once I'm confident it works.

Cheers!

(Anyone else who is reading: feel free to try it and test also. There are quite a few other changes I've made to the program, just haven't had the chance to type up a change-log yet.)

Re: Lee - test plz? :)

PostPosted: Wed Jun 06, 2018 6:46 am
by Lee
Yeah sure I'll have a butch tonight

EDIT:
I use XP and can't run DLE :( If I can get access to a pc/laptop with a later os then I will, but nothing doing as of now.

Re: Lee - test plz? :)

PostPosted: Thu Jun 07, 2018 5:10 am
by Swarthy
Firstly, thank you for working on the software! I downloaded this and found a few issues. The mouse seems inverted when I’m trying to rotate the view. It’s ok in 1st person not 3rd. Also wen you create tunnel the cubes disappear so you can’t adjust rotation or length. Still fiddling. More to come.

Re: Lee - test plz? :)

PostPosted: Sun Jun 17, 2018 6:23 pm
by Sirius

Re: Lee - test plz? :)

PostPosted: Sun Jun 17, 2018 7:03 pm
by Code
*Shrieking with excitement*
=======================================

EDIT: Found some bugs

1. After downloading it and using it upon clicking the 'Edit' box for textures the program completely shuts down. I've tried different compatibility and ran admin but it still didn't work upon pressing 'Edit'

2. After tagging multiple blocks and pressing insert it only inserts 1 at a time

If i find anymore i will tell you :)

Re: Lee - test plz? :)

PostPosted: Mon Jun 18, 2018 9:52 am
by Sirius
Looking at #1. I had to make some last-minute changes to get it to compile with VS2010 (didn't support one of the C++ features I was using), which appear to simply not work at all. Hopefully I can get that fixed before it's picked up and published... :/

#2 is not a bug; you need to be in block mode for that to work now (since 1.12.30 I think). The previous behavior was causing, um, accidents. :)

Edit: Updated the file to fix #1 - it's at the same link above.

Re: Lee - test plz? :)

PostPosted: Mon Jun 18, 2018 11:25 am
by Code
Awesome! Thanks for the quick fix's!