Commit graph

142 commits

Author SHA1 Message Date
FireSiku
9bf086c709 Only check files in the scripts folder and adjusted settings. 2018-05-11 16:06:21 -04:00
FireSiku
cddec4ab3f Add .luacheckrc containing with a all globals from VT1
Tried to make sure it's as compact as possible while staying
within the 120 character limit to be consistent with
the rest of the project.
2018-05-10 23:22:53 -04:00
bi
8217e97750 update mutators_test 2018-05-05 19:39:40 +03:00
bi
1615ec1598 Added VT2 compatibility; updated project the last VMB version 2018-05-05 19:07:40 +03:00
Unknown
4853ebccf4 Mutators module reworking
1) Fixed delayed chat messages
2) mod:is_togglable()
3) Keybind action "toggle_mod" -> "toggle_mod_state"
4) mod:persistent_table("name")
5) Removed "enable" and "disable" methods
6) Now all mod data is stored in mod._data
7) New way of initialization mod and initialization data
8) Mutators will be run after reload (also note init_state)
9) Removed table.lua
10) Lots of small changes and fixes
2018-04-19 04:21:49 +03:00
Unknown
92005e0340 Swithing from lots of textures to single atlas 2018-03-26 18:56:47 +03:00
Unknown
6886e74fc9 Lots of stuff
Chat actions
Some fixes and improvements
Some refactoring
2018-03-26 13:24:28 +03:00
Unknown
d1cdad8553 Change project to make it work with UnShame's gulp script 2018-03-08 19:31:30 +03:00
Unknown
935c9c4290 Changing default debug output mode 2018-03-08 18:05:07 +03:00
Unknown
a24ef6f4de Commenting stuff 2018-03-08 17:59:46 +03:00
Unknown
3fc2f0977f Some text corrections in options menu 2018-03-08 17:59:21 +03:00
Unknown
73a6b721b0 Renamed mod:spew to mod:debug 2018-03-08 17:58:36 +03:00
Unknown
253b636c25 Added optional debugging output for custom textures module 2018-03-08 17:36:26 +03:00
Unknown
72d59c583c fix: recreating GUIs on reload 2018-03-08 15:57:55 +03:00
Unknown
32903e7d13 Disabled old hack for recreating GUIs on reload 2018-03-08 15:56:37 +03:00
Unknown
727f9fe2e6 Updated custom textures calls 2018-03-08 02:13:50 +03:00
Unknown
e688b5bd91 Rewrote custom textures module 2018-03-08 02:08:47 +03:00
Unknown
c861e19f2e fix: show the error if can't find the executable file (mod:dofile) 2018-03-08 02:05:14 +03:00
Unknown
1bf9822098 fix: returning all the values for 'mod:pcall' and 'mod:dofile' calls 2018-03-08 02:05:14 +03:00
Unknown
13ac23b971 Merge branch 'bi' 2018-03-04 21:50:58 +03:00
Unknown
e40766f834 network: refactoring, adding few debug options, 2 new events 2018-03-04 21:50:44 +03:00
Unknown
dcc31f0dfd Merge branch 'bi' 2018-03-02 21:05:34 +03:00
Unknown
480303b75c network: added check if peer_id belongs to local player 2018-03-02 21:05:24 +03:00
Unknown
a124f50421 network: renamed functions 2018-03-02 21:04:55 +03:00
Unknown
fa04126faa Merge branch 'bi' 2018-03-01 21:48:15 +03:00
Unknown
253ffe1619 Made COMPILE_VMF.bat work with the new mod system 2018-03-01 21:48:00 +03:00
Unknown
85d5a747d6 Added sender peer_id to arguments 2018-03-01 21:38:33 +03:00
Unknown
bd3a60aca7 Fixed not showing debug text 2018-03-01 21:36:08 +03:00
Unknown
8c1515e0f4 Changed rpc_send arguments order 2018-03-01 21:35:43 +03:00
Unknown
222561152d Fixed reseting delayed hooks after reloading 2018-03-01 21:34:52 +03:00
Unknown
820e97a8d7 Merge branch 'hooks' 2018-03-01 17:29:27 +03:00
Unknown
efb7458de9 hooks: added delayed hooks 2018-03-01 17:29:10 +03:00
Unknown
5e42388ae0 Merge branch 'network' 2018-03-01 17:26:32 +03:00
Unknown
fa7a8dc001 network: added missing functionality 2018-03-01 17:21:25 +03:00
Unknown
1476d4dfe4 network: creating user's RPCs dictionary 2018-02-27 11:59:07 +03:00
Unknown
ff7767bfac network: rpc_register 2018-02-27 11:45:42 +03:00
Unknown
9b6ab097a7 Merge branch 'small-improvements' 2018-02-25 00:44:58 +03:00
Unknown
9f81a538f6 debug: dumps are saved in separate folder
Moved it from "binaries/" to "binaries/dump/"
2018-02-25 00:42:41 +03:00
UnShame
f4941d8bb1
Merge pull request #2 from Vermintide-Modders/mutators
Mutators
2018-02-23 18:11:55 +03:00
UnShame
80d9369b21 mutators: remove tests 2018-02-23 13:23:10 +03:00
UnShame
eb665dc9c1 undo changes to compile.bat 2018-02-23 13:21:11 +03:00
UnShame
27e84025f3 mutators: add localization (en) 2018-02-23 13:13:26 +03:00
UnShame
bbd12c1175 mutators: add a bit of logging 2018-02-23 12:48:32 +03:00
UnShame
b8caf1d98e mutators: add check for inn when enabling 2018-02-23 01:20:35 +03:00
UnShame
36989758f3 mutators: notify about all mutators when disabling;
Make "no mutators" text into its own widget
Fix checkbox click sound
No longer try to disable mutators every update when not hosting
2018-02-23 00:59:21 +03:00
Azumgi
7e713f677a
Merge pull request #1 from Vermintide-Modders/mutators
Mutators
2018-02-22 20:15:27 +03:00
UnShame
99093eddcf mutators: title placement 2018-02-22 19:50:24 +03:00
UnShame
afb4b3fa57 mutators: tooltip adjustments 2018-02-22 18:21:20 +03:00
UnShame
5943a29623 mutators: remove pcalls 2018-02-22 17:24:05 +03:00
UnShame
3e93de6ca7 mutators: auto disable when no longer hosting; remove test strings 2018-02-22 17:19:06 +03:00