Added gamepad/joystick support. Many gamepads should work with no configuration, you can customize your controller under Options -> Controls.
Edit: due to a minor glitch, you may need to manually restart Altitude once after updating before it'll detect your controllers.
Added 10 new official maps (1-life base destruction, 1-life deathmatch). Thanks Vi, Wyse, pig_bomb, and others.
Improved Rubberized Hull Perk (League players, this perk should not be used until it has been balanced unless agreed upon by all players prior to the match).
Rubberized hull significantly reduces damage and increases elasticity of wall collisions. The lighter hull makes it easy to afterburn out of stalls, but non-aerodynamic material deformation nullifies the afterburner bonus near typical cruise velocities.
Code:
new rubber hull
collision damage = 10%
collision elasticity [normal walls: 12% -> 44%, bouncy walls: 44% (unmodified)]
afterburner stall-breaker bonus: [+100% -> +0%] as speed goes from [stalled -> 60% max speed]
explosive knockback no longer reduced
old rubber hull (for comparison):
collision damage = 35%
collision elasticity [normal walls: 12% -> 46%, bouncy walls: 44% -> 62%]
explosive knockback reduced by 25%
Explodet now deals +10% damage to bouncy planes (all planes on bouncy servers, only planes with rubberized hull equipped on normal servers)
Changed default server configuration to use normal walls
Added bouncy/normal wall indicator to server list
Non-max-level players now see one of the following messages upon joining a server:
This server uses bouncy walls. For competitive Altitude try Filter -> Walls -> Normal.
This server uses normal walls. Equip Rubberized Hull to minimize wall damage.
Fixed "Map" server list filter
Added "Max Players" server list filter
Reversed meaning of "Game Mode" server list filter checkmarks (you now uncheck the modes you don't want to see)
Reduced max-simultaneous-server-info request limit from 100 to 25, this may help users who are experiencing disconnections when retrieving the server list.
Fixed a few bugs