| Commit | Date | |
|---|---|---|
|
[r12629]
by
dan_w
All files in the /src/gfx folder have been scanned for multi-line macros without do{}while(0) wrappers and fixed. About 1/3 of the files have also been const-corrected (adding const to functions that don't change the class state (usually those that return a value)). Run-time problems remain, however. |
2010-02-13 07:41:44 | Tree |
| 2010-02-12 17:47:31 | Tree | |
|
[r12627]
by
dan_w
All sources reformatted. Well, two files would NOT be reformatted: python_class.h and gnuhash.h. They both killed uncrustify by declaring macros that open a brace, and macros that close a brace. I also skipped the Sound folder, which appeared to contain files from an external library. The engine builds, but there's a couple of runtime issues: The subliminal messages at the game boots were replaced by a white rectangle, and some planets or stars, I think stars, look like they have a box around them. |
2010-02-12 07:58:38 | Tree |
| 2010-02-12 02:52:22 | Tree | |
|
[r12625]
by
dan_w
all .h and .cpp files under the /src/cmd folder are reformatted, except those under /src/cmd/collide2 folder, as those are an external library. However, one of those, OPC_picking.cpp, had an #ifdef inside a namespace, and its matching #endif outside the namespace, and that's been fixed. |
2010-02-12 01:17:58 | Tree |
|
[r12624]
by
dan_w
Was just looking for other files I may have forgot to commit... I'm not sure if these two textures I also forgot to commit, or whether the meshes don't call them yet, but they will be needed soon, if they are not needed now, so might as well commit them now. |
2010-02-11 15:35:23 | Tree |
|
[r12623]
by
dan_w
Apparently I never committed gray.png and grey.png (same thing, alternate spellings) which is the default normalmap texture for UUUV format. Here they are. Sorry... |
2010-02-11 15:21:00 | Tree |
|
[r12622]
by
dan_w
Recommitted the same 6 files after modifying the uncrustify settings so that braces around single statement conditional blocks are only removed if the single statement spans a single line. Braces around multi-line single statements are now preserved. |
2010-02-11 00:20:28 | Tree |
|
[r12621]
by
dan_w
First 6 files reformatted (aggressive, comm_ai and communication --.h/.cpp) for feedback. |
2010-02-09 21:22:55 | Tree |
| 2010-02-09 06:07:27 | Tree |