Downloads:
Testing Executable and Symbols
Game Assets (no changes since 2011-05-19)
What's new:
* Fixed default file extension for mission save dialog
- It was "msn" when it should have been "bzn"
* Fixed terrain save when the file path had a period in it
- It was chopping off everything after the first period (!)
* Fixed shots falling through terrain moved by SeismicWave
- Bullet simulation records a hit if it starts the frame underground
* Torpedo gives proper kill credit when its owner dies mid-flight
- The implementation is a bit sketchy but it works
* Limit cliff avoidance force to 100% of the base value
- This should fix units moving oddly when crossing sloped, hazard, or lava cells
* Added sloped cells at the foot of sheer cliffs to keep unit paths away from walls
* Fixed flicker in the net escape dialog when drawing game stats
- TextWindow and TabTextWindow combine text and background in an offscreen buffer
* Updated MakeZFS
- Fixed a crash when the ZFS file path was longer than 16 characters
- Added support for ZFS encryption
. Use -p followed by a password before the command
. For example: makezfs -p ultraken a addon.zfs addon\*
- Don't add a file if it already exists in the ZFS
- Fixed output formatting when listing files
- Fixed wildcard matching
* Fixed Target Cam view of especially-large objects like Launch Pads
- The camera now has a visibility range of 250m
* Prevent multiple calls to Net_KillPlayer from deducting more than one life
- Just in case...
* Clamp visible player lives to a minimum of zero
- I'm not sure how it happens, but at least this hides the problem

* Added some checks in the shell for Net::dp being set
* Improved DoGoto so it follows paths through difficult terrain more closely
- This reduces the chance of units getting stuck or delayed
* Cleaned up how DistributedObject receives permanent state udpates
- This may help with the "breakdancing units" problem
* FindPath no longer tries to use FindShortPath before doing the main search
- It sometimes generated strange or problematic paths, like going off a ledge
- This should make units behave a lot better
* Added high-cost "steep" cell type at 70% grade
- Unit will cross "steep" areas only if they have to
- This should make pathing work more like 1.4
* Cleaned up pathing through friendly hazard areas
- Units can now generate straight-line paths through them
* Improved Mine Layer
- Lay mines in a tighter pattern to reduce navigation problems
- Wait at a destination point only until the weapon is ready