]> de.git.xonotic.org Git - xonotic/netradiant.git/blob - COMPILING
* changed eol-style to native
[xonotic/netradiant.git] / COMPILING
1  * understand relative paths in the .game file
2  * ignore warnings: 4996 4244 4267
3  ( some CRT API warning stuff, and size conversion warnings)
4  * using the same updated Gtk win32 as GtkR 1.5 (may be packaged a bit differently for sanity)
5  * converted the project files to VC8
6  * disabled all the modules that are not necessary for Q3 editing
7  * default parameters can't be used in function typedefs anymore, removed those and fixed the code accordingly