aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Adding components implementationYann Herklotz2018-06-222-7/+39
|
* Writing systems for entity systemYann Herklotz2018-06-221-1/+12
|
* Expanding entity systemYann Herklotz2018-06-222-34/+27
|
* Adding entity implementation and changing APIYann Herklotz2018-06-202-3/+51
|
* Adding components with testYann Herklotz2018-06-152-0/+23
|
* 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
* Adding modelineYann Herklotz2018-06-027-9/+17
|
* 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-204-21/+33
|
* Adding deleting of an entityYann Herklotz2018-05-202-1/+12
|
* Using pragma instead of gardsYann Herklotz2018-05-193-12/+3
| | | | The reason for this is that it reduces clashes between names.
* Improving ECS and adding documentation.Yann Herklotz2018-05-0410-37/+101
|
* Fixed types and removed unnecessary functionYann Herklotz2018-04-303-19/+6
|
* Merge branch 'master' of github.com:ymherklotz/YAGEYann Herklotz2018-04-302-19/+2
|\
| * Working on the entity systemYann Herklotz2018-04-293-20/+7
| |
* | Adding support for entity component systems.Yann Herklotz2018-04-306-90/+46
|/
* [entity] Fixing builds tooYann Herklotz2018-02-135-55/+35
|
* [entity] Starting work on entity system.Yann Herklotz2018-02-139-0/+440