forked from eternalcodes/EternalJK
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* [Shared] Replace CARET shift check when using cl_consoleUseScanCode with a check for cl_consoleShiftRequirement. The cvar cl_consoleShiftRequirement matches the jk2mv mv_consoleShiftRequirement: - 0: no shift key required - 1: shift required to open the console - 2: shift required to open and close the console (cherry picked from commit 1479067) * [Shared] Draw console prompt even when renderer cmd queue overflows from too much text. mvdevs/jk2mv@634e5b2 (cherry picked from commit ec944bb) * [Shared] Add con_height cvar to set console height. Set to 0 to restore previous behaviour. (cherry picked from commit c007dfd) * render local entities as late as possible (JACoders#1200) this should defer an overflow of refents occurring that would result in e.g. map models disappearing (light poles on mp/ffa5) localents are a lower priority, we can afford to miss out on force push/grip effects in these cases (cherry picked from commit 2d618a5) * Remove whitespace/comment set but unused variable --------- Co-authored-by: Daggolin <[email protected]> Co-authored-by: razor <[email protected]>
- Loading branch information
1 parent
0cf63a0
commit b6f5ff5
Showing
7 changed files
with
58 additions
and
37 deletions.
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
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