mirror of
https://github.com/Ragora/TribesReplay.git
synced 2026-07-14 08:14:33 +00:00
v22460 (04/13/01):
**Tweak, Spider Clamp turrets need more Surface area for legal deploy space now**: *Minor tweak to improve long-term server stability. *A new voice Codec, 'GSM' was added to allow voice communication between Linux and Windows users. *Minor Sound system tweaks and fixes. *Minor BOT navigation and seeking improvements. *Fix removing BOTs counting toward the Vote Meter representation. *Improvement for Vehicle Physics, particularly instances when Vehicles would get stuck on their edge. *Fix for BOT's skins not dynamically updating to correct team skin, when Admin team changed them. *Fixed bug where certain cases would cause Cursor to vanish when it should not. *Minor Server query improvements. *Fix Players can be added to the 'Admin List'. *No more voting to BAN, only Super ADMIN may now BAN. *Various GUI improvements, notably the Voice Com. elements in the Lobby, and some minor pointer Icon improvements for certain cases. *Linux 'Penguin' Symbol added for Server List Screen when joining, so users may identify Windows and Linux servers at a glance.
This commit is contained in:
parent
f9ca0b52f9
commit
116be1648d
52 changed files with 912 additions and 442 deletions
|
|
@ -116,19 +116,13 @@ function clientCmdStationVehicleShowHud()
|
|||
if ( Canvas.getContent() != PlayGui.getId() )
|
||||
return;
|
||||
|
||||
if ( !Canvas.isCursorOn() )
|
||||
CursorOn();
|
||||
showHud( 'vehicleHud' );
|
||||
|
||||
clientCmdTogglePlayHuds(false);
|
||||
}
|
||||
|
||||
//------------------------------------------------------------------------------
|
||||
function clientCmdStationVehicleHideHud()
|
||||
{
|
||||
if ( Canvas.isCursorOn() )
|
||||
CursorOff();
|
||||
hideHud( 'vehicleHud' );
|
||||
|
||||
clientCmdTogglePlayHuds(true);
|
||||
}
|
||||
|
|
@ -158,6 +158,9 @@ datablock FlyingVehicleData(HAPCFlyer) : HavocDamageProfile
|
|||
|
||||
checkRadius = 7.8115;
|
||||
observeParameters = "1 15 15";
|
||||
|
||||
stuckTimerTicks = 32; // If the hapc spends more than 1 sec in contact with something
|
||||
stuckTimerAngle = 80; // with a > 80 deg. pitch, BOOM!
|
||||
};
|
||||
|
||||
function HAPCFlyer::hasDismountOverrides(%data, %obj)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue