Commit Graph

  • 7c890b158c Fixed compile errors EvilFactory 2023-12-14 12:13:42 -03:00
  • 448e4cdfbb Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop EvilFactory 2023-12-14 11:56:39 -03:00
  • 7f295c291e Update bug_report.yml Joonas Rikkonen 2023-12-14 16:12:10 +02:00
  • b91e85559d v1.2.6.0 (Winter Update) Regalis11 2023-12-14 16:11:27 +02:00
  • 283d9db518 Bump zgosalvez/github-actions-ensure-sha-pinned-actions (#174) dependabot[bot] 2023-12-10 12:44:52 -03:00
  • 5d27d6d2ab Bump actions/github-script from 6.4.1 to 7.0.1 (#172) dependabot[bot] 2023-12-10 12:44:35 -03:00
  • 8eee3b070b Removed CS8602 warning as error so CI stops blowing up due to an error in upstream EvilFactory 2023-12-10 12:42:04 -03:00
  • d45a320b42 Bump actions/setup-dotnet from 3.2.0 to 4.0.0 (#173) dependabot[bot] 2023-12-10 12:38:02 -03:00
  • 4fa52406a0 Turn the acl unloading warning into just a debug message EvilFactory 2023-12-10 12:29:11 -03:00
  • 9149fcbdc4 Fixed System.ValueType register EvilFactory 2023-12-10 12:26:50 -03:00
  • c7b8cda902 Hide host machine UserName when displaying error logs EvilFactory 2023-12-10 12:26:38 -03:00
  • af8cc89fce Update bug_report.yml Joonas Rikkonen 2023-12-05 17:53:27 +02:00
  • fb5ea537bf Unstable 1.2.4.0 Markus Isberg 2023-11-30 13:53:00 +02:00
  • 8aa4257331 Update bug_report.yml Joonas Rikkonen 2023-11-24 20:20:14 +02:00
  • e5e85e948b Register FileSender EvilFactory 2023-11-19 12:09:31 -03:00
  • e544105a3e Register System.ValueType`2 EvilFactory 2023-11-12 11:00:06 -03:00
  • 71b710641b Update bug_report.yml Joonas Rikkonen 2023-11-10 18:06:38 +02:00
  • 8a2e2ea0ae Unstable 1.2.1.0 Markus Isberg 2023-11-10 17:45:19 +02:00
  • eeb7e3080f Potential fix for #158 EvilFactory 2023-11-10 10:59:03 -03:00
  • e67b2c8121 Bump zgosalvez/github-actions-ensure-sha-pinned-actions (#168) dependabot[bot] 2023-11-10 09:52:24 -03:00
  • b841dee7ad Fixed Initialize being called instead of CheckInitialized if you downloaded mods from the mod screen EvilFactory 2023-11-06 20:28:24 -03:00
  • 46a841b5c1 Potential fix for the wrong publicized folder being loaded EvilFactory 2023-11-02 19:40:36 -03:00
  • 759f66cf9f Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop EvilFactory 2023-10-30 12:40:09 -03:00
  • a8f9c97dda v1.1.19.3 (Treacherous Tides Hotfix 2) Regalis11 2023-10-30 17:38:29 +02:00
  • b968376247 Update bug_report.yml Joonas Rikkonen 2023-10-30 17:12:28 +02:00
  • 17b304a349 - Made it only load the barotrauma or dedicatedserver publicized dll. MapleWheels 2023-10-26 19:05:05 -04:00
  • 09ed9d60fb - saving changes before repo reset. MapleWheels 2023-10-26 17:43:37 -04:00
  • e2695db011 - Fixed ACL name not being shown in warnings. - Fixed thread lock recursion causing fileloadexceptions. MapleWheels 2023-10-26 16:25:01 -04:00
  • 2a931142a0 - Added NRE check for types list rebuilding. MapleWheels 2023-10-26 12:26:27 -04:00
  • 342a6bbcf9 - Added try-catch to assembly compilation call. - Added empty list checks for metadata references building. - Made ACL cleanup more reliable. - Updated some GET functions in AssemblyManager to have better reliability and error handling. MapleWheels 2023-10-26 10:07:01 -04:00
  • e237389ad9 Added extra info to the ACL failed log EvilFactory 2023-10-25 20:22:57 -03:00
  • 36f767f388 Removed GC.WaitForPendingFinalizers because it just causes the entire program to hang EvilFactory 2023-10-25 20:21:08 -03:00
  • 79dd55836f Fixed asm mods not being considered when prompting the user EvilFactory 2023-10-25 14:26:47 -03:00
  • de4726b70a Update bug_report.yml Joonas Rikkonen 2023-10-25 20:17:44 +03:00
  • 9a7ddd2e18 Removed a pointless warning and made turned some warnings into actual warnings EvilFactory 2023-10-25 12:25:37 -03:00
  • aaa4a91e01 Squash. (#164) MapleWheels 2023-10-25 05:29:01 -04:00
  • 9e48dda739 Scriptloading overhaul (#163) MapleWheels 2023-10-24 17:51:48 -04:00
  • e984633ca5 - Fixed NRE in TryBeginDispose - Made OnException event useful. - Added some null checks where expected. - Fixed overridden Unload not being called. - Removed partial from AssemblyManager.cs - Made ClearTypesList() actually work. - Made exception details show in console on release builds. - Made content package name show on plugin load. - Made execution standard instead of none for autogenerated and erroneous RunConfigs. MapleWheels 2023-10-22 16:13:46 -04:00
  • ac068aa3f9 Added CI for generating the refs zip EvilFactory 2023-10-21 09:22:03 -03:00
  • d0dd49b70b Merge branch 'master' of https://github.com/Regalis11/Barotrauma EvilFactory 2023-10-20 12:20:18 -03:00
  • a122e54c72 Merge branch 'dev' Markus Isberg 2023-10-20 18:18:06 +03:00
  • 2ea58c58a7 Hotfix 1.1.18.1 (real this time) Markus Isberg 2023-10-20 18:17:33 +03:00
  • 177888039a Merge branch 'dev' Markus Isberg 2023-10-20 18:09:38 +03:00
  • 6cc82976a1 Hotfix 1.1.18.1 Markus Isberg 2023-10-20 18:05:28 +03:00
  • 92e1469e8b Fixed a NRE in RunConfig EvilFactory 2023-10-20 10:59:48 -03:00
  • de2bf3964f Update bug_report.yml Joonas Rikkonen 2023-10-20 16:13:03 +03:00
  • 39005ca32c Fixed inverted check in override traitors EvilFactory 2023-10-19 16:30:47 -03:00
  • f6bac4f484 Added some traitor stuff to Lua register/lib EvilFactory 2023-10-19 16:09:14 -03:00
  • b5d89c8c7b Fixed roundEnd not being called on the server EvilFactory 2023-10-19 15:27:17 -03:00
  • 3af538bd87 Fixed NRE with status effect luahook EvilFactory 2023-10-19 14:32:17 -03:00
  • 465b800471 Fixed Mac projects failing to compile (why does every update Mac specifically breaks slightly differently every time) EvilFactory 2023-10-19 13:56:47 -03:00
  • b89f3fdd79 Reverted the if check in IsFriendlyNPCTurnedHostile check EvilFactory 2023-10-19 13:38:29 -03:00
  • 7f311a6526 Merge branch 'master' of https://github.com/Regalis11/Barotrauma EvilFactory 2023-10-19 13:36:40 -03:00
  • 72f860acfd Merge branch 'dev' Regalis11 2023-10-19 19:32:24 +03:00
  • df7e8f1625 v1.1.18.0 (Treacherous Tides Update) Regalis11 2023-10-19 19:28:43 +03:00
  • a65d99021c Fixed merge and some errors EvilFactory 2023-10-19 12:53:49 -03:00
  • ea1111cd6e Merge branch 'develop' of https://github.com/evilfactory/LuaCsForBarotrauma into develop EvilFactory 2023-10-19 12:45:23 -03:00
  • 9838cc59ee Merge branch 'master' of https://github.com/Regalis11/Barotrauma into develop EvilFactory 2023-10-19 12:18:30 -03:00
  • 331565f726 Update bug_report.yml Joonas Rikkonen 2023-10-19 17:23:12 +03:00
  • 469bae7156 Merge branch 'dev' Regalis11 2023-10-19 17:19:58 +03:00
  • 34ffc520cc v1.1.18.0 (Treacherous Tides Update) Regalis11 2023-10-19 17:18:51 +03:00
  • 8e10ca08ec Bump actions/checkout from 4.1.0 to 4.1.1 dependabot[bot] 2023-10-17 23:39:57 +00:00
  • ca2c30edca Update bug_report.yml Joonas Rikkonen 2023-10-13 19:06:29 +03:00
  • fc236be769 Bump actions/upload-artifact from 3.1.2 to 3.1.3 dependabot[bot] 2023-09-06 23:55:55 +00:00
  • 064e3ca207 Bump actions/checkout from 3.5.3 to 4.1.0 dependabot[bot] 2023-09-22 23:15:34 +00:00
  • ceb9579b07 Bump dorny/test-reporter from 1.6.0 to 1.7.0 dependabot[bot] 2023-10-09 23:48:25 +00:00
  • 966236652a Copy publicized folder on install script and clean up EvilFactory 2023-10-08 17:49:46 -03:00
  • 3c4810264c Removed Debug-Only from StillUnloadingACLs. MapleWheels 2023-10-05 20:31:37 -04:00
  • 523ee8d641 - Added friendly name to ACLs for identification during unloading. - Added debug messages showing mods that have not unloaded from a previous session. MapleWheels 2023-10-05 15:32:08 -04:00
  • 40c8f3e666 Changed publicized assembly discovery to fallback to the alternate option if the /Pubicized folder cannot be found. IE. Workshop Lua folder if Game folder is missing and vice versa. MapleWheels 2023-09-29 03:51:05 -04:00
  • 3708e837e7 Added duplicate package filtering to cs loader. Prioritizes loading LocalMods packages. MapleWheels 2023-09-23 02:00:08 -04:00
  • a62b62185f Made it to load Publicized Assemblies from the Workshop folder if "Use Workshop Lua Setup" is checked in the main menu lua config. MapleWheels 2023-09-22 13:07:46 -04:00
  • 27c8a3ca2e Added CLR Type-search to GetTypesByName. Fixed error caused by generic type searching from Lua. MapleWheels 2023-09-22 12:21:05 -04:00
  • 5e03954afe Added threading controls to AppDomain type search. MapleWheels 2023-09-22 11:56:12 -04:00
  • 9bd23efd3c - Added additional validation to type name and added AppDomain-wide fallback search using Type.GetType if a type with the given name cannot be found in the cache. MapleWheels 2023-09-22 11:52:54 -04:00
  • 414d46b33e Assembly and Script Loading Overhauled. MapleWheels 2023-09-17 01:04:51 -04:00
  • 12e43d95ef Unstable 1.1.15.0 Markus Isberg 2023-10-05 14:55:53 +03:00
  • cf8f0de659 Unstable 1.1.14.0 Markus Isberg 2023-10-02 16:43:54 +03:00
  • a58cb8251f Fixed afflictionUpdate only being called server-side EvilFactory 2023-09-25 09:43:06 -03:00
  • 639d4d076d Update bug_report.yml Joonas Rikkonen 2023-09-22 17:52:21 +03:00
  • b8e8fbd3b3 Add tests for Hook.Patch overload disambiguation peelz 2023-09-06 12:27:54 -04:00
  • 0294a78afe Update bug_report.yml Joonas Rikkonen 2023-08-29 18:21:59 +03:00
  • 8376935346 Update bug_report.yml Joonas Rikkonen 2023-08-25 14:35:57 +03:00
  • a1407bf009 Update bug_report.yml Joonas Rikkonen 2023-08-19 12:31:05 +03:00
  • 711b745145 Bump zgosalvez/github-actions-ensure-sha-pinned-actions dependabot[bot] 2023-07-10 23:54:34 +00:00
  • 8724254247 Fixed initialization not being called on the client if there's csharp mods present without the cs package EvilFactory 2023-08-11 11:52:44 -03:00
  • 60b0e2ae3e Update bug_report.yml Joonas Rikkonen 2023-07-17 15:22:09 +03:00
  • 1e385e9ed3 Update Networking docs EvilFactory 2023-07-10 18:58:31 -03:00
  • 5aabc1759f Update bug_report.yml Joonas Rikkonen 2023-07-07 08:58:12 +03:00
  • 5d0fdd5900 Bump notpeelz/action-gh-create-release from 5.0.0 to 5.0.1 dependabot[bot] 2023-06-30 00:00:05 +00:00
  • 90e2105bc8 Fixed receive queue being given the wrong net message, causing the rest of the ReadIds message to be read incorrectly EvilFactory 2023-07-02 16:13:36 -03:00
  • c9c6ca410b Register VisualSlot EvilFactory 2023-06-24 14:46:16 -03:00
  • 6b149e0498 Merge branch 'master' of https://github.com/Regalis11/Barotrauma EvilFactory 2023-06-21 10:36:16 -03:00
  • c67f6688fd Update bug_report.yml Joonas Rikkonen 2023-06-21 16:15:10 +03:00
  • d6a886bf6b v1.0.21.0 (summer patch hotfix) Regalis11 2023-06-21 16:14:31 +03:00
  • fd74c08a8f Removed GapUpdateInterval (no longer required) EvilFactory 2023-06-15 13:53:28 -03:00
  • da670e791c Removed AITrigger from registers EvilFactory 2023-06-15 12:49:11 -03:00
  • a318e2a0c4 Fixed compile error EvilFactory 2023-06-15 12:32:26 -03:00
  • 15daa64f66 Merge https://github.com/Regalis11/Barotrauma into develop EvilFactory 2023-06-15 12:13:50 -03:00
  • 94f5a93a0c Merge remote-tracking branch 'origin/master' into dev Regalis11 2023-06-15 16:55:39 +03:00