View Single Post
Old 05-03-10, 02:34 PM   #1516
TheDarkWraith
Black Magic
 
Join Date: Jun 2007
Posts: 11,962
Downloads: 147
Uploads: 5


Default

well that wraps up v2.1.0. I've sent out the new files to the people that are testing it. If everything is good then it's release time

final change log for v2.1.0 (it's a pretty major update):

v2.1.0 - fixed bug of togglable icon for XO TDC dialog box not working correctly
- fixed bug of when user resizes the messagebox using the mouse the messagebox had tendency to 'creep' when user had the option of TC set to 1 on new nav map contact.
- added button to messagebox above the toggle button that allows the user to specify the current height as the new minimum height of the messagebox
- fixed sonar notepad not showing any data on contact
- flipped the 2 draggable compasses around as they were backwards
- battlestations now turns to selected (Gold) when battlestations is active
- the determination for when sub is underwater is now controlled by the warning icon denoting sub is underwater
- timer value used for follow target changed from 0.05 to 0.025 seconds
- timer value used for updating officers, officer category bars, and officer order bars changed from 0.2 to 0.1 seconds
- error handling code added to follow target
- when an order category or order bar order is clicked it will blink twice so that user knows the command is being executed
- added user option to be able to change the number of messages stored in the messagebox. Stock game is 20. After x messages are added to the messagebox and a new one is added, the oldest is removed from the list (NumberMessagesToKeepInMessageBox)
- when submerged you will not receive radio reports (if they start out with 'Radio Report Received' then they will be squelched). They will still be added to the captain's log though as that is hard coded in the C++ code.
- enabled the notepads for the UZO, attack, and obs scopes. You will be able to access stadimeter and AOB from this notepad (Speed is disabled due to errors with it. Trying to implement my own version of it)
- changed the code for the XO TDC dialog dynamically repositioning itself to take into account the notepad being shown. If the XO TDC is draggable then it's dynamic repositioning is disabled.
- rewrote most of the code to go from a polling event driven style to an event driven style
- made the DarkWraithUserOptions.py file the repository for all values. Accessor methods added to retrieve/set variables data
- when submerged you will not receive radio messages (if they start out with 'Radio Message Received' then they will be squelched). They will still be added to the captain's log though as that is hard coded in the C++ code.
- added user option that will set TC to 1 on a Radio Report received or a Radio Message received (TC1OnRadioReportMessageReceived)
- added togglable icon to TC group in top right bar to control TC1OnRadioReportMessageReceived
- CE Reports now shows selected (Gold) when it's selected
- WEPS Weapons management now shows selected (Gold) when it's selected
- Watch officer Weapons management now shows selected (Gold) when it's selected
- the officer icons change state based on their health (healthy, wounded, or dead). When they change state they will flash 4 times to try and get the users attention about it
- removed the additional buttons from the captains log that I added some revisions ago. Reason is the log entries are not editable code wise
- removed the large draggable compass and in it's place added the same small draggable compass. Now there are two draggable compasses of the same style, one with north up, one with south up
- added a new button to the TAI. It is located in the top left corner and when enabled it will keep the TAI/nav map centered on the sub. There are conditions that will cause this to stop as the game sometimes needs to get control of the maps (i.e. center on map mission). The control will blink twice when being enabled and disabled.
- XO's TDC mode defaults to on
- added button to nav map that allows the user to toggle the visibility of the TDC dials on it. The TDC dials will 'layout' on the nav map just like they do for the UZO, attack, and Obs according to TDC mode selected by user
- for the all dials TDC mode and minimal dials TDC mode the Gyroangle box is now draggable so you can reposition it where you would like
- when officer is dead his order category bar and order bars are disabled
- lightened colors used in order bars, order category bars, and teleport orders. This should help with night vision.
- added a new feature that when you have an officer selected and you left click and hold for 1 second then his abilities page will show so you can change his abilities
- added an outer ring to the 2 draggable compasses. By using the same keys as the heading bar uses you can rotate the outer ring. Just pressing the keys without shift results in 1.0 degree changes. Keys + shift results in 5.0 degree changes.
- the two draggable compasses are now slaved to each other. When you move one the other follows.
TheDarkWraith is offline   Reply With Quote