[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[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
[r12635] by dan_w

Merged Klauss' commit for premult alpha blend mode (r12630) onto the reformat branch.

2010-02-19 14:33:06 Tree
[r12634] by dan_w

Hunted for unsafe macros, one folder at a time. Gone through the main /src folder, and subfolders /gfx,
/cmd/ai and /cmd/collide2. Probably about 100 macros have been wrapped in do{}while(0). A problem
with vegaserver about it not being able to load the universe seems to have been fixed.

2010-02-18 20:01:40 Tree
[r12633] by dan_w

* wrapped a few more macros in do{}while(0)'s
* removed #include "unit.cpp" from unit.h; added #include "unit.h" to unit.cpp
* made it work :) unit.cpp now compiles to its own object file, for both vegastrike and vegaserver
* had to add a few <xxx>_server.cpp files, and modify the Makefile.am lists quite a bit
* re-uncrustified all changed files

2010-02-18 07:38:09 Tree
Older >