Commit Graph

15177 Commits

Author SHA1 Message Date
Matthias Mailänder
0f733d6b0d absolute path is not of relevance and only junking up the logs 2015-01-02 18:41:11 +01:00
Matthias Mailänder
1c90199fb0 one everything is fine per project is enough 2015-01-02 18:41:11 +01:00
Matthias Mailänder
7b5b14e0cf remove the spammy exit 0 output 2015-01-02 18:41:11 +01:00
Matthias Mailänder
9dd607c846 Merge pull request #7230 from RoosterDragon/occupied-cells-arrays
Make OccupiedCells implementations return arrays.
2015-01-02 17:38:56 +01:00
Matthias Mailänder
cddb956fee Merge pull request #7245 from Hellhake/stylecop-rest
Fix StyleCop warnings in Editor, Renderer.Sdl2, Utility, Test
2015-01-02 16:53:22 +01:00
Hellhake
7f06c4123a Enable stylecop clean projects for make check 2015-01-02 16:40:55 +01:00
Matthias Mailänder
167ba72119 Merge pull request #7246 from Hellhake/stylecop-ra
Fix StyleCop warnings in OpenRA.Mods.RA
2015-01-02 16:38:22 +01:00
Hellhake
311d154bd6 Fix StyleCop warnings in OpenRA.Test 2015-01-02 16:08:07 +01:00
Hellhake
90c948ebc3 Fix StyleCop warnings in OpenRA.Utility 2015-01-02 16:08:07 +01:00
Hellhake
bce017494d Fix StyleCop warnings in OpenRA.Renderer.Sdl2 2015-01-02 16:07:58 +01:00
Hellhake
beefe18ca5 Fix StyleCop warnings in OpenRA.Editor 2015-01-02 16:07:52 +01:00
Hellhake
b6410bc1e0 Fix StyleCop warnings in OpenRA.Mods.RA 2015-01-02 14:39:49 +01:00
Oliver Brakmann
30e42cdc62 Merge pull request #7247 from Hellhake/stylecop-game
Fix StyleCop warnings in OpenRA.Game
2015-01-02 12:58:04 +01:00
Oliver Brakmann
7fa0a9722a Merge pull request #7242 from LipkeGu/ignore_nuget
Add nuget(.exe) binary to .gitignore
2015-01-02 12:22:57 +01:00
Oliver Brakmann
ce41c60a40 Merge pull request #7244 from Hellhake/bom
Remove BOM
2015-01-02 12:11:27 +01:00
Hellhake
5a97a4b63b Fix StyleCop warnings in OpenRA.Game 2015-01-02 12:11:01 +01:00
Guido L.
7b25984561 Add nuget(.exe) binary to .gitignore 2015-01-02 11:52:29 +01:00
Matthias Mailänder
4c8f05e8aa Merge pull request #7178 from Mailaender/d2k-carryall-delivery
Polished the Dune 2000 shellmap to highlight both Carryalls and Sandworms
2015-01-02 11:29:15 +01:00
Paul Chote
151c263957 Merge pull request #7243 from Mailaender/travis-security
Replaced GitHub access token
2015-01-02 17:57:13 +13:00
Hellhake
fa72e04042 Remove BOM 2015-01-01 22:51:12 +01:00
Matthias Mailänder
1b3654a7f9 replace GitHub access token 2015-01-01 20:31:04 +01:00
Matthias Mailänder
53f2bcd638 Merge pull request #6946 from LipkeGu/ServerCrash
Fix bad behavor while pinging Clients
2015-01-01 15:38:42 +01:00
Oliver Brakmann
1d58a896bd Merge pull request #7177 from Mailaender/attack-overlay
Added an attack overlay for the sand worm
2015-01-01 15:05:21 +01:00
Matthias Mailänder
3835aec17f add an attack overlay for the sand worm 2015-01-01 14:53:04 +01:00
Matthias Mailänder
e9989496c4 Merge pull request #7235 from Mailaender/nuget-fail
Fail the whole script when nuget fails
2015-01-01 14:13:38 +01:00
Guido L.
f03355ba90 Fix bad behavor while pinging Clients 2015-01-01 13:45:59 +01:00
Matthias Mailänder
f093de98b6 Merge pull request #7238 from Mailaender/server-cpu-fix
Fixed high CPU usage due to Socket.Select not blocking the thread properly when the game started
2015-01-01 10:53:40 +01:00
Paul Chote
df425b29b3 Merge pull request #7194 from reaperrr/move-ra-common25
More Mods.RA reorganisation, more files moved to Mods.Common
2015-01-01 16:39:26 +13:00
asl97
d2a14842d8 avoid a busy server loop with high CPU usage
fixes #7237
2014-12-31 19:46:39 +01:00
Matthias Mailänder
714233d72e Merge pull request #7220 from obrakmann/d2k-worm-option-and-maps
Add worms to d2k maps and add lobby option to disable them
2014-12-31 13:03:37 +01:00
Oliver Brakmann
16a7038d90 Merge pull request #7236 from pchote/observershroud-spam
Fix missing collection debug messages.
2014-12-31 12:14:29 +01:00
Paul Chote
e930dc2b89 Fix missing collection debug messages. Fixes #6909. 2014-12-31 23:07:25 +13:00
Matthias Mailänder
2791ac7491 fail the whole script when nuget fails 2014-12-31 11:04:24 +01:00
Paul Chote
aa325eda36 Merge pull request #7232 from RoosterDragon/yaml-parse-perf
Improve YAML parse time.
2014-12-31 09:20:48 +13:00
RoosterDragon
fdcfb30011 Improve YAML parse time.
Stream lines to avoid needing to load the whole file first, and avoid a LINQ Contains call when string.IndexOf will be much faster.
2014-12-30 18:17:32 +00:00
RoosterDragon
fe24304a21 Make OccupiedCells implementations return arrays.
Since there are only one or two items, it's cheaper to return a concrete collection and avoid the overhead of the compiler generated state machine.

