[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[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
[r13558] by cellsafemode

The last commit message actually refers to src/gfx/cockpit.cpp. The changes to camera.cpp involved only triggering physics frame updates if actual physics changed, but passing the gfx update through regardless like it did prior. Also some dead variable removal.

2013-03-05 04:25:50 Tree
[r13557] by cellsafemode

here we get rid of an unecessary gfx update prior to initial cockpit view. That was probably needed back when a physics update was only instantiated when a gfxdraw change was triggered. Then later on for situations that VS doesn't work with (actual cockpits) we had a loop that counted down but used a conditional that would always be true. I fixed that loop so it makes sense.

2013-03-05 04:23:02 Tree
[r13556] by pheonixstorm

Updating binary and win32 project file to r13555

2013-03-04 14:45:47 Tree
Older >