In general, the old-style formatting macros such as "\red" are no longer preferred. All new code (but more likely all new programmers) should use the HTML syntax, since it simplifies matters to just have the one syntax for formatting text. (Zilal)
The batching algorithm may need to be fine-tuned after we get some feedback about how well it performs in various situations. It is still smart as far as automatically filtering out resources that the client does not need (like not transfering sounds if DS sound is configured to be off). The client.preload_rsc variable is still respected as well.
As a side-effect of these changes, it is also possible to force a specific resource to be loaded by the client. This might be useful if you do not have client.preload_rsc turned on but you need to make sure certain resources are pre-loaded in a given situation. Currently, this involves sending a query to the client each time it is called (no batching or server-side memory), so just keep that in mind. Example: