Updated gamedata, patch list and changelog.

This commit is contained in:
Richard Helgeby 2012-07-04 17:09:10 +02:00
parent 811a9d88a6
commit 3e6c2c62dd
3 changed files with 26 additions and 14 deletions

View File

@ -11,44 +11,51 @@
{ {
"TraceAttack" "TraceAttack"
{ {
"windows" "60" "windows" "59"
"linux" "61" "linux" "60"
"mac" "60"
} }
"OnTakeDamage" "OnTakeDamage"
{ {
"windows" "62" "windows" "61"
"linux" "63" "linux" "62"
"mac" "62"
} }
"StartTouch" "StartTouch"
{ {
"windows" "97" "windows" "96"
"linux" "98" "linux" "97"
"mac" "97"
} }
"Touch" "Touch"
{ {
"windows" "98" "windows" "97"
"linux" "99" "linux" "98"
"mac" "98"
} }
"EndTouch" "EndTouch"
{ {
"windows" "99" "windows" "98"
"linux" "100" "linux" "99"
"mac" "99"
} }
"Weapon_CanUse" "Weapon_CanUse"
{ {
"windows" "255" "windows" "254"
"linux" "256" "linux" "255"
"mac" "255"
} }
"Weapon_Drop" "Weapon_Drop"
{ {
"windows" "258" "windows" "257"
"linux" "259" "linux" "258"
"mac" "258"
} }
} }
} }

View File

@ -255,3 +255,7 @@ released. If the file is empty there are no config changes in that patch.
----------------- -----------------
* Replaced RemoveEdict with kill entity input command. This might fix some rare crashes. * Replaced RemoveEdict with kill entity input command. This might fix some rare crashes.
* Updated gamedata file. Thanks to psychonic and TnTSCS. * Updated gamedata file. Thanks to psychonic and TnTSCS.
2012.07.04 - r693
-----------------
* Fixed incorrect offsets in gamedata file.

View File

@ -24,3 +24,4 @@
675 675
689 689
692 692
693