Commit Graph

12646 Commits

Author SHA1 Message Date
Matthias Mailänder
65829bb58c GitHub URLs have changed
https://developer.github.com/changes/2014-04-25-user-content-security/
2014-05-17 12:13:58 +02:00
Matthias Mailänder
a9664691e6 always spawn the native error dialog 2014-05-17 12:13:58 +02:00
Matthias Mailänder
0a5d78bbf1 fix missing hard-coded native deps after make install 2014-05-17 12:13:58 +02:00
Matthias Mailänder
8dd0c34a56 document the launch scripts 2014-05-17 12:13:58 +02:00
Matthias Mailänder
73704a2a84 copy launch scripts during Linux make install 2014-05-17 12:13:58 +02:00
Matthias Mailänder
46230e2a81 condense into one graphical crash dialog
make it more robust against missing dependencies
2014-05-17 12:13:58 +02:00
Matthias Mailänder
bae47ff3c9 use native Gtk2 crash dialogs on Linux
closes #3872
closes #3849
2014-05-17 12:13:50 +02:00
ForNeVeR
06671c8aa4 Fix encoding problems with ZipFile.
Without setting the DefaultCodePage it may cause problems on systems without 866 code page installed.
2014-05-17 17:11:29 +07:00
Oliver Brakmann
c0610ad1e7 Various fixes to gdi04a
* Remove support for difficulty levels
* Fix victory conditions for the enemy player
* Adjust difficulty due to the recent balance changes
2014-05-17 11:00:33 +02:00
Oliver Brakmann
b1c0a1fb11 Fix gunboat/turret battle in gdi01 2014-05-17 10:17:47 +02:00
Paul Chote
97ac0c494b Merge pull request #5266 from pavlos256/utility-globbing
Fixes #4615: OpenRA.Utility should expand wildcards in paths
2014-05-17 18:42:09 +12:00
Paul Chote
0458b932a0 Merge pull request #5115 from Mailaender/split-lobby-sync
Splitted LobbyInfo updates into smaller chunks
2014-05-17 18:37:36 +12:00
Paul Chote
2c0c56b6b4 Merge pull request #5327 from Mailaender/idle-orderlines
Removed flickering order lines when selecting idle actors
2014-05-17 18:19:44 +12:00
Paul Chote
12767b7f21 Merge pull request #5328 from Mailaender/superpower-cleanup
IronCurtain/ChronoShift code cleanup
2014-05-17 18:05:43 +12:00
Matthias Mailänder
7b90d321a7 don't show order lines when selecting idle (attackmoving) actors
closes #5039
2014-05-17 08:03:48 +02:00
Paul Chote
28c0310357 Merge pull request #5192 from matija-hustic/spawnchoice
Spawnchoice
2014-05-17 17:53:00 +12:00
Paul Chote
ce7fb707b2 Merge pull request #5297 from Saticmotion/betterScrolling
Better scrolling
2014-05-17 17:43:38 +12:00
Paul Chote
e3e7d35812 Merge pull request #5326 from Mailaender/wall-types
Fixed sandbags connecting to concrete walls
2014-05-17 17:36:48 +12:00
WolfGaming
ff313a3886 Added UncloakOnAttack variable to Cloak 2014-05-17 00:42:45 +00:00
Matthias Mailänder
f265201fa8 Merge pull request #5329 from reaperrr/nuke-ion-fix
Closes #5239
2014-05-16 20:35:41 +02:00
reaperrr
d5023e376d Fixes units hunting Advanced Comm. Center after being damaged by Ion Cannon.
Additionally made weapon, effect animation and effect palette customizable.
2014-05-16 18:38:12 +02:00
Pavlos Touboulidis
5fc7ef02bf Fixes #4615: OpenRA.Utility should expand wildcards in paths
The path to be expanded. It can be a relative or an absolute path.
Wildcards can appear as part of the path and as part of the file name/extension.

Example:

	Expand("./mods/*/mod.?aml");
