summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-01-03move tests to a separate test directory.mo khan
2014-12-31use "COLUMNS" and "LINES" environment variables.mo khan
2014-12-31extract clean target and CLFAGS.mo khan
2014-12-30extract variable.mo khan
2014-12-30rename variable.mo khan
2014-12-30inline conditional.mo khan
2014-12-30update test.mo khan
2014-12-30use cell_at.mo khan
2014-12-30extract cell print.mo khan
2014-12-30extract each.mo khan
2014-12-30move more out of main and in to world.mo khan
2014-12-30remove old files.mo khan
2014-12-30update maint to use the new world object.mo khan
2014-12-30add world_print.mo khan
2014-12-30add test target.mo khan
2014-12-29use pointers to cells instead.mo khan
2014-12-29extract cell class and fix broken test.mo khan
2014-12-29add tests for new world implementation.mo khan
2014-12-29kill all cells.mo khan
2014-12-29initialize world with cells.mo khan
2014-12-29start to define a world object.mo khan
2014-10-28move freeing memory to the function that allocated the memory.mo khan
2014-10-28extract clear_screen function.mo khan
2014-10-27free memory and break tests.mo khan
2014-10-27read width from environment variable.mo khan
2014-10-27move WIDTH & HEIGHT to extern variables.mo khan
2014-10-27remove a bunch of hard coded numbers and used fix constants instead.mo khan
2014-10-27generate a random world.mo khan
2014-10-27scrub memory.mo khan
2014-10-27use malloc to allocate memory on heap instead of using local stack variable.mo khan
2014-10-26remove extra printf.mo khan
2014-10-26move header files into src dir.mo khan