summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-09-26adding endermite (#5460)Debucquoy Anthony tonitch1-0/+2
* First Draft of adding endermite * Update src/Mobs/Endermite.h Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> * Adding Protocols + SpawnEgg TODO: don't forget to put the endermite in core plugin for the summon command * Adding endermite to monster.ini * Adding 5% change of spawning endermite when throwing enderpearl * Spawn endermite at last position instead of Hit Position + .cache to .gitignore * fixup! Spawn endermite at last position instead of Hit Position + .cache to .gitignore * destroy endermite if 2 min, not if name is set * Syntax * Adding Enderman targeting endermite + fixing syntax * Fixing compile error + return error [but crash on enderman spawn] * Fix crash but enderman doesn't target * Enderman targeting endermite finished * checking style because i'm a noob at git... * fixup! checking style because i'm a noob at git... * Added endermite egg meta to docs * Final touches Removed unnecesary imports fixed callback to run only in sight distance and actually check sigtlines * Fixed error after not pulling branch --------- Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com>
2023-08-15Added that ds_store file to gitignore (#5521)x12xx12x1-0/+3
* Added that ds_store file to gitignore * Update .gitignore Co-authored-by: Janmm14 <Janmm14@users.noreply.github.com> --------- Co-authored-by: Alexander Harkness <me@bearbin.net> Co-authored-by: Janmm14 <Janmm14@users.noreply.github.com>
2022-10-25rework of the color code with & and standard codes (#5416)Debucquoy Anthony tonitch1-0/+4
* adding build* to gitignore and tags for ctags * Notation Changes * Adding & Parser * Avoid crash when & as first character * Looking for @ in the rest of the project * Formating style * Modifying test to reflect new behaviours * Adding a check for the first part * fixup! Adding & Parser style changes * Update APIDesk.lua * Update src/CompositeChat.cpp Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> * explaination on the antishlash with ampersand * adding old deprecated formating * Update src/CompositeChat.cpp Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com> * Update src/CompositeChat.cpp * Update src/CompositeChat.cpp Co-authored-by: Debucquoy <debucqquoy.anthony@gmail.com> Co-authored-by: x12xx12x <44411062+12xx12@users.noreply.github.com>
2021-03-07Some emplace_back replacements (#5149)12xx121-1/+1
* replace push_back with emplace_back when a new object was created in the function call
2021-01-05Fixed switch-ups regarding some slab and stair recipes (#5099)Varga Szabolcs1-0/+1
2020-03-18Fixed unloading of chunks that contain player entities (#4508)Max Luchterhand1-0/+1
Co-authored-by: peterbell10 <peterbell10@live.co.uk> Co-authored-by: mluchterhand <mluchterhand@max.de>
2020-03-18Blocks only drop pickups when using correct tool (#4505)Max Luchterhand1-0/+2
Co-authored-by: mluchterhand <mluchterhand@max.de>
2019-08-10Improved CMake generator (#4365)Mattes D1-1/+0
2018-05-06Use clang-tidy to check more code conventions (#4214)Bond-0091-0/+5
* Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164
2018-04-02Ignore KDevelop project files (#4192)bibo381-0/+2
2018-01-08Rewrite cClientHandle::HandleRightClick (#4089)9caihezi1-0/+1
* 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.
2017-01-14Git: Ignore compile.sh folder (#3533)Bond-0091-0/+3
2016-11-22Added API export for LuaCheck.Lukas Pioch1-1/+1
2016-08-22Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330)ElNounch1-0/+1
Otherwise, some API calls just don't seem to happen .gitignore tweak for test executables
2016-07-12Changed Hopper to wtHopper and adjusted .gitignore.Lukas Pioch1-1/+2
2016-05-29Added GrownBiomeGenVisualiser.Mattes D1-1/+3
2016-01-12Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch1-0/+1
2015-12-26Added ProtoProxy and MCADefrag binaries to .gitignoreJulian Laubstein1-0/+2
2015-09-27APIDump: Added an apicheck command.Mattes D1-3/+9
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-05Renamed output directory to ServerMattes D1-8/+9
2015-05-28Fix commentstycho1-1/+0
2015-05-19Added LuaState support for all integral typestycho1-0/+1
All so added error handling for out of range values
2015-02-18Ignore files generated on buildTommy Santerre1-0/+6
2014-12-17Added itemblacklist to gitignoreJulian Laubstein1-0/+1
2014-10-12Added CLion project directory to .gitignorearchshift1-0/+2
2014-09-10Added abilty to set build infoTycho1-0/+1
build info is displayed at startup Fixes #1410
2014-07-30Fixed "Dependency" typosarchshift1-1/+1
2014-07-26Git: Ignore AllFiles.lst (generated by cmake)archshift1-0/+1
2014-07-21CMake: generates a list of all source files.madmaxoft1-0/+1
This will be used for the style-checking script.
2014-07-01Ignore Code:::Blocks project files.Mattes D1-0/+1
2014-05-23Ignore CTest filesTycho1-0/+1
2014-03-08Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner1-0/+1
2014-02-16Added files for eclipse and debug, fix a mistakeMuhammadWang1-1/+4
src/Bindings/BindingsDependecies.txt is a mistake made in 45bc1ff033271bc0c6a9e5931a00c554e065c375
2014-01-25Simplified .gitignoreTycho1-55/+5
2014-01-25Added dependecy output to Bindings/BindingsDependencies.txtTycho1-0/+1
2014-01-17Ignoring MSVC2010+ build folders.Mattes D1-0/+2
2014-01-12Ignore Win32 .idb files.madmaxoft1-0/+1
2013-12-28Ignore profile build folders created by MSVC build.madmaxoft1-0/+22
2013-12-28Fixed the Windows script for uploading Lua API to an FTP server.madmaxoft1-0/+1
The new script handles subfolders, too.
2013-12-26Added cmake output folders (VC2008) to gitignore.madmaxoft1-0/+37
2013-12-22added mergetool files to gitignoreTycho Bickerstaff1-0/+1
2013-12-21Fixed a typo in .gitignore.madmaxoft1-1/+1
The VC IntelliSense DB was getting through again.
2013-12-21hide lua shared libraryTycho Bickerstaff1-0/+1
2013-12-19just a little change for travis ci testAlexander Harkness1-2/+4
2013-12-20fixed include paths on windows and added build dir to gitignoretycho1-0/+1
2013-12-19fixed a number of windows issuestycho1-0/+7
2013-12-19fixed bindings generationTycho Bickerstaff1-0/+2
2013-12-10more cmake changesTycho Bickerstaff1-0/+1
2013-12-10removed more accedentailly commited object filesTycho Bickerstaff1-0/+5
2013-12-10removed accedentailly commited object filesTycho Bickerstaff1-0/+1
2013-12-10added cmake ignores to gitignoreTycho Bickerstaff1-1/+10
2013-09-08incrementing .gitignore : adding emacs stuff and worldmgueydan1-0/+20
2013-08-24Change the gitignore, fix #122Alexander Harkness1-0/+1
2013-07-29Updated the nightbuild script for Gitmadmaxoft1-2/+3
2013-07-28Set up proper ignores for ProtoProxymadmaxoft1-0/+3
2013-07-28Added some more root .gitignores.Alexander Harkness1-1/+7
2013-07-27Added extra ignores for git.Alexander Harkness1-0/+2
2013-07-27Added a .gitignore for helpfulness.Alexander Harkness1-0/+1