-
Notifications
You must be signed in to change notification settings - Fork 81
Home
Hoikas edited this page Jun 17, 2012
·
2 revisions
Welcome to the dumping ground! This should probably be on the GoW Wiki, but this is closer to the code, so whatever.
The following are really useful or interesting additions to the code base that are either incomplete or don't belong in the mainline. We need a place to keep track of them that isn't pull requests, so here we are.
This adds a new DIFF syntax to SDL files, decreasing their overall size. This is blocking on server support. See Pull Request #147
This adds a DEPR_STRING macro that allows us to induce compiler errors in places where the c strings should no longer be used. This is an effective porting tool but inappropriate for the main code base. See Pull Request #201