0ad/source/renderer
Matei 207d1367ec # A number of network synchronization fixes.
- The server will no longer send a new turn until the previous one has
been "acknowledged". (TODO: this may create lag between turns in its
current form; investigate and possibly allow executing two turns while
the third is being negotiated).
- Mutexes are now being used in NetServer and NetClient to ensure
commands go into the right batches.
- Commented out some orders in the GUI code that should not be there and
are not 100% working anyway (they were part of the follow/formation
system).
- Units that spawn or are created by scripts now have net-safe position
and orientation.
- Added a debug flag that can be turned on to print details about when
commands are received and executed (DEBUG_SYNCHRONIZATION). This is
especially useful if you diff the stdouts of two running games. There
should be no differences if everything is in synch.

This was SVN commit r5463.
2007-11-18 09:09:06 +00:00
..
AlphaMapCalculator.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
AlphaMapCalculator.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
BlendShapes.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
FixedFunctionModelRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
FixedFunctionModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
HWLightingModelRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
HWLightingModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
InstancingModelRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
InstancingModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ModelRenderer.cpp # A number of network synchronization fixes. 2007-11-18 09:09:06 +00:00
ModelRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ModelVertexRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
PatchRData.cpp Removed some header files from header files. 2007-01-13 22:44:42 +00:00
PatchRData.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
PlayerRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
PlayerRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Renderer.cpp mem: update comment 2007-11-10 18:45:17 +00:00
Renderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
RenderModifiers.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
RenderModifiers.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
RenderPathVertexShader.cpp Simplification of #Include paths: relative names are used only for included files in the same directory as the including file; everything else uses the full path relative to source/. 2006-06-02 02:10:27 +00:00
RenderPathVertexShader.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Scene.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
Scene.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ShadowMap.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
ShadowMap.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkyManager.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
SkyManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TerrainOverlay.cpp adding flag -triPathfind to enable triangulation pathfinding. it will use the orignial A* without the flag 2007-10-10 19:35:23 +00:00
TerrainOverlay.h Fix more DCDT compile errors (in gcc 4.1.2 on Linux). 2007-10-16 08:12:48 +00:00
TerrainRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TerrainRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TransparencyRenderer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
TransparencyRenderer.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexArray.cpp # Better error tolerance 2007-02-28 20:09:19 +00:00
VertexArray.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexBuffer.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexBuffer.h . split up lib.h/.cpp, include the remnants from PCH, remove (pretty much universal) include of it. 2007-05-09 21:01:11 +00:00
VertexBufferManager.cpp remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
VertexBufferManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00
WaterManager.cpp mem: update comment 2007-11-10 18:45:17 +00:00
WaterManager.h remove all author/modified by tags. 2007-05-07 16:33:24 +00:00