-
-
Notifications
You must be signed in to change notification settings - Fork 206
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
Add message natives #523
Open
OciXCrom
wants to merge
24
commits into
alliedmodders:master
Choose a base branch
from
OciXCrom:message-natives
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Add message natives #523
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
8d4385b
Add message natives
OciXCrom d1ae79c
Put back csstats_const.inc in PackageScript
OciXCrom 85e68ee
Add max value description
OciXCrom e5e3bbf
Update documentation
OciXCrom 1aec5e5
Fix indendation
OciXCrom 03dd441
Include new .inc files in messages.inc
OciXCrom f717ed0
Learn to love curly brackets
OciXCrom 91e2763
Limit te_create_user_tracer's colors from 0 to 12
OciXCrom 8c6241e
Add missing line break
OciXCrom f6e3016
Re-run tests
OciXCrom 7ee642e
Add enum arguments
OciXCrom 444af6b
Someone stole the curly brackets, put them back in
OciXCrom b52f9ed
Add semicolons & enum
OciXCrom 7c8bd66
Fix set_user_fov note
OciXCrom d5c53d2
Remove pragma semicolon 1
OciXCrom 30d8d84
Change NULL to nullptr
OciXCrom ece39a2
Update params
OciXCrom 4cc296b
Add color constants for te_create_user_tracer
OciXCrom 7e30114
Set default FOV back to 0 again
OciXCrom 5464515
Improve BreakModelFlags enum
OciXCrom 3cd2a27
Enumerate large funnel flags
OciXCrom 63d7e8c
Improve enum names
OciXCrom f8145d6
Update tracer color information
OciXCrom efd4a1f
Update tracer colors
OciXCrom 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
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.
Isn't it black?
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.
@WPMGPRoSToTeMa Nope, unless it's uncolored - https://i.imgur.com/1rqQ1r7.jpg
But the 12th color definitely isn't black as well - https://i.imgur.com/3rbtdlx.jpg
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.
@OciXCrom yeah, 12th color is buggy and invalid, it'll be
000080
on Windows client and000000
on Linux client (what about Mac? lol). 4th color is based ontracerred
,tracergreen
,tracerblue
andtraceralpha
cvars.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.
@WPMGPRoSToTeMa Thanks for this information, I updated the documentation.
PS: who even uses Mac, lol.