skip to content
Doomsday Manual
User Tools
Admin
Log In
Site Tools
Search
Tools
Show page
Old revisions
Backlinks
Recent Changes
Media Manager
Sitemap
Log In
>
Recent Changes
Media Manager
Sitemap
Trace:
devel:delta
//Deltas// contain information about map data. Periodically, in a networked game, the server compiles a set of deltas for each client. The deltas record the differences in the game world compared to the last time deltas were generated, e.g. the movement of map objects and planes, and sector light changes. On serverside, each client has a delta pool, which contains all the deltas about to be sent. A delta is not removed from the pool until the client acknowledges receiving it. Deltas are resent until acknowledged. All delta processing is done in **sv_pool.c**. Delta generation will be undergoing changes for [[version_1_9.0]]. [[dmu]] will be utilized for more efficiently generating deltas, without having to resort to a registry of historical map data.
devel/delta.txt
ยท Last modified: 2006-08-21 19:55 by
skyjake
Page Tools
Show page
Old revisions
Backlinks
Rename Page
Back to top
Doomsday
Engine
2.3
⇣
Builds
Add-ons
Manual
·
Forums
Support
Bug
Tracker
Blog