titiger
0c3c636064
Trying to fix the fast fullscreen/windowed toggling
2016-11-06 18:24:11 +01:00
filux
8d866e640e
moved start scripts
...
... as basically they shouldn't be used with binary files compiled individually in git repository
... but seems that people use them often ... [ci skip]
2016-11-05 13:18:22 +01:00
titiger
1a0f31364b
data change
2016-11-02 23:20:51 +01:00
filux
760d5a9f97
version-synch script will update also date [ci skip]
2016-11-02 19:50:03 +01:00
titiger
b06f4d9776
map filter listbox only enabled for headless admin
2016-11-02 01:15:52 +01:00
titiger
abacbbbca9
fix for filters and non admin clients
2016-11-02 01:00:37 +01:00
SoftCoder
2162ca460a
Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop
2016-10-31 13:57:11 -07:00
SoftCoder
102ca8f651
- Fixed issue# 135
2016-10-31 13:56:33 -07:00
titiger
d420c7e681
forgot to remove a printf
2016-10-30 22:30:51 +01:00
titiger
8dbee3c7c5
Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
...
menu_state_custom game had conflicts
2016-10-30 20:19:22 +01:00
titiger
c9b92ea97d
map filter for headless servers
2016-10-30 20:19:07 +01:00
SoftCoder
b180da5e3d
- fixed issue #122
2016-10-30 09:21:34 -07:00
SoftCoder
7a64569938
- fix build?
2016-10-30 08:52:31 -07:00
SoftCoder
57c53b9175
- add more details in font error message
2016-10-30 08:41:31 -07:00
filux
d40a6fdc1b
Merge pull request #136 from monwarez/patch-freebsd
...
Don't init force feedback if not used, fixed #105 .
SDL_INIT_HAPTIC (also a part of SDL_INIT_EVERYTHING) is not supported on BSD OS
2016-10-29 01:12:37 +02:00
Monwarez
79e00dfcad
Don't init force feedback if not used
2016-10-28 17:33:38 +02:00
filux
0f1272f338
improved hints for users
2016-10-23 00:03:21 +02:00
filux
d7c801d3b7
Merge pull request #134 from vjon/docs_update
...
Update READMEs
2016-10-22 23:56:36 +02:00
Jonathan Lee
598c337440
Update README.compiling-linux.txt
...
Update the Linux build instructions for clarity, flow, etc.
Refer to #127
2016-10-21 16:51:53 -07:00
Jonathan Lee
947bb499a4
Update README.md
...
Update the main readme for clarity, formatting, etc.
Refer to #127
2016-10-21 16:31:43 -07:00
SoftCoder
2107958ad2
- add support for gcc6 in build script -g 6
...
- fix issue #132
2016-10-17 19:05:21 -07:00
filux
6d7bb258a9
added deps for ubuntu 16.10
2016-10-17 22:27:26 +02:00
titiger
990df3b49b
Fix for uniform-selection
2016-10-17 03:00:37 +02:00
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