Commit Graph

36 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
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
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
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 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
TeTpaAka 06e0f9aea7 fix bug when static_spawnpoint is invalid 2015-05-11 20:06:43 +02: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
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 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 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 37e3e31994 bug fix, point_to not saving 2014-06-11 10:30:52 -05:00
Kilarin f98c7bbb7c documenation update 2014-06-10 23:56:53 -05:00
Kilarin 3fc93a7d73 fixed view_type_P nil on no settings bug 2014-06-10 12:13:40 -05:00
Kilarin c1fcdde06f corrected settings bug, updated license info for bas080 images 2014-06-10 11:54:17 -05:00
Kilarin d776c12523 turned off singleplayer debug 2014-06-10 10:59:48 -05:00
Kilarin 4190bc552b changed multiplayer image to have better bookmarks 2014-06-10 10:54:05 -05:00
Kilarin 4fa660932a shared and admin bookmarks, remove confirmation dialog, and disapearing compass bugfix 2014-06-10 09:37:04 -05:00
Kilarin eb85596a47 settings screen, hud color, alternate compass images 2014-06-01 19:12:06 -05:00
Kilarin ea8e16007c changed rounding logic to round instead of trunc 2014-05-29 21:28:55 -05:00
Kilarin baaf79a964 core is brand new, crashes in versions older than 2014/05/08, so I modified the call to core.get_privs to use if core then core.get_privs else minetest.get_privs 2014-05-29 06:52:22 -05:00
Kilarin 547fec2c01 initial move to github 2014-05-29 00:21:07 -05:00