.com.unity Forums
  The Official e-Store of Shrapnel Games

This Month's Specials

Raging Tiger- Save $9.00
winSPMBT: Main Battle Tank- Save $5.00

   







Go Back   .com.unity Forums > Shrapnel Community > Space Empires: IV & V

Reply
 
Thread Tools Display Modes
  #1  
Old November 3rd, 2006, 03:11 AM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Another very small problem. If I enter a picture number in the component editor, then click on another filed, the picture is not updated. I need to click the 'up' button, then the 'down' to get the right pic to be displayed (I think you should override the "lost focus" event).

But it's getting close to perfection

Something than would be useful for pic selection would be to be able to have the whole pic grid displayed and just have to click on the you want. Currently you have to either know the pic number or click many times to find the right one. If Image Mod arrives, it will only get worse.

EDIT: Another good thing would be to parse teh whole file and indicate on the left column in red the components containing errors. That way you could always be sure you did not insert a new mistyping error without having to click on every single component of the list.

Very good the suggestions when you find an error, can be helpful
Reply With Quote
  #2  
Old November 3rd, 2006, 03:20 AM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Another problem on the facility editor::
1] I select one facility
2] I modify the pic number by typing 20 in the field
3] I click on another facility
What happens is that the orignal pic number is unchanged but the pic number of the second facility is.

I guess maybe the same for components.
Reply With Quote
  #3  
Old November 3rd, 2006, 04:02 AM
Kana's Avatar

Kana Kana is offline
Captain
 
Join Date: Apr 2004
Location: Texas
Posts: 962
Thanks: 0
Thanked 3 Times in 3 Posts
Kana is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

From what little time I've had to look at it...I say great job...also the pic for the main screen is great...
Reply With Quote
  #4  
Old November 13th, 2006, 01:04 AM

Devnullicus Devnullicus is offline
Sergeant
 
Join Date: Feb 2001
Location: Belmont, CA USA
Posts: 285
Thanks: 0
Thanked 0 Times in 0 Posts
Devnullicus is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Quote:
Elsemeravin said:
Another very small problem. If I enter a picture number in the component editor, then click on another filed, the picture is not updated. I need to click the 'up' button, then the 'down' to get the right pic to be displayed (I think you should override the "lost focus" event).
Yeah, that's likely what I need to - which also means I probably need to do the same for any editable combobox,
numeric up-down field, etc. I currently do it for textboxes, but it's a pain in the *** because the IDE does not do LostFocus as the defualt event type so I have to go and add it manually in the windows-generated code.

Ah well - it's not a major enough problem that I'm gonna worry about it much, but I'll eventually probably fix it

Quote:

Something than would be useful for pic selection would be to be able to have the whole pic grid displayed and just have to click on the you want. Currently you have to either know the pic number or click many times to find the right one. If Image Mod arrives, it will only get worse.

Seems like this would be pretty unwieldy once you got to 100+ images, honestly - not to mention memory-intensive (though admittedly, these images are tiny, so that's probably not a worry). A scrollable pane with images that you can click on to choose would probably work. Sounds tedious to work on, though, honestly

Quote:

EDIT: Another good thing would be to parse the whole file and indicate on the left column in red the components containing errors. That way you could always be sure you did not insert a new mistyping error without having to click on every single component of the list.

The editor already does exactly that on load and when you try to save it. The last column goes red when there's an error. You might have to widen your window to see it though.
__________________
How's my Programming? Call 1-800-DEV-NULL
Get the Space Empires V Editor and DevnullMod at http://www.devnullsoftware.com/se5
Reply With Quote
  #5  
Old November 13th, 2006, 02:54 PM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Quote:
Devnullicus said:
Quote:

EDIT: Another good thing would be to parse the whole file and indicate on the left column in red the components containing errors. That way you could always be sure you did not insert a new mistyping error without having to click on every single component of the list.

The editor already does exactly that on load and when you try to save it. The last column goes red when there's an error. You might have to widen your window to see it though.
I've seen it since, sorry for the wrong remark
Reply With Quote
  #6  
Old November 13th, 2006, 04:11 PM
wake_of_angels's Avatar

wake_of_angels wake_of_angels is offline
Corporal
 
Join Date: Jan 2005
Location: near Paris, France
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
wake_of_angels is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

First, I want everybody to applause for this excellent work!

Now, I just have seen you give us the source code, do you allow us to continue your program with another module?

I think about gouvernements/societies editor (as a training...)
__________________
I dream of a world where hell is another paradise.
Reply With Quote
  #7  
Old November 14th, 2006, 06:08 AM

Devnullicus Devnullicus is offline
Sergeant
 
Join Date: Feb 2001
Location: Belmont, CA USA
Posts: 285
Thanks: 0
Thanked 0 Times in 0 Posts
Devnullicus is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Quote:
wake_of_angels said:
First, I want everybody to applause for this excellent work!

Now, I just have seen you give us the source code, do you allow us to continue your program with another module?

I think about gouvernements/societies editor (as a training...)
It's open source. Feel free to add what you will. In the interests of keeping the tool from getting too splintered, I'd appreciate you sending your changes to me so I can integrate them into the tool, but it's not necessary.

I'm currently just about done with the TechAreas editor (and Tech Tree viewer), so I'll be releasing a new version shortly.
__________________
How's my Programming? Call 1-800-DEV-NULL
Get the Space Empires V Editor and DevnullMod at http://www.devnullsoftware.com/se5
Reply With Quote
  #8  
Old November 14th, 2006, 12:22 PM
wake_of_angels's Avatar

wake_of_angels wake_of_angels is offline
Corporal
 
Join Date: Jan 2005
Location: near Paris, France
Posts: 61
Thanks: 0
Thanked 0 Times in 0 Posts
wake_of_angels is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Quote:
Devnullicus said:
It's open source. Feel free to add what you will. In the interests of keeping the tool from getting too splintered, I'd appreciate you sending your changes to me so I can integrate them into the tool, but it's not necessary.

I think that's evident!
Quote:
Devnullicus said:
I'm currently just about done with the TechAreas editor (and Tech Tree viewer), so I'll be releasing a new version shortly.
Great idea!
__________________
I dream of a world where hell is another paradise.
Reply With Quote
  #9  
Old November 14th, 2006, 03:54 PM

Elsemeravin Elsemeravin is offline
Corporal
 
Join Date: Nov 2001
Posts: 148
Thanks: 0
Thanked 0 Times in 0 Posts
Elsemeravin is on a distinguished road
Default Re: Space Empires V Editor 1.1 Released

Quote:
Devnullicus said:
I'm currently just about done with the TechAreas editor (and Tech Tree viewer), so I'll be releasing a new version shortly.

Come here little thing... come closer...
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT -4. The time now is 07:42 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©1999 - 2025, Shrapnel Games, Inc. - All Rights Reserved.