This in particular speeds up Shroud.GetVisOrigins when dealing with Mobile.OccupiedCells, as the expensive CanEnterCell call is made only once rather than twice.
2014-12-30 17:25:04 +00:00
Oliver Brakmann
caa38f034e Update missions with new map option 2014-12-28 19:26:40 +01:00
Oliver Brakmann
de0a62eb42 Add a lobby option to control spawning creeps (viceroids/worms)
The lobby option is only exposed in d2k currently, not in TD or TS.
2014-12-28 19:26:39 +01:00
Oliver Brakmann
06226e8958 Merge pull request #7215 from pchote/production-hotkeys
Make production type hotkeys configurable.
2014-12-28 19:02:18 +01:00
Oliver Brakmann
c1bf8b29e3 Add worm spawn points to d2k maps 2014-12-28 17:47:36 +01:00
Matthias Mailänder
1e8382b7a1 add new map Kanly
http://resource.openra.net/maps/1696
2014-12-28 17:47:36 +01:00
Matthias Mailänder
d9c7096151 add new map Eyes of The Desert
http://resource.openra.net/maps/1661
2014-12-28 17:47:36 +01:00
Matthias Mailänder
a18512cd57 Merge pull request #7212 from reaperrr/stable-sharp-dep
Revert to stable SharpFont version 2.5.0.1
2014-12-28 16:12:39 +01:00
Matthias Mailänder
68253a61d0 Merge pull request #7216 from pchote/travis-retry
Use travis_retry to reduce the nuget timeout errors.
2014-12-28 10:47:29 +01:00
Paul Chote
07ebb017b9 Use travis_retry to reduce the nuget timeout errors. 2014-12-28 18:49:08 +13:00
Paul Chote
d9752c3bdf Make production type hotkeys configurable. 2014-12-28 17:24:12 +13:00
Paul Chote
a549e1b418 Merge pull request #7205 from ScottNZ/nuget
Make fetch-thirdparty-deps.ps1 work on more Windows platforms.
2014-12-28 10:13:59 +13:00
reaperrr
d5f5aeee0f Revert to SharpFont 2.5.0.1 for Linux and OSX, too 2014-12-27 21:24:12 +01:00
reaperrr
be7830e118 Revert to stable SharpFont version 2.5.0.1 2014-12-27 21:12:20 +01:00
ScottNZ
8725ee9de3 Make fetch-thirdparty-deps.ps1 work on more Windows platforms. 2014-12-27 22:05:54 +13:00