Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved entity spawning into cEntity::Initialize(). | madmaxoft | 2013-08-25 | 9 | -61/+4 |
* | Merged branch 'master' into Projectiles. | madmaxoft | 2013-08-25 | 1 | -3/+4 |
|\ | |||||
| * | Fixed pickup behavior outside the world. | madmaxoft | 2013-08-24 | 1 | -3/+4 |
| * | Removed unwanted VirtualHooks remnants. | madmaxoft | 2013-08-22 | 1 | -2/+1 |
* | | Added a few basic fields to cProjectileEntity and cArrowEntity. | madmaxoft | 2013-08-22 | 2 | -4/+73 |
* | | Arrows can spawn on the client. | madmaxoft | 2013-08-22 | 1 | -1/+2 |
* | | Added skeleton code for projectile spawning. | madmaxoft | 2013-08-22 | 3 | -6/+105 |
|/ | |||||
* | Hotfix for #83. | madmaxoft | 2013-08-20 | 1 | -0/+6 |
* | Started work on the cProjectileEntity class. | madmaxoft | 2013-08-20 | 1 | -0/+69 |
* | Debuggers: Added continuous hunger reporting. | madmaxoft | 2013-08-19 | 2 | -4/+7 |
* | Added cPickup:IsCollected() to the Lua API. | madmaxoft | 2013-08-19 | 1 | -0/+3 |
* | Added cPickup:GetAge() the the Lua API. | madmaxoft | 2013-08-19 | 1 | -3/+2 |
* | Moved entities into the Entities subfolder. | madmaxoft | 2013-08-19 | 14 | -0/+4480 |