8ec4602ee3
Add PyAPI skell
2022-09-27 16:30:47 +03:00
5f4ae36bbf
Del const
2022-09-27 15:55:48 +03:00
15f6321310
Change server dir
2022-09-27 15:55:38 +03:00
842d142a0e
Modify LUA
2022-09-27 14:28:39 +03:00
fb52f01295
Fix for linux
2022-09-27 13:00:05 +03:00
b974f194da
Fix for linux
2022-09-27 12:59:09 +03:00
18c01fddfe
ReTab.. :)
2022-09-27 12:46:44 +03:00
cd5252a473
Change *.log naming.
2022-09-27 12:46:26 +03:00
924c946be9
Add new start argument - locale
...
Optimization for Russian locale.
2022-09-27 12:46:07 +03:00
660354574e
Change vcpkg command
2022-09-27 05:18:44 +03:00
3fc998d402
Change in Clion Files
2022-09-27 05:04:06 +03:00
7abc4566ad
Merge README from master branch
2022-09-27 04:27:37 +03:00
f77ec41303
Add vcpkg packages for x64 systems
2022-09-27 03:55:36 +03:00
e81acbe60d
Fix debian dependencies
2022-09-27 03:52:46 +03:00
b8d38f0b6d
Add a little formatting
2022-09-27 03:52:25 +03:00
c6f52dbcb7
Syntax fix
2022-09-27 03:51:26 +03:00
8162dd4d75
Add MacOs block
2022-09-27 03:26:52 +03:00
2d4d40c24c
Change URL and set clone from branch with Python support.
2022-09-27 03:25:15 +03:00
Lion Kortlepel
f8d622352f
generate toml from scratch
2022-07-09 22:42:38 +02:00
Lion Kortlepel
6c1d02a425
add fclose
2022-07-09 22:29:12 +02:00
Lion Kortlepel
38eeec39b4
another attempt to fix #105
2022-07-09 22:27:05 +02:00
Lion Kortlepel
696e080e1c
fix #105
2022-07-09 22:01:53 +02:00
Lion Kortlepel
98681254e6
update toml11
2022-07-09 21:50:23 +02:00
Lion Kortlepel
420e6c3533
roll back to an ancient version of sentry
...
sentry-native deprecated compiling without error somewhere around one of
the next version
2022-07-09 21:40:19 +02:00
Lion Kortlepel
06f8ba5a0e
update sentry-native to 0.4.18
2022-07-09 21:11:34 +02:00
Lion Kortlepel
758d5b2c96
Revert "let's try vcpkg"
...
This reverts commit 8d7505956d86fbbd5b1f7496af2b413b360afa09.
2022-05-29 14:37:50 +02:00
Lion Kortlepel
1970d97ea4
Revert "Remove unneeded submodules"
...
This reverts commit a5153e4bc111d5b08acc4504277ae555af7225e9.
2022-05-29 14:37:41 +02:00
Lion Kortlepel
d8526f0649
TNetwork::SplitLoad: Use managed memory
2022-05-29 14:30:57 +02:00
Lion Kortlepel
a5153e4bc1
Remove unneeded submodules
2022-04-28 16:28:23 +02:00
Lion Kortlepel
8d7505956d
let's try vcpkg
2022-04-28 16:26:30 +02:00
Lion Kortlepel
3b2016d09f
Windows moment
...
Windows deprecated when
2022-04-28 14:59:41 +02:00
Lion Kortlepel
ca52d233c0
Use another git commit id for vcpkg
...
this should really be done properly, yikes
2022-04-28 14:34:05 +02:00
Lion Kortlepel
34b39aad4d
add message to shutdown suggesting Ctrl+C if it takes too long
...
This is an ongoing issue that needs to be resolved properly,
but I'm not sure what's hanging it.
2022-04-28 14:30:44 +02:00
Lion Kortlepel
f4eb492d91
Actions: try to use master as vcpkgGitCommitId
2022-04-28 14:24:02 +02:00
Lion Kortlepel
7f41a2a574
Update Changelog to reflect latest changes
2022-04-28 14:18:10 +02:00
Lion Kortlepel
11c53e0b3a
Remove unused error, as Sentry's code fails to build otherwise
...
Thanks, sentry.
2022-04-28 14:13:51 +02:00
Lion Kortlepel
974dda9f8b
HTTPServer: Add config value to specify listen IP
...
Change default IP to localhost,
Set default SSL to false due to this.
2022-04-28 14:12:26 +02:00
Lion Kortlepel
0979c8b1e4
HTTPServer: Attempt to catch more errors
2022-04-28 14:04:54 +02:00
Lion Kortlepel
0761036c8c
TConsole::StartLoggingToFile: implement
2022-04-28 13:46:25 +02:00
Lion Kortlepel
5ded713b4b
Application::CheckForUpdates: only print status the first time
2022-04-28 13:33:38 +02:00
Lion Kortlepel
668cc496b6
update commandline, unused are now errors
2022-04-28 13:29:16 +02:00
Lion Kortlepel
056d20292a
Make "unable to fetch version" a trace message
2022-04-28 13:14:28 +02:00
Lion Kortlepel
d8c33c03ee
start work on new logger
2022-04-05 22:27:45 +02:00
Lion Kortlepel
1bab3276e9
fix setsockopt SO_SNDTIMEO for windows, bump version number to 3.0.2, update commandline
2022-04-05 10:59:16 +02:00
Lion Kortlepel
4ff69528bd
fix some missing declaration
2022-03-31 23:56:02 +02:00
Lion Kortlepel
5e4c7eac51
add send timeout to client tcp socket
2022-03-31 23:53:10 +02:00
Lion Kortlepel
d01d79a49a
update changelog
2022-03-31 20:27:08 +02:00
Lion Kortlepel
d4b30a2583
CreateEventTimer: Implement CallStrategy
...
There are two CallStrategies:
- BestEffort (default): Will try to get your event to trigger at the specified
interval, but will refuse to queue handlers if a handler takes too
long.
- Precise: Will enqueue event handlers at the exact interval specified.
Can lead to the queue filling up if the handler takes longer than the
interval.
2022-03-31 20:13:59 +02:00
Lion Kortlepel
81dbf747d5
Kick client if we fail to send them a client event
2022-03-31 16:50:00 +02:00
Lion Kortlepel
b97397132d
TLuaEngine: improve result queue handling
2022-03-31 15:59:31 +02:00