summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-28Fix sign text being removedHEADorigin/masterorigin/HEADmasterBrandon
2016-09-13Fix shared door not workingBrandon
2016-08-11Move hud againBrandon
2016-08-11Move hud elementBrandon
2016-07-04Temporary fix for shared door crash - shared doors act like steel doors for nowBrandon
2015-04-09Merge pull request #14 from SmallJoker/masterBremaweb
Fix warnings and shorten sign code
2015-04-09Fix warnings and shorten sign codeSmallJoker
2015-04-04Fix crash on nil note on landsale blockbremaweb
2014-07-07Merge pull request #12 from heavygale/masterBremaweb
Fix for Minetest 0.4.10
2014-07-07Fix for Minetest 0.4.10Max
doors mod in minetest_game got changed so doors:register_door(...) is broken
2014-05-03use correct function to unban playerBrandon
2014-04-01fix protection when nil name is passed to can_interactBrandon
2014-03-27Merge pull request #8 from heavygale/patch-1Bremaweb
dynamic size for landrush:showarea
2014-03-27dynamic size for landrush:showareaMax
landrush:showarea highlights the boundaries of the current protected area but its size was fixed to 16. As the chunk size is configurable the size of landrush:showarea needs to accord with the chunkSize from the config file.
2014-02-22Merge branch 'master' of https://github.com/Bremaweb/landrushBrandon
2014-02-22add time options for who to ban and damageBrandon
2014-02-05Merge pull request #7 from mauvebic/patch-1Bremaweb
prevent guests from claiming
2014-01-20prevent guests from claimingmauvebic
to allow guests to visit server without ability to claim land.
2013-12-13remove landrush screwdriver and bucket protection because it is supported by ↵Brandon
the protection api now
2013-12-03fix use of get_string which doesn't existBrandon
2013-12-02check for nil player in protection_violationBrandon
2013-12-02fix playing ban warning playing for all playersBrandon
2013-11-30swap parameters for all calls to can_interactBremaWeb
2013-11-30restructured, use Settings interface for config, use protection APIBremaWeb
2013-11-20Merge pull request #6 from t4im/masterBremaweb
facedir fix and alternate crafting recipe (for upgrading a default chest)
2013-11-20use group:wood instead of default:wood in crafting recipes to allow the use ↵Tim
of moretree planks as well
2013-11-19add alternative crafting recipes to turn default chests into a shared chestTim
2013-11-19fix texture orientation on shared chestsTim
2013-11-19Merge pull request #5 from t4im/masterBremaweb
replace shared chest textures with their own version
2013-11-19replace shared chest textures with their own version based on the ↵Tim
technic-chest look
2013-11-18Merge pull request #4 from t4im/masterBremaweb
Shared Landrush chest and /unshareall with offline users
2013-11-17fix a few typos in chatmessagesTim
2013-11-17allow /unshareall to unshare all areas for an offline user (similar to ↵Tim
/unsharearea) while not going through an /unshareall with ones own name
2013-10-07add compatibility between shared chest and pipeworks modTim
2013-10-07add a shared chest, that instead of being locked to a certain user, can be ↵Tim
accessed by the current owner of a property as well as the users being shared access with it
2013-10-05Merge pull request #3 from fairiestoy/masterBremaweb
Quick Snowball fix
2013-10-05Quick Snowball Fixfairiestoy
This is a quick security fix for thrown snowballs, which sometimes have the effect of punching holes into claimed ground.
2013-09-28Merge pull request #1 from Bremaweb/masterfairiestoy
Update fork
2013-08-23add userunclaim command to unclaim all areas owned by a particular userBrandon
2013-08-20can't claim below -200Brandon
2013-08-20Merge branch 'master' of https://github.com/fairiestoy/landrush into ↵Brandon
fairiestoy-master
2013-08-21Added TNT workaroundfairiestoy
Added a quick workaround to avoid TNT set near claimed areas to destroy partial buildings or landscapes with the TNT exploit. Since overwriting the registered node functions seem not to work as expected, used the landrush own routines for this 'fix'
2013-08-19Fixed Screwdriverfairiestoy
Fixed a Bug which causes doors (if locked or not) to be opened by the screwdriver. It now makes a check if you are on valid ground.
2013-08-17adjust craft recipe to craft 6 signs at onceBrandon
2013-08-17door blue texture, add unlocked signBrandon
2013-08-17Merge pull request #1 from fairiestoy/masterBremaweb
Fixed duplicating bug
2013-08-17Fixed duplicating bugfairiestoy
Fixed a bug which causes the shared door to duplicate by right-clicking the top part which was caused by missing parameters.
2013-08-15shared door recipe and texturesBrandon
2013-08-15added a shared doorBrandon
2013-08-08remove logBrandon