EvilFactory
729110484f
texture loader and option support
2022-10-05 12:17:40 -03:00
EvilFactory
011ac43226
Fix ForcedAutorun being called two times in some cases
2022-10-03 13:12:59 -03:00
EvilFactory
a3eff91c1a
Merge branch 'dev' of https://github.com/Regalis11/Barotrauma into unstable
2022-09-30 12:14:01 -03:00
Juan Pablo Arce
d461d504dc
v0.19.9.0
2022-09-30 12:08:01 -03:00
EvilFactory
6c38a555bb
Re-add ForceVoice and ForceLocalVoice as compatibility
2022-09-29 16:20:47 -03:00
EvilFactory
faad59f20d
fix projects and compile errors
2022-09-29 14:08:59 -03:00
EvilFactory
77c63541eb
Merge branch 'dev' of https://github.com/Regalis11/Barotrauma into unstable
2022-09-29 12:13:55 -03:00
EvilFactory
2d5cff1752
More sound and content types
2022-09-29 11:47:31 -03:00
Juan Pablo Arce
3ca584f2fc
v0.19.8.0
2022-09-28 21:30:52 -03:00
EvilFactory
1a026c90a9
added some missing sound types
2022-09-27 20:23:37 -03:00
EvilFactory
245e76cd8d
Fix #106 turn list into an array before looping through hooks
2022-09-23 11:42:49 -03:00
peelz
c261f0c205
Add tests for ambiguous Hook.Patch signatures
2022-09-17 00:11:09 -04:00
peelz
cc414692be
Change Hook.Patch exceptions to lua errors
2022-09-17 00:11:09 -04:00
peelz
cd8316ea4c
Fix NRE in LuaUserData.GetType
2022-09-17 00:11:09 -04:00
peelz
6da732e997
Fix Hook.Patch confusing .ctor with .cctor
2022-09-17 00:11:09 -04:00
peelz
2cdd3f3ec5
Add constructor support to Hook.Patch
2022-09-15 19:31:47 -04:00
peelz
8774a33914
Fix possible NRE when stopping while a patched method is running
2022-09-15 19:31:47 -04:00
peelz
025b840625
Fix test concurrency issues
2022-09-15 19:31:41 -04:00
peelz
32a96e39ee
Update MoonSharp
2022-09-15 18:09:32 -04:00
EvilFactory
3914831921
register PropertyConditional and Xml classes, and create global references for them
2022-09-14 14:09:33 -03:00
EvilFactory
ae3b68d417
remove non-functional error handler
2022-09-14 14:08:56 -03:00
Juan Pablo Arce
1fd2a51bbb
Unstable v0.19.5.0
2022-09-14 12:48:12 -03:00
EvilFactory
f41962f75d
forgot a Voronoi2 class
2022-09-02 19:51:16 -03:00
Juan Pablo Arce
3f2c843247
Unstable v0.19.3.0
2022-09-02 15:10:56 -03:00
EvilFactory
e972777cf6
register Voronoid Elements
2022-09-02 14:13:34 -03:00
EvilFactory
d6b82cd591
better error handling in LuaUserData.lua
2022-08-31 14:53:32 -03:00
EvilFactory
9ef581ecfb
register EventManager and EventManagerSettings
2022-08-31 14:52:33 -03:00
EvilFactory
4d156b6509
register HumanoidAnimController and FishAnimController
2022-08-25 13:38:11 -03:00
EvilFactory
ca89cbe418
refactor workshop installation: make LuaCsInstaller a little less cursed
2022-08-23 14:58:42 -03:00
EvilFactory
199d9b78f0
fix LuaCsUpdateChecker throwing fatal error when having a missing file
2022-08-20 19:43:47 -03:00
peelz
13d0510d37
Make lua converters private
2022-08-20 11:32:18 -04:00
peelz
d547c97c80
Fix Hook.Add compatibility with C# mods
2022-08-20 11:32:18 -04:00
EvilFactory
9fb25252a6
added custom converters for GUICustomComponent's delegates
2022-08-20 12:03:05 -03:00
Juan Pablo Arce
1219615d64
Unstable v0.19.1.0
2022-08-19 13:59:08 -03:00
peelz
860449aaed
Fix NRE in GUI lua converters
2022-08-17 19:49:08 -04:00
EvilFactory
b8707c1f32
register TextPack
2022-08-16 13:24:52 -03:00
EvilFactory
53b92e3a44
added RespawnManager to Game
2022-08-14 10:54:50 -03:00
EvilFactory
582d6a5c26
fix inverted check for SaveGame
2022-08-11 19:14:14 -03:00
EvilFactory
53c586b22f
add save folder to whitelist
2022-08-11 12:59:20 -03:00
EvilFactory
4bccc33c4f
added Game.ServerSettings for clients and Game.Client/Game.Server
2022-08-10 16:52:54 -03:00
EvilFactory
412a9e0055
register GameMain, BanList and BannedPlayer
2022-08-10 16:52:27 -03:00
EvilFactory
40814a1723
expose AccumulatorMax
2022-08-10 16:35:12 -03:00
peelz
eabc611a63
Fix typo in cl_xxx commands
2022-08-10 05:59:41 -04:00
peelz
dd1b404c9b
Refactor error/exception/message handling
...
This adds:
- LuaCsSetup.ExceptionHandler so we can decide how we want to handle
exceptions for unit tests
- LuaCsSetup.MessageHandler so we can redirect logs to the XUnit output
helper
2022-08-10 05:59:41 -04:00
peelz
4f17a88781
Fix incorrect LuaXXX type converter used in overload disambiguation
2022-08-10 05:36:17 -04:00
peelz
267644695a
Add Sigil.dll to the list of files to deploy/update
2022-08-10 05:36:17 -04:00
peelz
4e41d5c4fb
Fix item.interact hook not passing the correct parameters
2022-08-10 05:36:17 -04:00
peelz
33a29741df
Change DefaultHook.lua to use Hook.Patch
2022-08-10 05:36:17 -04:00
peelz
4a6e13a0dc
Refactor LuaDocs generator
2022-08-10 05:36:16 -04:00
peelz
2f5add1999
Don't conflate fields with tables
2022-08-10 05:36:16 -04:00