Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace ItemCallbacks with lambdas (#3993) | peterbell10 | 2017-09-11 | 1 | -21/+4 |
| | |||||
* | Changed some int parameters to vector parameters (#3937) | Bond-009 | 2017-09-07 | 1 | -3/+3 |
| | |||||
* | Revert "Replace ItemCallbacks with lambdas (#3948)" | LogicParrot | 2017-09-02 | 1 | -4/+21 |
| | | | | This reverts commit 496c337cdfa593654018c171f6a74c28272265b5. | ||||
* | Replace ItemCallbacks with lambdas (#3948) | peterbell10 | 2017-09-01 | 1 | -21/+4 |
| | |||||
* | Bulk clearing of whitespace | LogicParrot | 2016-02-05 | 1 | -3/+3 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -2/+2 |
| | | | | Ad fix a load of warnings | ||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | Exported individual projectile classes to Lua API. | Mattes D | 2014-10-21 | 1 | -0/+22 |
| | | | | They used to be exported, but then they were moved to separate files and those werent' added to the ToLua processing list. | ||||
* | Changed everything to callbacks | Tiger Wang | 2014-07-05 | 1 | -6/+29 |
| | |||||
* | Suggestions | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
| | |||||
* | Various fixed | Tiger Wang | 2014-07-04 | 1 | -3/+5 |
| | | | | | * Fixed potential invalid pointer dereferencing, fixes #1117 * Fixed ender pearls not being loaded properly | ||||
* | Fixed multiple issues with projectiles | Tiger Wang | 2014-06-22 | 1 | -4/+5 |
| | | | | | | | * Fixed arrows not being collectable/not truly hitting a block/not lodging into blocks/not going in far enough * Fixed projectiles not playing their block hit animation owning to being destroyed too quickly | ||||
* | Fixed projectile source filenames, indentations | archshift | 2014-04-28 | 1 | -0/+54 |