- New Feature: Quick attachment selection (by The_Bob)

o The popup will list attachments available for the given slot on the current weapon. Ones not in sector inventory will be greyed out.
o It should show up after clicking on an empty attachment slot, provided these criteria are met:
--> we are on the mapscreen
--> the sector inventory is open
--> the selected merc is in this sector
--> there is no combat in this sector





git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4620 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2011-08-23 06:42:39 +00:00
parent e55fb6e54f
commit c04c93857f
11 changed files with 2332 additions and 2 deletions
+12
View File
@@ -458,6 +458,14 @@
RelativePath="Music Control.h"
>
</File>
<File
RelativePath=".\popup_callback.h"
>
</File>
<File
RelativePath=".\popup_class.h"
>
</File>
<File
RelativePath="PopUpBox.h"
>
@@ -682,6 +690,10 @@
RelativePath="Music Control.cpp"
>
</File>
<File
RelativePath=".\popup_class.cpp"
>
</File>
<File
RelativePath="PopUpBox.cpp"
>