1
0
Commit Graph

55 Commits

Author SHA1 Message Date
12xx12
3daf253b7f
Some emplace_back replacements (#5149)
* replace push_back with emplace_back when a new object was created in the function call
2021-03-07 16:31:43 +00:00
Varga Szabolcs
00c0a23ace
Fixed switch-ups regarding some slab and stair recipes (#5099) 2021-01-05 02:14:53 +00:00
Max Luchterhand
384ba18812
Fixed unloading of chunks that contain player entities (#4508)
Co-authored-by: peterbell10 <peterbell10@live.co.uk>
Co-authored-by: mluchterhand <mluchterhand@max.de>
2020-03-18 17:17:59 +00:00
Max Luchterhand
57da82524b
Blocks only drop pickups when using correct tool (#4505)
Co-authored-by: mluchterhand <mluchterhand@max.de>
2020-03-18 16:59:28 +00:00
Mattes D
26d0605121
Improved CMake generator (#4365) 2019-08-10 13:15:51 +02:00
Bond-009
b9fdaf8a94 Use clang-tidy to check more code conventions (#4214)
* Create clang-tidy.sh
* Add clang-tidy to circle.yml
* Fixed some naming violations

Fixes #4164
2018-05-06 18:07:34 +01:00
bibo38
7d8f126ada Ignore KDevelop project files (#4192) 2018-04-02 18:39:12 +01:00
9caihezi
4242431407 Rewrite cClientHandle::HandleRightClick (#4089)
* Add hand parameter to distinguish main hand/off hand.
* Add a new function cClientHandle::HandleUseItem to separate the functionality of using an item without a target block. This matches the protocol with client version >= 1.9
* Always actively update the status of a block if the placement fails (by out of reach or rejected by plugin).
* Do not call plugin callback CallHookPlayerRightClick(-1, 255, -1, -1, 0, 0, 0) when using item.
   The CallHookPlayerUsingItem will still be called.
   Now at most one of CallHookPlayerRightClick, CallHookPlayerUsingBlock,
   CallHookPlayerUsingItem and CallHookPlayerEating will be called based on
   the type of action (not including the used version of callbacks).
* Do not count using item as BlockInteractionsRate check (Using item takes time).
* Now we can open chests(etc.) when sneaking as long as the player's hand is empty.
   This is what vanilla server does.
2018-01-08 13:37:10 +00:00
Bond-009
5ffe920f29 Git: Ignore compile.sh folder (#3533) 2017-01-14 23:23:34 +01:00
Lukas Pioch
d929fbe665 Added API export for LuaCheck. 2016-11-22 18:25:49 +01:00
ElNounch
e9d1a942d1 Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330)
Otherwise, some API calls just don't seem to happen
.gitignore tweak for test executables
2016-08-22 19:43:43 +02:00
Lukas Pioch
87a7d3ec64 Changed Hopper to wtHopper and adjusted .gitignore. 2016-07-12 16:21:20 +02:00
Mattes D
1d0bfead3e Added GrownBiomeGenVisualiser. 2016-05-29 19:12:47 +02:00
Lukas Pioch
fe72eaaec2 Exported GetSeed to lua and added file extension opendb to .gitignore. 2016-01-12 10:18:24 +01:00
Julian Laubstein
c0732cc666 Added ProtoProxy and MCADefrag binaries to .gitignore 2015-12-26 00:19:25 +01:00
Mattes D
96879aa866 APIDump: Added an apicheck command.
This checks the current API for undocumented functions against the current list of official undocumented functions (http://apidocs.cuberite.org/_undocumented.lua) and reports any newly found ones. To be used in CI to check against newly introduced API functions without documentation.
2015-09-27 13:57:07 +02:00
Mattes D
dac97826f7 Renamed output directory to Server 2015-09-05 22:01:21 +02:00
Tommy Santerre
64dae7a422 Ignore files generated on build 2015-02-18 00:11:06 -05:00
Julian Laubstein
f6cb0e4cb2 Added itemblacklist to gitignore 2014-12-17 23:18:10 +01:00
archshift
0478147ad7 Added CLion project directory to .gitignore 2014-10-12 11:42:53 -07:00
Tycho
27be179939 Added abilty to set build info
build info is displayed at startup
Fixes #1410
2014-09-10 16:07:00 +01:00
archshift
1d68469718 Fixed "Dependency" typos 2014-07-29 22:43:25 -07:00
archshift
e23f0238a8 Git: Ignore AllFiles.lst (generated by cmake) 2014-07-26 03:58:59 -07:00
madmaxoft
5194eef07d CMake: generates a list of all source files.
This will be used for the style-checking script.
2014-07-21 17:40:44 +02:00
Mattes D
194678100a Ignore Code:::Blocks project files. 2014-07-01 06:41:35 +02:00
Tycho
41692da30c Ignore CTest files 2014-05-23 15:01:27 +01:00
Howaner
f5e374be41 Add TNT Save/Load and add Netbeans projects to .gitignore 2014-03-08 10:25:46 +01:00
MuhammadWang
e0868c5c06 Added files for eclipse and debug, fix a mistake
src/Bindings/BindingsDependecies.txt is a mistake made in 45bc1ff033
2014-02-17 01:25:17 +08:00
Tycho
cb7c5a6181 Simplified .gitignore 2014-01-25 05:37:19 -08:00
Tycho
45bc1ff033 Added dependecy output to Bindings/BindingsDependencies.txt 2014-01-25 05:35:04 -08:00
Mattes D
aefe3111de Ignoring MSVC2010+ build folders. 2014-01-17 08:10:43 +01:00
madmaxoft
50956d55ae Ignore Win32 .idb files. 2014-01-12 10:10:20 +01:00
madmaxoft
180b9b9099 Merge branch master into CmakeMultiConfig. 2014-01-12 10:04:16 +01:00
madmaxoft
765add3668 Ignore profile build folders created by MSVC build. 2013-12-28 22:49:02 +01:00
madmaxoft
06dbc783fe Fixed the Windows script for uploading Lua API to an FTP server.
The new script handles subfolders, too.
2013-12-28 09:44:14 +01:00
madmaxoft
fb46ad5c75 Added cmake output folders (VC2008) to gitignore. 2013-12-26 14:53:03 +01:00
Tycho Bickerstaff
1f938b721b added mergetool files to gitignore 2013-12-22 16:27:20 +00:00
madmaxoft
7eaf7342d4 Fixed a typo in .gitignore.
The VC IntelliSense DB was getting through again.
2013-12-21 19:34:03 +01:00
Tycho Bickerstaff
b9516c1208 hide lua shared library 2013-12-21 14:12:50 +00:00
tycho
162b085d80 fixed include paths on windows and added build dir to gitignore 2013-12-20 00:31:52 +00:00
tycho
7735a956f0 Merge branch 'master' into cmake 2013-12-20 00:13:04 +00:00
Alexander Harkness
296a421e8a just a little change for travis ci test 2013-12-19 20:49:35 +00:00
tycho
7d096c41f7 fixed a number of windows issues 2013-12-19 15:07:45 +00:00
Tycho Bickerstaff
7dd1561a88 fixed bindings generation 2013-12-18 23:59:07 +00:00
Tycho Bickerstaff
daccfd9c6e more cmake changes 2013-12-10 22:43:21 +00:00
Tycho Bickerstaff
572d48be52 removed more accedentailly commited object files 2013-12-10 21:47:23 +00:00
Tycho Bickerstaff
4300d0866d removed accedentailly commited object files 2013-12-10 21:44:11 +00:00
Tycho Bickerstaff
bdb17a7e65 added cmake ignores to gitignore 2013-12-10 18:40:22 +00:00
mgueydan
1d987d4e90 incrementing .gitignore : adding emacs stuff and world 2013-09-08 03:31:24 +02:00
Alexander Harkness
728eb9b6a7 Change the gitignore, fix #122 2013-08-24 11:09:11 +01:00