Commit Graph

5856 Commits

Author SHA1 Message Date
SoftCoder a9874ea4b3 - fix windows build 2017-09-24 00:12:02 -07:00
SoftCoder 0443ce9a26 - fix windows build 2017-09-24 00:00:49 -07:00
SoftCoder 6479690d67 - fix windows build 2017-09-23 23:59:56 -07:00
SoftCoder 42221f2d52 - Fix windows build 2017-09-23 23:51:22 -07:00
SoftCoder 7d5bc6a6a8 - fix windows build 2017-09-23 23:37:13 -07:00
SoftCoder 3e5bc9c744 - Correct launcher name for steam 2017-09-23 17:19:55 -07:00
SoftCoder 36bc6a4497 - initial work to integrate theam SDK with megaglest 2017-09-23 17:15:44 -07:00
Mark Vejvoda aebd07f3bb Merge pull request #172 from MegaGlest/tomreyn-patch-1
Shorten indicator for headless server mode
2017-09-23 02:39:31 -04:00
Mark Vejvoda dd8042313d Merge pull request #169 from RyDroid/editorconf
Adding a file for EditorConfig
2017-09-23 02:38:22 -04:00
SoftCoder 58b03d2cb0 - fix cmake build script re-add cmake min version 2017-09-22 23:36:31 -07:00
Mark Vejvoda 0bca1e8eed Merge pull request #163 from susnux/develop
Fix build with wxWidgets 3 (wxString to std::string)
2017-09-23 02:27:06 -04: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 de8d05b882 - update opengl version check since 2.1 is really the minimum supported 2017-09-22 17:17:49 -07:00
SoftCoder cf1984f7e4 Merge branch 'develop' of https://github.com/MegaGlest/megaglest-source into develop 2017-09-22 17:00:08 -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
Tom Reynolds b6f1530921 Update README
Update OpenGL and other hardware requirements / recommendations
Remove trailing white space

skipci
2017-09-23 01:49:21 +02:00
SoftCoder e3e7d93944 - add extra nic checking for windows 2017-09-22 15:44:25 -07:00
SoftCoder 44aaf88598 - try to fix Travis builds 2017-09-21 21:28:15 -07:00
SoftCoder da742d4358 - fix data folder link 2017-09-21 17:50:51 -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 9d12682fb5 fix for #173
fix a crash with unknown screen resolution in .megaglest
2017-08-29 01:27:53 +02:00
filux 056078909a 'mini update' more optional than before 2017-08-27 22:59:07 +02:00
filux 5a6c59f252 added the basic support for macOS to the 'system_report' script 2017-08-27 22:29:16 +02:00
filux 4a5249fe54 another test for macOS 2017-08-27 09:07:32 +02:00
filux f0cb385efb let's check how macOS like it 2017-08-26 19:05:04 +02:00
Tom Reynolds 4dc6b44e03 Shorten indicator for headless server mode
"Headless (servername)" is really long. https://forum.megaglest.org/?topic=9965 requests for it to be shorted.
Changing this means that the masterserver code interpreting this 'tag' also needs to be edited.
2017-08-26 16:01:42 +02:00
filux 5323a4fcdf let's try static curl also for mac OS 2017-08-25 22:06:08 +02:00
filux f0774f00f2 ignore travis' OS internal problems 2017-06-29 23:51:09 +02:00
filux a719f29758 updated the supported linux's releases in the script; closes #170 2017-06-29 22:48:01 +02:00
Nicola Spanti (RyDroid) 4339aea946 Adding a file for EditorConfig 2017-05-27 21:54:20 +02:00
SoftCoder aa8441e33f - added support for ubuntu 17.04 2017-04-12 12:35:54 -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 f5e09c2a7c some more steam stuff 2017-03-23 01:27:25 +01:00
titiger fbf0afbf2c steam scripts to have the editor in the tools section of steam 2017-03-23 01:03:22 +01:00
SoftCoder cf884261bf Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop 2017-03-20 17:06:46 -07:00
SoftCoder bdfb05a700 - attempt to add support for static use of wxwidgets in tools 2017-03-20 17:06:12 -07:00
titiger dfc2e05060 Editor as its own Tool-Application on steam
I think this is correct, but I could not test it.
2017-03-19 02:00:52 +01:00
titiger 4425b7d234 Use steam player name as default playername if nothing was set 2017-03-13 00:58:06 +01:00
SoftCoder 6468f13f28 - set default player name to steam player name if running via steam on first execution 2017-03-11 21:16:20 -08:00
titiger 2133b8fd07 show megaglest version in irc WhoIS 2017-03-11 23:57:44 +01:00
Ferdinand Thiessen 5e683511e3 Fix build with wxWidgets 3 (wxString to std::string) 2017-03-11 14:21:12 +01:00
titiger 438d37c59f render meeting point for all selected units 2017-03-10 01:14:27 +01:00
filux c81dea0029 version number for the development 2017-03-08 21:44:28 +01:00
filux a3c8464121 Merge tag '3.13.0' into develop
release v3.13.0
2017-03-08 21:39:42 +01:00
filux 967257e491 Merge branch 'release/3.13.0' 2017-03-08 21:39:12 +01:00