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 3: Line 3:
* Ability to replace ped models
* Ability to replace ped models
* Ability to replace weapon models
* Ability to replace weapon models
* Ability to customize weapon stats via scripting (assuming custom-weapon-stats is merged to 1.2)
* Threaded database access functions


==Client==
==Client==
Line 11: Line 11:
* Added [[toJSON]]
* Added [[toJSON]]
* Added [[fromJSON]]
* Added [[fromJSON]]
* Added [[getDevelopmentMode]]
* Added [[setDevelopmentMode]]
* Added [[isPedDead]]


===New Events===
===New Events===
Line 22: 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'
* New client command 'serial' to get ones serial
* Added 'showcol' command to see colshapes if [[setDevelopmentMode]] is set


==Server==
==Server==
Line 29: Line 35:
* Added [[deleteResource]]
* Added [[deleteResource]]
* Added [[renameResource]]
* Added [[renameResource]]
* Added [[dbExec]]
* Added [[dbQuery]]
* Added [[dbPoll]]
* Added [[dbConnect]]
* Added [[dbFree]]


===New Events===
===New Events===
* Added [[onChatMessage]]
* Added [[onChatMessage]]
* Added [[onElementModelChanged]]


===Changes===
===Changes===
* Major reduction in bandwidth upload usage
* Major reduction in bandwidth upload usage
* Customizable weapon stats (assuming custom-weapon-stats is merged to 1.2)
* Updated [[createResource]] and Fixed [[copyResource]]
* Updated [[createResource]] and Fixed [[copyResource]]
* Lua scripting: added 'continue'
* Added basic backup of some server files


==Resources==
==Resources==

Revision as of 11:10, 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
  • Lua scripting: added 'continue'
  • New client command 'serial' to get ones serial
  • Added 'showcol' command to see colshapes if setDevelopmentMode is set

Server

New Functions

New Events

Changes

  • Major reduction in bandwidth upload usage
  • Updated createResource and Fixed copyResource
  • Lua scripting: added 'continue'
  • Added basic backup of some server files

Resources

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

Editor

  • None yet