Commit Graph

387 Commits

Author SHA1 Message Date
e229893bbc Added custom IP address for the server. Updated vehicle sync. Small bug fixes 2022-04-12 01:55:33 +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
80b0a2311b Added try...catch for "MapLoader.cs" and small changes 2022-04-11 15:27:05 +02:00
74d149244c Added progress for download 2022-04-11 15:10:27 +02:00
0bcca6b3af "MapLoader.cs" Last changes for now 2022-04-11 14:05:35 +02:00
e6ba29c102 Small changes 2022-04-11 13:37:38 +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
67c4d9a694 Don't check if the tire is punctured if it has burst 2022-04-10 15:01:16 +02:00
75fb2c29d3 Code conventions. Small changes and bug fixes 2022-04-10 14:34:55 +02:00
244b4148cf Small changes 2022-04-08 22:30:34 +02:00
30f7776117 Added new Javascript functions 2022-04-06 12:13:39 +02:00
5991aba8fc Fixed bug where files over 5kb were written incorrectly 2022-04-06 10:43:32 +02:00
ce00f07e89 Small changes for later 2022-04-06 08:44:17 +02:00
8383c1fd0e More bug fixes 2022-04-06 06:52:02 +02:00
1e1b22462d More bug fixes and changes for DownloadManager 2022-04-06 05:54:03 +02:00
a6d2acac79 Bug fixes and revised DownloadManager for client 2022-04-06 05:10:29 +02:00
7b2708f185 removed unused stuff 2022-04-06 02:21:56 +02:00
fedc036e76 Changes for the upcoming update 2022-04-06 02:18:24 +02:00
fffe619f1e Packet renamed 2022-04-03 19:28:25 +02:00
989dcaeb0b DownloadManager works! 2022-04-03 02:27:30 +02:00
095c920f38 Added DownloadManager for the server (NOT DONE YET!) 2022-04-02 19:12:15 +02:00
cc3e0829c0 Updated DownloadManager 2022-04-02 18:11:30 +02:00
7e1764d526 Started with the download manager 2022-04-02 16:40:24 +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
98a593daae No more paused settings 2022-03-28 22:34:59 +02:00
2a514357d1 Make ScriptEngines readonly. Added GetLocalUsername() for Javascript 2022-03-28 16:43:52 +02:00
d99613445f More small changes 2022-03-28 15:08:30 +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
9c3aab008c Added and changed documentation for some functions. Hopefully fixed #54 2022-03-25 15:45:22 +01:00
44c04147cc Changed MasterServer address 2022-03-20 18:49:39 +01:00
61f9701aeb Small changes and fixed #50 2022-03-20 14:54:48 +01:00
474cba33fa Unused variables removed. MasterServer connection updated 2022-03-20 09:21:41 +01:00
d9e68bf0b5 Allows chat and player list use in NON_INTERACTIVE mode
Adds player list alignment choice to make it visible if the
calling mod is showing a menu where the player list appears by
default
2022-02-24 21:32:45 -07:00
32ea3a0037 Adds logging to disconnection to help debugging
When the user is disconnected from a malformed or wrong message
it is now logged in the server for debugging purposes.
If the disconnection comes from the client itself, the reason
of disconnection will contain the offending message type.
2022-02-06 09:59:18 -07:00
9373cb3c85 Jump, Parachute, Debug and BrakeLight bug fixed 2022-01-01 19:24:57 +01:00
6f2da854a9 Better brake lights 2022-01-01 17:24:55 +01:00