Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Veloren

Veloren is a community-developed multiplayer voxel RPG inspired by Cube World, Legend of Zelda, and Dwarf Fortress.
Collective - Host: opensource - https://opencollective.com/veloren - Website: https://www.veloren.net/ - Code: https://gitlab.com/veloren/veloren

Settings labels use i18n

gitlab.com/veloren/veloren - 9af75e1fc920492c6bed14bcba87a6e3b192253e authored 11 months ago by Woeful_Wolf <[email protected]>
code-quality edits

gitlab.com/veloren/veloren - 29550f99628ca9117838bc86bf11a60251a12aef authored 11 months ago by Woeful_Wolf <[email protected]>
did what isse said i should do

gitlab.com/veloren/veloren - fd173e7f08e5c245d64b23db3b1e3a946c941182 authored 11 months ago by BigKhan <[email protected]>
cleaned description

gitlab.com/veloren/veloren - 7dce9513c1c890f7ecb283c2791f8e1dcdcf71ae authored 11 months ago by BigKhan <[email protected]>
Cleaned up some extra imports and debug code

gitlab.com/veloren/veloren - a262521875e3cc23f995361af7bb740e8cde1c97 authored 11 months ago by Woeful_Wolf <[email protected]>
made the trees maples instead. renamed the ForestKind to match.

gitlab.com/veloren/veloren - 69f549deabad373c1d5025d6ca8906c015480a9c authored 11 months ago by BigKhan <[email protected]>
Changed how look_dir is calculated when aiming, now ray casts entities and terrain to find target point

gitlab.com/veloren/veloren - ca022a1d1bcfd0b09787c2d8f3d51baca52f0d42 authored 11 months ago by Woeful_Wolf <[email protected]>
Added x and y aiming offsets to settings

gitlab.com/veloren/veloren - 714dbc9c6f95228c596ebb92ba5d4efd9a3b5f89 authored 11 months ago by Woeful_Wolf <[email protected]>
Added x and y camera offsets when aiming in third person

gitlab.com/veloren/veloren - 6b6c5f18ec28f317e6cbd2ee5610a30be2717ccb authored 11 months ago by Woeful_Wolf <[email protected]>
Added basic ray_entities and closest_line_seg_line_seg methods

gitlab.com/veloren/veloren - a7602dfef4173a3dda50b5668980808207aa36f3 authored 11 months ago by Woeful_Wolf <[email protected]>
adding autumn trees to temperate forest

gitlab.com/veloren/veloren - 9d36a1446da400fe446cad7f982143630fdc1e38 authored 11 months ago by BigKhan <[email protected]>
Added Autumn Trees

gitlab.com/veloren/veloren - f626fdc49627a1c38d1d2600071ef7558aa5c316 authored 11 months ago by BigKhan <[email protected]>
fix unit tests

gitlab.com/veloren/veloren - ed7fd13a506c59c67cb2aeb701d1061a647d4961 authored 11 months ago by Christof Petig <[email protected]>
Merge branch 'synis/item-tabcomplete' into 'master'

Incremental item path autocomplete

See merge request veloren/veloren!4281

gitlab.com/veloren/veloren - d11c58b75b29adf0fa3b21844259be8cc43d2ee1 authored 11 months ago by maxicarlos08 <[email protected]>
Merge branch 'isse/optimize-weather' into 'master'

Optimize weather

See merge request veloren/veloren!4270

gitlab.com/veloren/veloren - 2023786f5e6f02122ce628ff9ab2925cebc40201 authored 11 months ago by Isse <[email protected]>
Fix asset prefix not working with sudo

gitlab.com/veloren/veloren - 04acb82d755415855b79309cb14e1eb331e8a28e authored 11 months ago by Syniis <[email protected]>
Allow specifiying prefix for AssetPath command argument

gitlab.com/veloren/veloren - b97e27df9a181dcc22e02fdf2a93a1f0a959b87d authored 11 months ago by Syniis <[email protected]>
Fix the obvious problems, still recipe book isn't hot reloading any more

gitlab.com/veloren/veloren - b407a2b1864102320dd071858856e38dc52db288 authored 11 months ago by Christof Petig <[email protected]>
Incremental item path autocomplete

gitlab.com/veloren/veloren - d46dbb9708c8726de5e2676d709e50f66bba9b4b authored 11 months ago by Syniis <[email protected]>
fix hot reloading of combined manifests

gitlab.com/veloren/veloren - cc93474c2fe3eadcf16a8433018690662bb4a587 authored 11 months ago by Christof Petig <[email protected]>
simplify cache handling

