jan64
|
d37e0eb72b
|
Added system and above action bar chat messages
|
2015-06-02 19:59:46 +02:00 |
|
Mattes D
|
48c153bf53
|
Fixed warnings in MSVC.
It complained about undefined return values or using uninitialized variables.
|
2015-06-02 12:51:43 +02:00 |
|
tycho
|
4956e8700d
|
Merge branch 'master' into PreventNewWarnings
Conflicts:
src/Entities/ArrowEntity.cpp
|
2015-05-29 00:12:56 +01:00 |
|
SafwatHalaby
|
f1540173da
|
AI - Sane Skeleton
|
2015-05-28 19:19:56 +03:00 |
|
tycho
|
b2fa71a32a
|
Fix comments
|
2015-05-28 12:54:04 +01:00 |
|
tycho
|
e19693e529
|
Merge branch 'master' into PreventNewWarnings
Conflicts:
src/Inventory.cpp
|
2015-05-28 11:05:41 +01:00 |
|
Alexander Harkness
|
da4a76bb50
|
Merge pull request #2061 from mc-server/fixes
Fixes
|
2015-05-27 12:21:17 +01:00 |
|
tycho
|
a6ccee5948
|
Merge branch 'master' into PreventNewWarnings
|
2015-05-24 17:27:05 +01:00 |
|
tycho
|
dae9e5792a
|
Made -Weverything an error.
|
2015-05-24 12:56:56 +01:00 |
|
Alexander Harkness
|
febc8529b1
|
Fix gamemode not changing properly.
Should fix #604
|
2015-05-23 19:31:33 +01:00 |
|
tycho
|
81c0116cf1
|
Merge branch 'master' into PreventNewWarnings
|
2015-05-23 07:33:52 -07:00 |
|
worktycho
|
7e0dc0f9bc
|
Merge pull request #2117 from Seadragon91/clang_errors
Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
|
2015-05-23 15:31:49 +01:00 |
|
Lukas Pioch
|
e30b2ed487
|
Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher.
|
2015-05-23 16:28:37 +02:00 |
|
tycho
|
b29ae54d91
|
Merge branch 'master' into PreventNewWarnings
|
2015-05-23 06:50:28 -07:00 |
|
Alexander Harkness
|
3a27fabbab
|
Merge pull request #2103 from beeduck/Issue1980
Fixed players head visible when in spectator mode
|
2015-05-23 11:56:39 +01:00 |
|
tycho
|
1577a080ee
|
Merge branch 'master' into PreventNewWarnings
|
2015-05-23 11:31:03 +01:00 |
|
Alexander Harkness
|
31f66fd812
|
Merge pull request #2104 from beeduck/Issue2053
Fix for players falling through world when loading in as spectator
|
2015-05-23 07:27:04 +01:00 |
|
b33duck
|
afb96c5bd6
|
Added a fix for players falling through the world when connecting in spectator mode
|
2015-05-22 16:33:11 -07:00 |
|
b33duck
|
906288c6eb
|
Fixed players head visible when in spectator mode
|
2015-05-22 12:25:16 -07:00 |
|
Lukas Pioch
|
bc838e5bd2
|
Renamed hook HOOK_ENTITY_CHANGE_WORLD
|
2015-05-21 12:27:54 +02:00 |
|
tycho
|
77f1f58c0a
|
Make -Werror disabling file only
Ad fix a load of warnings
|
2015-05-19 19:32:10 +01:00 |
|
Lukas Pioch
|
4d4d1e9c69
|
Added hooks HOOK_ENTITY_CHANGE_WORLD and HOOK_ENTITY_CHANGED_WORLD
Fixes #1435.
|
2015-05-18 22:29:39 +02:00 |
|
Tiger Wang
|
0dbba305b6
|
Fixes #2052
|
2015-05-18 14:30:16 +01:00 |
|
Mattes D
|
c13b1931ff
|
More style checking.
Spaces around some operators are checked.
|
2015-05-09 12:58:54 +02:00 |
|
tycho
|
448df85e56
|
Added support for additional data in the ParticleEffect Packet
Also started refactoring how broadcasts are handled
|
2015-05-07 03:47:46 +01:00 |
|
Tiger Wang
|
a509cf00ef
|
Entity improvements
•Pathfinder improvements
•Fixes #1217
•Fixes #1933
Merge remote-tracking branch 'SafwatHalaby/water2' into fixes
|
2015-05-03 23:58:12 +01:00 |
|
Mattes D
|
b5998873e4
|
cPlayer now checks restrictions.
Fixes #1331.
|
2015-04-25 21:05:43 +02:00 |
|
Mattes D
|
c5ad058424
|
HangingEntity: Fixed a needless clang warning.
|
2015-04-19 21:34:56 +02:00 |
|
Mattes D
|
54289aeccb
|
Merge pull request #1844 from DevToaster/master
Modified physics for more vanilla-like behavior
|
2015-04-14 22:31:09 +02:00 |
|
STRWarrior
|
399392195f
|
Fixed players not appearing/disappearing when traveling to a new world.
|
2015-04-03 18:40:20 +02:00 |
|
DevToaster
|
a9583149b4
|
Changed air drag for pickups
|
2015-03-31 11:40:31 -04:00 |
|
DevToaster
|
45c84ea933
|
Changed air drag units to 'interpolated ticks' per second
|
2015-03-31 11:03:35 -04:00 |
|
DevToaster
|
d315534b76
|
Adjusted projectile physics
|
2015-03-30 20:07:19 -04:00 |
|
DevToaster
|
c743c7fd0c
|
Modified physics for more vanilla-like behavior
|
2015-03-30 19:42:32 -04:00 |
|
Mattes D
|
e5a7a730ed
|
Merge pull request #1826 from mc-server/UnifyPacketizer
Unify packetizer
|
2015-03-24 13:09:41 +01:00 |
|
Mattes D
|
f1ef7f57ff
|
Merge pull request #1775 from tommysanterre/terrainheightfix
Correct all world height validations.
|
2015-03-23 12:25:22 +01:00 |
|
Mattes D
|
c626848393
|
Unified cPacketizer across all protocols.
|
2015-03-22 19:46:08 +01:00 |
|
Mattes D
|
e9b8be25f9
|
Changed linked world name variables and setters / getters.
Ref.: #1792
Ref.: https://github.com/mc-server/MCServer/pull/1792#discussion_r25946707
|
2015-03-21 15:20:31 +01:00 |
|
Mattes D
|
cc069ccb2a
|
Changed cEntity::m_UniqueID to UInt32.
|
2015-03-21 15:18:17 +01:00 |
|
Mattes D
|
7e7527cc43
|
Fixed trailing whitespace.
|
2015-03-21 14:07:16 +01:00 |
|
Tiger Wang
|
60a52288d8
|
Improved arrow in-flight and block-hit appearance
* Fixes #1495
|
2015-03-20 22:32:32 +00:00 |
|
Tommy Santerre
|
3f6d823aa4
|
Correct world height validations.
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1).
Allow generation of world of flat height = 255
|
2015-03-19 20:32:17 -04:00 |
|
Mattes D
|
0add3d4617
|
Merge pull request #1810 from mc-server/paintings
Paintings
|
2015-03-15 14:30:23 +01:00 |
|
Mattes D
|
65d2ef32e9
|
Merge pull request #1734 from mc-server/pistons
Handle client 'leave bed' request
|
2015-03-14 22:44:04 +01:00 |
|
Tiger Wang
|
cb8ea41c90
|
Fixed style violations
|
2015-03-13 23:22:09 +00:00 |
|
Tiger Wang
|
3d398baf35
|
cPainting saving implemented
Additionally, it now inherits from cHangingEntity.
|
2015-03-13 23:05:06 +00:00 |
|
Tiger Wang
|
e15e30a030
|
Fixed confusion over Item Frame directions
|
2015-03-13 22:29:27 +00:00 |
|
Howaner
|
a96c21fc0d
|
Merge branch 'master' into Inventory
|
2015-03-09 22:39:11 +01:00 |
|
joshi07
|
f71b1fe799
|
Added OnTeleportEntity hook for plugins.
Plugins may or may not allow teleport to the new position.
Updated the HookNotify plugin with it.
|
2015-03-05 11:52:42 +01:00 |
|
DevToaster
|
f5a216cabc
|
Changed C-styled casts to static_cast and removed unneeded casts
|
2015-03-01 03:45:06 +10:30 |
|