Changes in 1.3.2: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
(fixed typo)
No edit summary
Line 1: Line 1:
== Main Additions / Changes ==
== Main Additions / Changes ==


== Client ==
== Client ==
Line 25: Line 26:
* Fixed FarClipDistance is reseting each respawn
* Fixed FarClipDistance is reseting each respawn
* Fixed [[setFarClipDistance]] messing with water drawing
* Fixed [[setFarClipDistance]] messing with water drawing


== Server ==
== Server ==
Line 35: Line 37:
=== Changes / Bug Fixes ===
=== Changes / Bug Fixes ===
* Added account name to [[Server_Commands#whowas|whowas]] command
* Added account name to [[Server_Commands#whowas|whowas]] command


== Resources ==
== Resources ==
* ['''fallout'''] Fixed freecam locks
* ['''scoreboard'''] Added support for data to be drawn as image - Details: [http://code.google.com/p/mtasa-resources/source/detail?r=882 Google Code]
* ['''voice'''] Added 'mutevoice' and 'unmutevoice' commands for players to mute other players permanently - Details: [http://code.google.com/p/mtasa-resources/source/detail?r=882 Google Code]
* ['''admin'''] Added custom ban duration when banning player via GUI
* ['''admin'''] Added ability to delete resource in 'Resources' tab (new [http://wiki.multitheftauto.com/wiki/ACL ACL] right 'command.delete')
* ['''admin'''] Added ability to stop all resources in 'Resources' tab
* ['''admin'''] More informations about resources now showing in 'Resources' tab
* ['''admin'''] Added ability to shutdown the server in 'Server' tab
* ['''admin'''] Changing vehicle's color now supports new RGB system, color is picked using color picker
* ['''admin'''] Vehicle's lights color can now be changed
* ['''admin'''] Server FPS Limit can now be changed in 'Server' tab
* ['''webadmin'''] Added 'Players' tab where you can kick/ban players on server
* ['''ipb'''] Added Ingame Performance Browser - Details: [http://code.google.com/p/mtasa-resources/source/detail?r=896 Google Code]


== Editor ==
== Editor ==
* Fixed 'Locked Time' option resetting
* Reduced the size of map files
* Fixed an error when votemanager can't start votekick, votekill or voteban, if the player, who we want to vote, name contains 1 character
* Fixed some settings not resetting when you start a new map after working in another
 
===Extra information===
''More detailed information available on Google Code repositories:
:''MTA:SA'': from  [http://code.google.com/p/mtasa-blue/source/list?num=25&start=4605 r4600] to [http://code.google.com/p/mtasa-blue/source/list 49xx]
:''Resources'': from [http://code.google.com/p/mtasa-resources/source/list?num=25&start=883 r875] to [http://code.google.com/p/mtasa-resources/source/list r9xx]




[[Category:Changelog]]
[[Category:Changelog]]

Revision as of 09:46, 11 January 2013

Main Additions / Changes

Client

New Functions

New Events

Changes / Bug Fixes

  • Fixed setElementFrozen killing players from falls
  • Fixed textures disappearing and flickering at certain camera angles
  • Fixed high CPU usage when minimized and not connected
  • Integrated downgrader/patcher into the MTA installer
  • Added an interior argument to removeWorldModel and restoreWorldModel
  • More fixes for engineless NRG-500
  • Fixed crashes on disconnect / reconnect
  • Fixed crashes when using setFarClipDistance
  • Fixed chinese characters in chat freezing the game
  • Fixed FarClipDistance is reseting each respawn
  • Fixed setFarClipDistance messing with water drawing


Server

New Functions

New Events

Changes / Bug Fixes

  • Added account name to whowas command


Resources

  • [fallout] Fixed freecam locks
  • [scoreboard] Added support for data to be drawn as image - Details: Google Code
  • [voice] Added 'mutevoice' and 'unmutevoice' commands for players to mute other players permanently - Details: Google Code
  • [admin] Added custom ban duration when banning player via GUI
  • [admin] Added ability to delete resource in 'Resources' tab (new ACL right 'command.delete')
  • [admin] Added ability to stop all resources in 'Resources' tab
  • [admin] More informations about resources now showing in 'Resources' tab
  • [admin] Added ability to shutdown the server in 'Server' tab
  • [admin] Changing vehicle's color now supports new RGB system, color is picked using color picker
  • [admin] Vehicle's lights color can now be changed
  • [admin] Server FPS Limit can now be changed in 'Server' tab
  • [webadmin] Added 'Players' tab where you can kick/ban players on server
  • [ipb] Added Ingame Performance Browser - Details: Google Code


Editor

  • Fixed 'Locked Time' option resetting
  • Reduced the size of map files
  • Fixed an error when votemanager can't start votekick, votekill or voteban, if the player, who we want to vote, name contains 1 character
  • Fixed some settings not resetting when you start a new map after working in another


Extra information

More detailed information available on Google Code repositories:

MTA:SA: from r4600 to 49xx
Resources: from r875 to r9xx