gitlab.com/veloren/veloren - bab8c713fbd8bca92ea86453aab3e9dd45823acf authored 11 months ago by Christof Petig <[email protected]>
Merge branch 'sea_decor_block_fix' into 'master'

sea_decor_block_fix

See merge request veloren/veloren!4278

gitlab.com/veloren/veloren - 77af5ef097aa34aad45936430d3aa1636f12eff6 authored 11 months ago by flo <[email protected]>
Merge branch 'crabman/lossy-compression-sprites' into 'master'

Store sprite data separately for compressed chunks

See merge request veloren/veloren!4277

gitlab.com/veloren/veloren - bfba00e39f4f4e6565916097a97292de54ffabc2 authored 11 months ago by maxicarlos08 <[email protected]>
sea_decor_block_fix

gitlab.com/veloren/veloren - 7714bd0445f25257f0cfcbfcb1abc51379eccb65 authored 11 months ago by flo666 <[email protected]>
only use hash cache, fix compression benchmark, fixed be/le bug

gitlab.com/veloren/veloren - 76627cd544092f9f923d75a653c681d6c1f7ee05 authored 11 months ago by Maxicarlos08 <[email protected]>
optimize sprites in compressed chunks

gitlab.com/veloren/veloren - c5ddf73dc246ffa91b6bb039625ddaadaf0bd104 authored 11 months ago by Maxicarlos08 <[email protected]>
fix chunk compression benchmarks

gitlab.com/veloren/veloren - b4ac1f7036e76717620c26302965ebf2518f0c92 authored 11 months ago by Maxicarlos08 <[email protected]>
store sprite data separately for compressed chunks

gitlab.com/veloren/veloren - e2c2e1bce1e87f425fee970d96cf35f412207309 authored 11 months ago by Maxicarlos08 <[email protected]>
Merge branch 'crabman/terrain-persistence-crash' into 'master'

don't remove blocks when applying changes for new chunks

See merge request veloren/veloren!4276

gitlab.com/veloren/veloren - fd2e45cfde2a12ab8af2a13aa954e417397d09a5 authored 11 months ago by Imbris <[email protected]>
fix the *actual* crash

gitlab.com/veloren/veloren - 47a909e94ddb13866e1aca58d2944b33fa28b454 authored 11 months ago by Maxicarlos08 <[email protected]>
Update translation files

gitlab.com/veloren/veloren - 353351e16a65c67699aeb625819cf747258b0fa4 authored 11 months ago by Illia Denysenko <[email protected]>
Merge branch 'weblate-translation' into 'master'

Update translation files

See merge request veloren/veloren!4275

gitlab.com/veloren/veloren - 34a53fd71cf4bed9109b54750e3b82e46386f11f authored 11 months ago by Illia Denysenko <[email protected]>
don't remove blocks when applying changes for new chunks

gitlab.com/veloren/veloren - f759fd5059366a10b3460f3fc8def1591e11dab1 authored 11 months ago by Maxicarlos08 <[email protected]>
Merge branch 'burnpot-model' into 'master'

New bed and door sprites

See merge request veloren/veloren!4184

gitlab.com/veloren/veloren - 880e9044d53cedfaa50c228c6788c5b8caa230dd authored 11 months ago by maxicarlos08 <[email protected]>
Translated using Weblate (Spanish (Latin America))

gitlab.com/veloren/veloren - 4ab0717e716f038d9c6f33b7d82adb51b75f7a06 authored 11 months ago by Illia Denysenko <[email protected]>
Merge branch 'weblate-translation' into 'master'

Translated using Weblate (Spanish (Latin America))

See merge request veloren/veloren!4274

gitlab.com/veloren/veloren - e1aae75dc323c139572e56ada491479e6364d0ad authored 11 months ago by Illia Denysenko <[email protected]>
Merge branch 'burnpot-model' of https://gitlab.com/veloren/dev/veloren into burnpot-model

gitlab.com/veloren/veloren - 015f43ca8718b445eee8633b2e76ea6efb7cbae2 authored 11 months ago by unknown <[email protected]>
Updated bed sprite offsets

gitlab.com/veloren/veloren - 47694f689639302768acbb8fe27bd59680dcd316 authored 11 months ago by unknown <[email protected]>
updated bed sprite height

gitlab.com/veloren/veloren - 4276dbd628b666bbd3b46a1b6ead53ba429e3fa6 authored 11 months ago by Maxicarlos08 <[email protected]>
New bed and door sprites

gitlab.com/veloren/veloren - 10fab1f5089f534044d001c109d696c89d0a66a1 authored 11 months ago by unknown <[email protected]>
New bed and door sprites

