aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * make a dicated define for INITCELL_PROBA and make it 1 living cell on 7 created cellsLaurent Ghigonis2012-11-041-1/+2
| |
| * default size to 50x50Laurent Ghigonis2012-11-041-2/+2
| |
| * we cannot free grid->cells or we get crashes ... to be investigatedLaurent Ghigonis2012-11-041-1/+3
| |
| * free memory on evas smart object deletionLaurent Ghigonis2012-11-041-1/+2
| |
| * code beauty, reorganiseLaurent Ghigonis2012-11-041-17/+21
| |
| * add version and thank Boris !Laurent Ghigonis2012-11-041-2/+2
| |
| * move around functionLaurent Ghigonis2012-11-041-17/+17
| |
| * add licenseLaurent Ghigonis2012-11-041-0/+16
| |
| * fix indentLaurent Ghigonis2012-11-041-7/+6
| |
| * cleanupLaurent Ghigonis2012-11-041-144/+161
| | | | | | | | | | | | * add function headers for all functions * set some function as static * reorganise some functions order in the file
| * various improvementsLaurent Ghigonis2012-11-041-31/+125
| | | | | | | | | | | | | | * add hability to have multiple modes for cells evolution * implement Conway's Game of Life mode * setup injection of known patterns at random time * add a CELL_GET() macro and use it
| * imcrease default sizeLaurent Ghigonis2012-11-041-2/+2
| |
| * improve evolutionLaurent Ghigonis2012-11-041-2/+2
| |
| * better colorsLaurent Ghigonis2012-11-041-3/+3
| |
| * black backgroundLaurent Ghigonis2012-11-041-1/+1
| |
| * die more often !Laurent Ghigonis2012-11-041-4/+6
| | | | | | | | and update reference comments
| * update elife every secondLaurent Ghigonis2012-11-041-1/+1
| |
| * update the background every secondLaurent Ghigonis2012-11-041-1/+1
| |
| * add debug option and set the grid size to 30x30Laurent Ghigonis2012-11-041-6/+11
| |
| * fix evolution. bug free now :)Laurent Ghigonis2012-11-041-19/+63
| | | | | | | | population is evolving too much, need to add a limitation factor.
| * * use evas_object_rectangle instead of evas_object_imageLaurent Ghigonis2012-11-031-18/+54
| | | | | | | | * add the basics of an evolution()
| * fix pointersLaurent Ghigonis2012-11-031-8/+7
| |
| * preliminary work on elife.Laurent Ghigonis2012-10-144-255/+198
| | | | | | | | just compiles, does not run.
| * just so it compilesLaurent Ghigonis2012-10-143-3/+3
| |
| * initial import of eenvaders code baseLaurent Ghigonis2012-10-1417-0/+931
|
* Merge egraph repository in glouglou repositoryLaurent Ghigonis2013-02-2722-0/+3236
|\
| * lockup ++Laurent Ghigonis2012-12-161-0/+60
| |
| * more detailsLaurent Ghigonis2012-12-161-0/+12
| |
| * evas lockup ++Laurent Ghigonis2012-12-161-0/+63
| |
| * move 2 printfs to be DEBUG conditionnalLaurent Ghigonis2012-12-151-3/+5
| |
| * increase vertice name max len (EGRAPH_VERTICE_NAME_MAXLEN)Laurent Ghigonis2012-12-151-1/+1
| |
| * update ThanksLaurent Ghigonis2012-12-151-2/+3
| |
| * notes about zooming, from zmikeLaurent Ghigonis2012-12-141-0/+15
| |
| * TODO++ on blobsLaurent Ghigonis2012-12-141-0/+25
| |
| * new verticeLaurent Ghigonis2012-12-143-50/+91
| | | | | | | | | | | | * text + image in one edje object * respect active and inactive status * size of image and text determined by the theme
| * updatLaurent Ghigonis2012-12-141-3/+3
| |
| * wordingLaurent Ghigonis2012-12-131-1/+1
| |
| * update regarding current devLaurent Ghigonis2012-12-131-12/+25
| |
| * drop support for having non themed vertices, and update demoapp in consequence.Laurent Ghigonis2012-12-133-46/+13
| | | | | | | | needed for simplicity in future vertice theming refactor.
| * add some Thanks !Laurent Ghigonis2012-12-131-0/+2
| |
| * better indentation of struct members, no functionnal changeLaurent Ghigonis2012-12-131-13/+13
| |
| * fix inactive transition for vertices by having a group boolean set for verticesLaurent Ghigonis2012-12-132-3/+5
| | | | | | | | that are vertices groups
| * specify empty source in programsLaurent Ghigonis2012-12-131-0/+2
| |
| * use 1 bit for boolean integer.Laurent Ghigonis2012-12-131-3/+3
| |
| * vertice and edges now have a type ("normal" and "group") and a status ("active"Laurent Ghigonis2012-12-133-36/+176
| | | | | | | | and "inactive")
| * increase vertice size a bitLaurent Ghigonis2012-12-131-2/+2
| |
| * remove useless partLaurent Ghigonis2012-12-131-6/+0
| |
| * tweak colorsLaurent Ghigonis2012-12-132-2/+2
| |
| * make printf conditionnal on DEBUGLaurent Ghigonis2012-12-131-1/+2
| |
| * fix function nameLaurent Ghigonis2012-12-131-2/+2
| |