Imbris
253a18dbfe
Add more profiling outputs to the .gitignore
2021-10-15 01:23:00 -04:00
Marcel Märtens
3a1320634d
rename hud_settings to settings
2021-08-01 13:47:03 +02:00
Joshua Barretto
1df81360ab
Properly fixed command parsing
2021-07-23 17:33:31 +01:00
juliancoffee
13ff935657
add assets/tweak directory to .gitignore
2021-06-08 13:31:27 +03:00
juliancoffee
7d5698dcb4
Ignore local neovim rc
2021-04-29 20:49:35 +03:00
holychowders
793e7982b0
Resolve Issue #978 - Extract SkillSet Into Its Own Component
2021-04-14 15:35:34 +00:00
Yusuf Bera Ertan
e5aabf1830
build(nix): switch to naersk
2021-03-23 16:02:47 +03:00
Yusuf Bera Ertan
3ed3e39c51
nix: add envrc and envrc-nvidia file for auto dev env setup with direnv
2020-11-30 23:51:05 +03:00
Yusuf Bera Ertan
3046cdbf55
fix and improve nix build: actually output a proper veloren voxygen package now
2020-11-25 02:00:50 +03:00
Imbris
52362cfd08
New userdata folder that holds voxygen settings and logs and server saves and settings, split up server settings file into parts that are persisted back to their files and parts that are read-only, misc fixes
2020-10-10 02:10:32 -04:00
Ben Wallis
2c06101da1
* Moved migrations to beginning of server initialisation
...
* Added migrations for entity ID changes to existing tables
2020-09-17 23:02:14 +00:00
Samuel Keiffer
6f73713c79
Allows for weapons to have different stats. Seperates healing staff out from staffs into its own weapon type: sceptre. Splits bow weapon type into shortbow and longbow.
2020-08-01 20:08:30 +00:00
Forest Anderson
74f668f0b6
Merge branch 'yusdacra/crate2nix' into 'master'
...
nix: Switch to crate2nix for building, and niv for dependency management
See merge request veloren/veloren!1090
2020-06-28 18:28:29 +00:00
Monty Marz
455be836a6
alpha disclaimer
2020-06-24 13:44:39 +00:00
Yusuf Bera Ertan
bddbe51a1d
nix: Switch to crate2nix, and niv for dependency management
2020-06-23 20:51:32 +03:00
Shane Handley
bfb3ba113e
Enable WAL and busy_timeout for each sqlite connection to mitigate db locks,
2020-06-07 22:33:48 +10:00
S Handley
7a6c392fc3
- Load characters after login.
...
- Make the character screen load with an empty character list from the server, send event to the server for character creation with data, but not yet saving them to the DB.
- Working but messy character saving to DB
- Add the character_data to the client, rather than keep it in the GLobalState.
2020-05-09 15:41:25 +00:00
Songtronix
42f3a18c9e
change(server): rename settings file to server_settings.ron
2020-04-15 13:31:16 +02:00
Imbris
70e7291e01
maybe fix hotreload panic
2020-03-15 15:53:51 +01:00
timokoesters
810ffb294c
Merge remote-tracking branch 'origin/master' into clientstates
2020-02-03 22:02:32 +01:00
Joshua Yanovski
675ad06cfe
Map saving, soil production, speedup attempts.
2020-01-23 18:18:10 +01:00
Adam Whitehurst
07cc54a60a
Undo sfx changes
2020-01-18 05:13:25 -08:00
Monty Marz
178ad9479a
Scrolling Combat Text (SCT)
2020-01-10 00:33:38 +00:00
Shane Handley
a007b3bad8
Add additional .vscode/ entry to .gitignore as this was not working for som devs.
2019-10-02 15:17:16 +09:00
haslersn
73f490d628
gitignore: Add .envrc (direnv config file)
2019-08-14 14:58:41 +02:00
Joshua Barretto
2a51da86fc
Only change entity orientation when on the ground
2019-07-21 00:18:03 +01:00
Songtronix
59fbc6101c
ignore settings file
2019-07-17 18:32:01 +02:00
Songtronix
3e18da0560
Mark InvalidAlias Message as to be done
2019-07-17 18:32:01 +02:00
Songtronix
5f35778ef5
add configureable server info
2019-07-17 18:32:01 +02:00
Sheldon Knuth
343c27e559
Revamping the audio system for Voxygen from #163
2019-07-02 04:10:55 +00:00
Mckol
5b08532cab
Added vim to gitignore
2019-06-27 14:38:19 +02:00
Mckol
1debf8500a
Added Eclipse project file to gitignore
2019-06-27 13:13:55 +02:00
timokoesters
ba80eac2d3
Make Failed to tick go back to the main screen and move to ron
...
Former-commit-id: 14d4ab3cb9d964805a2f275b932e93cef9b72d38
2019-05-26 12:58:43 +02:00
Joshua Barretto
9af7730057
Merge branch 'VD-Slider' into 'master'
...
View distance slider
See merge request veloren/veloren!152
Former-commit-id: c285b72576f47e1e13ee5959669f51c8aa652ea0
2019-05-19 01:10:42 +00:00
Joshua Barretto
529b655cf9
Added view distance configuration
...
Former-commit-id: b3c7a21631ce0c6b058f25aede0e3e2895a16f81
2019-05-19 01:45:02 +01:00
Imbris
028563c739
Add screenshot, fullscreen, & debug keys
...
Former-commit-id: 9358575794b71535905c5133eb6764284c35fb34
2019-05-18 17:16:35 -04:00
Joshua Barretto
ae073b9520
Added run.sh to gitignore
...
Former-commit-id: 1f13cd6f334f5702ab092f595139691b0ff96bd4
2019-05-12 19:01:29 +01:00
timokoesters
b300a30eb4
Fix gitignore and delete gitignores in subdirs
...
Former-commit-id: 4d57caa521c47d137e29d5b781abbdda6a2d8759
2019-04-29 20:43:04 +02:00
Louis Pearson
2af6443393
Add auto generation of settings.toml if it does not already exist
...
Former-commit-id: 941b81a8faeff89096256666c56ae472d9b569d5
2019-04-16 10:06:23 -06:00
Joshua Barretto
70de6cc864
Updated gitignore
...
Former-commit-id: aa8f178f7004c61af2f0463bc1b190ae25909372
2019-04-15 00:29:28 +01:00
Imbris
54b2030e86
make to_server() blocking, post fixes & cleanup, use server address
...
Former-commit-id: 7debc790e158a996ed58271d3307214e42b850bd
2019-04-14 15:04:44 +02:00
Pfauenauge
c10dc723c0
Char Window, Mana, Health, Exp-Bar
...
Former-commit-id: 546d29aae7441232892c7b7438708e93fb440128
2019-04-06 00:36:04 +02:00
Pfauenauge90
c1be80c964
Bag Additions
...
Former-commit-id: 62e02ad0d67916b8ee12674e564931e92c08ee95
2019-04-02 01:26:42 +02:00
Pfauenauge90
04ca6bd851
Inventory Window
...
Former-commit-id: 4f8c6fbef1dd4afea587ece7187a17648ff3e301
2019-04-01 22:31:29 +02:00
Pfauenauge
b66c271dfd
Added chat arrow
...
Former-commit-id: 387bf73af19e23678a9048ab3870665c88ff47b9
2019-03-30 01:11:10 +01:00
Pfauenauge
e325abfd4b
Asset Path Changes
...
Former-commit-id: 8d31707d0e5c6db8328e0a389296f4f1a7f7cd69
2019-03-29 21:08:14 +01:00
Imbris
c7a9c39b73
minor fixes
...
Former-commit-id: 56d6b123d6def65b3f7660eea6490277597813b0
2019-03-29 01:56:08 -04:00
Pfauenauge90
2753f2cd3f
removed assets from folder, added race desc
...
Former-commit-id: fd11261bfbf3e5986775dc6b818fced9df6dd09b
2019-03-28 23:07:10 -04:00
Forest
403c30e2b4
Added previous .gitignore to root folder
...
Former-commit-id: 7f6c5b3bf3f866537f89865d8f3c1d3cbb692d68
2019-02-01 10:39:14 -05:00