[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r12645] by dan_w

Part 3 of 3 -- Merging reformat branch back to trunk. Includes revisions 12641 and 12642. This is all just manual reformatting and cosmetic changes.

2010-02-25 15:44:43 Tree
[r12644] by dan_w

Part 2 of 3 -- Merging reformat branch back to trunk; includes revisions 12629 through 12640. General sanitation. All command macros wrapped in do{ ...; }while(0)'s. Some classes in src/gfx specially were improved in terms of const correctness, making dtor's virtual, adding explicit. Klauss' premul alpha commit to techniques was merged. ALL warnings were squashed, except those that happen when compiling the boost libs. File planetary_transform.h removed, along with all code references to it. Files XXX_server.cpp were added, and Makefile.am heavily revised, plus a lot of refactoring in existing files, in order to make unit.cpp include unit.h, rather than the other way around, and compile to its own .o, later linked. Removed use of abs() with (unsigned) pImage->ecm, and simplified some arithmetic/logic statements involving it. Some files were uncrustified for the first time, such as those I worked on from the collide library, and maybe also files in objconv, can't remember now. In any case, this commit includes a lot of manual cosmetic edits; sorry.

2010-02-25 15:22:25 Tree
[r12643] by dan_w

Part 1 of 3 -- merging reformatting branch back to trunk; includes revisions 12620 through 12628. 99% of this is automatic reformatting by uncrustify. The exception is 3 macros in basecomputer.cpp were wrapped in do{...;}while(0)'s.

2010-02-25 14:26:53 Tree
[r12642] by dan_w
2010-02-25 05:06:13 Tree
[r12641] by dan_w

All case statements in main src folder and in src/cmd and all its sub-folders checked for possible uncrustify bugs. None found so far. All changes committed are cosmetic.

2010-02-24 02:37:33 Tree
[r12640] by dan_w

Bug in ani_texture.cpp that caused the loss of starting splash screens and billboards around stars squashed. Credits to Safemode for the find. A debugging line removed from animation.cpp.

2010-02-23 01:29:53 Tree
[r12639] by dan_w

had forgotten to commit unit_server.

2010-02-22 14:13:48 Tree
[r12638] by dan_w

Sorry, forgot something important in the cs_xxx.h files; they could undefine symbols erroneously if a file was included twice.

2010-02-21 05:56:13 Tree
[r12637] by dan_w

had forgotten to commit cs_boostpython class. Other changes are cosmetic.

2010-02-21 05:17:39 Tree
[r12636] by dan_w

Fixed a mistake I made in merging techniques. Fixed a few more macros. Removed use of abs() with pImage->ecm, which is unsigned. Also simplified some of the logic that uses ecm, to reflect the fact that it can't be negative.

2010-02-19 20:29:28 Tree
Older >