Commit Graph

14057 Commits

Author SHA1 Message Date
Marcel
e48ef26952 Merge branch 'floppy_coastal_town' into 'master'
coastal_town

See merge request veloren/veloren!3887
2023-07-12 23:02:40 +00:00
flo
b556befe73 coastal_town 2023-07-12 23:02:40 +00:00
Monty Marz
f94061dbfb Merge branch 'dwarven_quarry' into 'master'
Dwarven Dungeon

See merge request veloren/veloren!3978
2023-07-09 20:03:10 +00:00
Monty Marz
102945b9e7 Dungeon rework initial patch 2023-07-09 20:03:09 +00:00
Marcel
fd5fdd1840 Merge branch 'fix-typos-czech-translation' into 'master'
Typos fixed in Czech localisation

See merge request veloren/veloren!4016
2023-07-08 10:36:50 +00:00
Marcel
9b73fa0807 Merge branch 'sglorch/translation-de' into 'master'
sglorch/translation-de

See merge request veloren/veloren!3996
2023-07-07 15:11:16 +00:00
Stefan Glorch
4cf73b2eb4 sglorch/translation-de 2023-07-07 15:11:16 +00:00
Marcel
b79ef70a17 Merge branch 'consumable-improvements' into 'master'
Small reduction of craftable consumables costs

See merge request veloren/veloren!4011
2023-07-06 12:13:14 +00:00
Marcel
ac4b277d7c Merge branch 'loot-changes' into 'master'
Loot changes

See merge request veloren/veloren!4007
2023-07-06 12:11:29 +00:00
Michał
a8ce3240c2 Loot changes 2023-07-06 12:11:28 +00:00
Marcel
6d966eede2 Merge branch 'RunRobDog/Spawn-Entities-tab' into 'master'
RunRobDog/spawn entities tab

See merge request veloren/veloren!3877
2023-07-06 11:37:42 +00:00
Marcel
34ffad71df Merge branch 'xMAC94x/tcp_buffer' into 'master'
increase the TCP Recv Buffer

See merge request veloren/veloren!4013
2023-07-06 10:45:17 +00:00
Isse
8afcf07465 Merge branch 'Fengo/sort_by_quantity' into 'master'
Sort items in inventory by quantity

See merge request veloren/veloren!4015
2023-07-05 19:07:17 +00:00
Hugo Famechon
a648c68233 Sort items in inventory by quantity 2023-07-05 19:07:16 +00:00
Jaroslav Lichtblau
bade2a176a Typos fixed in Czech localisation 2023-07-05 18:44:24 +02:00
Marcel
32c7994cca Merge branch 'tygyh/Update-swedish-translations' into 'master'
Update swedish translations

See merge request veloren/veloren!4009
2023-07-05 13:01:08 +00:00
Marcel Märtens
2101d8264c xVAR did some research here: https://discord.com/channels/449602562165833758/450065987006496768/979121835801202688
and because of that we decided to set the recv buffer to 512kB via linux kernel parameters.
We didn't had any problems on the official server so we wanted to bake that into code.
There is a calculator https://www.switch.ch/network/tools/tcp_throughput/?mss=1460&rtt=80&loss=1e-06&bw=10&rtt2=500&win=1024&Calculate=Calculate
that said for 10Mbits/ speed 16kB recv buffer and 500ms we only can expect effective 0.24 Mbits of actuall data speed.
Nothing mentioned increasing the send buffer, but it prob cant hurt from a server side or ?

 cat /proc/sys/net/core/wmem_default showed 212992
 cat /proc/sys/net/core/rmem_default showed 212992
 sysctl -w net.ipv4.tcp_wmem="4096 524288 4194304" was beeing used
 sysctl -w net.ipv4.tcp_wmem="4096 16384 4194304" was the default
2023-07-04 23:48:59 +02:00
Michal Sroczynski
884b881b68 Small reduction of craftable consumables costs 2023-07-04 19:43:34 +02:00
Samuel Keiffer
dab040baa4 Merge branch 'trade-thirdconfirm' into 'master'
Added additional confirmation when trading for nothing.

See merge request veloren/veloren!3997
2023-07-03 23:45:59 +00:00
Marcel
620c58fecc Merge branch 'bd/esperanto' into 'master'
Esperanto translation

