Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-28 | Fix sign text being removedHEADorigin/masterorigin/HEADmaster | Brandon | |
2016-09-13 | Fix shared door not working | Brandon | |
2016-08-11 | Move hud again | Brandon | |
2016-08-11 | Move hud element | Brandon | |
2016-07-04 | Temporary fix for shared door crash - shared doors act like steel doors for now | Brandon | |
2015-04-09 | Merge pull request #14 from SmallJoker/master | Bremaweb | |
Fix warnings and shorten sign code | |||
2015-04-09 | Fix warnings and shorten sign code | SmallJoker | |
2015-04-04 | Fix crash on nil note on landsale block | bremaweb | |
2014-07-07 | Merge pull request #12 from heavygale/master | Bremaweb | |
Fix for Minetest 0.4.10 | |||
2014-07-07 | Fix for Minetest 0.4.10 | Max | |
doors mod in minetest_game got changed so doors:register_door(...) is broken | |||
2014-05-03 | use correct function to unban player | Brandon | |
2014-04-01 | fix protection when nil name is passed to can_interact | Brandon | |
2014-03-27 | Merge pull request #8 from heavygale/patch-1 | Bremaweb | |
dynamic size for landrush:showarea | |||
2014-03-27 | dynamic size for landrush:showarea | Max | |
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-22 | Merge branch 'master' of https://github.com/Bremaweb/landrush | Brandon | |
2014-02-22 | add time options for who to ban and damage | Brandon | |
2014-02-05 | Merge pull request #7 from mauvebic/patch-1 | Bremaweb | |
prevent guests from claiming | |||
2014-01-20 | prevent guests from claiming | mauvebic | |
to allow guests to visit server without ability to claim land. | |||
2013-12-13 | remove landrush screwdriver and bucket protection because it is supported by ↵ | Brandon | |
the protection api now | |||
2013-12-03 | fix use of get_string which doesn't exist | Brandon | |
2013-12-02 | check for nil player in protection_violation | Brandon | |
2013-12-02 | fix playing ban warning playing for all players | Brandon | |
2013-11-30 | swap parameters for all calls to can_interact | BremaWeb | |
2013-11-30 | restructured, use Settings interface for config, use protection API | BremaWeb | |
2013-11-20 | Merge pull request #6 from t4im/master | Bremaweb | |
facedir fix and alternate crafting recipe (for upgrading a default chest) | |||
2013-11-20 | use group:wood instead of default:wood in crafting recipes to allow the use ↵ | Tim | |
of moretree planks as well | |||
2013-11-19 | add alternative crafting recipes to turn default chests into a shared chest | Tim | |
2013-11-19 | fix texture orientation on shared chests | Tim | |
2013-11-19 | Merge pull request #5 from t4im/master | Bremaweb | |
replace shared chest textures with their own version | |||
2013-11-19 | replace shared chest textures with their own version based on the ↵ | Tim | |
technic-chest look | |||
2013-11-18 | Merge pull request #4 from t4im/master | Bremaweb | |
Shared Landrush chest and /unshareall with offline users | |||
2013-11-17 | fix a few typos in chatmessages | Tim | |
2013-11-17 | allow /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-07 | add compatibility between shared chest and pipeworks mod | Tim | |
2013-10-07 | add 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-05 | Merge pull request #3 from fairiestoy/master | Bremaweb | |
Quick Snowball fix | |||
2013-10-05 | Quick Snowball Fix | fairiestoy | |
This is a quick security fix for thrown snowballs, which sometimes have the effect of punching holes into claimed ground. | |||
2013-09-28 | Merge pull request #1 from Bremaweb/master | fairiestoy | |
Update fork | |||
2013-08-23 | add userunclaim command to unclaim all areas owned by a particular user | Brandon | |
2013-08-20 | can't claim below -200 | Brandon | |
2013-08-20 | Merge branch 'master' of https://github.com/fairiestoy/landrush into ↵ | Brandon | |
fairiestoy-master | |||
2013-08-21 | Added TNT workaround | fairiestoy | |
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-19 | Fixed Screwdriver | fairiestoy | |
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-17 | adjust craft recipe to craft 6 signs at once | Brandon | |
2013-08-17 | door blue texture, add unlocked sign | Brandon | |
2013-08-17 | Merge pull request #1 from fairiestoy/master | Bremaweb | |
Fixed duplicating bug | |||
2013-08-17 | Fixed duplicating bug | fairiestoy | |
Fixed a bug which causes the shared door to duplicate by right-clicking the top part which was caused by missing parameters. | |||
2013-08-15 | shared door recipe and textures | Brandon | |
2013-08-15 | added a shared door | Brandon | |
2013-08-08 | remove log | Brandon | |