Commit Graph

260 Commits

Author SHA1 Message Date
pavanvo a8a51d4ef7
style: tabs insted of spaces 2022-08-14 16:37:07 +04:00
pavanvo d514b5510b
fix: run internet scenario or host game 2022-08-01 12:21:26 +04:00
SoftCoder 26581a77d2 - first round of cleanup from cppcheck report 2017-10-09 19:09:36 -07:00
SoftCoder d78f28983b - some coverity based cleanups 2017-10-08 20:31:42 -07:00
SoftCoder edfb1508f5 - check for empty strings before using substr to avoid crashes with more strict C++ engine 2017-09-30 21:46:56 -07:00
SoftCoder 5d0f5013fd - allow using new cmake var for finding glest.ini called MG_CMAKE_INSTALL_PREFIX to solve issue #167 2017-09-22 23:21:40 -07:00
SoftCoder fe407db0ba - lan search updates for windows to find more NIC's using windows API 2017-09-22 16:58:54 -07:00
SoftCoder e3e7d93944 - add extra nic checking for windows 2017-09-22 15:44:25 -07:00
SoftCoder f090f99d87 - correct debug output 2017-09-21 17:50:10 -07:00
SoftCoder c898c63389 - fix find lan games by extra NIC search 2017-09-21 17:46:23 -07:00
SoftCoder 7f6cc175d4 - network debug shows more of whats going on for lan broadcast 2017-09-21 17:32:15 -07:00
SoftCoder 783a56ab73 - another fix for LAN Search 2017-09-21 17:23:11 -07:00
SoftCoder ceed529921 - attempt to fix find lan games 2017-09-21 17:18:50 -07:00
SoftCoder 96bd937218 - protect lan search if not local ip's found and add a little more output 2017-09-21 17:04:56 -07:00
Mark Vejvoda 15c3edae4f Merge pull request #141 from devnexen/openbsd_build
better openbsd support
2017-02-05 13:32:59 -08:00
SoftCoder 385d099a8b - added some network debug output when network debug enabled for NIC's examined on network hosting (for Issue #137) 2017-02-04 19:03:13 -08:00
David Carlier f6b6982b01 better openbsd support 2016-12-11 22:09:34 +00:00
SoftCoder c3db863434 - attempt to see if this fixes issue# 111 2016-06-01 20:31:46 -07:00
SoftCoder ad4314fb29 - move linux network interface names into ini file for easier management in the future 2016-06-01 20:16:34 -07:00
SoftCoder 56494f3cd2 - finally fixing issue #102 (bad cell visible handling when fog of war turned off) 2016-05-27 16:15:27 -07:00
SoftCoder 8a88c4f11e - bugfix for xenial network ip address discovery for LAN games + float truncate 2016-05-23 17:02:44 -07:00
SoftCoder a85d12aed1 - fix updated use of mini upnpc 2016-05-23 10:54:38 -07:00
SoftCoder 0c12b5fb8c - add last ditch check on socket disconnect 2016-01-20 18:03:37 -08:00
SoftCoder 706113580d - attempt better socket disconnect checking 2015-12-31 18:28:43 -08:00
SoftCoder 57f0b44ad3 - bugifx for static cached hostname, moved to higher scope to avoid sometimes random crashes 2015-12-31 16:48:55 -08:00
SoftCoder 27ed0b88fe - beter checking for dsiconnected socket for sensitive winsock 2015-12-30 18:29:27 -08:00
SoftCoder 42d3295e9b - add some logging to see if we find the weird cause of some hangs 2015-12-30 14:41:10 -08:00
SoftCoder ac0c0eafb9 - try to improve network perf 2015-12-28 22:27:45 -08:00
SoftCoder ecaf376cb1 - attempt to rollback alst push causing hangs 2015-12-28 19:59:45 -08:00
SoftCoder 196660742a - attempt to fix lagging in lobby and for windows clients 2015-12-28 17:59:26 -08:00
SoftCoder 6eb7a1e625 - little code cleanup in socket code 2015-12-26 09:34:55 -08:00
SoftCoder 9792b9695b - attempt to fix socket issues causing hangs 2015-12-25 23:12:00 -08:00
SoftCoder c9fb0160dc - attempt to fix hand in windwos network games 2015-12-25 14:08:54 -08:00
SoftCoder ff2fb03c78 - attempt safe socket code to avoid hangs 2015-12-23 21:37:35 -08:00
SoftCoder 9f55e9235a - last try to optimize socket thread locks 2015-12-23 14:26:03 -08:00
SoftCoder a8b735ffcc - check to see if this corrects the current windows client hang in network games 2015-12-23 12:42:39 -08:00
SoftCoder 9e0d227172 - attempt to see if this fixes thread locking performance issues in windows 2015-11-21 10:23:45 -08:00
SoftCoder 49ce8e729b - added support for miniupnpc 1.9 2015-10-21 18:11:19 -07:00
SoftCoder 8e439a2325 - got sdl2 branch compiling and game loads 2015-09-28 23:28:11 -07:00
SoftCoder 4dea67cff9 - attempt to fix thread crash when ending game for network play 2014-12-19 19:08:04 -08:00
SoftCoder 5099f19709 - update miniz code to 1.15 2014-12-17 07:28:06 -08:00
SoftCoder c945a5721d - more coverity based fixes 2014-12-15 21:07:13 -08:00
SoftCoder 5e292e931c - memory leak and a few other minor bug fixes as discovered by coverity scan. 2014-11-30 15:30:02 -08:00
SoftCoder 9026ce161d - bugfixes when user has no internet and published not turned on, do not try to do UPNP. 2014-01-03 15:10:30 -08:00
SoftCoder 6f4c3ed033 - added reg file for windows users to manually disable packet throttling
- added console warning for windows users that have this setting enabled.
2014-01-01 13:24:24 -08:00
SoftCoder 7643c2b591 - changed registry branch to hkey local machine for packet throttle 2014-01-01 11:23:51 -08:00
SoftCoder 02cb5c235d - bugfix to compile in msvc 2014-01-01 11:08:51 -08:00
SoftCoder 676a6071fa - attempt to disable packet throttling on windows
- added some network packet debug code
2014-01-01 10:59:55 -08:00
SoftCoder 220a0130dd - bugfixes for msvc compile 2013-12-25 11:48:08 -08:00
SoftCoder 3bb9da6cdf - removed directsound related references as it has been deprecated since 3.6.0.1
- coverity related fixes
2013-12-25 11:42:00 -08:00