Commit Graph

73 Commits (master)

Author SHA1 Message Date
Jordan Irwin 8e24e31c15 Cleanup 2021-06-05 07:13:19 -07:00
Jordan Irwin 47749e91cd Use Minetest's built-in translation library 2021-06-05 07:12:36 -07:00
Jordan Irwin dde368cc83 Move dependencies into mod.conf 2021-06-05 07:04:06 -07:00
Jordan Irwin 0869ba6a73 Add mod.conf 2021-06-05 07:02:49 -07:00
Kilarin ec96e18b3b
Merge pull request #14 from AntumMT/intllib_update
Intllib update
2018-02-12 18:47:15 -06:00
Kilarin 9d9c5edc14
Merge pull request #13 from AntumMT/replace_deprecated
Replace deprecated calls
2018-02-12 18:46:46 -06:00
Kilarin 0bd4e986cc
Merge pull request #10 from amadin/master
small HUD fixes
2018-02-12 18:46:28 -06:00
AntumDeluge bed7d473ec Replace deprecated 'intllib.Getter' with 'intllib.make_gettext_pair':
Checks for 'intllib.make_gettext_pair', otherwise uses older
'intllib.Getter'.
2017-07-06 21:42:46 -07:00
AntumDeluge 6a46d4ffc1 Use 'minetest.global_exists' in place of 'minetest.get_modpath' 2017-07-06 21:39:22 -07:00
AntumDeluge 1d7e6a7e53 Replace deprecated 'get_look_yaw' with 'get_look_horizontal' 2017-06-07 22:29:41 -07:00
AntumDeluge 187910576b Replace deprecated calls to 'minetest.env' 2017-06-07 22:23:39 -07:00
Kilarin 2188441a76 Merge pull request #11 from AntumDeluge/craft_guide
Add 'craft_guide' as optional dependency
2017-05-15 21:03:45 -05:00
AntumDeluge 888ec15cbf Add 'craft_guide' as optional dependency 2017-05-11 23:32:25 -07:00
amadin 328ba19d11 HUD fixes 2016-10-15 20:20:37 +03:00
Kilarin 96892a03f7 updated init.lua version number 2015-07-31 15:42:52 -05:00
Kilarin cb05d446f0 corrected bug that causes server to crash if settings or bookmark files exist but are empty 2015-07-31 15:41:08 -05:00
Kilarin 7e5dc4bc9c readme out of sync 2015-05-18 07:28:32 -05:00
Kilarin f61a7c081c Merge branch 'master' of https://github.com/Kilarin/compassgps 2015-05-18 07:24:04 -05:00
Kilarin 2b7db20f1c bug fix from myoung008, type causing crashes when entering bad color. 2015-05-18 07:22:19 -05:00
Kilarin f956cd2a37 Merge pull request #6 from TeTpaAka/master
fix bug when static_spawnpoint is invalid
2015-05-11 13:55:09 -05:00
TeTpaAka 06e0f9aea7 fix bug when static_spawnpoint is invalid 2015-05-11 20:06:43 +02:00
Kilarin 8494b2b80a Readme version number corrected 2015-03-18 17:24:03 -05:00
Kilarin cb93cc78f5 added switch to turn wall mounted maps growing off 2015-03-18 17:21:39 -05:00
Kilarin b360691728 Merge pull request #4 from Miner59/master
Add code to place marked maps on wall, allow to rename bookmarks in marked maps
2015-03-17 21:28:40 -05:00
Miner59 8958907b0b Setting abm interval to 600 as it should be
interval=1 was only for testing and forgotten to change
2015-03-17 21:30:23 +01:00
Miner59 f5e1255466 Read bookmarks from wallmounted maps, allow to rename bookmarks saved in marked maps
If you are allowed to build in the area where the map is placed you take it in your inventory, otherwise you can add the bookmark on the map to your compassgps.
2015-03-17 19:56:36 +01:00
Miner59 010775041a Corrected image name 2015-03-17 16:28:24 +01:00
Miner59 becf48804c Wallmounting for marked maps
My idea was to make maps not default wallmounted nodes, because I thougt it would look good when they are bigger.
If the distance to the target on the map is bigger, the map is bigger too.
2015-03-17 16:25:56 +01:00
Miner59 86881d603e Wallmounting for marked maps 2015-03-17 16:21:38 +01:00
Kilarin e269da7804 Merge pull request #3 from Miner59/master
Support for BlockMen's beds mod
2015-03-03 17:18:13 -06:00
Miner59 8b8f978c1a Bugfix
1. Need to add a second parameter where I call a changed function
2. Admins should now still be able to remove shared bookmarks of other players

Sorry, but now it should work.
2015-02-27 02:32:13 +01:00
Miner59 b1ababfb9d Corrected typo 2015-02-27 01:04:45 +01:00
Miner59 82dfe1052a Support for BlockMen's bed mod and some small improvements
BlockMen added his beds mod to default minetest game recently, so I added code to read the saved bed positions. Still supports PilzAdams beds mod.
Small improvements:
 -Add all bookmarks for beds, sethome and the default spawn point if there are positions saved for a player, not only the first it finds.
 -Renamed "sethome" bookmark name to "home" and "default" to "spawn".
 -Ignore if player tries to remove bed, home or spawn bookmarks
2015-02-27 00:59:35 +01:00
Kilarin 00905f4545 bug fix in find_bookmark_byname 2015-02-18 22:05:14 -06:00
Kilarin 02dd74bfba readme update 2015-02-17 21:08:54 -06:00
Kilarin 3898761628 Merge pull request #2 from TeTpaAka/master
Added intllib support
2015-02-17 20:45:16 -06:00
TeTpaAka 96394f8dfb Added intllib support
Now you can add translations to this mod in the locale directory.
2015-02-16 15:00:48 +01:00
Kilarin 62c9b35e54 current position for maps (code by Miner95) 2015-02-03 21:17:49 -06:00
Kilarin 8fe74e59ae map_marked notincreative and on /giveme defaults to default 2015-02-03 07:47:14 -06:00
Kilarin c996eabaff maps update 2015-02-02 21:41:09 -06:00
Kilarin ef2db4ac86 maps! 2015-02-02 21:33:18 -06:00
TeTpaAka 1f486ed470 Adds books to store bookmarks
You can use compassgps:book to store a bookmark and read from one if it has a bookmark.
There is currently no crafting recipe and the interface needs improvement.

Signed-off-by: Kilarin <gith-dch00@sneakemail.com>
2014-12-30 17:01:52 -06:00
Kilarin 343aacd1b4 correction to md file 2014-12-29 19:02:08 -06:00
Kilarin ec3f745d3b version 1.9 corrects undeclared global variables 2014-12-29 18:59:36 -06:00
Kilarin 8d7728dec1 changed register_craft to compassgps:0 for unified inventory compatibility 2014-10-11 21:01:07 -05:00
Kilarin 85d4c2d8dd ver 1.7 fixed multiplayer crash on first load of formspec 2014-10-08 23:14:04 -05:00
Kilarin 2fe54eaa9c readme.md will be right eventually 2014-06-11 11:06:56 -05:00
Kilarin 801afab258 readme.md fix 2014-06-11 11:01:21 -05:00
Kilarin 5d71a27661 readme update 2014-06-11 10:53:42 -05:00
Kilarin 37e3e31994 bug fix, point_to not saving 2014-06-11 10:30:52 -05:00