From: Brian P. <bri...@tu...> - 2006-08-02 14:30:21
|
James Supancic wrote: > I updated my local copy of the source code (with cvs up) and rebuilt. > bufferobj now runs properly. However, Sauerbraten still causes the > crservers to segfault (with the same error). > > What did you have to change to fix bufferobj? The state differencer was using diff_api.GetString() to determine if the GL_ARB_vertex_buffer_object extension was available. In the tilesort SPU, that function pointer was NULL, so the state differencer wasn't sending the VBO data to the crservers. What is Sauerbraten and where can I get it to test? -Brian |