-
Notifications
You must be signed in to change notification settings - Fork 62
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
Attempts to fix issues #389 #399
Conversation
Added: Dedicated angle function `GetDupeAngle` Improved: Long lines poor visuals
This will do nicely, @thegrb93 |
Please revert all the var name changes and parentheses added to if statements and i'll review |
Added: Spaces between logical and math operations Added: Spaces before `then` statement
Yes, please undo those. |
I will remove the main |
Only ones you added please |
Nobody wants to review 300 lines |
You can put the cleanup changes in another PR if you want. |
Done ;) |
This doesn't fix #374 so I'm removing that from the title. |
It looks like the current version of CheckValidDupe already checks headent.Z now advdupe2/lua/advdupe2/sh_codec.lua Line 421 in 41023f7
|
This is just for checks in the tool for spawning stuff defaults Z to zero. The user had trouble with pasting an old dupe where such value did not exist ;) I've already checked |
I'll make a couple changes in a while |
Are we gonna work on this too ? I need it for my friend's server. |
Yeah we're still getting errors for that multiple times per week, it'd be cool if this pr could be merged. |
Update: Some function calls to multi-line
I'm not reviewing style changes with code changes. Fix the bug and do your style changes in separate PRs please. |
I don't like any of the code changes mixed with the style changes. That's why its been open for so long. |
Read the comments at the top of the page. Putting code changes and lots of style changes together makes verifying code consistency too hard to bother with. |
I'll just make another PR tomorrow |
No description provided.