Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
| | |||||
* | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Entities handle chunks properly again | Tiger Wang | 2014-04-12 | 1 | -3/+0 |
| | | | | | * Entities properly handle chunks * Changed EntityStatus enums to be less shouty | ||||
* | Add health and age load to pickup's. | Howaner | 2014-03-15 | 1 | -10/+13 |
| | |||||
* | Pickup constructor no longer exported | Tiger Wang | 2014-02-03 | 1 | -3/+4 |
| | | | | | It didn't do anything without Initialize() exported, anyway, pickups are spawned with cWorld. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+64 |