Oliver Brakmann
561fba46d3
Merge pull request #8431 from jbeich/unix_quirks
...
A few minor portability fixes
2015-06-09 22:53:52 +02:00
Oliver Brakmann
1a9f4f8a1b
Allow switching off debug compilation in the Makefile
...
Debug mode stays enabled by default. Turn it off by passing a DEBUG flag into make, eg.:
$ make DEBUG=0
2015-06-09 18:06:32 +01:00
RoosterDragon
272a0d8691
Added a release config.
2015-06-09 18:06:31 +01:00
Pavel Penev
8ccb55734d
Merge pull request #8449 from Mailaender/allow-long-servernames
...
Fixed long server names being sanitized
2015-06-09 15:03:21 +03:00
Matthias Mailänder
ba7059ab0b
allow long server names
2015-06-09 06:58:58 +02:00
Paul Chote
c87ebce759
Offset the TS shroud sequences.
...
This corrects the 1px offsets in the sprites.
2015-06-08 23:02:51 +01:00
Oliver Brakmann
e5f89c2339
Merge pull request #8428 from moviuro/silent-get-function
...
thirdparty/fetch-thirdparty-deps.sh: silence the nuget check
2015-06-08 21:22:26 +02:00
Oliver Brakmann
2f578c80da
Merge pull request #8422 from Mailaender/perfitem-div0
...
Fixed a division through zero in PerfItem.Average
2015-06-08 21:09:33 +02:00
Oliver Brakmann
5f45de1fe1
Merge pull request #8380 from reaperrr/color-valid-tweak
...
Less permissive color validator
2015-06-08 19:50:02 +02:00
Oliver Brakmann
d1ffb57e4e
Merge pull request #8433 from Mailaender/namespace-doc-toc
...
Added the namespace headers to the trait documentation table of contents
2015-06-08 19:28:57 +02:00
Oliver Brakmann
2683da17d9
Merge pull request #8440 from OpenRA/avoid-duplicate-overcrowded-bugs
...
Expanded the bug reporting guidelines
2015-06-08 19:15:08 +02:00
Matthias Mailänder
f9c2b50ab5
Update CONTRIBUTING.md
...
please don't submit duplicates and keep it one issue per issue
2015-06-08 19:09:32 +02:00
deniz1a
b8c3a7a30d
Adds checks for OpenRA.Utility.exe in make.cmd.
...
It displays a message now instead of file not found error.
2015-06-08 18:56:24 +03:00
Matija Hustić
e965a0d3f0
Touched up selection functionality.
2015-06-08 15:03:09 +01:00
Matthias Mailänder
854117d1d9
Merge pull request #8426 from obrakmann/ra-map-import-ships
...
Fixed missing ships when importing legacy RA maps
2015-06-08 09:03:38 +02:00
Matthias Mailänder
e5d06278ad
Merge pull request #8427 from moviuro/comment-posix
...
thirdparty/*.sh: add comments on POSIX-compliant scripts
2015-06-08 08:57:28 +02:00
reaperrr
621cdeb996
Make color validator less permissive and increase minimum color lumination.
...
Closes #7902 .
2015-06-08 03:07:51 +02:00
Pavel Penev
21f0d5c5a0
Merge pull request #8420 from Mailaender/unitordergen-nre
...
Fixed a dereference after null check in UnitOrderGenerator.CheckSameOrder
2015-06-08 01:06:49 +03:00
Oliver Brakmann
ce1eed6bcc
Merge pull request #8432 from pchote/shroud-wpos
...
Add WPos shroud visibility queries.
2015-06-07 21:57:39 +02:00
Oliver Brakmann
747d762681
Merge pull request #8370 from penev92/bleed_newsDownload
...
Expand Battlefield News when a new news post has been downloaded
2015-06-07 21:23:37 +02:00
Matthias Mailänder
f084322162
also add namespaces to the toc
2015-06-07 21:07:37 +02:00
abcdefg30
10629b54ee
Update all ra tooltips
2015-06-07 20:59:08 +02:00
Paul Chote
3994e1eec9
Use FogObscures(WPos).
2015-06-07 19:50:03 +01:00
Paul Chote
66dd3c553c
Introduce WPos versions of FogObscures and ShroudObscures.
2015-06-07 19:50:02 +01:00
Oliver Brakmann
588cb7a959
Merge pull request #8337 from pchote/shroud-vertexbuffer
...
Simplify and improve shroud rendering performance.
2015-06-07 20:26:22 +02:00
Paul Chote
ec576558c0
Generate shroud cells outside the map.
2015-06-07 19:15:11 +01:00
Pavel Penev
07aa575c6b
Merge pull request #8382 from LipkeGu/visualc_check
...
Check also for 2012 and 2013 Visual C runtimes libaries
2015-06-07 21:02:50 +03:00
Matthias Mailänder
dbc3d28c1a
Merge pull request #7940 from Unit158/AttackTurreted-fix
...
Fixed turrets not firing at fast moving targets.
2015-06-07 19:05:17 +02:00
Christopher Grant
e94435ceaf
Fixed turrets not firing at fast moving targets.
2015-06-07 12:54:56 -04:00
Jan Beich
fc7edb536d
build/install: fall back to Unix desktop
...
Instead of enumerating every Unix assume Freedesktop-compliant behavior.
In future Android may want to define its own flavor like OSX.
2015-06-07 19:42:29 +03:00
Jan Beich
5483384e44
install: work around historical BSD cp(1) behavior
...
Strip ending / (slash) of the source when copying hicolor directory to
avoid installing icons under a theme with empty name. This should
unbreak expanding Icon in .desktop file by gtk_icon_theme_lookup_icon()
on DragonFly and FreeBSD.
|cp -R foo/ bar| == |cp -R foo/. bar| was disabled by NetBSD and OpenBSD
years ago to match POSIX. Other cp(1) implementations aren't affected.
2015-06-07 19:35:01 +03:00
Jan Beich
01dbbb72fa
install: crashdialog_TARGET no longer exists after 307eaec
2015-06-07 19:35:01 +03:00
Paul Chote
cac7ec39f4
Rework shroud rendering using TerrainSpriteLayer.
2015-06-07 17:02:56 +01:00
Matthias Mailänder
9882a6e34d
Merge pull request #8171 from reaperrr/withunitbody1
...
Introduce WithFacingSpriteBody and related With*Animation traits
2015-06-07 17:11:48 +02:00
Moviuro
1f0c884654
thirdparty/fetch-thirdparty-deps.sh: silence the nuget check
2015-06-07 17:08:36 +02:00
Moviuro
0525bebc80
thirdparty/*.sh: add comments on POSIX-compliant scripts
2015-06-07 16:32:46 +02:00
Oliver Brakmann
e445cc4fce
Merge pull request #8408 from Mailaender/make-bsd-detect
...
Added a generic BSD detection to the Makefile
2015-06-07 15:56:56 +02:00
Oliver Brakmann
8442dc4bf0
Fixed missing ships when importing legacy RA maps
2015-06-07 15:45:16 +02:00
Matthias Mailänder
47a92c4511
fix a NullReferenceException
2015-06-07 13:41:29 +02:00
Matthias Mailänder
47b0b4f143
fix a division through zero
2015-06-07 13:38:04 +02:00
Matthias Mailänder
8381fbd712
fix dereference after null check
2015-06-07 13:17:33 +02:00
abcdefg30
5c734b7031
Merge pull request #8411 from Unit158/shrapnel-polish
...
Added shrapnel sequences.
2015-06-07 12:50:16 +02:00
Pavel Penev
c4b48aaafb
Merge pull request #8390 from OpenRA/coverity-badge
...
Added a Coverity Scan Badge to the README file
2015-06-07 13:19:10 +03:00
Matthias Mailänder
c460e4ac4d
avoid word splitting
2015-06-06 19:20:54 +02:00
Christopher Grant
81f05e7556
Added shrapnel sequences.
2015-06-06 13:18:09 -04:00
Matthias Mailänder
363e84157f
add BSD detection to the Makefile
2015-06-06 18:36:40 +02:00
Oliver Brakmann
52179e802e
Merge pull request #8405 from moviuro/posix-compliance
...
POSIX compliance
2015-06-06 17:42:26 +02:00
Moviuro
992d8396c6
thirdparty/configure-linux-native-deps.sh: == is not POSIX
...
Replaced it with =
2015-06-06 16:56:39 +02:00
Matthias Mailänder
99c9841274
don't log to which player the duplicate color belonged
2015-06-06 16:50:44 +02:00
Oliver Brakmann
929df0a4c7
Merge pull request #8356 from clemty/upstream/missionobj
...
make TD mission objective punctuation consistent
2015-06-06 16:31:36 +02:00