aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * blink when you will dieLaurent Ghigonis2012-11-051-1/+5
| | |
| * | fix object size so it does fit the container size exactly.Laurent Ghigonis2012-11-051-5/+6
| | | | | | | | | | | | also call grid_inject_pattern() on mouse down.
| * | TODO++Laurent Ghigonis2012-11-051-0/+1
| | |
| * | more reasonable speed and size for a wallpaperLaurent Ghigonis2012-11-052-3/+3
| | |
| * | imcrease speed !Laurent Ghigonis2012-11-052-2/+2
| | |
| * | it works it works !Laurent Ghigonis2012-11-051-13/+22
| | | | | | | | | | | | | | | much performance improvements compaired to the multi evas_object implementation increase grid size to 200x200
| * | activate debug and reduce grid size for debugLaurent Ghigonis2012-11-051-3/+3
| | |
| * | code for image writing is here nowLaurent Ghigonis2012-11-051-18/+37
| | |
| * | work in progress, i broke everythingLaurent Ghigonis2012-11-051-31/+30
| |/
| * optimisation ideasLaurent Ghigonis2012-11-051-0/+3
| |
| * nicer cell colorsLaurent Ghigonis2012-11-051-3/+9
| |
| * implement death for CONWAY_GROW modeLaurent Ghigonis2012-11-041-1/+5
| |
| * small code explanationLaurent Ghigonis2012-11-041-0/+3
| |
| * remove TODO from source, it's in README nowLaurent Ghigonis2012-11-041-5/+0
| |
| * add releasesLaurent Ghigonis2012-11-041-1/+4
| |
| * add "Code organisation" sectionLaurent Ghigonis2012-11-041-0/+5
| |
| * typoLaurent Ghigonis2012-11-041-1/+1
| |
| * expand Future section and add TODO sectionLaurent Ghigonis2012-11-041-0/+13
| |
| * mention the "elife" binary creationLaurent Ghigonis2012-11-041-1/+2
| |
| * add Future sectionLaurent Ghigonis2012-11-041-0/+9
| |
| * add "Elife slows down my e17" sectionLaurent Ghigonis2012-11-041-0/+14
| |
| * remove useless commentLaurent Ghigonis2012-11-041-1/+0
| |
| * bump version in READMELaurent Ghigonis2012-11-041-1/+1
| |
| * add Dependencies sectionLaurent Ghigonis2012-11-041-0/+4
| |
| * add install instructionsLaurent Ghigonis2012-11-041-0/+10
| |
| * 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
|