MergeToDoList: Difference between revisions

From Multi Theft Auto: Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
==Things that need merging from trunk for next point release==
==Things that need merging from trunk for next point release==
====New features for 1.3.5====
====New features for 1.3.5====
*[https://code.google.com/p/mtasa-blue/source/detail?r=5845 5845] Fixed #7837 ("unknown" name for scripts without cache saving) 
*[https://code.google.com/p/mtasa-blue/source/detail?r=5827 5827] Fixed #7820 (createProjectile "model" argument is not synced) 
*[https://code.google.com/p/mtasa-blue/source/detail?r=5801 5801] Fixed #7806 (isPedOnFire doesn't Works correctly) 
*[https://code.google.com/p/mtasa-blue/source/detail?r=5882 5882] Added dxSetTextureEdge (allows you to set the texture edge for other texture types such as renderTargets + setting the border color) ('''NOTE:''' ''This commit needs to be partially merged since it contains a compile fix for 1.4'')
*[https://code.google.com/p/mtasa-blue/source/detail?r=5882 5882] Added dxSetTextureEdge (allows you to set the texture edge for other texture types such as renderTargets + setting the border color) ('''NOTE:''' ''This commit needs to be partially merged since it contains a compile fix for 1.4'')
*[https://code.google.com/p/mtasa-blue/source/detail?r=5867 5867] Fixed #7413 (Damage proof boats still take collision damage)
*[https://code.google.com/p/mtasa-blue/source/detail?r=5867 5867] Fixed #7413 (Damage proof boats still take collision damage)

Revision as of 18:16, 22 October 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.4

  • Maybe isPedOnFire fix ?

Things that need merging from trunk for next point release

New features for 1.3.5

  • 5882 Added dxSetTextureEdge (allows you to set the texture edge for other texture types such as renderTargets + setting the border color) (NOTE: This commit needs to be partially merged since it contains a compile fix for 1.4)
  • 5867 Fixed #7413 (Damage proof boats still take collision damage)

teaEncode etc

Reminders for 1.4

http://code.google.com/p/mtasa-blue/source/detail?r=5324