Changes between Initial Version and Version 10 of Ticket #266
- Timestamp:
- Feb 27, 2009, 11:03:07 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #266
- Property Component changed from AI to Network
- Property Priority changed from blocker to major
- Property Milestone changed from to Version 0.2 Codename: Bellatrix
- Property Keywords PPS added
- Property Type changed from defect to enhancement
-
Ticket #266 – Description
initial v10 6 6 * Distance between the player and the object 7 7 * Importance of the object (e.g. Asteroids don't change their rotationrate and velocity and can be precalculated well by the client) 8 9 == Current status == 10 There has already been a lot done here by chpeter: 11 * the TrafficControl class processes a list of objects, sorts it and cuts it down to the desired size 12 * this list afterwards gets processed by the gamestate and affects directly what gets sent to the client 13 14 further things to do: 15 * better integration into the rest of orxonox 16 * considering of compression 17 * communication of clients bandwidth