387 Commits

Author SHA1 Message Date
mathusummut
95bf40e591 Updated link 2019-02-14 19:36:35 +01:00
mathusummut
d5775734d7 Renamed ZetaGlest to Glest 2019-01-31 02:40:31 +01:00
mathusummut
4769e132d0 Normalized defaults 2018-12-16 15:06:51 +01:00
mathusummut
eefb930120 Fixed nework UI bugs 2018-12-14 08:45:11 +01:00
mathusummut
b4feeecd4a Fixed potential networking bugs 2018-12-13 14:45:58 +01:00
mathusummut
0cfe7e81d1 Yet another code cleanup 2018-11-03 15:26:37 +01:00
mathusummut
f652f88784 Renamed Glest namespace to ZetaGlest 2018-11-02 19:51:40 +01:00
mathusummut
c0bc0c40c2 Renamed environment variables 2018-11-02 12:28:43 +01:00
mathusummut
69ab9716da Renamed megaglest_runtime_error to game_runtime_error 2018-11-02 12:15:57 +01:00
mathusummut
52408a57a6 Standardized license comments in all source files 2018-11-01 23:23:25 +01:00
andy5995
bda3154a69 remove libircclient from shared library
* removes libircclient from libzetaglest shared library because the
editor and g3d_viewer also link against libzetaglest. Those 2 binaries
don't need libircclient support

* libircclient is now built directly into only the zetaglest binary

* moved libircclient from source/shared_lib because it's no longer part
of the shared library

* libircclient put in dir "external/" because it is an "external" or
"3rd" party library. The @Supertux project does something similar
2018-10-07 23:50:59 -05:00
mathusummut
2de5026e82 Test fix for gcc to find versions.h 2018-10-06 23:06:25 +02:00
mathusummut
e12f168a01 Added const strings for versions 2018-10-06 17:20:22 +02:00
mathusummut
ee16663f4b Placed constants in versions.h 2018-10-05 22:12:39 +02:00
andy5995
62e3819d86 maps:allow zgm extension, use zgm by default in editor 2018-09-27 02:45:23 -05:00
andy5995
3143d0c7b6 ircclient:remove unneeded join and leave message 2018-09-22 13:27:54 -05:00
andy5995
2c27a89331 ircclient.cpp:add joinAnnounce message
displays message like this.
<ZG_andy_400> has joined
2018-09-09 12:46:48 -05:00
andy5995
957827ea21 ircclient:change spelling
Most of these changes don't do anything, but near L820 in ircclient.cpp,
there was an extra "g"

Also changed the header
2018-06-04 16:28:14 -05:00
mathusummut
35b7b1f1a6 Fixed the god-awful indentation 2018-05-06 00:01:36 +02:00
mathusummut
7ace98f8e1 Renamed CPU-Mega to CPU-Zeta 2018-04-29 15:37:44 +02:00
mathusummut
7c81a9a310 Renamed window from MG to ZetaGlest 2018-03-21 12:43:23 +01:00
mathusummut
108fb26f36 Fixed curl issue on Windows 2018-03-15 16:16:03 +01: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
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
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
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
e21b2506d6 - try to fix issue #104 2016-01-04 17:32:34 -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