|
Revision 177, 460 bytes
(checked in by timo, 1 year ago)
|
transfer from internal tree r5311 branches/1.4-gpl
|
| Line | |
|---|
| 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 |
|---|