RoosterDragon
c313c52e96
Avoid a globally shared SheetBuilder in SpriteFont.
...
A globally shared sheet builder leaks memory and resources between mod switches. Instead, we create and inject the sheet builder during mod startup to ensure we still share the builder across all fonts, but can reclaim it when the mod is unloaded.
2015-01-19 21:04:17 +00:00
Matthias Mailänder
398af8e513
Merge pull request #7357 from pchote/yay-outdated-distros
...
Fix compilation on mono 2.10.
2015-01-18 22:12:11 +01:00
Paul Chote
fb17fe79e2
Merge pull request #7351 from Mailaender/appveyor-push-artifact
...
Added appveyor PushArtifact to fix deployment
2015-01-19 09:51:13 +13:00
Paul Chote
4a73c88a85
Fix compilation on mono 2.10.
2015-01-19 08:56:18 +13:00
Oliver Brakmann
98325ea32e
Merge pull request #7329 from abcdefg30/improvemtm
...
Polished monster-tank-madness
2015-01-18 16:51:50 +01:00
reaperrr
ea1b45551c
Merge pull request #7354 from penev92/bleed_moveFiles
...
Move parachutes and crates to Mods.Common
2015-01-18 16:28:27 +01:00
penev92
52cc69fd1f
Move Crate, CrateSpawner and all CrateActions to Mods.Common
2015-01-18 16:40:55 +02:00
penev92
f1a0f6e2a5
Move Parachute, Parachutable and ParaDrop to Mods.Common
2015-01-18 16:15:14 +02:00
Matthias Mailänder
44f1c52e44
Merge pull request #7204 from Mailaender/ts-harvest-overlay
...
Added the Tiberian Sun harvest animation
2015-01-18 12:58:46 +01:00
Matthias Mailänder
22df04a51b
push the artifact rename the setup.exe
2015-01-18 10:54:35 +01:00
Matthias Mailänder
17277a318d
Merge pull request #7345 from Mailaender/appveyor-nsis
...
Moved Windows setup deployment to AppVeyor
2015-01-18 09:50:32 +01:00
Matthias Mailänder
6a25bc90d8
Merge pull request #7346 from Mailaender/windows-dependencies
...
Added all native Windows dependencies to the fetch script
2015-01-18 09:46:26 +01:00
Matthias Mailänder
8e4674520e
create a thirdparty/windows directory if it does not exit
2015-01-18 08:33:59 +01:00
Matthias Mailänder
601022f582
deploy Windows setup exe via AppVeyor only
2015-01-18 08:01:33 +01:00
Matthias Mailänder
b25184adca
fetch Zlib from nuget
2015-01-18 07:35:54 +01:00
Matthias Mailänder
9cae84d29d
fetch Lua 5.1 from nuget.org
2015-01-18 07:35:41 +01:00
Matthias Mailänder
23380c6df6
don't fetch native Windows binaries on Unix
2015-01-18 07:35:40 +01:00
abcdefg30
7fe64b14a4
Polished monster-tank-madness
2015-01-17 23:56:31 +01:00
reaperrr
55b858051d
Merge pull request #7347 from Mailaender/ingame-menu-csproj
...
Fixed the IDE build again
2015-01-17 18:52:05 +01:00
Matthias Mailänder
d6d75e244b
bring back IngameMenuLogic
2015-01-17 18:30:47 +01:00
Oliver Brakmann
c2dac459bb
Merge pull request #7334 from RoosterDragon/less-alloc
...
Cache or inline some delegates to avoid allocations.
2015-01-17 16:04:36 +01:00
Oliver Brakmann
c7b2bce18b
Merge pull request #7307 from Mailaender/common-networking-ui
...
Moved connection UI to OpenRA.Mods.Common
2015-01-17 15:51:43 +01:00
Matthias Mailänder
5aeb6eda06
move connection UI to commons
2015-01-17 15:17:54 +01:00
Matthias Mailänder
94a3fc0186
Merge pull request #7336 from obrakmann/d2k-no-healing-barracks
...
Remove healing ability from d2k barracks
2015-01-17 15:13:50 +01:00
Matthias Mailänder
94678e37e8
Merge pull request #7296 from MustaphaTR/d2k-starport-tank
...
D2K - Fix Starport unit prerequisites.
2015-01-17 15:09:37 +01:00
Matthias Mailänder
c1c1960b44
Merge pull request #7337 from reaperrr/common29
...
Moved Lint, UtilityCommands and Scripting properties to Mods.Common
2015-01-17 14:53:48 +01:00
Oliver Brakmann
878de65268
Merge pull request #7343 from Mailaender/travis-nsis-common
...
Fixed Travis deployment by adding NSIS stubs and plugins
2015-01-17 12:01:17 +01:00
Matthias Mailänder
2920b1bb02
fix Error: opening stub "/usr/share/nsis/Stubs/zlib"
2015-01-17 11:56:13 +01:00
Matthias Mailänder
87d14bc001
Merge pull request #7341 from obrakmann/fix_travis_build
...
Fix travis build not exiting in the top-level directory
2015-01-17 11:46:22 +01:00
Matthias Mailänder
e694692b97
add the Tiberian Sun harvest animation
2015-01-17 11:36:41 +01:00
Oliver Brakmann
e70a028328
Fix travis build not exiting in the top-level directory
2015-01-17 11:36:03 +01:00
Matthias Mailänder
4edb937401
Merge pull request #7339 from obrakmann/fix7303_wrong_ip_in_lobby_client_tooltip
...
Fixes #7303
2015-01-17 10:57:51 +01:00
Matthias Mailänder
65973f4af5
Merge pull request #7335 from ScottNZ/countries
...
Combine PDOX and PDOX.Germany
2015-01-17 09:35:27 +01:00
Matthias Mailänder
25185f6661
Merge pull request #7333 from obrakmann/fix-d2k-tile
...
Fix wrong template definition in the d2k tileset
2015-01-17 08:07:07 +01:00
Oliver Brakmann
2267530865
Fix showing wrong IP for server admins in the lobby client tooltips
...
The external IP will now only be resolved for the local client.
2015-01-16 20:18:40 +01:00
Oliver Brakmann
e58d4ae87e
Merge pull request #7257 from Mailaender/d2k-guarding-voice
...
Added the Dune 2000 Guarding voice
2015-01-15 23:26:57 +01:00
reaperrr
52dd8c922f
Moves Lint checks to Mods.Common
2015-01-15 23:15:51 +01:00
reaperrr
e82b2ce8dd
Moves BaseAttackNotifier to Mods.Common
2015-01-15 22:59:43 +01:00
reaperrr
6f0ae30a7e
Moves nearly all ScriptingProperties to Mods.Common
2015-01-15 22:56:35 +01:00
reaperrr
f3d364877a
Moves the last 3 UtilityCommands and some prerequisite references to Mods.Common
2015-01-15 22:39:41 +01:00
ScottNZ
0e1bc262b1
Combine PDOX and PDOX.Germany to respect BuildLimit: 1 ( Fixes #7330 )
2015-01-16 09:33:55 +13:00
Oliver Brakmann
c092c0231f
Merge pull request #7316 from reaperrr/move-stuff28
...
Moved Upgrades, SupportPowers and some misc features to Mods.Common
2015-01-15 20:57:40 +01:00
Oliver Brakmann
8575fdab68
Merge pull request #7298 from abcdefg30/repairnotifications
...
Add repairing and unit repaired sounds to ra service depo
2015-01-15 20:31:15 +01:00
abcdefg30
15c07d94ac
Add repairing and unit repaired sounds to fix
2015-01-15 20:16:24 +01:00
Oliver Brakmann
13d819f0ac
Remove healing ability from d2k barracks
2015-01-15 20:14:42 +01:00
reaperrr
e8fbfc366a
Moves some misc traits/activities to Mods.Common, moves some RA traits into the Traits folder
2015-01-15 13:18:12 +01:00
reaperrr
be9d37f30e
Moves SupportPowers and related Widgets to Mods.Common
2015-01-15 13:18:11 +01:00
reaperrr
f897a9ff01
Moves Upgrades and Invulnerable trait to Mods.Common
2015-01-15 00:07:27 +01:00
RoosterDragon
930d9cbea3
Cache or inline some delegates to avoid repeated allocations.
2015-01-14 22:57:41 +00:00
Oliver Brakmann
e4ce46514c
Merge pull request #7278 from penev92/bleed_sandworm
...
Enhance Sandworm behaviour
2015-01-14 20:40:24 +01:00