titiger
4d99f5900d
fix for #133
...
crash during using "Esc" button in options screen
2016-10-17 00:19:41 +02:00
titiger
c33310d37b
Merge pull request #130 from bryongloden/patch-1
...
close opened file descriptors properly
2016-10-09 20:16:29 +02:00
Tom Reynolds
a19784dbe5
Merge pull request #131 from Qwertee/patch-1
...
Update README.compiling-linux.txt - thanks Qwertee.
2016-10-09 19:10:15 +02:00
Tom Reynolds
9e4ebbbc34
Merge pull request #128 from hkl123/patch-1
...
Update README.compiling-windows.txt
2016-10-09 19:07:01 +02:00
filux
87f9b04803
travis' configuration test2
2016-10-04 22:23:17 +02:00
filux
5de32f9297
travis' configuration test
...
https://blog.travis-ci.com/2016-09-15-new-default-osx-image-coming/
2016-10-04 21:10:27 +02:00
Qwertee
0119a7c0ed
Update README.compiling-linux.txt
...
fixed some grammar errors so it is now more concise and easier to read.
2016-10-02 16:50:55 -05:00
Bryon Gloden, CISSP®
1cb226283f
resource leak: fp
...
[source/shared_lib/sources/map/map_preview.cpp:830]: (error) Resource leak: f1
Found by https://github.com/bryongloden/cppcheck
2016-10-01 11:41:07 -04:00
Tom Reynolds
60253b4f4b
Merge pull request #129 from hkl123/develop
...
Update README.compiling-linux.txt - thanks hkl123!
2016-10-01 17:05:34 +02:00
hkl123
d196e41c91
Update README.compiling-windows.txt
...
Update to pull request because first request failed.
2016-10-01 00:46:06 -04:00
hkl123
8ee60a7e00
Update README.compiling-linux.txt
...
Edited format, wiki website link, and part of troubleshooting,
2016-10-01 00:08:42 -04:00
hkl123
c5334af296
Update README.compiling-windows.txt
...
Updated some info, added a couple websites, edited format
2016-10-01 00:05:48 -04:00
filux
82b263e336
added support for os-release
2016-09-30 21:16:19 +02:00
filux
f40ac1d89f
corrected math logic
2016-09-13 21:08:02 +02:00
Tom Reynolds
c3f0fd5b62
Updates to coverity-scan script
2016-09-06 22:57:49 +02:00
Tom Reynolds
30236d997c
Update data reference, git_update script changes
2016-09-06 22:37:42 +02:00
filux
155a80f6b7
better handling for embedded/dynamic libraries
2016-09-04 22:06:52 +02:00
titison
74ed3d73be
Uniformselection
...
Added uniform selection of units.
Uniform means you can select multiple units, but only of the same type.
To make a unit uniform-selectable you need to add
```<uniform-selection value="true"/>```
to the ```<parameters>``` tag of a unit.
2016-08-24 00:53:56 +02:00
filux
3639e111ef
fixed some typos, fixes and enlargement for required dependencies
2016-08-09 21:25:41 +02:00
filux
c56be68f34
ignore LNK4099 warnings in case of 'Release*' configurations
2016-07-26 19:45:55 +02:00
filux
b2759f8cad
travis' configuration test5
2016-07-20 20:20:14 +02:00
filux
dd42f9dd49
travis' configuration test4
2016-07-17 20:24:33 +02:00
filux
29eac7fb60
travis' configuration test3
2016-07-17 18:13:48 +02:00
filux
b0721342cd
travis' configuration test2
2016-07-17 17:55:27 +02:00
filux
9f301daa1c
travis' configuration test; fixed #123
2016-07-17 17:06:01 +02:00
SoftCoder
8b11e875c6
- fix sid
2016-07-14 15:36:42 -07:00
SoftCoder
d3c1891a3d
- add sid deps support
2016-07-14 15:34:29 -07:00
SoftCoder
e5a695029e
- attempt to support sid for build deps
2016-07-14 15:29:51 -07:00
SoftCoder
daf1dac128
- attempt to fix in debian experiemntal gcc
2016-07-14 11:03:44 -07:00
Tom Reynolds
b71277b304
Rephrased some Linux wrapper script hints
2016-07-12 21:50:18 +02:00
titiger
9dd22ae347
lets see if this fixes alt+return endless toggling
2016-06-07 23:38:16 +02:00
filux
e92528141b
improved travis' config
2016-06-03 18:12:59 +02:00
SoftCoder
1621e563da
- fix build
2016-06-02 14:01:39 -07:00
SoftCoder
468c381611
Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop
2016-06-02 13:46:05 -07:00
SoftCoder
f1c372c7b5
- try to fix the build
2016-06-02 13:41:59 -07:00
filux
8873bfd112
improved auto-documentation's script
2016-06-02 21:44:10 +02:00
SoftCoder
798777f313
- fix the build
2016-06-02 12:30:38 -07:00
SoftCoder
05a5ff02d1
- another attempt to fix issue# 111
2016-06-02 12:07:01 -07: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
c5aff25a94
- comment one thread safety check as it was not required
2016-05-27 21:31:39 -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
ed6f169d97
- attempt to see if this helps deal with oos when fog of war off
2016-05-23 09:51:50 -07:00
filux
32d7085816
cmake patches from mageia [ci skip]
2016-03-05 13:57:08 +01:00
filux
1de69426f7
added libssh2 to the list [ci skip]
2016-02-20 17:27:42 +01:00
filux
cacfb7cd81
making binary for macos with diff num of cores
2016-02-20 09:12:31 +01:00
filux
bcb8d197d3
fixed some typos [ci skip]
...
https://lintian.debian.org/full/pkg-games-devel@lists.alioth.debian.org.html#megaglest
2016-02-19 21:17:31 +01:00
filux
8f60e8e3e8
missing entry
2016-02-09 21:14:52 +01:00