gitlab.com/veloren/veloren - 928a3bb6caeaed5ef06a01dace515eee190aa206 authored 11 months ago by unknown <[email protected]>
Update Burning Potion model

gitlab.com/veloren/veloren - 962bbcb0456df3cb249fdd2ad5f04db7860486d1 authored 11 months ago by unknown <[email protected]>
Add assets/voxygen/i18n/it/item/

gitlab.com/veloren/veloren - ac3b67bbdb5de51222a38cc1896b96c2378f0758 authored 11 months ago by Francesco Vasco <[email protected]>
weather/tick.rs fixes

gitlab.com/veloren/veloren - 61a568ab53be1623dda9d00b58899397c0835508 authored 11 months ago by Isse <[email protected]>
round to nearest integer for compressed weather

gitlab.com/veloren/veloren - ef59e573475d027dee06cca00e2b8c7b807a07a7 authored 11 months ago by Isse <[email protected]>
add back removed comment

gitlab.com/veloren/veloren - a7282f9f2eb8b0c06f098c5522699161104947f7 authored 11 months ago by Isse <[email protected]>
Merge branch 'timvinc/1912_3rd_person_view_jumping' into 'master'

Fixes #1912 - stops centering the cursor to prevent camera jumping when the cursor grab is relea...

gitlab.com/veloren/veloren - b6dfa349bb1d5e0a0d0bd366dc44af036652336a authored 11 months ago by Imbris <[email protected]>
Merge branch 'jcoxeye/price-entries' into 'master'

Lots of price entries for miscellaneous items

See merge request veloren/veloren!4231

gitlab.com/veloren/veloren - 8d3cd277b9062966776b8e0489208161e1f2880c authored 12 months ago by maxicarlos08 <[email protected]>
stops centering the cursor to prevent camera jumping when the cursor grab is released

gitlab.com/veloren/veloren - 2ac2f2d45edbc200903c441fed5facaca928beef authored 12 months ago by Tim Vincent <[email protected]>
add comment about lightning

gitlab.com/veloren/veloren - 5e37697f0cb2f8c168df10fd2128d216cf376e69 authored 12 months ago by Isse <[email protected]>
always use players weather, and fix weather fr this time

gitlab.com/veloren/veloren - 497cb13e50e84589a9dc16ba3611ab14c178594c authored 12 months ago by Isse <[email protected]>
Adjusted tiers of various items

gitlab.com/veloren/veloren - d0178444162c7db0650621bbf23885d1c0fb1006 authored 12 months ago by JCoxeye <[email protected]>
Merge branch 'jcoxeye/item-tiering-fixes' into 'master'

Adjusted tiers of various items

See merge request veloren/veloren!4249

gitlab.com/veloren/veloren - ef84ab6603a0cee23bfdb97417e27a577d77ce3a authored 12 months ago by maxicarlos08 <[email protected]>
Rebalances, and moved sandals to cloth armor loot table, in line with other starter armor.

gitlab.com/veloren/veloren - 3207df376261dc70a07452e1dfa7d5dbcfb2fb38 authored 12 months ago by JCoxeye <[email protected]>
fix weather_zone command, and only send local wind once every 30 ticks

gitlab.com/veloren/veloren - 8f15dedc3b0fca2d9183056eedd8927ef15e684c authored 12 months ago by Isse <[email protected]>
rename `SharedWeather` to `CompressedWeather`

gitlab.com/veloren/veloren - b55038a5266d7d69913c49bc65e946fdb5895139 authored 12 months ago by Isse <[email protected]>
make weather not block main thread, and lessen the amount of data shared with client.

gitlab.com/veloren/veloren - 268215b3014f6588e40ad6d69dcc6e99a1250065 authored 12 months ago by Isse <[email protected]>
Merge branch 'zesterer/toggle-light-sprites' into 'master'

Added the ability to toggle light sources on and off

See merge request veloren/veloren!4267

gitlab.com/veloren/veloren - 92a8bc280689ef4281ad580f1a80bc25a12a1d90 authored 12 months ago by Joshua Barretto <[email protected]>
Removed irrelevant test

gitlab.com/veloren/veloren - 49ba880af06531f1028a50bc09bb0f827fa6607c authored 12 months ago by Joshua Barretto <[email protected]>
Merge branch 'do-no-van/sword-rebalancing' into 'master'

sword ability rebalancing

See merge request veloren/veloren!4268

gitlab.com/veloren/veloren - 6c5e0a698e6eec95cae1d16128987d3b160ba681 authored 12 months ago by Samuel Keiffer <[email protected]>
Interaction distance check, better text

