summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-05-02spring cleaningtom
2016-05-02implemented the location fully into entitytom
2016-05-02spring cleaningtom
2016-05-02changed exectom
2016-05-02changed exectom
2016-05-02spring cleaning, added framerate cap & started iterator replacementtom
2015-08-01pushing before formatTom
2015-05-26revamped the list and creaturesTom
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-08added removal of resources once eaten, from the L and R vectortom
creatures that done move don't die right now, we need them to wander if they dont have a priority **difficult**
2015-05-08they may eat if they can reach food in timetom
2015-05-08death now works properlytom
2015-05-08Update list.cppTom Barrett
2015-05-08changed the color of the basic resource so no confusion with dead bodies and ↵Tom Barrett
fixed spacing
2015-05-08all 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-08Merge branch 'master' of http://github.com/majortom6/naturesTom Barrett
2015-05-08created a dead creatureTom Barrett
2015-05-08fixed some comments and cleaned aroundtom
2015-05-08mergingtom
2015-05-08Merge branch 'master' of https://github.com/MajorTom6/naturestom
Conflicts: src/list.cpp
2015-05-08mergingtom
2015-05-07Some variable names changed and many comments made so I understand what the ↵dakjos
fuck is going on
2015-05-07woo! detection is implemented albeit shittytom
2015-05-06made list vector not get infinitly bigTom Barrett
2015-05-06changed the movement to no longer move randomlyTom Barrett
2015-05-05fleshed out list, locations of all creatures and resources are now withintom
2015-05-05fixed 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-04process of implementing the unit list, have not compiled or testedTom Barrett
2015-05-02fixed in file namingtom
2015-05-02renamed so atom detects it is a cpp file :xtom
2015-05-02added basic movementtom
2015-05-01removed temp and made compilabletom
2015-05-01needs cleaning, hasnt been testedTom Barrett
2015-05-01removed duplicates and redirected imagesTom Barrett
2015-05-01fixed directories and makefileTom Barrett
2015-04-30added creature and resource classestom
2015-04-30first committom