Commit Graph

  • 4532b2b3c9 Add loading message to action log master Sys Quatre 2020-07-23 16:04:12 +0200
  • f9e9e0ae53 Update screenshot: Make logo larger 1.0 Hugues Ross 2020-06-27 14:55:49 -0400
  • 44c7b3fbd9 Add screenshot.png Hugues Ross 2020-06-27 14:32:59 -0400
  • 4afde6ef83 Fix luacheck warnings Hugues Ross 2020-06-27 13:54:01 -0400
  • f528ac78bd Fix bounds-checking on marker pages Hugues Ross 2020-06-27 13:45:44 -0400
  • d3ea1cc54b Preparation for release Hugues Ross 2020-06-27 11:26:18 -0400
  • 9cf75f54c2 Formspec background fixes Hugues Ross 2020-06-26 18:02:18 -0400
  • bab77d00e4 Add proper listcolors Hugues Ross 2020-06-26 17:58:37 -0400
  • 0c2cf72dd8 table formspec fixes Hugues Ross 2020-06-26 17:52:01 -0400
  • 6dc08f7d0b Remove unused variable Hugues Ross 2020-06-13 17:15:47 -0400
  • db7f287bfa Add feedback indicating an upgrade vs craft Hugues Ross 2020-06-13 17:14:55 -0400
  • 40e1f474c1 Properly update scale when upgrading a map Hugues Ross 2020-06-13 17:13:07 -0400
  • 7b7f7548ce Resolve TODOs Hugues Ross 2020-06-13 16:50:34 -0400
  • 9bcc2e717c Various fixes Hugues Ross 2020-06-13 16:33:41 -0400
  • 2ea7de7f29 Remove testing command Hugues Ross 2020-06-13 16:25:28 -0400
  • 4fedd4275e Add configuration settings Hugues Ross 2020-06-13 16:21:34 -0400
  • bd1d21f833 Fix luacheck warning Hugues Ross 2020-06-13 12:25:54 -0400
  • ed967ddd0d Add additional formspec input checks Hugues Ross 2020-06-13 12:24:04 -0400
  • cef6495f4a Fix coordinates in marker calls Hugues Ross 2020-06-13 12:14:07 -0400
  • 675281b8c3 Properly handle map items missing metadata Hugues Ross 2020-06-13 11:59:08 -0400
  • c0e541a7e7 Fix coordinates being handled incorrectly in some places Hugues Ross 2020-06-13 11:50:43 -0400
  • 826d1a9a8e Don't grant cartographer priv to singleplayer by default Hugues Ross 2020-06-13 09:48:06 -0400
  • 25296eb40f Add license files Hugues Ross 2020-06-13 09:40:58 -0400
  • c45a320423 README Mention the skin api Hugues Ross 2020-06-13 09:33:55 -0400
  • 81142b72d0 Add README Hugues Ross 2020-06-13 09:30:03 -0400
  • dd5a620393 Add cartographer privilege for using the /map command Hugues Ross 2020-06-13 09:08:01 -0400
  • bd3521d439 Documentation pass, part 3 Hugues Ross 2020-06-13 08:54:13 -0400
  • db45633b16 Documentation pass, part 2 Hugues Ross 2020-06-13 08:50:36 -0400
  • 309ff6b8d4 Move storage code out of init.lua Hugues Ross 2020-06-13 08:04:54 -0400
  • 6187137158 Refactor marker_lookup out of init.lua Hugues Ross 2020-06-13 08:01:56 -0400
  • 6a3938d996 Refactor coordinate api into its own file Hugues Ross 2020-06-13 07:50:34 -0400
  • ca910ad29d Documentation pass, part 1 Hugues Ross 2020-06-13 07:41:56 -0400
  • a6b96fa28f Fix obvious errors Hugues Ross 2020-06-10 20:54:00 -0400
  • a895acb978 Move autofill code into its own file Hugues Ross 2020-06-10 20:49:10 -0400
  • 412e214f88 Fix remaining luacheck warnings Hugues Ross 2020-06-10 20:10:15 -0400
  • 9099390842 Move material methods into separate api object Hugues Ross 2020-06-10 20:01:58 -0400
  • 3d6ebe66c1 Move detail_texture into internal utility api Hugues Ross 2020-06-10 19:54:28 -0400
  • ad9c5e77b0 Move map item functions into a separate api object Hugues Ross 2020-06-10 19:45:13 -0400
  • e53bd8af41 Refactor marker api calls into marker_api.lua Hugues Ross 2020-06-10 19:39:26 -0400
  • a2e6597763 Refactor map creation / indexing into api object Hugues Ross 2020-06-10 19:29:06 -0400
  • 30249edf44 Make fill_local a function of map objects Hugues Ross 2020-06-10 19:23:03 -0400
  • d7f7210a2d Refactor biome calls into separate file Hugues Ross 2020-06-10 19:18:36 -0400
  • 3f641f6d63 Fix remaining luacheck warnings in commands.lua Hugues Ross 2020-06-10 07:06:59 -0400
  • 51ef36c50c Refactor audio out of api.lua Hugues Ross 2020-06-10 07:02:46 -0400
  • 43406ded7e OO-ifiy map tables Hugues Ross 2020-06-09 20:17:39 -0400
  • 490104f646 Switch coordinate conversion in commands.lua Hugues Ross 2020-06-08 20:28:36 -0400
  • 8aed769b97 Remove material value lookup from global API Hugues Ross 2020-06-08 20:21:58 -0400
  • 25319d8053 Remove all global refs from scanner, and return API Hugues Ross 2020-06-08 20:08:24 -0400
  • 1f76359fbd map_formspec: Remove final cartographer.skin reference Hugues Ross 2020-06-08 20:05:51 -0400
  • 1d3c6dec97 Move scan_queue to local scope Hugues Ross 2020-06-08 20:03:44 -0400
  • b42c9d051f Remove _cartographer global Hugues Ross 2020-06-08 20:01:26 -0400
  • 3510bbcb35 Return map formspec methods instead of modifying the api object Hugues Ross 2020-06-08 19:49:23 -0400
  • 9ce982c7cf map_formspec cleanup part 1 - Fix some long lines and start using gui API Hugues Ross 2020-06-08 18:34:57 -0400
  • 5af69ccd14 Move marker formspec code into items.lua Hugues Ross 2020-06-08 18:12:05 -0400
  • 8aba2d8c57 Parameterize biome / marker tables Hugues Ross 2020-06-08 07:26:18 -0400
  • 93b6ab6ee8 items.lua: Start formspec cleanup and refactor map description into a function Hugues Ross 2020-06-07 20:35:17 -0400
  • 43c193279d items.lua: Parameterize coordinate conversion functions Hugues Ross 2020-06-07 18:31:42 -0400
  • d38a666f5a map_api.lua: Parameterize coordinate covnersion methods Hugues Ross 2020-06-07 18:27:19 -0400
  • 28360f585c scanner.lua: Parameterize coordinate conversion methods Hugues Ross 2020-06-07 18:20:35 -0400
  • c26265e2c3 Table cleanup part 2 - use gui api Hugues Ross 2020-06-07 18:09:58 -0400
  • 06b509ed94 Table cleanup part 1 - Replace global tables with file inputs Hugues Ross 2020-06-02 19:36:33 -0400
  • 2461c66f99 Add experimental declarative GUI API Hugues Ross 2020-06-02 08:01:11 -0400
  • 9e47171b30 Remove unused vars from table code, fix bug in copy cost calculation Hugues Ross 2020-06-01 18:30:21 -0400
  • dc8cc1e10b More unused var cleanup Hugues Ross 2020-06-01 18:22:08 -0400
  • a761c9323f Replace fill globalstep with timer and fix axes Hugues Ross 2020-06-01 18:10:26 -0400
  • bb03fd547b Cleanup unused vars in items.lua Hugues Ross 2020-06-01 18:00:53 -0400
  • a9aa8d1891 Make skin_api return a simple table and assign in init.lua Hugues Ross 2020-06-01 18:00:02 -0400
  • 7c667b04e7 Refactor out global variable 'data' Hugues Ross 2020-06-01 07:59:34 -0400
  • acf04377bf Add gitlab CI configuration to run luacheck automatically Hugues Ross 2020-06-01 07:33:57 -0400
  • 1293c0c55c Add luacheck configuration Hugues Ross 2020-06-01 07:32:12 -0400
  • efa93baa97 Fix seed format Hugues Ross 2020-06-01 07:31:38 -0400
  • 7c55cfaeaf Various command-related fixes Hugues Ross 2020-04-26 10:21:24 -0400
  • 8ccf1afbb6 Table UI adjustments Hugues Ross 2020-04-23 07:13:23 -0400
  • 8f0e161b7c Add tooltips to the map formspec Hugues Ross 2020-04-21 07:54:16 -0400
  • e16893f82e Add height mode toggle to maps Hugues Ross 2020-04-21 07:36:48 -0400
  • 777f09fbe7 Add height mode to map api, and scale in map command Hugues Ross 2020-04-21 07:29:30 -0400
  • e6035d9e2b Rework size/scaling Hugues Ross 2020-04-20 19:38:33 -0400
  • bb6b1233cd Scale down height based on the map scaling Hugues Ross 2020-04-20 19:33:26 -0400
  • fcb6de872c Fix player position on scaled maps Hugues Ross 2020-04-20 19:27:43 -0400
  • b4acab145e Fix bug with costs being deducted incorrectly Hugues Ross 2020-04-20 06:28:52 -0400
  • 59c359a3a3 'Disable' table buttons when an action is invalid Hugues Ross 2020-04-19 18:23:28 -0400
  • 913cd03594 Update table material costs/values when items are placed/removed from them Hugues Ross 2020-04-19 15:30:18 -0400
  • 05a831d643 Add basic validation for moving items into the table's slots Hugues Ross 2020-04-19 13:50:54 -0400
  • 840c1b0105 Split table background in two to handle different UI sizes better Hugues Ross 2020-04-19 09:33:24 -0400
  • 12b933ea1e Various map item fixes Hugues Ross 2020-04-18 20:10:02 -0400
  • 19ca1bf0f1 Add feedback sounds for table-related actions, and make sounds play for everyone Hugues Ross 2020-04-18 11:28:21 -0400
  • fa95a8705e Add audio feedback for opening the map and editing markers Hugues Ross 2020-04-18 10:24:26 -0400
  • 8642fbfa1b Add detail texture support for map skin data Hugues Ross 2020-04-18 09:15:13 -0400
  • 62ace2394b Replace map variant randomness with perlin noise Hugues Ross 2020-04-18 07:53:32 -0400
  • af0a801801 Small refactor: Add some constants to map_formspec.lua Hugues Ross 2020-04-17 20:28:15 -0400
  • c0e1414a88 Fix marker editor ordering and add pagination Hugues Ross 2020-04-16 19:50:03 -0400
  • 7c858d5264 Add skinned styling to the marker editor Hugues Ross 2020-04-15 21:01:56 -0400
  • 4cc3a4cfaa Fix copied maps not retaining marker information Hugues Ross 2020-04-11 15:36:15 -0400
  • 0f706533b6 Fix numerous scan-related bugs Hugues Ross 2020-04-11 14:02:12 -0400
  • a5ded9bc11 Add world coord -> map coord conversion method Hugues Ross 2020-04-10 17:52:09 -0400
  • c27d96b89f Formspec marker API fixes Hugues Ross 2020-04-10 17:19:21 -0400
  • a964f42270 Mild refactoring Hugues Ross 2020-04-10 07:14:47 -0400
  • a45e3ca66a Fix missing player marker Hugues Ross 2020-04-10 07:00:29 -0400
  • da2c510835 Add advanced table skin Hugues Ross 2020-04-03 19:39:22 -0400
  • aee49162b8 Fix hardcoded label color in fs.cost() Hugues Ross 2020-04-03 19:35:59 -0400