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 is free and unencumbered software released into the public domain. | |
Anyone is free to copy, modify, publish, use, compile, sell, or | |
distribute this software, either in source code form or as a compiled | |
binary, for any purpose, commercial or non-commercial, and by any | |
means. | |
In jurisdictions that recognize copyright laws, the author or authors | |
of this software dedicate any and all copyright interest in the | |
software to the public domain. We make this dedication for the benefit |
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
// cl /EHsc Win10DetectDisplay.cpp | |
/* This program forces detection of added (or removed) display screens | |
* It does the same thing as when clicking on the "Detect" button in Windows display settings | |
* This can be used to create a shortcut to refresh displays list | |
*/ | |
#define UNICODE | |
#define _UNICODE |
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
import BigWorld | |
from Vehicle import Vehicle | |
from gui.Scaleform.daapi.view.battle.classic.stats_exchange import FragsCollectableStats | |
from items.vehicles import getVehicleTypeCompactDescr | |
from Avatar import PlayerAvatar | |
from debug_utils import _doLog | |
import xfw | |
from xvm_main.python.stats import _stat, _Stat | |
import xvm_main.python.config as xvm_config |
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 the following line to @xvm.rc to register that file: | |
// , "chat": ${"chat.xc":"chat"} | |
// Color values for substitutions. | |
// Значения цветов для подстановок. | |
"def": { | |
// Dynamic color by various statistical parameters. | |
// Динамический цвет по различным статистическим показателям. | |
"colorRating": { |