Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - BradUffner

Pages: [1] 2 3 ... 25
1
Now we are starting to get someplace!  I've really been enjoying the opportunity to learn WPF by re-writing the application.  Plus it's given me some renewed interest in it's development, which is good for everyone.

Spoiler (click to show/hide)

2
I've been on vacation at the beach since Saturday, but I had some time over a rainy day to get some more things working in the WPF version.  WPF is very different than WinForms, I have to totally change the way I think about things.

Screenshot:
Spoiler (click to show/hide)

3
The open source WPF version is coming along nicely.
Spoiler (click to show/hide)

4
For anyone interested, the code for the new project lives on CodePlex at https://rawexplorer.codeplex.com/SourceControl/latest.  It currently will not run as I'm still in the process of porting code from the current version to the WPF version.  Feel free to take a glimpse in to my madness if you are curious though.  All of the interesting bits will be in the "TokenLib" project. "RawObject.vb" and "TokenDictionary.vb" are probably the best places to start looking.  The other project contains the UI code, and is VERY incomplete.

I'm releasing the code under the GPL v2.

5
I may start working on a new, open source, WPF based version of Raw Explorer.  I want to make sure that the work can continue if I can't keep working on it for whatever reason.  The current UI library I'm using doesn't really mesh well with open source (it costs about $1000 a year).    From what I'm seeing WPF is the only thing that can fairly easily give the kind of flexibility I need for the editors.  I'll still be able to use a lot of the existing code and the community supplied definition will easily be used, which will save a lot of work and time, but I can't give any kind of estimate as to when it will see the light.  WPF is still fairly new to me, so I will be learning a lot of it as I go.

6
Just a quick note about compatibility with 40.01.  Raw Explorer should be able to read the raws and let you edit them just fine, even if they have functionality that Raw Explorer doesn't understand yet.  They editor will just lack any special "magic" in the form of dropdown menus, pickers, and other fancy things.  I'm sure some of the new tokens are supported by the definition editor and will get updated by the community soon.

7
It's not quite dead, but my actual job is leaving me feeling a little burned out from the whole programming thing.  I haven't been able to work on it nearly as much as I would like.  I think I have a version I could push out now that fixes several bugs, but doesn't really add anything new.  I DO want to get it updated to support things in the new version, but I don't know how long that will take.

8
Web Interface. I wasn't trying to save anything, I just clicked the edit button from the token page and got the error
XML that was there:
Code: [Select]
<token name="BUILD_LABOR">
<allowedOn type="BUILDING" subType="BUILDING_WORKSHOP" />
<usage type="BUILDING" subType="BUILDING_WORKSHOP" scope="None">
<description></description>
</usage>
</token>

Edit: Also I cant edit anything in the textarea, the cursor shows up but when I type nothing happens

Ahh, I see it now.  You will probably have better luck editing the entry through the Raw Explorer GUI until I get the web site fixed.

9
I tried to edit one of the tokens and got this error:
<snip>
I tried to edit the BUILD_LABOR token: http://dftokens.gumpstudio.com:8080/ViewToken.aspx?Token=BUILD_LABOR

Were you trying to edit it via the web interface, or through Raw Explorer?  If you were using the web interface can you post the xml you were trying to save?

11
http://dftokens.gumpstudio.com:8080 is now back up and running from the last backup!  I was able to fully restore the database and website, so no token data should be lost.  This means that RawExplorer can now correctly update it's definitions from the server!

I'm going to spend a few hours now fixing some of the bugs that have been reported.  I'm hoping to upload a new version later tonight.

12
I'm going to try and get the website back up this weekend.  Things went a little crazy in my life a few weeks before my server crashed and it's taken me a while to sort through everything.  Hopefully I'll also have time to dive in and fix some the reported bugs

13
I can't even get it to work. Finally read far enough along through the thread to see that I need to download the token definitions, but the website doesn't appear to be online.

I also saw some stuff in the thread about locating DF.exe.  Where do we configure that? Shouldn't we just select the root DF folder and let the program automatically located the Dwarf Fortress.exe and the raw folder within it.

a simple getting started readme would be great to include.

I'd really like to get this working, as I'm sure its a great tool as others in this thread have mentioned.
My SQL server crashed a few days ago and took the token website with it. I'm trying to get it restored from backup as quickly as I can.  Including a "read me" file is a great idea, I'll make one for the next version.

14
I'm getting some difficulty importing RAWs.

It comes up with this error[spoiler]See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.


Are you using any custom raws?  If so, could you please zip up and email your raw folder to bradley.uffner@gumpstudio.com?

15
I'm not sure if you are still working on this wonderful tool, but if you are I have a request. The ability to check what reactions are tied to what building (e.g. right click on the building and select show reactions, then it shows all reactions with that building token).

I am indeed still working on it!  I'm currently trying to figure out how to handle some of the enhancements that Toady is making to some of the tokens for the next version.  I'll add your feature as soon as I get a chance.

Pages: [1] 2 3 ... 25