[Gtkradiant] [Bug 804] synapse doesn't complain if a client is missing
gtkradiant@zerowing.idsoftware.com
gtkradiant@zerowing.idsoftware.com
Sat, 27 Sep 2003 06:19:55 -0500
http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=804
------- Additional Comments From ttimo@idsoftware.com 2003-09-27 06:19 -------
test case:
remove from "model" client
<api name="shaders">
quake3
</api>
and start the editor, load a misc_model, die
going to implement a fix. more precisely:
factorize the GetNextConfig calls into the synapse client
passing list of API entries
and having the client do a check that everything was inited at the end
then the GetNextConfig loop will be factorized to a single function, and will
have the safe check