Pablo Beltrán
|
84bdba345d
|
Off-hand/shield slot functional, save and load slot, bow + arrow functional (#3725)
Fixes #3714.
|
2017-05-24 08:09:58 +02:00 |
|
Lukas Pioch
|
e35ac1bfb9
|
Clang 5.0 fixes
- Added override keyword
- Removed inherited member variables
|
2017-05-21 12:19:06 +02:00 |
|
Lukas Pioch
|
41bfb22834
|
Corrected brewingstand and added support for fuel
|
2017-05-08 06:30:54 +02:00 |
|
mathiascode
|
dae2adde65
|
Updated sounds and effect IDs (#3422)
|
2017-02-15 06:05:24 +01:00 |
|
Mattes D
|
cbff1378fd
|
Fixed bindings for cBlockArea:Read and Write. (#3568)
The original bindings accepted nil as the World param, causing a crash.
|
2017-02-05 16:00:38 +01:00 |
|
Mattes D
|
0bffa29358
|
Removed ClientHandle.h dependencies from common headers.
|
2016-11-18 20:00:04 +01:00 |
|
bibo38
|
cb640ffea4
|
Spectators added (#2852)
|
2016-10-12 14:38:45 +02:00 |
|
Mattes D
|
d2e8643607
|
Fixed type-casting-related warnings.
|
2016-08-24 22:26:53 +02:00 |
|
Mattes D
|
8eaa8613da
|
CMake: Remove needless minimum version specifications.
|
2016-07-18 22:11:42 +02:00 |
|
Mattes D
|
f8e1df2476
|
Updated API documentation.
|
2016-07-18 22:11:40 +02:00 |
|
Mattes D
|
fb4c3fc4d9
|
Changed cLuaWindow callbacks to use cLuaState::cCallback.
|
2016-06-27 20:51:50 +02:00 |
|
Mattes D
|
e3d34d9917
|
Revert "Lua callback"
|
2016-03-21 09:58:15 +01:00 |
|
Mattes D
|
af200dfaae
|
Changed cLuaWindow callbacks to use cLuaState::cCallback.
|
2016-03-17 19:29:03 +01:00 |
|
LogicParrot
|
ca6ef58b1e
|
Bulk clearing of whitespace
|
2016-02-05 23:50:18 +02:00 |
|
Mathias
|
89f3dec7ac
|
Updated old forum links
|
2016-01-31 02:25:03 +02:00 |
|
Mattes D
|
80e1eb37dd
|
Renamed leftover strings to Cuberite / Server, as needed.
Also upgraded the user setting file for MSVC to 2013.
|
2016-01-01 21:05:09 +01:00 |
|
Tiger Wang
|
5b62c4c314
|
Reorganised the redstone simulator
-> Many thanks to @worktycho for the idea, and @Haxi52 for the implementation plan!
* Uses classes and inheritance now
* Speed should be improved
|
2015-12-18 13:17:38 +00:00 |
|
Lukas Pioch
|
d620dcdd08
|
Moved variables into scope, removed unused variables and fixed variables
|
2015-12-17 10:48:36 +01:00 |
|
Dave Tucker
|
83870f9fc0
|
Add enum for Sound and Particle Effects
Fixes #2603
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
|
2015-11-24 13:21:40 +00:00 |
|
Lukas Pioch
|
9749c3aac9
|
Implemented brewing
|
2015-11-03 18:00:55 +01:00 |
|
Mattes D
|
6e4122e551
|
Unified the doxy-comment format.
|
2015-07-31 16:49:10 +02:00 |
|
Samuel Barney
|
804805d35a
|
Silenced and fixed many warning messages across multiple files.
|
2015-07-29 09:49:30 -06:00 |
|
Mattes D
|
97beb2a350
|
Fixed custom recipes result clientside bug.
Fixes #2345.
|
2015-07-26 13:30:25 +02: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 |
|
Tiger Wang
|
10c9e66aad
|
Fixes #2041
|
2015-05-24 13:37:36 +01:00 |
|
tycho
|
dae9e5792a
|
Made -Weverything an error.
|
2015-05-24 12:56:56 +01:00 |
|
tycho
|
81c0116cf1
|
Merge branch 'master' into PreventNewWarnings
|
2015-05-23 07:33:52 -07: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
|
77f1f58c0a
|
Make -Werror disabling file only
Ad fix a load of warnings
|
2015-05-19 19:32:10 +01:00 |
|
Tiger Wang
|
1632d5f8f1
|
Fixes #2003
|
2015-05-18 15:43:24 +01:00 |
|
Mattes D
|
846d16315a
|
CheckBasicStyle: checks spaces around * and &.
|
2015-05-09 12:58:55 +02:00 |
|
Mattes D
|
c13b1931ff
|
More style checking.
Spaces around some operators are checked.
|
2015-05-09 12:58:54 +02:00 |
|
Mattes D
|
e08e932e7a
|
Narrowed WindowID to use only 7 bits.
Ref.: http://forum.mc-server.org/showthread.php?tid=1876
|
2015-04-21 23:29:50 +02:00 |
|
Mattes D
|
cc069ccb2a
|
Changed cEntity::m_UniqueID to UInt32.
|
2015-03-21 15:18:17 +01:00 |
|
Howaner
|
685f6e3713
|
Moved window code into cpp files
|
2015-03-10 19:40:53 +01:00 |
|
Howaner
|
7528230596
|
Readded old comment
|
2015-02-06 21:54:47 +01:00 |
|
Howaner
|
1f94c318c5
|
Readded old DistributeStackToAreas() comment.
|
2015-01-25 00:40:59 +01:00 |
|
Howaner
|
8277e1ec4e
|
C++11 and function rename.
|
2014-12-17 19:14:01 +01:00 |
|
Howaner
|
8591935a4b
|
Implemented vanilla-like shift click.
This fixes many visual bugs.
|
2014-12-13 18:49:11 +01:00 |
|
Howaner
|
b6fd400276
|
Own classes for all windows.
|
2014-12-13 15:06:55 +01:00 |
|
Tiger Wang
|
3acdf25b05
|
Merge remote-tracking branch 'origin/master' into c++11
Conflicts:
src/OSSupport/Thread.cpp
|
2014-12-06 17:41:48 +00:00 |
|
Mattes D
|
44644ae025
|
Fixed reported parentheses around comparisons.
|
2014-12-05 12:58:47 +01:00 |
|
Mattes D
|
f8c54f4243
|
Merged branch 'master' into c++11.
|
2014-10-23 08:40:39 +02:00 |
|
Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Tiger Wang
|
5089f04cf6
|
Replace &*[0] accesses with .data()
|
2014-10-21 13:20:06 +01:00 |
|
Tiger Wang
|
987f79afdd
|
En masse NULL -> nullptr replace
|
2014-10-20 21:55:07 +01:00 |
|
Tiger Wang
|
2874bf73be
|
Merge pull request #1502 from mc-server/furnaces
Improved furnaces
|
2014-10-18 21:33:55 +01:00 |
|
Mattes D
|
eeb580a74e
|
Functions in cPluginManager get references instead of pointers.
|
2014-10-15 19:09:09 +02:00 |
|