The screenshot you've all been waiting for...

Yes, you will get a screenshot of the Research screen today! Yay! But first, a few other things that I worked on:

1) A feature that I know that you'll all love, I made the trade offers right clickable. Right clicking on the items in the offer lists will bring up some kind of popup with info about the item. I forget who suggested this to me, so I can't give them credit, but they pointed out that when an alien makes an offer to you, you couldn't get any info on the techs that they were offering. And if you haven't memorized the tech tree, that can be a problem. :)

2) I started work on updating the save game code. So far, I've changed the location of where the save games are created to be in the My Documents\My Games folder. This will prevent the bug where if you're playing Gal Civ 2 on a non-administrator account, the game will crash when it tries to save. Also, if you have mulitple people playing Gal Civ and they each have their own windows account, they won't overwrite that AutoSave that you desperately need. :) I'm also adding code in that will check to see if the definitions (for techs, ship designs, etc) saved in the game are the same as those that are loaded. This should cut down on loading time unless the versions are different. To cut down on saving time, I'll need to run a few profiles to see what's taking the longest and see what I can improve there.

3) The Minimap option buttons. Not all of them work yet, but they will. Joe is in charge of making the minimap actually draw since he remembers how to use math more than I do. :)

Edit: It occurs to me that you guys might like a screenshot of the minimap options too:



And, finally the research screen! Yay! The horizontal listboxes worked without a hitch. I had to implement a function that would manually scroll the listbox in the absence of a scrollbar because having a traditional scrollbar for the category list created issues. So now you can use the mousewheel over the category listbox, and it will scroll up and down, and there are two buttons for those of you who don't have a mousewheel. (I could not live without my mousewheel.) This screen is also the first screen to use tinting. All of the non-white areas on the screen are actually white (or grey) textures with a tint applied to them. The trickiest part of getting this screen to work was filling the listboxes. Each tech has a category and a subcategory. I had already generated a list of the categories. So I went through the list of techs and started adding them to the horizontal listboxes by their subcategories' index. So if it was the first subcategory in that category, it went in the first horizontal listbox, the second one below it, etc. Each entry in the horizontal listboxes was given a filter value that was their category's index. So, when you click on the category button, it fliters out all the other entries that don't match. It works beautifully.

And here's the screenshot. I hope that you like it!




I actually wrote this blog early today so that I would be ready to report my progress at the meeting today. So before I leave for the day, I'll see if I can finish the save games.

Have a good weekend everyone!
31,076 views 16 replies
Reply #1 Top
Damn, the game looks better all the time
IS there a zoom in/out FOR the minimap?
Reply #2 Top
Sweet. Very sweet.
Reply #4 Top
It's nice to know how it's going on, should it be a screenshot with 10 lines of text, and alot better than traditional "we give big sneak peaks" in the months before release.
Reply #5 Top
reen as well.
Reply #6 Top
BoogieBac, thanks! Even without the on screen nav tools, if you can zoom in the minimap with the scroll wheel/shortcut keys, is good.


One more question guys for those who know. Is it possible to change the colours of your ships? Say the ships having two main colours, one for the bulk and one for the stripes/patches on them. Not essential, but it would be extra cool to be able to do so. I love my grey and orange colours, or the colour that is the rust on metal.
Reply #7 Top
ALIGN="absmiddle">)

Reply #8 Top
cooooooooooool!
Reply #9 Top
factory centre is a building that I can BUILD once I have researched xeno factory construction? Or can I just reserch factory centre first?

Paul.
Reply #11 Top
be able to change it. 

Reply #12 Top
check the registry or allow the user to specify where games should be saved.

For those of us who have redefined "My Documents"
Reply #14 Top
> Well, on a French computer, it would be a "Mes documents" directory
Reply #15 Top
Sounds good Cari.

Paul.
Reply #16 Top
I'm using a windows API to get that folder path, so it should pick it up.  You'll have to let me know if you have problems.