Commit Graph

5355 Commits

Author SHA1 Message Date
EvilFactory
aee83bdf74 Fix threading issues introduced by #117 2022-11-22 14:10:13 -03:00
EvilFactory
ee1a87be19 Fix Game.RoundStarted reporting incorrect values on Singleplayer 2022-11-21 17:38:44 -03:00
EvilFactory
2931ef00ea Added TypeOf 2022-11-14 14:31:38 -03:00
EvilFactory
3ba75e5c44 You can now specify the types in LuaUserData.MakeMethodAccessible and cleaned the code up a bit 2022-11-14 14:20:52 -03:00
EvilFactory
1533d07f23 Fix roundStart and roundEnd hooks being called twice in sub editor 2022-11-14 14:07:38 -03:00
EvilFactory
6bc6e39e46 Fix typo in ACsMod 2022-11-13 23:36:47 -03:00
EvilFactory
0853357300 Move think hook to a better place 2022-11-13 15:56:37 -03:00
EvilFactory
a89840b4a7 Fix failing tests 2022-11-10 21:28:17 -03:00
EvilFactory
217f7b63a2 Added Md5Hash and made FIFO queue less cursed
Starting to run out of food.
2022-11-06 17:49:17 -03:00
EvilFactory
f7b046e950 Day 327: Still haven't managed to fix rare NRE that happens with timers
Starting to run out of food.
2022-11-03 21:07:29 -03:00
EvilFactory
dbc67cc489 Register WaterRenderer stuff 2022-11-03 20:38:07 -03:00
MapleWheels
d250c439d0 Support for Reflection Lookup of Mod Types (#117)
* Modified reflection utils to support lookup across multiple assemblies.
* Added registration of generated mod assembly to LuaCs Compiler.
2022-11-02 22:12:51 -03:00
EvilFactory
4164e36ec4 Fix Cs mods sometimes being added twice 2022-10-31 13:40:58 -03:00
EvilFactory
ef0bb33def Register Cargo and Upgrade types and remove old debug print 2022-10-30 19:21:15 -03:00
EvilFactory
6e4d4b0950 Fix inverted check 2022-10-30 18:57:16 -03:00
EvilFactory
3aff717600 Added Hook.Exists 2022-10-30 18:00:30 -03:00
EvilFactory
ba1157b07d Make init logs nicer 2022-10-30 16:34:01 -03:00
EvilFactory
e7d98dc887 Update Moonsharp for the new pcall exception handling 2022-10-29 20:30:02 -03:00
EvilFactory
b77dde156b Get docs in line and added networking manual 2022-10-29 19:44:23 -03:00
EvilFactory
09979cb4c9 Fix client-side commands working when they shouldn't 2022-10-28 15:14:43 -03:00
EvilFactory
d88a6b5ef0 Move logging stuff to a separate file 2022-10-28 13:19:23 -03:00
EvilFactory
9502d70290 Rename field and remove unnecessary usings 2022-10-28 12:42:35 -03:00
EvilFactory
5e29d1d8ba Fix mixed spaces and tabs 2022-10-28 12:29:35 -03:00
EvilFactory
43810a3509 Use WorkshopId instead and minor cleanup 2022-10-28 12:26:47 -03:00
EvilFactory
79b4edf7a8 Added VideoPlayer and Video 2022-10-27 12:48:29 -03:00
EvilFactory
8158213471 Added AccountId, Endpoint and TimeSpan for later 2022-10-25 12:50:17 -03:00
EvilFactory
c624ec6568 Added variations for some commands and improved their descriptions 2022-10-22 10:49:26 -03:00
EvilFactory
599db6be5e Merge https://github.com/Regalis11/Barotrauma 2022-10-20 12:14:02 -03:00
Joonas Rikkonen
a6ee9eadf3 Update bug_report.yml 2022-10-20 17:06:20 +03:00
Regalis11
6cddd03918 v0.19.14.0 2022-10-20 17:05:24 +03:00
Joonas Rikkonen
35c6bd2526 Update bug_report.yml 2022-10-17 19:01:10 +03:00
EvilFactory
032572de52 Added some missing level types 2022-10-14 12:53:06 -03:00
Joonas Rikkonen
ec5b730b28 Update bug_report.yml 2022-10-14 16:39:41 +03:00
Evil Factory
4cf62f9fa5 Merge pull request #115 from notpeelz/feat-workflow-update-moonsharp
Add workflow for updating MoonSharp
2022-10-13 06:27:37 -03:00
peelz
6e70c9d094 Add workflow for updating MoonSharp 2022-10-13 00:35:59 -04:00
Evil Factory
942775570d Merge pull request #114 from notpeelz/fix-byref-properties
Fix accessing ByRef properties
2022-10-12 20:03:04 -03:00
peelz
591e3a71ea Update MoonSharp 2022-10-12 18:54:55 -04:00
EvilFactory
0ea644c6ca Fix build.ps1 copying files incorrectly 2022-10-08 11:17:06 -03:00
EvilFactory
18ee41c610 Remove unnecessary null checks and added missing return statement 2022-10-07 11:30:59 -03:00
EvilFactory
8fef89a255 Merge https://github.com/Regalis11/Barotrauma 2022-10-06 12:44:55 -03:00
EvilFactory
bbca25854c Register SettingsMenu 2022-10-06 12:43:37 -03:00
Regalis11
69b9960c3c Merge remote-tracking branch 'origin/dev' 2022-10-06 18:37:45 +03:00
Joonas Rikkonen
dbbb51cc97 Update bug_report.yml 2022-10-06 18:37:05 +03:00
Markus Isberg
05c7b1f869 Build 0.19.11.0 2022-10-06 17:13:27 +03:00
EvilFactory
1eed13fcd0 added support for None<T> and Some<T> and added some missing types from last update 2022-10-05 20:55:15 -03:00
Evil Factory
1123211fe2 Update publish CI to use net6.0 paths 2022-10-05 13:10:02 -03:00
EvilFactory
73720a07be Fix MacOS project compile error 2022-10-05 12:57:16 -03:00
EvilFactory
abec71bcf8 Merge branch 'unstable' 2022-10-05 12:22:18 -03:00
EvilFactory
41e3eb48ea Merge https://github.com/Regalis11/Barotrauma into unstable 2022-10-05 12:19:53 -03:00
EvilFactory
729110484f texture loader and option support 2022-10-05 12:17:40 -03:00