[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r13600] by klaussfreire

Merge previous particle improvements from trunk of which the last commit was dependant on

2013-03-25 05:40:23 Tree
[r13599] by cellsafemode

nevermind about isSun, but getRadius is still good to have since before only Unit could access Planet radius

2013-03-25 04:18:02 Tree
[r13598] by klaussfreire

Minor fixes to particle (reduce logging verbosity, fix out-of-sync comment)

2013-03-25 03:53:38 Tree
[r13597] by klaussfreire

Merge particle system fixes and optimizations from trunk

2013-03-25 03:52:33 Tree
[r13596] by cellsafemode

some minor cleanups and fixes

2013-03-25 03:48:31 Tree
[r13595] by klaussfreire

Issue #3608250: Make intro text show when you click on a new campaign,
for mood setting, and try to be more robust when looking for the intro
text file (create absolute paths based on path to module)

2013-03-25 03:26:00 Tree
[r13594] by klaussfreire

Make max particle limit adjust to GPU capabilities automatically.
Optimize particle deletion.

2013-03-25 01:59:35 Tree
[r13593] by cellsafemode

This is an attempt to reset fairness in scheduling in the game. Basically, since we're not threaded we have to decide how many physics updates we want to run per draw and this more closely tunes things to the settings the player makes with Computer (simulation_atom size). It's important when testing this commit to see if it should be reverted to make sure your settings are matched to your computer. Slow framerate will == jerkier behavior, but game speed should remain divorced from framerate for the most part

2013-03-24 21:32:14 Tree
[r13592] by cellsafemode

-O options are now their own flag and independent of Build Mode or CPU opts. You can mix and match all 3 settings. We still need to do a better job at ensuring flags work with the current gcc version in use, however.

2013-03-24 16:48:48 Tree
[r13591] by cellsafemode

removing a Unit pointer from a collection should only need to traverse until the first unit match, we dont put multiple copies in a single list. Also some minor const optimizations and unit_collide was re-creating a function already in collection

2013-03-24 16:46:53 Tree
Older >