| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Monster.h: Export SetBurnsInDaylight
This commit also adds BurnsInDaylight to check if the Monster burns in daylight
or not.
Closes https://github.com/cuberite/cuberite/issues/4294
* MonsterConfig.cpp: Add BurnsInDaylight
Closes https://github.com/cuberite/cuberite/issues/4294
|
|
|
|
|
|
|
| |
Closes #4236
CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/".
#include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
make attack function more responsive
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
code style
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
code style
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
Merge branch 'master' into cavespider-attack
Merge branch 'master' into cavespider-attack
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
code style
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
fix cavespider poisoning even if attack is in cooldown
make attack function more responsive
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
code style
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
Merge branch 'master' into cavespider-attack
Merge branch 'master' into cavespider-attack
Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack
|
|\
| |
| |
| |
| | |
Conflicts:
src/Entities/ArrowEntity.cpp
|
| | |
|
|/
|
|
| |
Ad fix a load of warnings
|
| |
|
| |
|
|
|
|
| |
Monsters will now attack. Additional checks have been added when generating spawn.
|
|
|
|
| |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
|
| |
|
| |
|
|
|
|
|
| |
* Fixes #1203
* Fixes #627
|
|
|
| |
Fixes #1184
|
|
|
|
| |
* Fixed potential issues with skylight detection
|
| |
|
|
|
|
| |
Fixes #1039, fixes #851
|
| |
|
| |
|
|
|
|
| |
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times.
|
| |
|
| |
|
|
|