gitlab.com/veloren/veloren - 4cbec5d93c83a06d57360bfae64f20ee2c66e8f0 authored 12 months ago by Joshua Barretto <[email protected]>
Added default sprite attribute state

gitlab.com/veloren/veloren - 4a89d88e9bfe9aedf9306a9cdd54dfbba18071ac authored 12 months ago by Joshua Barretto <[email protected]>
Use SpriteInteract state for toggling lights

gitlab.com/veloren/veloren - d836461f8d1e101ec29af1c079569efa53a1c477 authored 12 months ago by Joshua Barretto <[email protected]>
Apply watcher properties more sensibly

gitlab.com/veloren/veloren - e231b8f9c14ac1498353c02dcf86b0c92dfd1ef1 authored 12 months ago by Joshua Barretto <[email protected]>
Don't use distinct event system for handling sprite interactions

gitlab.com/veloren/veloren - ad8965fdd784950ab577eca2ae81a412a3df3342 authored 12 months ago by Joshua Barretto <[email protected]>
Added the ability to toggle light sources on and off

gitlab.com/veloren/veloren - e0ebe6939e65a8f99a06894a45c51fdc14a9977c authored 12 months ago by Joshua Barretto <[email protected]>
balance sword abilities

gitlab.com/veloren/veloren - 8c5759cb5ee7f91eb7e35c03532a1bf8bce3d629 authored 12 months ago by do-no-van <[email protected]>
make fortitude scale of difference from maximum health

gitlab.com/veloren/veloren - 646c57501f6cc8b06830c558c80a03710ee38768 authored 12 months ago by do-no-van <[email protected]>
Merge branch 'evgenkot/follow-up-processing-of-i18n-items' into 'master'

i18n items processing

See merge request veloren/veloren!4260

gitlab.com/veloren/veloren - 5137966940c581143e544fd531778d7801373114 authored 12 months ago by Illia Denysenko <[email protected]>
Merge branch 'sam/expose-charms' into 'master'

Charms now have crafting recipes.

See merge request veloren/veloren!4179

gitlab.com/veloren/veloren - 9998dbd5872c6f60440a8bb607bf9ef7ce3a608b authored 12 months ago by Samuel Keiffer <[email protected]>
Correcting comments for i18n changes and moving debug.ftl to admin.ftl

gitlab.com/veloren/veloren - 7ea133e4b5ebb80369c057e7396ccfdbb1ff589a authored 12 months ago by Evgen Kot <[email protected]>
Move npc and unused armor to npc.ftl and lanterns, bags, gliders to other.ftl

gitlab.com/veloren/veloren - 5a1efcc964c0a0f5d7e033a50c93de176f831a49 authored 12 months ago by Evgen Kot <[email protected]>
Split i18n items by category

gitlab.com/veloren/veloren - 7fb850656555d0fd1bd4555c070de431a4d84b2c authored 12 months ago by evgenkot <[email protected]>
Change names of items with the same vox descriptor

| old | new |
|-|-|
| object-key_rusty-0-ancient | object-key_quarry_ancient |
| object-key_rust...

gitlab.com/veloren/veloren - 799d63683311e81cad37804941a439b222bdf94c authored 12 months ago by evgenkot <[email protected]>
Merge branch 'woeful/1923-wrong-digging-tooltip' into 'master'

Fixes #1923 - Pickaxe tooltip wrong for digging

Closes #1923

See merge request veloren/veloren...

gitlab.com/veloren/veloren - 0755f339a29de26c2e30da40705a97530972bda7 authored 12 months ago by Isse <[email protected]>
add charm buff icons

gitlab.com/veloren/veloren - 0b1f8dc29ae6a9a60899cccf32a11faef00c62ce authored 12 months ago by Maxicarlos08 <[email protected]>
Charms now have crafting recipes.

gitlab.com/veloren/veloren - 95835887e19b80073b00fd083c544b819d9319d8 authored 12 months ago by Sam <[email protected]>
Add charm animation

gitlab.com/veloren/veloren - 83a24acc1e5a2c69434e5007d1ea882a31d34e17 authored 12 months ago by maxicarlos08 <[email protected]>
Prevent time until next battlemode change from being displayed as negative

gitlab.com/veloren/veloren - 77d6492dbfe80c1ac4b5e47f1f80ef6c16728c6b authored 12 months ago by Keegan-JW <[email protected]>
Merge branch 'master' into 'master'

Prevent time until next battlemode change from being displayed as negative

See merge request ve...

