Changes in 1.2: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
* Threaded database access functions
* Threaded database access functions
* Custom weapon stats
* Custom weapon stats
* Vehicle variations
* Synced and controllable vehicle variants
* Improved bullet accuracy synchronization


==Client==
==Client==
Line 34: Line 35:
* Added 'showcol' command to see colshapes if [[setDevelopmentMode]] is set
* Added 'showcol' command to see colshapes if [[setDevelopmentMode]] is set
* New map image in F11
* New map image in F11
* Improved bullet accuracy synchronization


==Server==
==Server==

Revision as of 17:56, 29 November 2011

Main Additions

  • Major bandwidth usage reductions
  • Ability to replace ped models
  • Ability to replace weapon models
  • Threaded database access functions
  • Custom weapon stats
  • Synced and controllable vehicle variants
  • Improved bullet accuracy synchronization

Client

New Functions

New Events

  • None yet

Changes

  • Major reduction in download when playing
  • Ability to replace ped models
  • Ability to replace weapon models
  • Added anisotropic filtering option
  • Added grass toggle option
  • Fixed long vehicles controlled by remote clients sometimes shake weirdly
  • New client command 'serial' to get ones serial
  • Added 'showcol' command to see colshapes if setDevelopmentMode is set
  • New map image in F11
  • Improved bullet accuracy synchronization

Server

New Functions

New Events

Changes

  • Major reduction in bandwidth upload usage
  • Updated createResource and Fixed copyResource
  • Added basic backup of some server files
  • Added option to log database queries to a file
  • Added reconnect option to redirectPlayer
  • Synchronized vehicle variants
  • Various optimizations and stability improvements
  • Added glitch "highcloserangedamage" to enable/disable extreme close range damage to the glitch functions.
  • Various resource optimizations
  • Threaded pure sync to reduce lag in busy servers

Resources

  • Scoreboard updated to use dxscoreboard resource
  • Parachute and scoreboard have been optimized

Editor

  • None yet