Commit Graph

1083 Commits

Author SHA1 Message Date
allcontributors[bot]
6ee57b3bec
docs: update .all-contributorsrc [skip ci] 2022-02-03 19:56:03 +00:00
allcontributors[bot]
565e9768f7
docs: update readme.md [skip ci] 2022-02-03 19:56:02 +00:00
BuckarooBanzay
22823f26b8 add all-contributors config file 2022-02-03 20:55:19 +01:00
Renovate Bot
da6713ef05 Update dependency rollup to v2.67.0 2022-02-03 20:45:24 +01:00
Renovate Bot
fcacee9c55 Update module github.com/prometheus/client_golang to v1.12.1 2022-02-03 20:38:56 +01:00
Renovate Bot
ffadfdf107 Update dependency jshint to v2.13.4 2022-02-03 20:38:36 +01:00
Renovate Bot
498c2d13bd Update actions/cache action to v2 2022-02-03 20:38:30 +01:00
BuckarooBanzay
0f7b1988a7 disable cgo on master build 2022-02-01 15:58:38 +01:00
BuckarooBanzay
3aa0f239e2 ignore fixes / quiet tests 2022-02-01 15:47:34 +01:00
BuckarooBanzay
9907a32b6a add go build before docker build 2022-02-01 15:43:50 +01:00
BuckarooBanzay
50a704246e build & push 2022-02-01 15:39:49 +01:00
BuckarooBanzay
1dd0f05b09 push after build 2022-02-01 15:34:00 +01:00
BuckarooBanzay
917ab9be27 disable go mod tidy 2022-02-01 15:32:21 +01:00
BuckarooBanzay
df62b17149 go mod tidy 2022-02-01 15:32:09 +01:00
BuckarooBanzay
1c8eafa8f5 push image on master/latest 2022-02-01 15:31:42 +01:00
BuckarooBanzay
a03fb655a7 Merge branch 'go-releaser' 2022-02-01 15:21:33 +01:00
Renovate Bot
c1a33603c0 Update module github.com/minetest-go/mapparser to v0.1.1 2022-02-01 15:17:09 +01:00
BuckarooBanzay
fb6703027f master branch condition 2022-02-01 15:15:36 +01:00
BuckarooBanzay
89c22bd99f docker images 2022-02-01 15:09:10 +01:00
Buckaroo Banzai
ddb5267a3b
Go releaser (#238)
* add goreleaser config

* update go.mod / gitignore

* dev/cross cleanup

* switch to cgo-less sqlite driver

* workflows

* fix build workflow

Co-authored-by: BuckarooBanzay <BuckarooBanzay@users.noreply.github.com>
2022-02-01 14:59:29 +01:00
BuckarooBanzay
09889e6a5e fix build workflow 2022-02-01 14:53:18 +01:00
BuckarooBanzay
3835d3f575 workflows 2022-02-01 14:51:25 +01:00
BuckarooBanzay
e7528d9ace switch to cgo-less sqlite driver 2022-02-01 14:35:32 +01:00
BuckarooBanzay
cdb4f62609 dev/cross cleanup 2022-02-01 14:22:48 +01:00
BuckarooBanzay
1d2800b59b update go.mod / gitignore 2022-02-01 11:47:55 +01:00
BuckarooBanzay
e4ea1fae5b add goreleaser config 2022-02-01 11:47:36 +01:00
Renovate Bot
e7b0b743c9 Update registry.gitlab.com/minetest/minetest/server Docker tag to v5.5.0 2022-01-31 09:08:33 +01:00
Buckaroo Banzai
e7b7ce2e2f
Merge branch 'master' into mapparser-lib 2022-01-30 13:31:26 +01:00
BuckarooBanzay
571825ef88 add new mapblock+pos type / refactor listeners 2022-01-30 13:29:47 +01:00
Peter Nerlich
e43f883f7d fix metadata access and pos processing 2022-01-21 07:49:21 +01:00
Peter Nerlich
315cb79d4e display linepath_from_prv if available, or rail_pos, or entry coords as fallback 2022-01-21 07:49:21 +01:00
BuckarooBanzay
2c90c94c65 don't panic (just print the error and move along)
fixes #233
2022-01-20 21:04:33 +01:00
Renovate Bot
6568d6526a Update module github.com/mattn/go-sqlite3 to v1.14.10 2022-01-17 09:56:50 +01:00
BuckarooBanzay
27f158a85e fix wrong nil compare 2022-01-17 09:45:32 +01:00
Renovate Bot
ae6bf7f585 Update dependency jshint to v2.13.3 2022-01-17 09:36:51 +01:00
Renovate Bot
94ce74dd24 Update actions/setup-go action to v2.1.5 2022-01-17 09:36:46 +01:00
Renovate Bot
c42a44c3c3 Update alpine Docker tag to v3.15.0 2022-01-17 09:36:41 +01:00
Renovate Bot
8603c042a0 Update module github.com/lib/pq to v1.10.4 2022-01-17 09:36:35 +01:00
Renovate Bot
dca826fed7 Update golang Docker tag to v1.17.6 2022-01-17 09:12:30 +01:00
Renovate Bot
6c17e228cb Update dependency rollup to v2.64.0 2022-01-17 09:12:23 +01:00
Renovate Bot
173f38bf2d Update postgres Docker tag to v14 2022-01-17 09:12:16 +01:00
Renovate Bot
ea5bef1f8c Update shogo82148/actions-goveralls action to v1.5.1 2022-01-17 09:12:10 +01:00
BuckarooBanzay
1b08671a5b fix missing limit pointer 2022-01-17 09:11:24 +01:00
BuckarooBanzay
13b395143d simplify mapobject db (default to max/min positions at world border) 2022-01-17 09:06:07 +01:00
Peter Nerlich
25e177fbb9
Fix Trainlines (#177) (#230)
* add global getMapDataWithAttributeLikeGlobalQuery

* add getMapDataWithAttributeLikeGlobalQuery for postgres

* perform global search when position missing (sqlite)

* perform global query when pos missing (postgres)

* TrainelineOverlay: query full information on visible lines before drawing

* hopefully fix errors, minor efficiency improvements

* stupid mistake

* you know it's probably late when mistakes like this happen

* same for postgres

* more optimizations
2022-01-17 08:53:45 +01:00
BuckarooBanzay
1ee54f9032 add _colored prefix to scifi_nodes ud names 2021-11-15 08:42:25 +01:00
BuckarooBanzay
ffa8f01b2c add missing scifi_nodes blocks to unified dyes selection 2021-11-15 08:36:46 +01:00
Renovate Bot
3ee8477d62 Update module github.com/lib/pq to v1.10.3 2021-10-28 07:31:38 +02:00
Renovate Bot
6a6b3c09c9 Update golang Docker tag to v1.17.2 2021-10-28 07:28:33 +02:00
Renovate Bot
b03d1ced70 Update dependency rollup to v2.58.3 2021-10-28 07:28:18 +02:00