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

Extended Modding support #27

Merged
merged 5 commits into from
Dec 2, 2019
Merged

Extended Modding support #27

merged 5 commits into from
Dec 2, 2019

Conversation

Kroporo
Copy link
Member

@Kroporo Kroporo commented Nov 29, 2019

The first commit in this pull request is the basis required to run the Shotgun and Rifle mods.
As this is basically a remerge of a previous branch, it is hard to split it up into nice smaller parts.

Part of #28

… internal mags

This is basically a remerge of this branch: https://github.com/Kroporo/7DFPS/commits/ModdingImplementation

It contains everything needed for the Rifle and Shotgun mods ported from earlier.
Also removes obsolete "UnityEngine" when using Random
Also turns "1.0f" into "1f"
This allows people to fully choose the tiles they play on or guns to play with
@Kroporo Kroporo mentioned this pull request Dec 1, 2019
@Kroporo Kroporo mentioned this pull request Dec 2, 2019
@Kroporo Kroporo marked this pull request as ready for review December 2, 2019 15:26
@autious
Copy link
Collaborator

autious commented Dec 2, 2019

This is a nitpick and can be fixed in a later pull request, but it prefer if the naming convention of variables is consistent throughout the project, i'm seeing some cases of snake case. I think the majority of the codebase uses under_score_deliniation.

@autious
Copy link
Collaborator

autious commented Dec 2, 2019

Nice work having the whitespace fix commit be separate, that really helps out with readability. Would have been nice if the two other changes mixed into the commit were two separate commits. Generall commits can't be too small. I'll tell you if you ever manage to achieve such a feat.

Single line commits are amazing in my eyes, if they make sense.

@autious autious merged commit 8a6edc5 into WolfireGames:master Dec 2, 2019
@Kroporo Kroporo deleted the Modding branch December 3, 2019 17:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants