Skip to content
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

Vehicle installation requirements (part 2) [RDY] #17209

Merged
merged 32 commits into from
Jun 22, 2016
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9b2e8d2
Display messages in third column
mugling Jun 19, 2016
16b24d0
Vehicle part installation uses requirement data
mugling Jun 19, 2016
4a202ee
Synthesise requirements for legacy parts
mugling Jun 19, 2016
d2f5407
Vehicle part removal uses requirement data
mugling Jun 19, 2016
d472e7d
Avoid spurious string construction
mugling Jun 19, 2016
9ed7a15
Display and enforce installation requirements
mugling Jun 19, 2016
864c6b7
Display and enforce removal requirements
mugling Jun 19, 2016
659ebf2
Consume requirements on part installation
mugling Jun 19, 2016
be0e870
Consume requirements on part removal
mugling Jun 19, 2016
3f452c2
Drop unused declarations
mugling Jun 19, 2016
b1f0450
Use time duration macros
mugling Jun 19, 2016
dfac136
Add example requirement data to frames
mugling Jun 19, 2016
8e7b84b
Fix requirements for frame installation
mugling Jun 19, 2016
2464ff5
Avoid spurious reference to global
mugling Jun 19, 2016
a9712c7
Add std namespace
mugling Jun 19, 2016
ce2954e
Fix correct casting to double
mugling Jun 19, 2016
161a7dc
Use C++11 nullptr idiom
mugling Jun 19, 2016
8cb88d8
Increase to SAW_M level 2
mugling Jun 21, 2016
0061e57
Fix inverted conditional
mugling Jun 21, 2016
99aa03e
Full screen display
mugling Jun 22, 2016
b046f82
Fix handling of TOOL_NONE
mugling Jun 22, 2016
df0fbff
Default to welding not duct tape
mugling Jun 22, 2016
c450359
Update legacy requirements
mugling Jun 22, 2016
7e6df20
Refactor part list suggestion order
mugling Jun 22, 2016
2cf5a94
Correctly break for missing requirements
mugling Jun 22, 2016
4e8028f
Merge branch 'master' into veh16
mugling Jun 22, 2016
88c5409
Replace unsafe idiom with conditional
mugling Jun 22, 2016
a216c26
Add WRENCH 2 quality
mugling Jun 22, 2016
d441efc
Update missed WRENCH 2
mugling Jun 22, 2016
6ec8ef5
Update removal difficulty
mugling Jun 22, 2016
6c7a189
Use fine screwdriving
mugling Jun 22, 2016
cbe52fd
Try again
mugling Jun 22, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Increase to SAW_M level 2
  • Loading branch information
mugling committed Jun 21, 2016

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 8cb88d85f794382f3a63adbc6fb7f182fde84660
4 changes: 2 additions & 2 deletions data/json/vehicleparts/frames.json
Original file line number Diff line number Diff line change
@@ -51,7 +51,7 @@
},
"removal": {
"skills": [ [ "mechanics", 1 ] ],
"qualities": [ { "id": "SAW_M", "level": 1 } ]
"qualities": [ { "id": "SAW_M", "level": 2 } ]
}
},
"breaks_into": "ig_vp_frame",
@@ -108,7 +108,7 @@
},
"removal": {
"skills": [ [ "mechanics", 1 ] ],
"qualities": [ { "id": "SAW_M", "level": 1 } ]
"qualities": [ { "id": "SAW_M", "level": 2 } ]
}
},
"breaks_into": "ig_vp_hdframe",