gitlab.com/veloren/veloren - 727d32c1043ed0fe33ea5146b94c48aa4f977533 authored 12 months ago by Illia Denysenko <[email protected]>
Merge branch 'chat-bits' into 'master'

Allow either Enter or Return for sending a message.

See merge request veloren/veloren!4247

gitlab.com/veloren/veloren - 7ecf0487f1f5516c6c23467605534a859d9fca24 authored 12 months ago by Marcel <[email protected]>
Merge branch 'timvinc/kill_npc_cmd_option' into 'master'

Fixes #1922 - Adds Flag to ArgumentSpec to support server command arguments like 'kill_npcs --al...

gitlab.com/veloren/veloren - cebfb9f508b3397e1884a5cce041d0f7943e6709 authored 12 months ago by Illia Denysenko <[email protected]>
Merge branch 'minor-fixes' into 'master'

Correct/improve some en-US text.

See merge request veloren/veloren!4246

gitlab.com/veloren/veloren - d4f993ca1d1456b939ae1b7b3c54756d44c4fd59 authored 12 months ago by Marcel <[email protected]>
Adds Flag to ArgumentSpec to support server command arguments like 'kill_npcs --also-pets'

gitlab.com/veloren/veloren - cb1a0b9f91e35ab6d50f27cdc3405c4bdf89da01 authored 12 months ago by Tim Vincent <[email protected]>
Merge branch 'fix_adlet_elder_sword' into 'master'

fix_adlet_elder_sword

See merge request veloren/veloren!4265

gitlab.com/veloren/veloren - f8428eda855cdb62462f323e2e11844b3e5e6491 authored 12 months ago by Samuel Keiffer <[email protected]>
fix_adlet_elder_sword

gitlab.com/veloren/veloren - a8492865639fb0b7cfa6168846f7b30ed16c039d authored 12 months ago by flo666 <[email protected]>
Simplified match, use filter and cargo fmt suggestions

gitlab.com/veloren/veloren - 3cb5132ab9c661bf36d306fa5c0191e9cb6aaa63 authored 12 months ago by Woeful_Wolf <[email protected]>
Merge branch 'crabman/earthsplitter-nerf' into 'master'

earthsplitter nerf

See merge request veloren/veloren!4264

gitlab.com/veloren/veloren - 3224bc51471d0d1de6cd75a57b7c098505db2691 authored 12 months ago by Samuel Keiffer <[email protected]>
Merge branch 'haniwa' into 'master'

haniwa

See merge request veloren/veloren!4234

gitlab.com/veloren/veloren - 5d6824aace36bf26e0fa381af8a3c97e2a67aa5f authored 12 months ago by Samuel Keiffer <[email protected]>
changelog

gitlab.com/veloren/veloren - de5df01c1b35ceca320856d825d5ea793f760f8a authored 12 months ago by Maxicarlos08 <[email protected]>
earthsplitter nerf

gitlab.com/veloren/veloren - d30fed396182cc95a4a61437cbd0a71eff305798 authored 12 months ago by Maxicarlos08 <[email protected]>
Fixes #1923 - Pickaxe tooltip wrong for digging

gitlab.com/veloren/veloren - 25e4e09ab43f7e357bf4e919fff732abe2c95665 authored 12 months ago by Woeful_Wolf <[email protected]>
Merge branch 'alphyr/assets_manager_v0.11' into 'master'

Update `assets_manager` to v0.11

See merge request veloren/veloren!4248

gitlab.com/veloren/veloren - dba8c94030b46ba40f6279650343038cca760d90 authored 12 months ago by Illia Denysenko <[email protected]>
Update `assets_manager` to v0.11

gitlab.com/veloren/veloren - b6ffb3a146b1706454655e45a0a842898842277a authored 12 months ago by Benoît du Garreau <[email protected]>
Merge branch 'making-things-sprite' into 'master'

Overhauled sprite representation to support many more sprites and attributes

See merge request ...

gitlab.com/veloren/veloren - 88a4d0898ff050c9fbd24b1470da1fbf97d4f736 authored 12 months ago by Joshua Barretto <[email protected]>
Categorised more sprites

gitlab.com/veloren/veloren - 777d03b361a6fac4f29a883295d077422029f617 authored 12 months ago by Joshua Barretto <[email protected]>
Fix warnings

gitlab.com/veloren/veloren - e5aa8cd3b76b8ce2919466ee6d01c0e220af6d6a authored 12 months ago by Joshua Barretto <[email protected]>
Overhauled sprite representation to support many more sprites and attributes

gitlab.com/veloren/veloren - 5260c82c4aa500c85ec0c2e956bb9a486e4df11b authored 12 months ago by Joshua Barretto <[email protected]>