Commit Graph

859 Commits

Author SHA1 Message Date
Andy Alt
a54de06bf4
ircclient.cpp:correct spelling
removed the unnecessary "g"
2018-06-04 14:25:37 -05:00
SoftCoder
ffe6e5462d - more cppcheck cleanup 2017-10-09 23:22:55 -07:00
SoftCoder
588ec21d8a - more cppcheck cleanup, AND some new inernal steam commandline parameters to reset stats and enable debugging 2017-10-09 23:09:52 -07: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
9b0a04f126 - try slightly different way to protect mutex list 2017-10-07 11:48:34 -07:00
SoftCoder
b928bbbb40 - attempt to see if this corrects tomreyns compile error: ==6454==ERROR: AddressSanitizer: heap-use-after-free 2017-10-07 10:42:21 -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
filux
ef1c26d931 improved formatting of '--help' output in a way to be more friendly for help2man 2017-04-01 14:53:34 +02:00
titiger
2133b8fd07 show megaglest version in irc WhoIS 2017-03-11 23:57:44 +01: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
SoftCoder
48fb05b1a4 - more mac warnigns cleanup 2017-01-30 11:53:32 -08:00
SoftCoder
0873493377 - cleanup warnings on mac 2017-01-30 11:51:08 -08:00
David Carlier
f6b6982b01 better openbsd support 2016-12-11 22:09:34 +00:00
titiger
88de655b28 and revert the last changes .... 2016-11-16 23:47:02 +01:00
titiger
09ae82b36c more braces 2016-11-16 22:56:41 +01:00
titiger
1f2d93a1b5 braces .... 2016-11-16 22:35:28 +01:00
titiger
031a9d87ea Trying to handle the windows key 2016-11-16 22:34:22 +01:00
titiger
1dfe1b8b42 lets see if this helps with issue #139 2016-11-12 18:04:12 +01:00
titiger
a182ce82bd more bugfix for #138 2016-11-10 00:47:42 +01:00
titiger
cc64196c6b alt+enter #138
Fast toggle on alt+enter and key repeat are different things.
This here should fix the alt+enter issue.
2016-11-09 23:25:59 +01:00
titiger
6c2f722f30 reverting some things related to alt+enter
real reason is false behaviour of static bool isUnprintableChar().
More tests needed.
2016-11-09 00:09:55 +01:00
titiger
4a85b17794 fiddling around with #138 2016-11-06 22:00:51 +01:00
titiger
0c3c636064 Trying to fix the fast fullscreen/windowed toggling 2016-11-06 18:24:11 +01:00
SoftCoder
2107958ad2 - add support for gcc6 in build script -g 6
- fix issue #132
2016-10-17 19:05:21 -07:00
SoftCoder
daf1dac128 - attempt to fix in debian experiemntal gcc 2016-07-14 11:03:44 -07:00
titiger
9dd22ae347 lets see if this fixes alt+return endless toggling 2016-06-07 23:38:16 +02: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
d6dbb187cc - fixed some bugs discovered by coverity scan 2016-01-20 21:34:23 -08:00
SoftCoder
0c12b5fb8c - add last ditch check on socket disconnect 2016-01-20 18:03:37 -08:00
SoftCoder
0d8377d6b4 - try to fix mac build 2016-01-18 15:29:16 -08:00
SoftCoder
86a59859b9 - atempt to cleanup use fo auto_ptr 2016-01-18 13:20:49 -08:00
SoftCoder
d82aaa22ad - attempt to fix irc thread cleanup 2016-01-18 12:20:57 -08:00
SoftCoder
c6c9eb1c02 - try to fix irc thread crash and add more verbose output 2016-01-18 11:49:11 -08:00
SoftCoder
eeb9fc9405 - more verbose debug info 2016-01-17 15:15:31 -08:00
SoftCoder
f286813e7b - added more verbose info for thread crash issue 2016-01-17 14:14:05 -08:00