See merge request veloren/veloren!3432
2023-07-03 23:34:36 +00:00
Brandon Dyer
a7ff12f012 Esperanto translation 2023-07-03 23:34:35 +00:00
Samuel Keiffer
645d063dcd Merge branch 'sam/durability-tweaks' into 'master'
Durability tweaks

See merge request veloren/veloren!3985
2023-07-03 23:34:33 +00:00
Samuel Keiffer
7380b9b485 Merge branch 'wildlife_spawn_work' into 'master'
wildlife_spawn_work

See merge request veloren/veloren!3992
2023-07-03 23:21:56 +00:00
flo
3611fd2b3d wildlife_spawn_work 2023-07-03 23:21:56 +00:00
tygyh
0b2ad222dc Update swedish translations 2023-07-03 21:10:37 +02:00
Isse
551209dd76 Merge branch 'fix-plugin-feature' into 'master'
Fix client without plugin feature

See merge request veloren/veloren!4008
2023-07-03 10:21:20 +00:00
Isse
3c5857527c fix client without plugin feature 2023-07-03 11:18:49 +02:00
Marcel
2f6880bc5b Merge branch 'christof/remove_wasm32_cfg' into 'master'
upgrade wasmer, implement basic WASI, turn off login events for now

See merge request veloren/veloren!3991
2023-07-02 10:15:18 +00:00
Marcel
e5dbf3ec2e Merge branch 'walpo/add-bulgarian-translation' into 'master'
i18n: add bulgarian (bg) translation

See merge request veloren/veloren!4005
2023-07-02 08:50:17 +00:00
walpo
9c0046f790 i18n: add bulgarian (bg) translation 2023-07-02 08:50:17 +00:00
RunRobDog
1630660094 format 2023-07-01 21:40:07 +02:00
Christof Petig
34da94cbad remove release mode from CI and move to the proper place in CHANGELOG 2023-07-01 15:44:15 +02:00
Christof Petig
5fc89dfce6 add ChangeLog 2023-07-01 15:31:53 +02:00
Christof Petig
7e362d7ac8 clippy fix 2023-07-01 15:31:53 +02:00
Christof Petig
708819013f remove another dead code section 2023-07-01 15:31:53 +02:00
Christof Petig
08d84291ab document and restrict the public interface 2023-07-01 15:31:53 +02:00
Christof Petig
c9ff9e9841 simplify the interface and make the functions more explicit 2023-07-01 15:31:53 +02:00
Christof Petig
01223d7174 implement and use read_exact_bytes, cleanup 2023-07-01 15:31:53 +02:00
Christof Petig
65966294a0 address more of zesterer's proposals and implement process exit removing the binary 2023-07-01 15:31:53 +02:00
Christof Petig
43f7bb7ddc implement the first half of zesterer's proposals and update wasmer 2023-07-01 15:31:53 +02:00
Christof Petig
5802f94daf get rid of the empty memory_manager module 2023-07-01 15:31:53 +02:00
Christof Petig
cfaffd0ac2 implement up to two slices in write_bytes (gather) 2023-07-01 15:31:53 +02:00
Christof Petig
0d22a475f8 consistently use 64 bit in wasm_prepare_buffer 2023-07-01 15:31:53 +02:00
Christof Petig
28c3721ecf upgrade wasmer, implement basic WASI, turn off login events for now 2023-07-01 15:31:53 +02:00
Marcel
59e242dfb8 Merge branch 'zesterer/anticheat' into 'master'
Emergency fixes to terrain persistence and anticheat

See merge request veloren/veloren!4006
2023-07-01 12:15:32 +00:00
Joshua Barretto
7c59bec29d Removed dead code warning 2023-07-01 12:11:21 +01:00
Joshua Barretto
598f628858 Reenabled physics rejection logging 2023-07-01 09:40:57 +01:00
Joshua Barretto
9a0aa5d552 Emergency fixes to terrain persistence and anticheat 2023-06-30 19:56:24 +01:00
Marcel
75c3b8ca65 Merge branch 'xMAC94x/release-numbers' into 'master'
Change the version number to 0.15

See merge request veloren/veloren!4000
2023-06-30 15:09:28 +00:00
Marcel Märtens
e3f8046691 Change the version number to 0.15 2023-06-30 16:31:00 +02:00