Commit Graph

5283 Commits

Author SHA1 Message Date
Evil Factory ada9a564f8 Merge pull request #112 from notpeelz/feat-publish-tarball
Publish tarballs for linux builds
2022-09-29 14:43:20 -03:00
EvilFactory 2d5cff1752 More sound and content types 2022-09-29 11:47:31 -03:00
peelz 81701ae430 Add tarballs for linux artifacts 2022-09-29 01:27:57 -04:00
peelz 5a59b8204a Add support for wildcard files in publish-release workflow 2022-09-29 01:27:57 -04:00
EvilFactory 1a026c90a9 added some missing sound types 2022-09-27 20:23:37 -03:00
Evil Factory 91f212cb74 Merge pull request #111 from notpeelz/fix-overload-cache-corruption
Fix method overload cache corruption
2022-09-23 22:21:22 -03:00
peelz 82b4e6877d Update MoonSharp 2022-09-23 21:18:10 -04:00
EvilFactory 245e76cd8d Fix #106 turn list into an array before looping through hooks 2022-09-23 11:42:49 -03:00
Evil Factory 460a5f7a85 Merge pull request #109 from notpeelz/fix-patch-confusing-ctor-with-cctor
Fix Hook.Patch confusing .ctor with .cctor
2022-09-17 10:15:43 -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
Evil Factory 6add57aa62 Merge pull request #108 from notpeelz/feat-patch-ctor
Add constructor support to Hook.Patch
2022-09-16 13:19:03 -03: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
EvilFactory 35abb5d147 added new manual install video tutorial 2022-09-13 14:45:46 -03:00
EvilFactory 56d997624e added notice for mac installing from scratch 2022-09-06 06:17:38 -03:00
EvilFactory f41962f75d forgot a Voronoi2 class 2022-09-02 19:51:16 -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 f3b53afc3c remove video 2022-08-23 16:59:58 -03:00
EvilFactory ca89cbe418 refactor workshop installation: make LuaCsInstaller a little less cursed 2022-08-23 14:58:42 -03:00
Evil Factory 5a38255ba7 Merge pull request #105 from notpeelz/reorder-docs-kinds
Enforce kinds ordering in lua docs
2022-08-20 22:28:19 -03:00
peelz a46c925858 Enforce kinds ordering in lua docs 2022-08-20 21:10:55 -04:00
EvilFactory 199d9b78f0 fix LuaCsUpdateChecker throwing fatal error when having a missing file 2022-08-20 19:43:47 -03:00
Evil Factory f19228f366 Merge pull request #104 from notpeelz/fix-hook-cs-compat
Fix Hook.Add compatibility with C# mods
2022-08-20 12:38:44 -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
EvilFactory 0365956c9b replaced Lua Examples with a link to a repository 2022-08-18 15:31:05 -03:00
Evil Factory da7ab6b205 Merge pull request #103 from notpeelz/fix-gui-lua-converter-nre
Fix NRE in GUI lua converters
2022-08-17 20:58:59 -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
Evil Factory c43cd4f2b5 Merge pull request #101 from notpeelz/fix-docs-ps1-modules
Fix docs ps1 script module errors
2022-08-14 19:30:43 -03:00
peelz 8d40a106dc Fix docs ps1 script module errors 2022-08-14 18:03:56 -04:00
EvilFactory 53b92e3a44 added RespawnManager to Game 2022-08-14 10:54:50 -03:00
Evil Factory 52cb7ecfd7 Merge pull request #100 from notpeelz/fix-publish-sigil-dll
Fix missing Sigil.dll in patch zip releases
2022-08-12 21:10:22 -03:00
peelz 9ba466a455 Fix missing Sigil.dll in patch zip releases 2022-08-12 20:07:19 -04:00
Evil Factory d73a8ac7e4 Merge pull request #98 from notpeelz/fix-report-test-results
Fix workflow not reporting test results when ran from a PR
2022-08-12 06:15:20 -03:00
Evil Factory d8e2a52b0b Merge pull request #97 from notpeelz/generate-patch-zip-release
Create zip files to make deployment easier for existing installs
2022-08-12 06:15:09 -03:00
peelz d34cea51cf Fix workflow not reporting test results when ran from a PR 2022-08-12 03:18:22 -04:00
peelz 3a6ce4c219 Update manual installation instructions 2022-08-11 22:26:58 -04:00
peelz 5c3274153e Fix markdown spacing for ul, ol and iframe 2022-08-11 22:26:58 -04:00