MergeToDoList
Jump to navigation
Jump to search
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.1
- None
Things that need merging from trunk for next point release
New features for 1.3.2
- http://code.google.com/p/mtasa-blue/source/detail?r=5251 Fixed #7570 (warpPedIntoVehicle after cancelEvent() of onVehicleStartEnter causes network trouble)
- http://code.google.com/p/mtasa-blue/source/detail?r=5241 Fixed #5950 (Turn off sounds when MTASA is minimized) Patch from Looop
- http://code.google.com/p/mtasa-blue/source/detail?r=5170 Added get-/setObjectMass
- http://code.google.com/p/mtasa-blue/source/detail?r=5251 + http://code.google.com/p/mtasa-blue/source/detail?r=5252 Fixed #7570 (warpPedIntoVehicle after cancelEvent() of onVehicleStartEnter
causes network trouble)
- http://code.google.com/p/mtasa-blue/source/detail?r=5242 + http://code.google.com/p/mtasa-blue/source/detail?r=5248 Added setCursorAlpha, getCursorAlpha
- http://code.google.com/p/mtasa-blue/source/detail?r=5303 Sped up deletion of certain client element types
- http://code.google.com/p/mtasa-blue/source/detail?r=5304 Added client fetchRemote (from connected server only)
- http://code.google.com/p/mtasa-blue/source/detail?r=5322 Fixed #7567 (Enhance quality on usage of non-power of two image sizes for dxDrawImage) Patch from sbx320
- http://code.google.com/p/mtasa-blue/source/detail?r=5285 + http://code.google.com/p/mtasa-blue/source/detail?r=5321 Added bitwise operator functions (lua 5.2 orientated)
- http://code.google.com/p/mtasa-blue/source/detail?r=5285 Added bitwise operator functions (lua 5.2 orientated)
Misc additions for 1.3.2
- http://code.google.com/p/mtasa-blue/source/detail?r=5329 + http://code.google.com/p/mtasa-blue/source/detail?r=5330 Recorded connect count
Recent relevant SVN trunk commits
Target | Revision | |
---|---|---|
1.3.2 TODO | 5336 | Updated minclientversion checks |
1.3.2 TODO | 5335 | Changed setCursorAlpha argument range to 0-255 |
1.3.2 TODO | 5332 | Added server setting to change syncer distances |
1.3.2 TODO | 5331 | Added 'hitanim' glitch to enable fix from r5325 (Shot hit animation sometimes doesn't work) |
1.3.2 TODO | 5330 | Recorded connect count #2 |
1.3.2 TODO | 5329 | Recorded connect count |
1.3.2 TODO | 5325 | Test fix for #7584 (freeze deagle and shot (Shot hit animation sometimes doesn't work)) |
1.3.2 TODO | 5322 | Fixed #7567 (Enhance quality on usage of non-power of two image sizes for dxDrawImage) Patch from sbx320 |
1.3.2 TODO | 5304 | Added client fetchRemote (from connected server only) |
1.3.2 TODO | 5303 | Sped up deletion of certain client element types |
1.4 | 5302 | Fixed #6861 (Teams members aren't sent to clients if set in onResourceStart) |
1.4 | 5301 | Prevented peds, created before onResourceStart has finished, from broadcasting packets |
1.3.1 | 5300 | Update for r5081 (Trailer desync fix #1) - Fixed issue with destroying vehicles with a trailer - Patch by sbx320 |
1.4 | 5298 | Update for r5224 (Argstreamed the client) - Some fixes |
1.4 | 5297 | Fixed argstream ReadString not working with binary strings |
1.4 | 5294 | Update for r5289 (Added train rail position) - Fixed Linux compile |
1.3.1 | 5293 | Added dump file encryption for the client |
1.4 | 5292 | Fixed train spawn bug in 1.4 |
1.4 | 5289 | Added train rail position, rail speed, rail track and direction to sync should make trains smoother |
1.3.1 | 5286 | Fixed #7579 (Client crash after login and spawn on MTA:DayZ) |
1.3.2 TODO | 5285 | Added bitwise operator functions (lua 5.2 orientated) |
1.3.1 | 5281 | Added user agent to BASS streaming requests. Small source tidy. |
1.4 | 5280 | Update for r5224 (Argstreamed the client) - Fixed outputDebugString |
1.3.1 | 5278 | Fixed depth buffer shaders not working right with mirrors |
1.3.2 TODO | 5264 | Added client setFPSLimit |
1.3.2 TODO | 5252 | Update for r5251 (Fixed #7570) |
1.3.2 TODO | 5251 | Fixed #7570 (warpPedIntoVehicle after cancelEvent() of onVehicleStartEnter causes network trouble) |
1.3.2 TODO | 5248 | Added missing getCursorAlpha |
1.3.2 TODO | 5242 | Added setCursorAlpha |
1.3.2 TODO | 5241 | Fixed #5950 (Turn off sounds when MTASA is minimized) Patch from Looop |
1.3.2 TODO | 5170 | Added get-/setObjectMass |