aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #20 from ymherklotz/developHEADmasterYann Herklotz2018-06-2322-81/+145
|\ | | | | Develop
| * Updating example to test out the new entity systemdevelopYann Herklotz2018-06-231-12/+23
| |
| * Updating readmeYann Herklotz2018-06-231-4/+5
| |
| * Entity implementation with added 'each' functionYann Herklotz2018-06-232-6/+34
| |
| * Some more component implementationsYann Herklotz2018-06-232-1/+25
| |
| * Switching to east constYann Herklotz2018-06-2316-58/+58
| | | | | | | | | | | | | | This is compared to const west, which is not very consistent, as const always acts on what is on its left, and if there isn't anything on the left, it will act on what is on its right. By always placing const on the right of what it should act on, the rule becomes more consistent.
* | Merge pull request #19 from ymherklotz/developYann Herklotz2018-06-2219-390/+172
|\| | | | | Develop
| * Adding components implementationYann Herklotz2018-06-222-7/+39
| |
| * Removing entity system from main headerYann Herklotz2018-06-221-6/+0
| |
| * Writing systems for entity systemYann Herklotz2018-06-221-1/+12
| |
| * Expanding entity systemYann Herklotz2018-06-222-34/+27
| |
| * Improving dir locals for compilation in emacsYann Herklotz2018-06-221-1/+1
| |
| * Moving test nameYann Herklotz2018-06-222-15/+52
| |
| * Removing iostreamYann Herklotz2018-06-224-13/+0
| |
| * Making C++17 the standardYann Herklotz2018-06-211-1/+1
| |
| * Adding entity implementation and changing APIYann Herklotz2018-06-202-3/+51
| |
| * Adding imports to test entity systemYann Herklotz2018-06-201-0/+2
| |
| * Adding components with testYann Herklotz2018-06-153-0/+36
| |
| * Adding new systemYann Herklotz2018-06-151-21/+5
| |
| * Adding entity systemYann Herklotz2018-06-151-107/+30
| |
| * Deleting entity system so that it can be rewrittenYann Herklotz2018-06-155-270/+0
| |
| * Making functions return themselvesYann Herklotz2018-06-122-6/+10
| | | | | | | | | | This is so that the functions can be chained together
| * Making function `const`Yann Herklotz2018-06-122-2/+3
|/
* Removing gitattributes, which has been replaced by modelinesYann Herklotz2018-06-021-3/+0
|
* Merge branch 'master' of github.com:ymherklotz/YAGEYann Herklotz2018-06-021-0/+0
|\
| * Merge branch 'develop'Yann Herklotz2018-06-021-2/+3
| |\
* | | Adding modelineYann Herklotz2018-06-0260-129/+203
| | |
* | | Merge branch 'develop'Yann Herklotz2018-06-021-1/+3
|\ \ \ | |/ / |/| / | |/
| * Adding vendored codeYann Herklotz2018-06-021-2/+4
| |
* | Adding vendored codeYann Herklotz2018-06-021-1/+2
|/
* Reverting build script0.1.5Yann Herklotz2018-06-021-21/+15
|
* Updating build scriptYann Herklotz2018-06-021-15/+21
|
* Updating travis yamlYann Herklotz2018-06-021-0/+1
|
* Adding cmakelist with correct directoryYann Herklotz2018-06-021-1/+1
|
* Moving librariesYann Herklotz2018-06-027-0/+7983
|
* Removing submodulesYann Herklotz2018-06-024-12/+0
|
* Adding documentation and credditYann Herklotz2018-05-201-0/+8
|
* Refactoring comments and adding component groupsYann Herklotz2018-05-201-25/+48
|
* Component pool now in entitiesYann Herklotz2018-05-206-22/+36
|
* Adding deleting of an entityYann Herklotz2018-05-202-1/+12
|
* Removing experimental from sourcesYann Herklotz2018-05-201-1/+0
|
* Using pragma instead of gardsYann Herklotz2018-05-1928-112/+30
| | | | The reason for this is that it reduces clashes between names.
* Fixing build scriptYann Herklotz2018-05-191-1/+1
|
* Moving resources and generalising examplesYann Herklotz2018-05-1938-466/+24
|
* Adding back two compilersYann Herklotz2018-05-193-48/+44
|
* Adding error outputYann Herklotz2018-05-191-0/+2
|
* Removing parentDirectory, as it's not neededYann Herklotz2018-05-192-7/+0
|
* Fixing travisYann Herklotz2018-05-191-8/+0
|
* Removing sudoYann Herklotz2018-05-191-1/+0
|
* Adding travis configsYann Herklotz2018-05-181-65/+21
|