Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-26 | revamped the list and creatures | Tom | |
two bugs i can see right now -somehow when a resource has less than 0 amount it still sticks around (somewhat rare) -some creatures just bounce back and forth until they die not getting to their target | |||
2015-05-08 | added removal of resources once eaten, from the L and R vector | tom | |
creatures that done move don't die right now, we need them to wander if they dont have a priority **difficult** | |||
2015-05-08 | they may eat if they can reach food in time | tom | |
2015-05-08 | death now works properly | tom | |
2015-05-08 | Update list.cpp | Tom Barrett | |
2015-05-08 | all creatures should die now, and leave a body which is a resource. | Tom Barrett | |
they currently don't have a way to gain health so they live short sad lives. haven't compiled or tested, so more work needs to be done | |||
2015-05-08 | fixed some comments and cleaned around | tom | |
2015-05-08 | merging | tom | |
2015-05-08 | Merge branch 'master' of https://github.com/MajorTom6/natures | tom | |
Conflicts: src/list.cpp | |||
2015-05-08 | merging | tom | |
2015-05-07 | Some variable names changed and many comments made so I understand what the ↵ | dakjos | |
fuck is going on | |||
2015-05-07 | woo! detection is implemented albeit shitty | tom | |
2015-05-06 | made list vector not get infinitly big | Tom Barrett | |
2015-05-06 | changed the movement to no longer move randomly | Tom Barrett | |
2015-05-05 | fleshed out list, locations of all creatures and resources are now within | tom | |
2015-05-05 | fixed list to make it easy to add more creatures/resources. | tom | |
need to figure out how to generate more random numbers after - implement resource amount and ability to eat | |||
2015-05-04 | process of implementing the unit list, have not compiled or tested | Tom Barrett | |
2015-05-02 | fixed in file naming | tom | |
2015-05-02 | added basic movement | tom | |
2015-05-01 | removed temp and made compilable | tom | |
2015-05-01 | needs cleaning, hasnt been tested | Tom Barrett | |
2015-05-01 | removed duplicates and redirected images | Tom Barrett | |
2015-04-30 | added creature and resource classes | tom | |
2015-04-30 | first commit | tom | |