Commit graph

172 commits

Author SHA1 Message Date
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
UnShame
c1e5411040 mutator: fix level stepper not showing back up after closing mutators 2018-02-22 15:03:24 +03:00
UnShame
91d347c1fb mutator: no mutators message hover fix 2018-02-22 14:39:46 +03:00
UnShame
9e13a1a672 mutators: add "no mutators installed" text 2018-02-22 14:34:48 +03:00
UnShame
0a9edff19a mutator: update readme 2018-02-22 14:22:00 +03:00
UnShame
42290cd54f mutators: remove unnecessary check 2018-02-22 14:05:50 +03:00
UnShame
c827ae4cf4 mutators: readme load_after -> enable_after 2018-02-22 13:54:45 +03:00
UnShame
162926abc7 mutators: button icon; fix notifications; disable tests 2018-02-22 13:36:07 +03:00
UnShame
d581e0a9ce mutators: comments; split tests 2018-02-22 02:25:31 +03:00
UnShame
bc4377a4c3 mutators: difficulties -> difficulty_levels 2018-02-22 01:56:20 +03:00
UnShame
271ddc1660 mutators readme fix 2018-02-22 01:53:33 +03:00
UnShame
1ee688402d mutators readme: features 2018-02-22 01:49:41 +03:00
UnShame
69d2e49b4e mutators: expanded readme; add ignore_map to difficulty check 2018-02-22 01:35:52 +03:00
UnShame
4a3d7f3fb2 mutators: add README.md 2018-02-22 01:12:39 +03:00
UnShame
a549af2847 mutators: remove old gui script 2018-02-22 00:26:40 +03:00
UnShame
1db1d3dfa6 Merge branch 'master' into mutators 2018-02-22 00:25:24 +03:00
UnShame
f79a9cf0e5 mutators: remove comments 2018-02-22 00:25:18 +03:00
UnShame
5e43a58c12 remove gui_mod completely 2018-02-22 00:21:39 +03:00
UnShame
db2b52a2fd mutators: finished gui
Changing difficulty on map screen doesn't disable mutators.
Can no longer enable mutators if they are incompatible with other already enabled.
2018-02-22 00:21:19 +03:00
UnShame
f7710d8f3c merge with master; remove win mod 2018-02-21 19:04:23 +03:00
UnShame
15b89cdd0a mutators: gui rewrite part 1 (no checkboxes yet)
gui_mod is no longer needed, will be removed next commit
created a separate mod for mutators manager
2018-02-21 18:55:20 +03:00