MergeToDoList: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 10: Line 10:
*[https://code.google.com/p/mtasa-blue/source/detail?r=5713 5713] Fixed #7757 (setAccountData clips the digits after the decimal point)
*[https://code.google.com/p/mtasa-blue/source/detail?r=5713 5713] Fixed #7757 (setAccountData clips the digits after the decimal point)
*[https://code.google.com/p/mtasa-blue/source/detail?r=5712 5712] Fixed server createColPolygon
*[https://code.google.com/p/mtasa-blue/source/detail?r=5712 5712] Fixed server createColPolygon
*[https://code.google.com/p/mtasa-blue/source/detail?r=5686 5686] Fixed #7721 (cancelEvent() onClientKey escape key bug)
*[https://code.google.com/p/mtasa-blue/source/detail?r=5682 5682] Added encryption support to loadstring
*[https://code.google.com/p/mtasa-blue/source/detail?r=5627 5627] GTA SFX: Added 3D support ("playSFX3D")
*[https://code.google.com/p/mtasa-blue/source/detail?r=5622 5622] Added escape to onClientKey (can only be cancelled once in a row)
*[https://code.google.com/p/mtasa-blue/source/detail?r=5620 5620] Added the ability to cancel onClientKey.
*[https://code.google.com/p/mtasa-blue/source/detail?r=5615 5615] Update for r5612 - Final offset fix
*[https://code.google.com/p/mtasa-blue/source/detail?r=5614 5614] Update for r5612 - Fixed sound bank offset, replaced container id by enum
*[https://code.google.com/p/mtasa-blue/source/detail?r=5613 5613] Update for r5612 - Added missing seeking
*[https://code.google.com/p/mtasa-blue/source/detail?r=5612 5612] Added playSFX ("Extended fix" of #1838 (Enable playMissionAudio and extend its functionality))
*[https://code.google.com/p/mtasa-blue/source/detail?r=5609 5609] Added Lua source encryption option

Revision as of 02:59, 15 August 2013

Merge/SVN things that need doing

All devs with commit access should add stuff to these lists so it doesn't get lost

Things that need merging from trunk to current release

Important bug fixes for 1.3.3

  • None

Things that need merging from trunk for next point release

New features for 1.3.4

  • 5713 Fixed #7757 (setAccountData clips the digits after the decimal point)
  • 5712 Fixed server createColPolygon
  • 5686 Fixed #7721 (cancelEvent() onClientKey escape key bug)
  • 5682 Added encryption support to loadstring
  • 5627 GTA SFX: Added 3D support ("playSFX3D")
  • 5622 Added escape to onClientKey (can only be cancelled once in a row)
  • 5620 Added the ability to cancel onClientKey.
  • 5615 Update for r5612 - Final offset fix
  • 5614 Update for r5612 - Fixed sound bank offset, replaced container id by enum
  • 5613 Update for r5612 - Added missing seeking
  • 5612 Added playSFX ("Extended fix" of #1838 (Enable playMissionAudio and extend its functionality))
  • 5609 Added Lua source encryption option