Fixes in antistick. See details.

Added all collision group defines, in case we need them for some reason.
Separated get and set funtions for collision groups.
Added check for COLLISION_GROUP_PUSHAWAY in AntiStickStartTouch. If this collision group isn't added, the solidify timer won't be created. Bug 134 is confirmed fixed after testing.
Lined up zr_antistick_list_models.
Added zr_antistick_dump_group debug command. Lists collision groups on one or more players.
This commit is contained in:
richard
2009-07-21 19:49:20 +02:00
parent 98116d08f7
commit a0164a38ce
2 changed files with 236 additions and 31 deletions

View File

@ -867,13 +867,13 @@
"AntiStick command list models list"
{
"en" "Showing all players' model data...\n------------------------------------------------"
"en" "Player name: Model: Hull width:\n-------------------------------------------------------------------------------------------------------------"
}
"AntiStick command list models name"
{
"#format" "{1:s},{2:s},{3:f}"
"en" "Player Name: {1} | Model Name: {2} | Model Hull Width: {3}"
"#format" "{1:-35s},{2:-51s},{3:-.2f}"
"en" "{1} {2} {3}"
}
"AntiStick command set width successful"