Evil Factory
af47136bbd
use cs package from backup packages
2022-04-29 14:00:53 -03:00
Evil Factory
be76cd5f35
Fix PR #74
2022-04-29 12:10:49 -03:00
Evil Factory
72b2492f0d
fix patch hooks not working correctly with void return types
2022-04-29 12:10:20 -03:00
Oiltanker
f1c7be0b4c
install_cl_lua custom dependency fix
2022-04-29 05:07:08 +03:00
Evil Factory
5ced4f9f5d
Merge pull request #73 from Terragen/Terragen-patch-1
...
Update RegisterShared.lua to remove duplicate call
2022-04-28 14:29:31 -03:00
Terragen
14bcf946e2
Update RegisterShared.lua to remove duplicate call
...
Removed duplicate call to RegisterBarotrauma("AIObjectiveOperateItem")
2022-04-28 13:24:21 -04:00
Evil Factory
5c34bc8db9
tell patch method name if an error happens
2022-04-28 13:42:22 -03:00
Evil Factory
f815ebd1db
Merge pull request #72 from oiltanker/master
...
Cs source folder filter
2022-04-28 13:33:00 -03:00
Evil Factory
36a2dafbd5
fix broken Mac project
2022-04-28 13:32:42 -03:00
Evil Factory
9b5932760c
fix compile errors
2022-04-28 12:50:39 -03:00
Evil Factory
4277dd447c
Merge branch 'master' of https://github.com/Regalis11/Barotrauma.git
2022-04-28 12:36:24 -03:00
Oiltanker
e5215fb976
Cs source folder filter
2022-04-28 17:13:13 +03:00
Markus Isberg
15d18e6ff6
Build 0.17.15.0
2022-04-27 23:32:17 +09:00
Oiltanker
abe17df121
better LuaCsPatch parameters
2022-04-27 16:40:16 +03:00
Oiltanker
ed92a12db6
Cs mod store folder method for storing configs, etc.
2022-04-27 16:40:16 +03:00
Markus Isberg
6e38444fc4
Build 0.17.14.0
2022-04-27 07:44:37 +09:00
Evil Factory
60ddfb831b
Added so you can increase the amount of packets per update in file sender
2022-04-25 16:45:05 -03:00
Evil Factory
27ec9f4928
Register Wallet
2022-04-25 12:29:31 -03:00
Oiltanker
6a23dece35
CSharp preprocessor definitions
2022-04-25 18:11:27 +03:00
Evil Factory
370c0e3288
Merge pull request #68 from zhu-rengong/define_constant
...
define cosntants for csharp parse options.
2022-04-25 12:08:23 -03:00
Evil Factory
7884c48c6e
Added GUIMessageBox
2022-04-25 11:53:00 -03:00
zhurengong
8a34ead2ef
define cosntants for csharp parse options.
2022-04-25 21:15:30 +08:00
Oiltanker
8a0c2d2166
Missing filters for types, e.g. Vector2
2022-04-25 00:10:14 +03:00
Evil Factory
ec3e8fecd1
Merge pull request #65 from Cintique/improve-require
...
Alter `LuaRequire`
2022-04-24 10:42:11 -03:00
Jacobin
7a4a8fc856
Small fixes in ModLoader.lua
2022-04-24 18:13:14 +10:00
Jacobin
ac920a8da9
Improve LuaRequire
2022-04-24 18:12:53 +10:00
Evil Factory
2c1329fa36
we don't actually need to check for threads if theres only one (multiplayer)
2022-04-24 00:01:43 -03:00
Evil Factory
fe3d17d1d9
AddCallMetaTable for sub userdatas
2022-04-23 12:42:19 -03:00
Evil Factory
910118303a
fix clientWriteList Hook
2022-04-23 11:30:25 -03:00
Evil Factory
e799eed64e
don't call stop hook if we are not in the main thread anymore (likely caused by the exiting of the program)
2022-04-22 16:26:33 -03:00
Evil Factory
e77ef4de26
Check thread access before executing any Lua function, if thats the case, throw a warning and ignore
2022-04-22 15:53:44 -03:00
Markus Isberg
7a09cf3260
Build 0.17.13.0
2022-04-22 21:48:04 +09:00
Evil Factory
fd0c3ba19d
Merge branch 'unstable-tests'
2022-04-21 11:21:30 -03:00
Evil Factory
559a5fa20f
added talent stuff
2022-04-21 11:19:02 -03:00
Evil Factory
9e03779f2d
added detection of a special file called "usecurrentdirectoryforsaves" for shady hosting providers
2022-04-20 22:42:28 -03:00
Evil Factory
0aa2976697
only allow cs commands if cs package present
2022-04-20 20:04:49 -03:00
Evil Factory
fb159fd93d
fix names
2022-04-20 15:55:10 -03:00
Evil Factory
2e14ff79fc
fix hook calls not working correctly
2022-04-20 15:38:15 -03:00
Evil Factory
a074e9d352
fix name
2022-04-20 14:33:11 -03:00
Evil Factory
5946a4c043
fix package names
2022-04-20 14:20:38 -03:00
Evil Factory
7817116ec1
forgor about linux client
2022-04-20 13:40:35 -03:00
Evil Factory
dc38ad266a
fix CI (again)
2022-04-20 13:35:29 -03:00
Evil Factory
fef3e5812f
fix linux project
2022-04-20 13:21:06 -03:00
Evil Factory
6246588072
change package name
2022-04-20 13:17:03 -03:00
Evil Factory
2b5d077d04
Merge branch 'master' of https://github.com/Regalis11/Barotrauma.git
2022-04-20 12:59:43 -03:00
Regalis11
6cc100d98c
Release 0.17.12.0 (Urban Expanses update)
2022-04-20 18:55:05 +03:00
zhurengong
7c4d7d374b
some improves and fixes:
...
1. should get the last loadded aseembly by checking its version instead of reversing.
2. fixed throw an exception when CsScriptRunner run the second time.
3. an argument carried by an UnregisterType called somewhere have had been accidentally removed.
2022-04-20 14:56:32 +08:00
Evil Factory
7a440e009b
add Cs package check back and fix typos
2022-04-19 16:59:02 -03:00
Oiltanker
df83b1904e
rebase to origin/unstable-tests
2022-04-19 22:39:05 +03:00
Oiltanker
da251099a3
working serialization + cs mods one-time warning
2022-04-19 22:35:08 +03:00