index
:
structs
this commit
main
All of the structures used in the GalaxySimulator
emile
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
quadtree.go
Commit message (
Collapse
)
Author
Age
*
corrected the typo Boundry -> Boundary
Emile
2019-02-05
|
*
added a mutex around the insertion possibly fixing collisions
hanemile
2019-01-28
|
*
Removed the verbose debug logging
hanemile
2019-01-24
|
*
Added some debug information
hanemile
2019-01-23
|
*
removed the recursion limit again
hanemile
2019-01-23
|
*
updated the recursion limit
hanemile
2019-01-23
|
*
added the recursion limit again
hanemile
2019-01-23
|
*
removed the recursion limit
hanemile
2019-01-23
|
*
Started writing alot of tests
hanemile
2019-01-22
|
*
increased the recursion limit
hanemile
2019-01-22
|
*
.
hanemile
2019-01-21
|
*
reviewed the comments
hanemile
2019-01-21
|
*
implemented methods calculating the center of mass, the total mass of given ↵
hanemile
2019-01-16
|
|
|
|
trees
*
something seems broken...
hanemile
2019-01-12
|
*
added json attributes to objects
hanemile
2019-01-12
|
*
using json to store the stars
hanemile
2019-01-12
|
*
.
hanemile
2019-01-12
|
*
Implemented inserting stars into the tree making sure all stars are in leaves.
hanemile
2019-01-12
|
*
Defined a Node
hanemile
2019-01-11
|
*
overall push
hanemile
2019-01-09
|
*
started reparing the insertion function
hanemile
2019-01-03
|
*
overall push
hanemile
2018-12-24
|
*
test
hanemile
2018-12-19
|
*
Implemented subdividing a given tree and inserting into a given tree
hanemile
2018-12-15
|
*
removed the pointer foo
hanemile
2018-12-14
|
*
exported pretty much all the values and removed getters (alot of collisions ↵
hanemile
2018-12-14
|
|
|
|
occurred!)
*
Copied the stucts from /Source making them more available by other containers.
hanemile
2018-12-13