[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r12689] by klaussfreire

Update configure.ac script to better check PNG support in light of recent incompatibilities.

2010-03-09 07:18:10 Tree
[r12688] by klaussfreire

Ticket #18: removed use of deprecated libpng functions

2010-03-09 03:39:43 Tree
[r12687] by dan_w

About 1/6 of the original cmake warnings squashed. Only a few files with warnings remain.

2010-03-08 15:46:02 Tree
[r12686] by dan_w

About another 1/3 of the cmake warnings squashed. As per my previous commit, this needs reviewing and fixing by someone more familiar with the code. There are BUGS here. In mesh_gfx.cpp, for instance, there are two switch statements with conditions but where nothing is done in the bodies. Look at the diff and search for FIXME for bugs; some of which I addressed without knowing what I'm doing, and some of which I couldn't.

2010-03-08 06:44:19 Tree
[r12685] by safemode

merging with safemode branch -r12684

2010-03-07 22:32:39 Tree
[r12684] by safemode

Replace obsolete debugging calls in vsimage and one annoyance in unit_generic, fix vs_dprintf

2010-03-07 22:30:37 Tree
[r12683] by safemode

merging trunk -r12682

2010-03-07 18:35:55 Tree
[r12682] by dan_w

Here's about 1/3 of all the warnings from cmake squashed. WARNING: There were/are many BUGS which I could not properly fix; namely variables that were declared without initialization, then initialize inside some conditionals or cases but not others, and subsequently used. In 90% of the cases I initialized them to zero, or to 0.0f, or to enum Ok, etceteras; but this NEEDS attention from someone more familiar with the code. Check the diffs. Many files like that. Warnings from the collision library were made to shut up with a pragma. They rely on sizeof(float)==sizeof(int) and (int&)float(0.0f)==int(0), which happens to be true, currently, with AMD athlons and compatible cpu's. Terribly incorrect library, tho.

2010-03-07 07:44:48 Tree
[r12681] by dan_w

Removed obsolete cubemap texture transfer debugging messages.

2010-03-05 03:43:29 Tree
[r12680] by hellcatv

remove needless debugging printouts

2010-03-05 00:06:54 Tree
Older >