SoftCoder
63bf258705
- remove all unused variables as reported by clang (and issue #35 )
2015-11-29 16:00:03 -08:00
SoftCoder
9fc7b9f72c
- attempt streflop bugfix for win64
2015-11-28 20:38:05 -08:00
SoftCoder
7e0494bb28
- some bug fixes based on coverity scan
2015-11-25 21:16:29 -08:00
titiger
e7eddca1ee
Bugfix for listBox Shortcuts
...
Holding down shift+letter while selecting jumps directly to a
map/faction/ ... which starts with the given letter.
2015-11-26 01:58:15 +01:00
filux
6ff1668b89
list of the libs for linux mint 17
2015-11-25 20:39:43 +01:00
Tom Reynolds
d71e0270dd
fix typo
...
[no ci]
2015-11-23 01:10:48 +01:00
Tom Reynolds
d5f1debabd
Coverity Scan / Linux: fix $hostname
...
[no ci]
2015-11-23 00:52:07 +01:00
Tom Reynolds
794e13b907
Update Linux Coverity Scan script
...
new submission URL
[no ci]
2015-11-23 00:42:43 +01:00
Tom Reynolds
d9b5f89c7a
Update coverity-scan.bat
...
* new submission URL
* make script work with VC2015
* support both 32-bit and 64-bit builds (configurable)
2015-11-22 21:47:49 +01:00
filux
1a698f0225
tiny improvements related with CI & submodules
2015-11-22 20:00:56 +01:00
SoftCoder
e3d2cfb09b
- proper path for win32 openal when building binary archive
2015-11-21 12:03:35 -08:00
SoftCoder
96eeb2e72e
Merge branch 'develop' of github-softcoder-megaglest:MegaGlest/megaglest-source into develop
2015-11-21 11:46:28 -08:00
SoftCoder
15d5a9bbd6
- bug fixes for non C++x11 compilers for using chrono
2015-11-21 11:45:52 -08:00
titiger
84cbf1ff3c
Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
2015-11-21 20:31:24 +01:00
SoftCoder
49ae35e7cf
- thread safe localtime and hopefully back to good performance
2015-11-21 11:30:23 -08:00
titiger
b8fa39f311
Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
2015-11-21 20:23:02 +01:00
titiger
62e70debe9
fixed "Reload Last Settings" on the headless server #84
...
Relaod still does not always work if some people are already connected.
This makes trouble with network slots and slots in settings.
In general #84 should be fixed with this.
2015-11-21 20:22:23 +01:00
SoftCoder
9e0d227172
- attempt to see if this fixes thread locking performance issues in windows
2015-11-21 10:23:45 -08:00
filux
fcbf254a05
linux's installer based on binary and data files (no parallel configuration anymore)
2015-11-20 20:09:39 +01:00
titiger
405f327836
"upgrade finished" message only for own faction.
2015-11-18 21:23:27 +01:00
SoftCoder
72b3d3008d
- updated windows projects to new version of curl to fix crashes (requires downloading updated deps, delete old dep folder and 7z)
2015-11-17 14:04:06 -08:00
filux
9b7bb4246c
simplified procedure for determining why 'vlc is not found'; ubuntu 14.04 also requires libvlccore-dev
2015-11-16 23:55:03 +01:00
filux
f594e8a037
removed one redundant message [ci skip]
2015-11-16 21:49:20 +01:00
titison
3385220430
Chat/Console message appears when an upgrade finishes.
2015-11-16 20:19:56 +01:00
filux
5b3d3baa81
tiny fix for mac [ci skip]
2015-11-16 19:33:19 +01:00
filux
3ef7a6c1bc
let's do some tests without time stamp, #83
2015-11-15 10:23:17 +01:00
filux
2b06670b10
linux: improved script for headless servers; other scripts more friendly for mods
2015-11-14 00:13:45 +01:00
SoftCoder
492d821e0b
- small code cleanup
2015-11-12 04:18:08 -08:00
SoftCoder
f97e8d5fc3
- clipboard working now for utf8
2015-11-11 21:52:22 -08:00
titiger
0bbb65fdda
max textlength in chat is calculated on number of character not bytes
2015-11-12 00:03:17 +01:00
titiger
14877da772
Only send the allowed max size of characters(bytes)
2015-11-11 02:19:54 +01:00
titiger
713dbd3003
problems with groups and non multiselect units fixed. ( issue #80 )
...
Now issue #80 should be completly fixed.
2015-11-11 01:25:28 +01:00
filux
0f546567bd
and data archive as 7z for snapshots [ci skip]
2015-11-10 23:37:57 +01:00
filux
f6f05e4b9d
tiny fix for data script [ci skip]
2015-11-10 22:15:36 +01:00
filux
884c11e41d
lets check how those improvements work with jenkins
2015-11-10 21:25:29 +01:00
SoftCoder
02772e9498
- fixed paste behaviour
2015-11-09 16:55:52 -08:00
SoftCoder
93e1d9adcd
- try this if its better for special chars
2015-11-09 15:25:12 -08:00
SoftCoder
8c6050ec6f
- fixed backspace and paste with special characters
2015-11-09 14:55:13 -08:00
SoftCoder
312a4e8a64
- try to fix backspace after doing a paste
2015-11-09 13:22:50 -08:00
titiger
07f46f3f7b
bugfix for ctrl-v
2015-11-09 01:48:26 +01:00
titiger
2b1518103a
Merge branch 'develop' of github.com:MegaGlest/megaglest-source into develop
2015-11-09 01:32:20 +01:00
titiger
8d315ba744
first steps for ctrl-v for input
...
Problems remaining:
paste probably iss too long for ( problem for text input labels )
paste is countet as one single input which deletes the whole pasted string
on pressing backspace.
2015-11-09 01:31:24 +01:00
filux
05ca47574d
fix related with 'single install directory' [ci skip]
2015-11-08 22:44:32 +01:00
filux
81df224573
tiny fix for mac [ci skip]
2015-11-08 20:30:37 +01:00
filux
652cf1c5eb
updated .ignore for windows
2015-11-08 19:42:24 +01:00
filux
fe96ce94a8
attempt fo fix compilation mac+jenkins
2015-11-08 15:06:50 +01:00
filux
6b56813281
new parameter for CI
2015-11-08 08:31:40 +01:00
SoftCoder
d3c193a7c8
- g2xml output path consistent with rest of projects
2015-11-07 04:22:07 -08:00
SoftCoder
f25dc505a5
- added w32 binary archive
2015-11-07 04:08:36 -08:00
SoftCoder
db814b7609
- added missing windows project file
2015-11-07 03:22:37 -08:00