Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-10 | add support for item particles. | Andrei Karas | 1 | -0/+14 | |
For this used particlefx tag in items.xml | |||||
2013-10-28 | Revert "Remove setMap from being constructor." | Andrei Karas | 1 | -1/+3 | |
This reverts commit 9cf563fa7f4059bfddd82efdaa89df2ed07a6d7c. | |||||
2013-10-24 | add final keyword to being files. | Andrei Karas | 1 | -6/+7 | |
2013-10-23 | remove unused virtual keyword | Andrei Karas | 1 | -2/+2 | |
2013-10-20 | Remove setMap from being constructor. | Andrei Karas | 1 | -3/+1 | |
2013-10-17 | fix const in being class. | Andrei Karas | 1 | -1/+1 | |
2013-10-17 | Remove virtual from Being::updateColors because it called in constructor. | Andrei Karas | 1 | -1/+1 | |
2013-10-06 | remove unused includes and remove default parameter in being. | Andrei Karas | 1 | -1/+1 | |
2013-10-04 | fix code style. | Andrei Karas | 1 | -1/+2 | |
2013-09-29 | change smaller letter literalt into capital letter. | Andrei Karas | 1 | -1/+1 | |
2013-09-28 | add const for methods return values. | Andrei Karas | 1 | -3/+3 | |
2013-09-18 | add missing const in being classes. | Andrei Karas | 1 | -3/+3 | |
2013-09-17 | fix heights offset on spawn time. | Andrei Karas | 1 | -2/+3 | |
2013-09-17 | fix beings draw order with tile heights. | Andrei Karas | 1 | -4/+7 | |
2013-09-17 | add walking on map height. | Andrei Karas | 1 | -1/+5 | |
using collisions from actual and not drawing tile. still have issue with fringe layer objects. | |||||
2013-09-09 | remove unused includes from being files. | Andrei Karas | 1 | -8/+0 | |
2013-09-05 | add option to use special diagonal moving speed. | Andrei Karas | 1 | -0/+1 | |
By default option enabled. | |||||
2013-09-05 | add support for additinional diagonal moving speed. | Andrei Karas | 1 | -1/+2 | |
2013-09-04 | add support for getting full move path from server (evol only). | Andrei Karas | 1 | -1/+1 | |
Also change netcode version to 10. Some times still movement bit wrong. | |||||
2013-08-31 | move being related files into being dir. | Andrei Karas | 1 | -0/+1063 | |