Commit Graph

5044 Commits

Author SHA1 Message Date
Oiltanker
f2ca5fa57d declared & forced runs of cs mods 2022-05-14 01:44:01 +03:00
Evil Factory
3c84a5a1a5 Merge pull request #84 from oiltanker/master
RespawnManager Update method hook
2022-05-13 14:50:37 -03:00
Oiltanker
b830d87564 RespawnManager Update method hook 2022-05-13 20:48:19 +03:00
Evil Factory
cf5a29e0c7 update links 2022-05-13 12:33:08 -03:00
Evil Factory
9378c901bf Revert "accidentally left this line commented"
This reverts commit c289cbf94e.
2022-05-12 15:16:51 -03:00
Evil Factory
c289cbf94e accidentally left this line commented 2022-05-11 11:37:20 -03:00
Evil Factory
2630c8354c added item.deconstructed hook, misc registers and luacs is now initialized before campaign/sub editor is loaded 2022-05-10 13:55:10 -03:00
Evil Factory
45efbd8e08 register character params 2022-05-09 19:55:51 -03:00
Evil Factory
56262a4655 fix chatmessagetype doc 2022-05-09 19:18:22 -03:00
Evil Factory
bffb09cf54 added missionsEnded hook 2022-05-09 12:54:51 -03:00
Evil Factory
0b49a790b6 Merge branch 'Regalis11:master' into master 2022-05-07 16:55:09 -03:00
Evil Factory
e7510cad76 fix Game.RoundStarted and improve error handling 2022-05-07 15:36:47 -03:00
Evil Factory
0d560a688c also remove GC Collect from script runner 2022-05-07 14:28:42 -03:00
Evil Factory
11220bcff2 why are we manually collecting GC in cs 2022-05-07 14:20:16 -03:00
Evil Factory
4aa5c79edb disable warnings for missing XML comments 2022-05-07 13:38:59 -03:00
Evil Factory
789d728f7a prevent access error if you do workshop cl install but its already installed 2022-05-07 13:16:33 -03:00
Evil Factory
c101711512 only generate docs when necessary 2022-05-07 12:30:14 -03:00
Evil Factory
93a69d98c9 Merge pull request #82 from oiltanker/master
doxygen cs documentation
2022-05-07 12:17:34 -03:00
Oiltanker
eb94a1bdcd documentaion generation 2022-05-07 13:13:09 +03:00
Oiltanker
f5b2268150 doxygen cs documentation 2022-05-06 22:35:47 +03:00
Evil Factory
64f0e2f137 Fixes for PR #80 2022-05-06 13:10:50 -03:00
Evil Factory
e890126d9f Merge pull request #80 from Cintique/timer-blocking-fix
Fix blocking issue in `LuaCsTimer`
2022-05-06 12:20:15 -03:00
Regalis11
3c5142f4a3 Test readding the old report form with a different name 2022-05-06 17:22:30 +03:00
Regalis11
54c225790e Fixed bug report form (I hope?) 2022-05-06 16:19:01 +03:00
Regalis11
ab22de68d7 Changes to the bug report form 2022-05-06 16:17:48 +03:00
Regalis11
45acf793a5 Removed old bug report template 2022-05-06 16:01:41 +03:00
Regalis11
b8196eab3f Added new bug report form 2022-05-06 16:01:09 +03:00
Cintique
1484c75595 Fix indents 2022-05-06 19:21:12 +10:00
Cintique
726399a87d Fix formatting 2022-05-06 19:20:20 +10:00
Cintique
5aef20aae2 Move LuaCsTimer to its own file. 2022-05-06 15:46:22 +10:00
Cintique
d244869377 Fix blocking issue in LuaCsTimer
Logic for scheduling actions in `LuaCsHook` (see `Enqueue()` and `Update()`) caused tasks with long delays to block the execution of tasks with shorter delays.
Moved logic for `Timer.Wait()` from `LuaCsHook` to `LuaCsTimer` and corrected the blocking issue.
2022-05-06 15:43:17 +10:00
Evil Factory
13274aecd6 added GUIColorPicker 2022-05-05 17:18:54 -03:00
Evil Factory
8db1703709 register RagdollParams 2022-05-05 16:59:37 -03:00
Evil Factory
9a43a87fc1 fix outdated info on getting started page 2022-05-05 14:22:32 -03:00
Evil Factory
53e16c3586 remove setmodulepaths after setting package path 2022-05-05 14:03:16 -03:00
Evil Factory
c8ec13fb56 added powered update interval 2022-05-05 13:18:50 -03:00
Evil Factory
f132fdb36e Merge pull request #79 from Cintique/minor-luacssetup-loadfile-loadstring
LuaCsSetup: lua.LoadFile -> lua.LoadString
2022-05-04 21:25:30 -03:00
Jacobin
87550af37d lua.LoadFile -> lua.LoadString 2022-05-05 10:23:17 +10:00
Evil Factory
d0bcdd858f Merge pull request #78 from Cintique/docs/error-handling
Add info on error handling to docs.
2022-05-04 21:12:12 -03:00
Jacobin
cc7d3b69f6 oops 2022-05-05 09:44:31 +10:00
Jacobin
59d757c2fb Add info on error handling to docs 2022-05-05 09:41:54 +10:00
Evil Factory
bbea195e7d fix formatting in lua require and better error handling with dofile,loadfile,etc 2022-05-04 08:50:17 -03:00
Evil Factory
7a6ddccbb7 Merge branch 'Cintique-lua-require/exception-handler' 2022-05-04 08:46:42 -03:00
Evil Factory
95a9c618e6 fix naming 2022-05-04 08:45:05 -03:00
Evil Factory
b322ba53be fix naming 2022-05-04 07:56:54 -03:00
Jacobin
43f172a190 Remove exception handling on Require
This was just eating exceptions; exceptions should instead propagate to a more appropriate handler (`pcall` should now work).
2022-05-04 11:37:44 +10:00
Evil Factory
c5b6cc5f0d made it possible to change the round summary traitor results 2022-05-03 20:06:34 -03:00
Evil Factory
5d7d6fb276 Merge pull request #76 from Cintique/docs/getting-started-require
Update Docs: Add some info about `require`.
2022-05-03 11:23:55 -03:00
Jacobin
7dc6d8a86f Educate others about how useful require is. 2022-05-03 21:44:58 +10:00
Evil Factory
9b9bfa7440 whoops 2022-05-02 19:33:42 -03:00