Commit Graph

  • d8e1d389bf Update README.md Lion 2021-01-01 16:23:38 +01:00
  • ae03b5f5ce Merge pull request #6 from BeamMP/license-file Anonymous275 2020-12-31 18:54:02 +02:00
  • 2c6386013d Update README.md Lion 2020-12-27 23:11:23 +01:00
  • 3cb4c7cb67 Update README.md Lion 2020-12-27 22:49:24 +01:00
  • 229010647c Update README.md Lion 2020-12-27 22:30:22 +01:00
  • 03968f34b1 Update README.md Lion 2020-12-27 22:28:15 +01:00
  • 941287d22c remove debian build script again, rethinking this Lion Kortlepel 2020-12-27 22:17:10 +01:00
  • 8e4e0c0896 add debian build script for easier deployment Lion Kortlepel 2020-12-27 22:13:24 +01:00
  • c5d1682d5e CMake: Change minimum required version to 3.13, due to it being the default in debian stable which we officially will support now, and changed "lua" to find_directories result in UNIX linking of libraries Lion Kortlepel 2020-12-27 22:06:48 +01:00
  • 04cf7ca092 suppress unused variables Lion Kortlepel 2020-12-24 00:42:39 +01:00
  • 639c94e0f2 fixed my own mistake again again Lion Kortlepel 2020-12-24 00:01:09 +01:00
  • 623437e864 fix not calling curl_global_init in release mode Lion Kortlepel 2020-12-23 23:57:27 +01:00
  • fb420eac1b fix not memsetting in release mode (yikes) Lion Kortlepel 2020-12-23 23:56:17 +01:00
  • 0f33367f6b fixed what i broke Lion Kortlepel 2020-12-23 23:52:51 +01:00
  • 1a2c956d9e remove dead code in logger's SetThreadName Lion Kortlepel 2020-12-23 23:44:24 +01:00
  • de859f4762 remove Pos < 0 check as Pos is unsigned and never < 0 (always true) Lion Kortlepel 2020-12-23 23:43:59 +01:00
  • db152e09e9 reduce scope of some variables Lion Kortlepel 2020-12-23 23:43:03 +01:00
  • 561c0bb381 fix bug which caused kicking to be logged as normal leaving Lion Kortlepel 2020-12-23 23:42:25 +01:00
  • f60a44f65f remove some unused variables Lion Kortlepel 2020-12-23 23:40:34 +01:00
  • a944565fb9 reformat all Lion Kortlepel 2020-12-23 23:34:30 +01:00
  • 0f4c08c068 reformat all Lion Kortlepel 2020-12-23 23:30:33 +01:00
  • f0ad3732f4 fix misplaced include Lion Kortlepel 2020-12-23 23:29:45 +01:00
  • 4adfda64c1 Switched to msvc 2019 Anonymous275 2020-12-24 00:16:40 +02:00
  • 306fbc5eb4 Cleaning headers Anonymous275 2020-12-23 23:56:43 +02:00
  • fac1b43b44 Create LICENSE Lion 2020-12-23 21:51:51 +01:00
  • b22a9566f9 Update README.md Anonymous275 2020-12-23 21:02:25 +02:00
  • 6f0c69904c Update README.md Anonymous275 2020-12-23 20:52:09 +02:00
  • e049b1bbf4 Folder cleanup v1.20 Anonymous275 2020-12-22 10:20:30 +02:00
  • ef8f8645f7 Final Commit v1.20 Anonymous275 2020-12-22 00:25:55 +02:00
  • f94252d37b Update Sync.cpp Anonymous275 2020-12-20 16:04:15 +02:00
  • 8f042a3ee4 Update README.md Anonymous275 2020-12-20 15:29:46 +02:00
  • 435c397d02 Small edit Anonymous275 2020-12-20 15:14:23 +02:00
  • 97d8f9506e more cleanup Anonymous275 2020-12-20 14:11:29 +02:00
  • 2e7f2cc6bd Support of 1Gps+ internet Anonymous275 2020-12-19 01:15:52 +02:00
  • 19b7f7f579 new auth system + major optimization Anonymous275 2020-12-16 01:36:35 +02:00
  • 6a29384b5c cleaned comment Anonymous275 2020-11-27 10:34:13 +02:00
  • 69da77937d UDP Cleanup Anonymous275 2020-11-25 20:26:47 +02:00
  • 5cf97850d7 add nobuiltin flag for gcc Lion Kortlepel 2020-11-24 01:28:35 +01:00
  • ad844db7fe v1.13 v1.13 Anonymous275 2020-11-21 00:29:30 +02:00
  • 6a8d097dc5 fixup Lion Kortlepel 2020-11-17 23:25:59 +01:00
  • e2a45601b3 possibly fix recurring backend timeout Lion Kortlepel 2020-11-17 23:21:21 +01:00
  • a78f65b274 fix getch spin Lion Kortlepel 2020-11-17 23:10:19 +01:00
  • 04de729d7c console setup errors will no longer deny a server startup Anonymous275 2020-11-17 08:28:02 +02:00
  • 667a22b0f8 Fixed lua command not registered for console Anonymous275 2020-11-16 21:09:13 +02:00
  • e12b7da27f lua unique_ptr to shared_ptr Lion Kortlepel 2020-11-16 16:48:00 +01:00
  • 450f6d7139 rearrange cmakelists Lion Kortlepel 2020-11-16 15:39:03 +01:00
  • 086bcb5ecc Server 1.1 Anonymous275 2020-11-16 02:45:32 +02:00
  • ac05cb5d0e Added vehicle 't' case Anonymous275 2020-11-15 17:11:16 +02:00
  • 92c44b19c5 HotSwap linux fix Anonymous275 2020-11-14 23:26:42 +02:00
  • 2a0939891b Merge branch 'master' of https://github.com/Starystars67/BeamNG-MP-Server v1.0 Anonymous275 2020-11-14 00:10:16 +02:00
  • e0b1a5c91f Made Config private by default Anonymous275 2020-11-14 00:10:03 +02:00
  • 5a275580a4 add Resources folder to gitignore Lion Kortlepel 2020-11-13 22:58:18 +01:00
  • 03ee46d293 fixed filename stuff in lua Lion Kortlepel 2020-11-13 22:56:56 +01:00
  • fb7ed95d1d small fix Anonymous275 2020-11-13 23:55:51 +02:00
  • 21c9ac4f53 fixed missing backslash Lion Kortlepel 2020-11-13 22:52:26 +01:00
  • ab5da1d94b add boost_ to gitignore for linux dev Lion Kortlepel 2020-11-13 22:45:03 +01:00
  • 6710c18168 fix lua file stuff and more file stuff Lion Kortlepel 2020-11-13 22:43:35 +01:00
  • cdd9ef86ae fix history bug Lion Kortlepel 2020-11-13 02:13:02 +01:00
  • 85edadb6e4 use read(..., ..., 1) instead of getchar Lion Kortlepel 2020-11-13 01:38:36 +01:00
  • aa29530d92 fix identification & check thread issue with atomic bool Lion Kortlepel 2020-11-13 00:17:27 +01:00
  • 270cca40ac fix closesocketproper on windows Lion Kortlepel 2020-11-12 23:39:04 +01:00
  • c1633b6401 remove debug error Lion Kortlepel 2020-11-12 23:22:14 +01:00
  • fa9bc16038 CloseSocketProper instead of closesocket Lion Kortlepel 2020-11-12 23:20:37 +01:00
  • fedca58e8e remove Temp < 0 message for now Lion Kortlepel 2020-11-12 23:02:47 +01:00
  • 6ecf6c58ac Possible debug spam fix Anonymous275 2020-11-12 23:58:23 +02:00
  • 954d55c1a6 minor format fixes Lion Kortlepel 2020-11-12 17:11:51 +01:00
  • 58e65cf43f clang-format everything Lion Kortlepel 2020-11-12 17:09:14 +01:00
  • c9f5ee9729 log any and every time we closesocket Lion Kortlepel 2020-11-12 03:00:32 +01:00
  • 583819070b add Client( ) around player name in TID output Lion Kortlepel 2020-11-12 02:40:01 +01:00
  • 9ddab14f01 possibly fix port in use Lion Kortlepel 2020-11-12 02:35:11 +01:00
  • d44aa86ed1 shutdown the socket on linux as well Lion Kortlepel 2020-11-12 02:31:11 +01:00
  • 7a5861a917 add tid print to check thread in identification Lion Kortlepel 2020-11-12 02:24:41 +01:00
  • 5e603c65b6 fix timeout in identification Lion Kortlepel 2020-11-12 02:22:49 +01:00
  • 3137f4e9db comment out timeout thread for now Lion Kortlepel 2020-11-12 02:02:26 +01:00
  • 80c5341650 add last error for windows as well Lion Kortlepel 2020-11-12 01:56:50 +01:00
  • cde41f01b2 error on send failure Lion Kortlepel 2020-11-12 01:52:44 +01:00
  • be7e2f1616 possible fix for ping=? Lion Kortlepel 2020-11-12 01:33:35 +01:00
  • cdb2624367 Made the server make sure there is only 1 connection Anonymous275 2020-11-12 01:40:26 +02:00
  • 308500c01f Fix multiple small issues :) Lion Kortlepel 2020-11-11 11:24:36 +01:00
  • 8f05cdcc61 Replace some mutex locks with scoped locks Lion Kortlepel 2020-11-11 00:20:14 +01:00
  • 94f6a81673 lua error fix Anonymous275 2020-11-11 00:40:22 +02:00
  • 60c7997c6b Ignore SIGPIPE so we dont crash on broken pipes Lion Kortlepel 2020-11-09 23:34:44 +01:00
  • 2d11841a68 Fix crashing when port checking, remove debug prints Lion Kortlepel 2020-11-09 23:34:06 +01:00
  • 01e02edf8c Add clear with "clear", "cls" and Ctrl+L Lion Kortlepel 2020-11-09 00:01:04 +01:00
  • 52bf3cdd21 YAFFWH - Yet another fix for win32 history Lion Kortlepel 2020-11-08 23:45:59 +01:00
  • 1bbe88b240 Fix history on win32 again Lion Kortlepel 2020-11-08 23:39:00 +01:00
  • 5fc6c3ddd7 Implemented history on windows Lion Kortlepel 2020-11-08 23:30:32 +01:00
  • d226b36f44 enable console history again on win32 Lion Kortlepel 2020-11-08 23:24:04 +01:00
  • 7ab37b7fe9 Properly add RWMutex Lion Kortlepel 2020-11-08 22:39:20 +01:00
  • 747e948339 Fix console behavior on win32 Lion Kortlepel 2020-11-08 22:15:49 +01:00
  • 7fce274915 Fix printing, make CI into unique_ptr (more) Lion Kortlepel 2020-11-08 21:46:02 +01:00
  • b663563f01 TCP header fix Anonymous275 2020-11-08 22:17:45 +02:00
  • 8e9bf46778 lot of work Anonymous275 2020-11-08 21:48:44 +02:00
  • c6fbd3dc49 Add more memory safety, fix print(nil) crash Lion Kortlepel 2020-11-08 14:44:49 +01:00
  • b9758ddaea ProcessCompositeInput: ensure we dont cause UB on memcmp Lion Kortlepel 2020-11-08 14:31:15 +01:00
  • e42256dd5f Shrink history size to 10 soft 20 hard Lion Kortlepel 2020-11-08 14:21:44 +01:00
  • 0b71d77a48 Add console history. Lion Kortlepel 2020-11-08 14:18:49 +01:00
  • 1e5faea1a4 Fix console _getch behavior on unix Lion Kortlepel 2020-11-08 13:32:45 +01:00
  • 4ecd57fed4 Only show ThreadNames in server debug MODE Lion Kortlepel 2020-11-08 13:06:38 +01:00
  • b8bd939bd7 Add build instructions for linux, fix some cmake issues root 2020-11-08 06:54:59 -05:00