-
-
Notifications
You must be signed in to change notification settings - Fork 307
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build module - basic resource payment #600
Merged
Merged
Changes from 17 commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
4301b6f
Allow functions recompilation in 3DEN MP preview
veteran29 73f42ad
Update functions recompile eval
veteran29 0c9e71e
Imlement build list searchbar
veteran29 aec1e0c
Use new more accurate boundingBoxReal variant
veteran29 3f9b972
KPGUI Right panel classes
veteran29 e7de5e4
Split buildDisplay into left/right files
veteran29 c9044a1
Fix bug with local items when changing between build and move modes
veteran29 b11873e
Basic (and crude) build module resource paying mechanics
veteran29 d6422ac
Merge branch 'v0.97S12' into v0.97S12-575
Wyqer c602c8d
`res` to `resources` in build module function call
Wyqer dd675c2
Removed diag_log command in build module
Wyqer 7ff0206
Update Missionframework/stringtable.xml
Wyqer 79b476f
Update Missionframework/stringtable.xml
Wyqer 261fc38
Update Missionframework/modules/15_build/ui/buildDisplay_left.hpp
Wyqer f06d584
Fixes according to review
veteran29 260e044
German strings for build module
Wyqer 7042d00
Sorting and conventions
Wyqer 14c931f
Merge branch 'v0.97S12' into v0.97S12-575
Wyqer d993db7
Update Left and Right panel defines/comments
veteran29 924ed1b
Cleanup dead code
veteran29 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -4,7 +4,7 @@ | |||||
File: KPGUI_defines.hpp | ||||||
Author: Wyqer - https://github.com/KillahPotatoes | ||||||
Date: 2018-07-10 | ||||||
Last Update: 2019-04-05 | ||||||
Last Update: 2019-05-01 | ||||||
License: GNU General Public License v3.0 - https://www.gnu.org/licenses/gpl-3.0.html | ||||||
|
||||||
Description: | ||||||
|
@@ -142,6 +142,16 @@ | |||||
#define KP_WIDTH_VAL_LP 0.2 | ||||||
#define KP_HEIGHT_VAL_LP (1 - 2 * KP_Y_VAL_LP - KP_HEIGTH_TITLE - KP_HEIGTH_BUTTON - 2 * KP_SPACING_Y) | ||||||
|
||||||
/* | ||||||
--- Right panel dialog components --- | ||||||
*/ | ||||||
|
||||||
#define KP_X_VAL_RP 0.8 - 0.0025 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Why not 0.7975? |
||||||
#define KP_Y_VAL_RP 0.0025 | ||||||
|
||||||
#define KP_WIDTH_VAL_RP 0.2 | ||||||
#define KP_HEIGHT_VAL_RP (1 - 2 * KP_Y_VAL_RP - KP_HEIGTH_TITLE - KP_HEIGTH_BUTTON - 2 * KP_SPACING_Y) | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
same for left panel dialog |
||||||
|
||||||
/* | ||||||
--- Small dialog components --- | ||||||
(X from 0.3 - 0.7, Y from 0.05 - 0.8) | ||||||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For the left panel dialog: