Skip to content
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.

Archived Code Additions/Utilities

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.

SDL Diff Syntax

This adds a new DIFF syntax to SDL files, decreasing their overall size. This is blocking on server support. See Pull Request #147

CString Deprecation Macro

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