Commit Graph

26 Commits

Author SHA1 Message Date
f6ceb7308b Small changes and bug fixes 2022-04-12 08:15:25 +02:00
b4f4c47466 Added new functions for javascript and small changes 2022-04-12 07:40:56 +02:00
06efd709c5 Now we can trigger events! 2022-04-12 06:04:02 +02:00
e27d42dad6 Added ServerClientEvent (not ready yet) 2022-04-12 05:05:27 +02:00
53c2666943 DownloadManager bug fixed 2022-04-11 16:52:06 +02:00
c3614abe5f Started with ServerEvent for clientside 2022-04-11 16:38:16 +02:00
cbc02b48be Added download for maps. Added "MapLoader.cs". Small changes. Added new functions for Javascript 2022-04-11 13:07:46 +02:00
75fb2c29d3 Code conventions. Small changes and bug fixes 2022-04-10 14:34:55 +02:00
30f7776117 Added new Javascript functions 2022-04-06 12:13:39 +02:00
1e1b22462d More bug fixes and changes for DownloadManager 2022-04-06 05:54:03 +02:00
9023b85382 New functions and removed SHVDN and LemonUI for Javascript 2022-04-02 16:14:42 +02:00
ec1b56d152 Added CleanUpWorld and CreateObject for Javascript 2022-03-31 18:03:19 +02:00
06db5542cf Fixed delegates for javascript 2022-03-31 17:31:39 +02:00
0051504684 Small changes 2022-03-30 16:14:25 +02:00
7d2e3705ea Let's use the new logger 2022-03-29 00:28:57 +02:00
90d7ae7059 Added first simple logger for CoopClient 2022-03-28 23:59:19 +02:00
2a514357d1 Make ScriptEngines readonly. Added GetLocalUsername() for Javascript 2022-03-28 16:43:52 +02:00
a6167528dd Small changes 2022-03-28 14:49:26 +02:00
214aed68ad ScriptContext is now internal 2022-03-27 19:49:23 +02:00
da45b26e77 Added more events for clientside 2022-03-26 17:50:34 +01:00
b1325bcef8 Added LoadAll and StopAll function. Some Javascript changes 2022-03-25 21:51:29 +01:00
26d7a4d4a5 Added TestResources and only loaded the files from ip 2022-03-25 21:07:07 +01:00
20f0833795 Added SHV and LemonUI to Javascript 2022-03-25 20:41:59 +01:00
50bcfabf18 Added CallNative function and OnRender event for Javascript 2022-03-25 20:30:03 +01:00
9d356a1b57 Load all *.js files from "scripts/resources" 2022-03-25 20:09:45 +01:00
cfca7ad412 Added ClearScript for upcoming clientside
Example code for "test.js": ```script.SendMessage('test message');```
2022-03-25 19:53:48 +01:00