62 Commits

Author SHA1 Message Date
Lion Kortlepel
896e777e23
update changelog 2022-10-31 11:31:16 +01:00
Lion Kortlepel
49a9226dca
update changelog to mention fixes 2022-10-31 11:31:15 +01:00
Lion Kortlepel
466845b314
add udp binary data fix to Changelog 2022-10-16 00:05:02 +02:00
Lion Kortlepel
331a597ec7
add info about new networking to changelog 2022-10-15 23:19:33 +02:00
Lion Kortlepel
75ff9f7571
remove "backend response failed to parse as valid json" 2022-10-15 23:16:16 +02:00
Lion Kortlepel
5d3dff3c88
add identifiers (beammp id, ip) as an argument to onPlayerAuth 2022-10-03 15:31:32 +02:00
Lion Kortlepel
10dff185e0
change changelog to correctly say "Util.Json*", not MP 2022-09-27 17:25:18 +02:00
Lion Kortlepel
dd17b95427
add changelog message about MP.TriggerClientEventJson 2022-09-27 17:02:25 +02:00
Lion
3c4737a145
fix colon in changelog once more, thanks to github's editor being bad 2022-09-26 12:23:30 +02:00
Lion
36e8ba1614
fix colon in changelog to be in proper code quotes 2022-09-26 12:22:22 +02:00
Lion Kortlepel
b145c8159e
update changelog to add HOME and END button, fix ip comment 2022-09-26 12:12:16 +02:00
20dka
a84d042a8a add error messages to some lua events 2022-09-14 12:45:40 +02:00
20dka
44b94c9e58 add MP.GetPositionRaw(pid, vid)
fix vehicles sometimes not deleting for all players
2022-09-14 01:54:49 +02:00
Lion Kortlepel
8b57f6e35a
fix missing Lua error messages in ResultCheckThread 2022-07-20 16:07:00 +02:00
Lion Kortlepel
f21d3d0389
fix bug which caused Lua hot-reload not to report syntax errors 2022-07-20 14:56:58 +02:00
Lion Kortlepel
fd7b11f436
fix event loop timing issue
The event loop tries to run no faster than every 10ms. If it detects
that it goes faster, it would incorrectly calculate the difference, and
then wait (what I assume was) way too long or too short.
Either way, now it's fixed and it correctly works, even when introducing
new lua states.
2022-07-20 14:33:19 +02:00
Lion Kortlepel
6a94060970
update changelog 2022-07-14 02:08:28 +02:00
Lion Kortlepel
2d8ce09b2c
Merge remote-tracking branch 'origin/master' into rc-v3.1.0 2022-07-09 23:03:46 +02:00
Lion Kortlepel
38eeec39b4
another attempt to fix #105 2022-07-09 22:27:05 +02:00
Lion Kortlepel
9420d8a7a0
update changelog 2022-06-30 21:30:56 +02:00
Lion Kortlepel
88f1976668
Merge branch 'rc-v3.0.2' into rc-v3.1.0 2022-04-28 14:40:57 +02:00
Lion Kortlepel
7f41a2a574
Update Changelog to reflect latest changes 2022-04-28 14:18:10 +02:00
Lion Kortlepel
104737571c
Merge branch 'rc-v3.0.2' into rc-v3.1.0
This is a periodic merge to keep 3.1.0 up to date with 3.0.2
2022-03-31 22:10:49 +02:00
Lion Kortlepel
d01d79a49a
update changelog 2022-03-31 20:27:08 +02:00
Lion Kortlepel
b2f27c21be
update changelog 2022-03-24 16:53:39 +01:00
Lion Kortlepel
4cb299061e
add pos argument to on_autocomplete 2022-03-23 16:10:51 +01:00
Lion Kortlepel
daa674f448
add infinite snowmen bug to changelog 2022-03-10 12:31:02 +01:00
Lion Kortlepel
710b15535e
Merge branch 'rc-v3.0.1' into rc-v3.1.0 2022-03-10 12:24:44 +01:00
Lion Kortlepel
299004b14e
fix msvc /bigobj issue 2022-03-10 12:21:08 +01:00
Lion Kortlepel
7d97c3b560
add FS.ListFiles, FS.ListDirectories 2022-03-02 23:41:32 +01:00
Lion Kortlepel
dd5cf1a4af
move some things in changelog from 3.0.1 to 3.1.0 2022-03-02 13:30:56 +01:00
Lion Kortlepel
9a0cdc6517
rename JsonSerialize to JsonEncode, JsonDeserialize to JsonDecode 2022-03-02 13:26:53 +01:00
Lion Kortlepel
96a0e4b6fb
update changelog 2022-03-02 13:23:08 +01:00
Lion Kortlepel
dada8fe6bf
update changelog 2022-02-11 11:01:39 +01:00
Lion Kortlepel
9494bc70fb
fix changelog 2022-02-03 19:46:31 +01:00
Lion Kortlepel
5c44a307bc
update changelog 2022-02-03 19:03:21 +01:00
Lion
0cf81cf3f4
Merge pull request #73 from BeamMP/lionkor-readme-patch
Patch README Dependency List, fix Changelog
2021-12-16 23:54:33 +01:00
Lion
801780bcb1
Update Changelog.md 2021-12-16 16:02:31 +01:00
Lion
5df8aedf08
Update Changelog.md 2021-12-11 10:35:11 +01:00
Lion Kortlepel
1172420b77
Add https to changelog 2021-12-06 14:21:25 +01:00
Lion Kortlepel
f477570a1c
Add changelog about new console 2021-12-05 00:54:24 +01:00
Lion Kortlepel
472ec3390c
Update changelog 2021-11-27 12:25:31 +01:00
Lion Kortlepel
e1756298af
Fix doubled consent settings in ServerConfig 2021-11-26 19:07:08 +01:00
Lion Kortlepel
a3a18a3b56
Lua: Add CancelEventTimer 2021-09-20 16:09:17 +02:00
Lion Kortlepel
3edb9322d4
Lua: Simple CreateEventTimer improvements 2021-09-20 13:39:14 +03:00
Lion Kortlepel
4bf89706b4
Lua: Add MP.CreateTimedEvent as CreateThread replacement 2021-09-20 12:43:00 +03:00
Lion Kortlepel
323184911d
Add new FS functions to Changelog 2021-09-20 00:39:12 +02:00
Lion Kortlepel
4de80e0c7a
Lua: Remove debug prints, add GetLuaMemoryUsage 2021-09-19 23:55:24 +02:00
Lion Kortlepel
7f63dd8d7d
Lua: Add FS, FS.CreateDirectory 2021-09-19 01:30:59 +02:00
Lion Kortlepel
da78d77e6c
Changelog: add MP.PrintRaw 2021-09-19 01:21:30 +02:00