Commit Graph

5102 Commits

Author SHA1 Message Date
Evil Factory
ffad50ae55 update common questions 2022-06-07 16:29:21 -03:00
Evil Factory
a778918fe3 update networking docs 2022-06-07 16:11:06 -03:00
Evil Factory
7c073d5801 update docs jobsAssigned 2022-06-07 16:10:06 -03:00
Evil Factory
0f72df789b call round end on sub editor 2022-06-07 15:05:39 -03:00
Evil Factory
cac80c3d86 call round start on sub editor 2022-06-07 15:04:33 -03:00
Evil Factory
abc61e7728 WearableType enum and WearableSprite 2022-06-07 14:36:54 -03:00
Evil Factory
d974791d1f JobVariant register 2022-06-06 06:29:59 -03:00
Evil Factory
59d4ec8ad7 Game.LoadGame, Game.SaveGame and Game.LoadCampaign 2022-06-05 14:25:40 -03:00
Evil Factory
7354e3fab2 when installing cl lua via workshop, create LuaDedicatedServer.bat 2022-06-04 13:39:30 -03:00
Evil Factory
38e990ddd2 decal manager register 2022-06-03 06:19:31 -03:00
Evil Factory
4ddbe69ee5 Merge pull request #92 from Cintique/LuaUserData-CreateUserDataOfType
Add `LuaUserData.CreateUserDataOfType`.
2022-06-02 12:47:49 -03:00
Cintique
c39bf9f800 Allow wrapping unregistered types.
`LuaUserData.CreateUserDataFromType` will instantiate a default `StandardUserDataDescriptor` to allow wrapping unregistered types. Whoops!
2022-06-02 21:34:34 +10:00
Evil Factory
88b19b2220 renamed http methods (with compatibility) and added a way to start http listeners 2022-06-01 14:23:06 -03:00
Cintique
62c0dc0580 Better doc 2022-06-01 19:46:40 +10:00
Cintique
ebcbcae46d Typo 2022-05-31 14:59:17 +10:00
Cintique
fb6c335f0f Add LuaUserData.CreateUserDataOfType.
Converts a Lua value to a desired CLR type and wraps it in a userdata to avoid automatic conversions.
Example: a Lua script needs to pass a List`1 to a CLR method expecting System.Object, MoonSharp gets
in the way by converting the List`1 to a MoonSharp.Interpreter.Table and breaking everything.
Wrapping the value in a userdata preserves the original type during conversions.
2022-05-31 14:54:09 +10:00
Evil Factory
c9ad6efb54 re-enable the lua command in public servers 2022-05-30 12:43:32 -03:00
Evil Factory
6922900bf1 Merge branch 'master' of https://github.com/Regalis11/Barotrauma.git 2022-05-30 12:29:28 -03:00
Evil Factory
de1062df22 Update MoonSharp 2022-05-30 12:26:45 -03:00
Juan Pablo Arce
f74787cd10 v0.17.16.0 2022-05-30 10:25:24 -03:00
Evil Factory
6ddfc985d3 fix AddCommand arguments being wrong and fixed getValidArgs not doing anything 2022-05-28 15:06:22 -03:00
Evil Factory
60b8cd981d add video to installing manually 2022-05-27 17:10:57 -03:00
Evil Factory
83bfc50c9e updated docs and Scissor component registrar 2022-05-27 11:54:00 -03:00
Evil Factory
00da9ba10c Merge pull request #91 from oiltanker/master
path regex fix for unix systems
2022-05-26 12:23:01 -03:00
Oiltanker
6c22eea887 path regex fix for unix systems 2022-05-26 13:23:46 +03:00
Evil Factory
7951754203 fix some hooks not getting triggered in singleplayer 2022-05-25 13:18:52 -03:00
Evil Factory
3218f0a55b disable usage of lua execute commands in public servers 2022-05-24 14:53:57 -03:00
Evil Factory
cf09acfd52 ItemSound and RoundSound 2022-05-24 14:53:43 -03:00
Evil Factory
cf4774a6a7 register ContentXElement and SpriteBatch 2022-05-23 17:59:54 -03:00
Evil Factory
05e9978671 Sounds and LightManager 2022-05-22 13:29:55 -03:00
Evil Factory
1dad86b02f ItemPrefab registers 2022-05-22 12:24:21 -03:00
Evil Factory
7ee81aca24 fix formatting 2022-05-21 12:48:35 -03:00
Joonas Rikkonen
c81410b83e Update bug_report.yml 2022-05-20 16:38:12 +03:00
Evil Factory
c9e13ad412 more io methods 2022-05-19 16:45:01 -03:00
Evil Factory
4078fe024b ExecutionNumber variable that counts how many times lua has been executed 2022-05-19 16:45:00 -03:00
Evil Factory
01168bd852 fix CI
zip-release branch got renamed from master to main
2022-05-19 16:36:53 -03:00
Evil Factory
104983fd37 fix error checking 2022-05-19 14:51:11 -03:00
Evil Factory
ca0da04ad0 better LuaUserData error handling and add Steam.GetWorkshopCollection 2022-05-19 14:26:21 -03:00
Joonas Rikkonen
11a40ee24c Update bug_report.yml 2022-05-19 17:38:29 +03:00
Evil Factory
6ee6b5cd15 improve custom converters 2022-05-18 19:09:28 -03:00
Evil Factory
144e731d5e Merge pull request #88 from oiltanker/master
fix cs doc generation
2022-05-18 16:05:42 -03:00
Oiltanker
6d239160e9 fix cs doc generation 2022-05-18 21:56:50 +03:00
Evil Factory
88dedcf9c1 fix DownloadWorkshopItemAsync 2022-05-17 20:37:51 -03:00
Evil Factory
74bf5d12ca added Steam.DownloadWorkshopItem and Steam.GetWorkshopItem 2022-05-17 19:15:44 -03:00
Evil Factory
cf500081d1 renamed hooks (with compatibility), added new hook: character.giveJobItems (because of how often its used) and updated hook docs 2022-05-17 12:24:52 -03:00
Evil Factory
fd6b833c98 misc doc fixes 2022-05-16 13:53:39 -03:00
Evil Factory
cb29c27752 fix Game docs 2022-05-16 13:27:24 -03:00
Evil Factory
73d5edfafa GUI and skill registers 2022-05-15 12:57:07 -03:00
Evil Factory
fbec2aa8b0 Merge pull request #87 from oiltanker/master
cs RunConfig fix
2022-05-15 10:22:10 -03:00
Oiltanker
1ce8cb8cac cs RunConfig fix 2022-05-15 16:07:12 +03:00