[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r13614] by cellsafemode

make erase take one argument. Should be the last of the optimizations and cleanups for unitcollection. It's _really_ fast now... But AI is still horribly innefficient, traversing subunit lists of its parents for each subunit (that's bad and just feels wrong).

2013-03-30 05:32:41 Tree
[r13613] by cellsafemode

It looked like for some reason this while loop got mangled

2013-03-30 04:25:40 Tree
[r13612] by cellsafemode

Revert most of my change made with the commit for modifying simulation_atom...doesn't seem to have the desired effect

2013-03-30 04:24:10 Tree
[r13611] by cellsafemode

Further optimization of unit collection and iterator classes. I moved active iterator to a fixed length array slot based system. We currently never peak over 3 concurrrent iterators on a given list so i set it to 5. By having a fixed length array, we drastically improve speed of looking up other active iterator positions and thus we're able to avoid keeping lists of null holder positions. a unit collection should only ever return NULL when at the end of the list. I also optimized = operator

2013-03-30 04:16:20 Tree
[r13610] by klaussfreire

Add more py2 compatibility imports, not sure they're *required*, but
they're correct.

2013-03-29 22:33:08 Tree
[r13609] by klaussfreire

Merge the rest of py3 branch. Also make it compatible with py2, for the
lulz (and because it might suit mods)

2013-03-29 22:27:06 Tree
[r13608] by klaussfreire

Un-revert r13505 & r13507, prior to merging py3 python changes

2013-03-29 22:02:28 Tree
[r13607] by klaussfreire

Forgot to commit these images

2013-03-29 21:59:43 Tree
[r13606] by klaussfreire

Rename int32bit and char8bit to uint32bit and uchar32bit, to reflect
their unsignedness

2013-03-29 04:46:42 Tree
[r13605] by cellsafemode

only include ftree parallel loops option if we want > 1 ... not sure if gcc checks for 1 to not include unecessary gomp in such a situation, so include it conditionally. Makes sense

2013-03-29 02:24:21 Tree
Older >