summaryrefslogtreecommitdiffstats
path: root/.gitignore (follow)
Commit message (Collapse)AuthorAgeFilesLines
* adding endermite (#5460)Debucquoy Anthony tonitch2023-09-261-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>
* Added that ds_store file to gitignore (#5521)x12xx12x2023-08-151-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>
* rework of the color code with & and standard codes (#5416)Debucquoy Anthony tonitch2022-10-251-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>
* Some emplace_back replacements (#5149)12xx122021-03-071-1/+1
| | | * replace push_back with emplace_back when a new object was created in the function call
* Fixed switch-ups regarding some slab and stair recipes (#5099)Varga Szabolcs2021-01-051-0/+1
|
* Fixed unloading of chunks that contain player entities (#4508)Max Luchterhand2020-03-181-0/+1
| | | | Co-authored-by: peterbell10 <peterbell10@live.co.uk> Co-authored-by: mluchterhand <mluchterhand@max.de>
* Blocks only drop pickups when using correct tool (#4505)Max Luchterhand2020-03-181-0/+2
| | | Co-authored-by: mluchterhand <mluchterhand@max.de>
* Improved CMake generator (#4365)Mattes D2019-08-101-1/+0
|
* Use clang-tidy to check more code conventions (#4214)Bond-0092018-05-061-0/+5
| | | | | | | * Create clang-tidy.sh * Add clang-tidy to circle.yml * Fixed some naming violations Fixes #4164
* Ignore KDevelop project files (#4192)bibo382018-04-021-0/+2
|
* Rewrite cClientHandle::HandleRightClick (#4089)9caihezi2018-01-081-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.
* Git: Ignore compile.sh folder (#3533)Bond-0092017-01-141-0/+3
|
* Added API export for LuaCheck.Lukas Pioch2016-11-221-1/+1
|
* Delay EntityChangedWorld players' callback until Entity fully linked to world (#3330)ElNounch2016-08-221-0/+1
| | | | Otherwise, some API calls just don't seem to happen .gitignore tweak for test executables
* Changed Hopper to wtHopper and adjusted .gitignore.Lukas Pioch2016-07-121-1/+2
|
* Added GrownBiomeGenVisualiser.Mattes D2016-05-291-1/+3
|
* Exported GetSeed to lua and added file extension opendb to .gitignore.Lukas Pioch2016-01-121-0/+1
|
* Added ProtoProxy and MCADefrag binaries to .gitignoreJulian Laubstein2015-12-261-0/+2
|
* APIDump: Added an apicheck command.Mattes D2015-09-271-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.
* Renamed output directory to ServerMattes D2015-09-051-8/+9
|
* Ignore files generated on buildTommy Santerre2015-02-181-0/+6
|
* Added itemblacklist to gitignoreJulian Laubstein2014-12-171-0/+1
|
* Added CLion project directory to .gitignorearchshift2014-10-121-0/+2
|
* Added abilty to set build infoTycho2014-09-101-0/+1
| | | | | build info is displayed at startup Fixes #1410
* Fixed "Dependency" typosarchshift2014-07-301-1/+1
|
* Git: Ignore AllFiles.lst (generated by cmake)archshift2014-07-261-0/+1
|
* CMake: generates a list of all source files.madmaxoft2014-07-211-0/+1
| | | | This will be used for the style-checking script.
* Ignore Code:::Blocks project files.Mattes D2014-07-011-0/+1
|
* Ignore CTest filesTycho2014-05-231-0/+1
|
* Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-0/+1
|
* Added files for eclipse and debug, fix a mistakeMuhammadWang2014-02-161-1/+4
| | | | src/Bindings/BindingsDependecies.txt is a mistake made in 45bc1ff033271bc0c6a9e5931a00c554e065c375
* Simplified .gitignoreTycho2014-01-251-55/+5
|
* Added dependecy output to Bindings/BindingsDependencies.txtTycho2014-01-251-0/+1
|
* Ignoring MSVC2010+ build folders.Mattes D2014-01-171-0/+2
|
* Ignore Win32 .idb files.madmaxoft2014-01-121-0/+1
|
* Merge branch master into CmakeMultiConfig.madmaxoft2014-01-121-0/+1
|\
| * added mergetool files to gitignoreTycho Bickerstaff2013-12-221-0/+1
| |
* | Ignore profile build folders created by MSVC build.madmaxoft2013-12-281-0/+22
|/
* Fixed the Windows script for uploading Lua API to an FTP server.madmaxoft2013-12-281-0/+1
| | | | The new script handles subfolders, too.
* Added cmake output folders (VC2008) to gitignore.madmaxoft2013-12-261-0/+37
|
* Fixed a typo in .gitignore.madmaxoft2013-12-211-1/+1
| | | | The VC IntelliSense DB was getting through again.
* hide lua shared libraryTycho Bickerstaff2013-12-211-0/+1
|
* fixed include paths on windows and added build dir to gitignoretycho2013-12-201-0/+1
|
* Merge branch 'master' into cmaketycho2013-12-201-2/+4
|\
| * just a little change for travis ci testAlexander Harkness2013-12-191-2/+4
| |
* | fixed a number of windows issuestycho2013-12-191-0/+7
| |
* | fixed bindings generationTycho Bickerstaff2013-12-191-0/+2
| |
* | more cmake changesTycho Bickerstaff2013-12-101-0/+1
| |
* | removed more accedentailly commited object filesTycho Bickerstaff2013-12-101-0/+5
| |
* | removed accedentailly commited object filesTycho Bickerstaff2013-12-101-0/+1
| |
* | added cmake ignores to gitignoreTycho Bickerstaff2013-12-101-1/+10
|/
* incrementing .gitignore : adding emacs stuff and worldmgueydan2013-09-081-0/+20
|
* Change the gitignore, fix #122Alexander Harkness2013-08-241-0/+1
|
* Updated the nightbuild script for Gitmadmaxoft2013-07-291-2/+3
|
* Set up proper ignores for ProtoProxymadmaxoft2013-07-281-0/+3
|
* Added some more root .gitignores.Alexander Harkness2013-07-281-1/+7
|
* Added extra ignores for git.Alexander Harkness2013-07-271-0/+2
|
* Added a .gitignore for helpfulness.Alexander Harkness2013-07-271-0/+1