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 25: Line 25:
* Added grass toggle option
* Added grass toggle option
* Fixed long vehicles controlled by remote clients sometimes shake weirdly
* Fixed long vehicles controlled by remote clients sometimes shake weirdly
* Lua scripting: added 'continue'
<!--* Lua scripting: added 'continue'-->
* New client command 'serial' to get ones serial
* New client command 'serial' to get ones serial
* Added 'showcol' command to see colshapes if [[setDevelopmentMode]] is set
* Added 'showcol' command to see colshapes if [[setDevelopmentMode]] is set
Line 48: Line 48:
* Major reduction in bandwidth upload usage
* Major reduction in bandwidth upload usage
* Updated [[createResource]] and Fixed [[copyResource]]
* Updated [[createResource]] and Fixed [[copyResource]]
* Lua scripting: added 'continue'
<!--* Lua scripting: added 'continue'-->
* Added basic backup of some server files
* Added basic backup of some server files



Revision as of 19:16, 9 November 2011

Main Additions

  • Major bandwidth usage reductions
  • Ability to replace ped models
  • Ability to replace weapon models
  • Threaded database access functions

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

Server

New Functions

New Events

Changes

Resources

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

Editor

  • None yet