2014-05-16 19:36:05 +03:00
reaperrr
bbf2364bba Fixes AI units hunting down Missile Silo/Temple of Nod after being damaged by nuke 2014-05-16 17:43:22 +02:00
Matthias Mailänder
db77c7b45d code cleanup 2014-05-16 17:27:49 +02:00
Matthias Mailänder
86c0614558 fix neighbored walls connecting to everyhing
closes #5232
2014-05-16 16:39:04 +02:00
Saticmotion
1bf3f3e03e The engine now uses the SDL2.0 scroll events properly.
Scroll speed is now a user preference.
2014-05-16 13:56:22 +02:00
matija-hustic
6eac7a3e05 Smaller spawns+letters. Map dialog width. Unavailable spawns disabled. 2014-05-16 11:23:23 +01:00
Matthias Mailänder
bad6a99caf Merge pull request #5324 from Squiggles211/apc_load_crash
Fixes #4790
Fixes #5270
2014-05-16 09:00:03 +02:00
Squiggles211
03e2c77b09 Minor style nit fix
Minor style nit fix
2014-05-16 00:22:00 -05:00
Squiggles211
a0458eeb24 Fix crashes related to transports
Fixes two specific causes of transport related crashes, one prevents
infantry from continuing to take damage by Tiberium if loaded into the
transport over Tiberium, and one fixes the edge case where an infantry
dies in the same tick cycle as it was loaded into the transport.
2014-05-15 20:27:44 -05:00
Matthias Mailänder
86271c3dd1 use List<MiniYamlNode> instead of System.Text.StringBuilder
add Deserialize methods for everything in Network.Session
2014-05-15 11:36:24 +02:00
Matthias Mailänder
c7fad3a693 StyleCop and TODO 2014-05-15 10:04:21 +02:00
Matthias Mailänder
f68a6bbd76 split latency from Client into ClientPing
closes #4282
2014-05-15 10:04:21 +02:00
Matthias Mailänder
f365f9da2b split lobby SyncInfo order into smaller chunks
closes #4594
2014-05-15 10:04:03 +02:00
Matthias Mailänder
0f591bb3ba Merge pull request #5316 from reaperrr/int-mine-fix
Add ore mine graphics to interior tileset
2014-05-15 08:07:55 +02:00
reaperrr
e59d4568b0 Adds ore mine graphics to interior tileset 2014-05-14 20:04:59 +02:00
Matthias Mailänder
667f92bc75 add a console command to surrender the game 2014-05-14 15:59:53 +02:00
Matthias Mailänder
83a3835802 add a new /pause command 2014-05-14 15:59:53 +02:00
Matthias Mailänder
e647712003 move all console traits into one folder 2014-05-14 15:59:53 +02:00
reaperrr
98e48ae991 Converts InfDeath from integer to string.
Wire up updated DeathSounds for all mods.
2014-05-14 15:24:06 +02:00
reaperrr
12b3bc37f3 Fixes PlayVoiceLocal so it actually works as intended, bring DeathSounds in line with suggestions. 2014-05-14 15:24:05 +02:00
Paul Chote
b471e02776 Merge pull request #5312 from WolfGaming/CamoFix
Fixes #5049 Camo Pillbox not decloaking when attacking
2014-05-15 00:44:29 +12:00
Paul Chote
14df5a3bc3 Merge pull request #5279 from ScottNZ/news
Add news
2014-05-15 00:20:35 +12:00
Paul Chote
e8896be1c0 Merge pull request #5315 from reaperrr/patch-2
Make Reset button font bold in RA Settings menu
2014-05-14 23:55:02 +12:00
ScottNZ
8fc3870656 Move cnc perf graph out of the way of the news button 2014-05-14 23:51:46 +12:00
ScottNZ
c7d8024522 Add a news panel to each mod 2014-05-14 23:51:41 +12:00
reaperrr
698b326378 Make Reset button font bold in RA settings
Fixes #5314.
2014-05-14 13:48:01 +02:00
Paul Chote
5f5cc10c96 Merge pull request #5307 from pavlos256/lobby-chat-scroll
Fixes #3036
2014-05-14 23:34:56 +12:00
Paul Chote
bca006934a Merge pull request #5313 from WolfGaming/BugFixes
Fixes #5059 force fire not working on pillboxes
2014-05-14 23:23:06 +12:00
WolfGaming
018c2f0c63 Fixes force fire not working on pillboxes 2014-05-14 10:55:46 +00:00