[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r13568] by cellsafemode

Some minor hopeful fixes to some collision related code that hopefully helps make collisions with objects less buggy. Also attempted to fix what looked like a bug in the polygon code reading in quad polygons (which we don't do anyway) where the triangle reading code executed after numtri's was reached in the second iteration of the outermost loop.

2013-03-10 20:55:35 Tree
[r13567] by cellsafemode

small tweaks to get some better autovectorization

2013-03-10 14:23:55 Tree
[r13566] by cellsafemode

Sorry, killed the s in unsafe-loop-optimizations

2013-03-09 20:46:30 Tree
[r13565] by cellsafemode

Minor cleanup in options class and apparently we were overriding cpu opts with a standard -O2 release flag, this disabled the -O option set in cpu_opts (disabled vectorization which is turned on by -O3 by default in current gen gcc)

2013-03-09 20:41:57 Tree
[r13564] by cellsafemode

Another set of options consolidation. Only about a thousand more left.

2013-03-09 20:05:41 Tree
[r13563] by cellsafemode

More consolidation of options into vs_options class. other minor cleanups

2013-03-09 14:43:06 Tree
[r13562] by cellsafemode

First round of option consolidation. many many more to come

2013-03-08 05:49:02 Tree
[r13561] by cellsafemode

Some double -> float issues cleaned up

2013-03-08 02:50:14 Tree
[r13560] by cellsafemode

missed this little warning

2013-03-08 02:28:28 Tree
[r13559] by cellsafemode

More warning fixes, this is pretty much everything other than double->float narrowing issues. which are fairly complicated compared to these guys

2013-03-08 00:33:19 Tree
Older >