Araca
18c4dc1128
Tweaks for display of description ( #17 )
2024-02-02 18:45:29 +01:00
Araca
a81f58d53c
Add "description display" optional + cosmetics ( #14 )
...
* Add a checkbox to display/hide description
* Truncate the description if more than 30 characters, as for item name
* Display first line of the description instead all of it, to get the display name (Ex: "Dirt" instead of "default:dirt"). This replicates the behavior for the mod with default game.
* Display interface name of selected item below the table, instead of either full description or registered name
Co-authored-by: Florent Delord <fdelord@synthesio.com>
2024-01-28 18:47:41 +01:00
Araca
1ecf199964
Add french translation ( #15 )
...
Co-authored-by: Florent Delord <fdelord@synthesio.com>
2024-01-22 18:25:46 +01:00
Araca
bafd827d4b
Fix inventory size for mineclone2/a ( #16 )
...
Co-authored-by: Florent Delord <fdelord@synthesio.com>
2024-01-18 20:04:16 +01:00
FaceDeer
d7f26cddbf
fix some spelling errors and update translation files
2023-10-02 12:53:26 -06:00
FaceDeer
5cf019ed3d
Double click workaround ( #13 )
...
* add a way to retrieve items without double-clicking
MacOS may be having a problem with double clicking, add a workaround.
Note that market orders still need double clicking to cancel, so further work is neeed.
* fix sorting of item descriptions now that there's server-side translation available
* fix Mineclone formspec
2023-01-06 20:29:34 -07:00
FaceDeer
8f47fbf010
check for mcl_formspec via get_modpath
2023-01-06 20:04:13 -07:00
BrunoMine
7a8e13c664
Add portuguese locale files ( #8 )
2022-02-02 18:55:53 +01:00
Nathaniel Freeman
6f994334a2
Create spanish translation ( #7 )
...
* locale
* 6^:<
Co-authored-by: PsycoJaker <psycojaker@tutanota.com>
2021-03-31 04:31:33 -06:00
FaceDeer
64f45ff557
mineclone2 has fancy formspec inventory backgrounds
2020-07-15 21:46:18 -06:00
FaceDeer
cf6af5fc7e
a bit more info in the assert
2020-07-11 12:12:20 -06:00
FaceDeer
78f7bf4997
add an assert to make failure here more informative
2020-07-03 15:54:23 -06:00
FaceDeer
3ca6a56dac
fix translation when doc is enabled
2020-07-02 13:54:07 -06:00
FaceDeer
0ae84aca6b
add source url to i18n script
2020-03-02 17:02:40 -07:00
FaceDeer
66ffd3d54e
native translation code isn't clever enough to reuse parameters
2020-02-23 17:16:50 -07:00
FaceDeer
e07374c705
There may be light on the horizon for sorting localized strings
2020-02-20 23:29:47 -07:00
FaceDeer
8be6bd9c54
add some translation notes
2020-02-20 23:22:10 -07:00
FaceDeer
0c1a2ee0b0
switch to built-in localization interface
2020-02-16 18:17:16 -07:00
FaceDeer
43121763ab
split the default markets out into commoditymarkets_fantasy, leaving only the API
2020-01-19 11:27:35 -07:00
FaceDeer
a00904abe4
tidy up item name truncation code, no longer truncating descriptions (it breaks translations)
2020-01-15 13:26:28 -07:00
FaceDeer
7ce1abfd95
add some workarounds for mods that generate bad item icons
2020-01-15 11:01:31 -07:00
FaceDeer
078c555fbd
the tooltip bug was only present briefly in dev versions, but fixing it here anyway since it costs nothing.
2020-01-14 08:25:06 -07:00
FaceDeer
5cede8dd9b
move all chatcommands to the same place
2020-01-10 11:00:36 -07:00
FaceDeer
db0d0f99db
add a debugging command to insert all registered items into a market for finding other edge cases
2020-01-10 09:59:16 -07:00
FaceDeer
af67b830a4
handle [inventorycube textures
2020-01-10 09:40:14 -07:00
FaceDeer
94e9446ae9
fix reading numbers from settings
2020-01-07 00:26:56 -07:00
FaceDeer
aac48ccc68
add log entry for purging unknowns
2020-01-02 14:13:27 -07:00
FaceDeer
a7e12f96ce
enhance purge_unknowns command a bit
2020-01-01 16:49:50 -07:00
FaceDeer
9545098b7b
prevent a crash in the event that an item definition has neither inventory_image nor tiles
2019-12-31 20:49:35 -07:00
FaceDeer
184f30ac11
add some more in-game documentation
2019-12-31 14:17:26 -07:00
FaceDeer
7a4951f48c
add mapgen for goblin and undermarket, add protection settings for all market nodes
2019-12-29 23:55:15 -07:00
FaceDeer
79b07ac837
formspec_escape various external strings, workaround for a tooltip bug introduced in a recent version of 5.2
2019-12-29 12:51:53 -07:00
FaceDeer
0e7c5c560d
slightly more efficient filename generation
2019-12-27 23:54:04 -07:00
FaceDeer
ee64eae56b
Merge pull request #1 from gpcf/master
...
Fix typo
2019-11-16 14:35:03 -06:00
Gabriel Pérez-Cerezo
196df32df6
Fix typo
2019-11-16 19:12:53 +01:00
FaceDeer
c88f960c55
remove unused undeclared global
2019-08-25 01:20:59 -06:00
FaceDeer
ee46ed8649
small enhancement to activity log
2019-08-24 23:04:30 -06:00
FaceDeer
14ef5b7d2e
fix player-specific sound_play calls
2019-08-20 01:25:40 -06:00
FaceDeer
b04c0e8c71
allow caravan to appear in area with buildable_to, not just air
2019-08-18 21:03:51 -06:00
FaceDeer
4f96f32662
prevent possible crash if something changes the orders after double-clicking
2019-08-17 08:54:32 -06:00
FaceDeer
f3cd242b16
fix undeclared global error
2019-08-16 13:32:00 -06:00
FaceDeer
9492d6762e
add some feedback on success/failure
2019-08-16 02:22:56 -06:00
FaceDeer
cc0908692f
fiddle with formspec element dimensions and placement
2019-08-16 01:43:41 -06:00
FaceDeer
7aa0f4501b
intllib support, add 5 random reskinned trader caravans
2019-08-16 00:42:19 -06:00
FaceDeer
3984b625a9
add a clear button to the market search field
2019-08-15 22:53:14 -06:00
FaceDeer
a909d73a9a
account for image modifiers on inventory_image
2019-08-14 19:33:20 -06:00
FaceDeer
b5095f3a84
add "read" timestamp to account log
2019-08-13 23:32:49 -06:00
FaceDeer
1e835eb935
fit the ground footprint for the caravan better
2019-08-06 00:24:25 -06:00
FaceDeer
14edd9b4d8
add a command to purge all unknown items from all markets
2019-08-05 00:39:36 -06:00
FaceDeer
716513002c
formspec tables can't handle compositing/modifiers in images, it seems
2019-08-04 23:58:08 -06:00