Go to file
peace-maker f9faf9e48c Allow different values per platform in "Keys" gamedata section (#765)
This adds support for platform specific custom key values in the `Keys` section in game config files. Now you can have different values for the same key per platform.

Previously you could only add general key values in gamedata files that were the same on all platforms like
```
"Keys"
{
	"key"	"value"
}
```

This patch allows you to set the value per platform in a subsection like
```
"Keys"
{
	"key"
	{
		"windows"	"value1"
		"linux"	"value2"
		"mac"	"value3"
	}
}
```

Looking up the `key` will return the value matching the host platform.
2018-02-06 14:40:51 +00:00
.github damn it, duck 2017-08-22 14:02:04 -06:00
bridge/include 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
configs Allow setting multiple chat trigger characters (PR #449, bug 4341, bug 5668) 2016-10-04 16:34:42 +01:00
core Allow different values per platform in "Keys" gamedata section (#765) 2018-02-06 14:40:51 +00:00
editor Added AMXX Pawn geshi generation script. 2010-08-23 13:53:44 -04:00
extensions Fix typo and update CSGOBadList (#738) 2017-12-28 18:43:49 -05:00
gamedata Fix typo in SwitchTeam Linux Signature (#743) 2017-12-28 17:39:30 -05:00
loader 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
plugins Fix description for CharToLower and CharToUpper v2 (#750) 2018-02-02 23:30:12 +00:00
public Migrate CDataPack from a Compact Cassette tape. (#688) 2017-12-29 19:56:02 -08:00
sourcepawn@a51117e370 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
tools A couple of fixups to last commit (NPOTB). 2017-12-29 04:55:56 -08:00
translations Add internationalization to basechat and fix CS:GO colours (#674) 2017-12-30 12:25:32 -08:00
versionlib 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
.arcconfig Add a .arcconfig file so that arc works 2013-10-15 22:57:59 +01:00
.gitignore Update to the latest SourcePawn revision. 2015-08-18 09:51:24 -07:00
.gitmodules Use upstream SourcePawn as a submodule. 2015-03-15 16:38:38 -07:00
.travis.yml NPOTB: Remove unsupported packages line from Travis-CI. 2017-10-10 12:00:11 -07:00
AMBuildScript 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
changelog.txt Triggering a build. 2011-04-13 19:05:41 -05:00
configure.py 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
product.version Roll version. >_> 2017-12-18 20:39:57 -05:00
pushbuild.txt Test build. 2017-12-18 21:00:04 -05:00
README.md Update links in README. 2017-08-23 09:52:31 -04:00

SourceMod

General

Development