Commit Graph

14374 Commits

Author SHA1 Message Date
Chris Forbes
f2492f4155 LevelUpCrateAction: fix loop variable in closure bug
This was a real bug -- if there were multiple recipients, we'd apply the
levels N times to the last recipient rather than once to each.
2014-10-07 18:19:55 +13:00
Chris Forbes
edbd65bdf3 filesystem: Fix benign use of loop variable in closure
This closure never outlives a single loop iteration.
2014-10-07 18:17:09 +13:00
Chris Forbes
f61b52ccae editor: Fix a benign loop-variable-inside-closure issue
The getter is accessed exactly once, at call time.
The setter is stored, and invoked later on losing focus, but we pass a
bogus one anyway, so there is no issue.
2014-10-07 18:12:41 +13:00
Matthias Mailänder
802eaac87b Merge pull request #6691 from pchote/objective-duplication
Fix closure issue with mission objectives.
2014-10-06 20:58:18 +02:00
Matthias Mailänder
86c12a3637 Merge pull request #6667 from steelphase-forks/common-effects
Mods.Common effects
2014-10-06 20:57:12 +02:00
Matthias Mailänder
1770ce4b60 Merge pull request #6687 from pchote/fix-shellmap
Revert "Some minor Cargo style fixes."
2014-10-06 19:50:21 +02:00
obrakmann
d288868ca6 Merge pull request #6690 from huwpascoe/cargoland
Chinooks now accept deploy order inflight
2014-10-06 17:21:28 +02:00
Paul Chote
06d1a2fbe2 Merge pull request #6379 from Mailaender/allies-02-new-lua
Ported Allies 02 to the new Lua API
2014-10-06 19:47:43 +13:00
steelphase
3c60794e2e Mods.Common Effects
Moved over more effects to Mods.Common
2014-10-06 01:57:10 -04:00
Paul Chote
a77714f98b Fix closure issue with mission objectives. Fixes #6680. 2014-10-06 18:49:36 +13:00
Paul Chote
ba89eaa50d Revert cachedLocation change that caused issues with transports.
This partially reverts commit 2f5ac1a360.
2014-10-06 18:07:30 +13:00
huwpascoe
d948cb5d55 Chinooks now accept deploy order inflight 2014-10-06 01:16:14 +01:00
Matthias Mailänder
24732ae635 port allies-02 to new Lua API 2014-10-05 22:45:23 +02:00
obrakmann
2f4a267ba7 Merge pull request #6681 from Mailaender/document-basic-traits
Documented traits with generic names
2014-10-05 21:12:42 +02:00
obrakmann
a21544f242 Merge pull request #6676 from pchote/map-chooser-layout
Make the RA/D2K/TS map chooser layout consistent with the lobby.
2014-10-05 19:49:29 +02:00
Matthias Mailänder
6a8345b3d0 document traits with generic names 2014-10-05 17:58:43 +02:00
Matthias Mailänder
15b358afa5 Merge pull request #6670 from reaperrr/ts-offsets01
Closes #5905
2014-10-05 13:23:23 +02:00
reaperrr
a6814bf0a2 Tweak TS barracks SpawnOffset and ExitCell 2014-10-05 13:17:41 +02:00
reaperrr
e9cad50652 Fix Footprint, DockOffset, SpawnOffset and spawn Facing of TS refinery 2014-10-05 13:17:06 +02:00
Paul Chote
1fe28b5385 Make the RA/D2K/TS map chooser layout consistent with the lobby. 2014-10-05 21:42:44 +13:00
Matthias Mailänder
1f7bd53b19 Merge pull request #6663 from reaperrr/common-stuff4
Moved more stuff to Mods.Common
2014-10-05 10:10:14 +02:00
Matthias Mailänder
7101b001b2 Merge pull request #6546 from huwpascoe/freezefix
Closes #4591
2014-10-05 09:33:21 +02:00
Matthias Mailänder
f6f88bddb2 Merge pull request #6644 from pchote/proximity-triggers
Closes #2175
2014-10-05 09:12:00 +02:00
Matthias Mailänder
cee96d881d Merge pull request #6666 from pchote/fix-spy-tooltip
Fix spy tooltip definition.
2014-10-05 08:31:42 +02:00
Matthias Mailänder
1568db7941 Merge pull request #6672 from pchote/revert-mono
Revert "build with latest Mono from @Xamarin"
2014-10-05 08:29:08 +02:00
Paul Chote
c5d987be66 Revert "build with latest Mono from @Xamarin"
This reverts commit f1bfbf933b.
2014-10-05 17:51:32 +13:00
reaperrr
67e7c99b5c Fix TS offsets, selection bounds, weapon factory exits 2014-10-05 01:25:11 +02:00
Paul Chote
f7028cf197 Fix spy tooltip definition. Fixes #6665. 2014-10-05 09:17:32 +13:00
reaperrr
6e1f1b9cc8 Bring Mods.Common includes in alphabetical order 2014-10-04 18:53:56 +02:00
reaperrr
8b5bd49095 Move ResourceClaim and ResourceClaimLayer to Mods.Common 2014-10-04 18:52:48 +02:00
reaperrr
9381386b7c Move PlayMusicOnMapLoad to Mods.Common 2014-10-04 18:50:14 +02:00
reaperrr
c741fcedec Move Smoke effect, ContrailFader effect, SmudgeLayer and LeaveSmudgeWarhead to Mods.Common 2014-10-04 18:48:07 +02:00
reaperrr
b987ab15be Add Mods.Common reference to Mods.Cnc 2014-10-04 18:34:42 +02:00
obrakmann
d204b2470e Merge pull request #6647 from pchote/pbox-spawn-fix
Set CurrentAdjacentCells correctly for Lua-spawned transports
2014-10-04 16:16:26 +02:00
Matthias Mailänder
d75a60dd75 Merge pull request #6659 from reaperrr/linebuild-fix
Fixes #6635
2014-10-04 14:11:00 +02:00
obrakmann
820cb945c9 Merge pull request #6656 from pchote/turret-facing-fix
Turret facing fix
2014-10-04 13:52:07 +02:00
reaperrr
d35bd8c868 Makes unbuildable fences only connect to themselves 2014-10-04 13:45:48 +02:00
Matthias Mailänder
78f934dfb8 Merge pull request #6640 from reaperrr/mods-common-03
Moves Console and some effects to Mods.Common
2014-10-04 13:33:41 +02:00
obrakmann
84cec1baba Merge pull request #6650 from pchote/luatable-bridge
Allow Lua bridge to convert between LuaTable and arrays.
2014-10-04 12:36:36 +02:00
obrakmann
a91084c0f8 Merge pull request #6613 from pchote/remove-mp-tooltips
Remove the MP tooltip row from campaign missions.
2014-10-04 12:20:14 +02:00
Paul Chote
c6691e881c Fix Turreted style issues. 2014-10-04 23:17:15 +13:00
Paul Chote
f7c344bef8 Query Turreted trait dependencies using INotifyCreated. Fixes #6655. 2014-10-04 23:15:42 +13:00
obrakmann
4c2eba6b04 Merge pull request #6503 from huwpascoe/turretalign
Turrets now realign by default
2014-10-04 12:05:13 +02:00
Matthias Mailänder
8729803d29 Merge pull request #6649 from huwpascoe/rmbo
Balancing: Reduced Commando HP
2014-10-04 11:49:31 +02:00
Scott
f8ab476fa9 Merge pull request #6652 from pchote/fix-husk-crash
Fix crash when husks are spawned by a moving actor.
2014-10-04 20:22:32 +13:00
Paul Chote
008d5f91aa Fix crash when husks are spawned by a moving actor.
Fixes #6648.
2014-10-04 20:05:57 +13:00
Paul Chote
85b26d1ff8 Update Lua bindings to use array arguments. 2014-10-04 19:43:27 +13:00
Paul Chote
471dc409b7 Allow Lua bindings to convert to and from arrays. 2014-10-04 19:43:18 +13:00
Paul Chote
564a709a3a Apply upgrades to units produced within range immediately. 2014-10-04 14:01:45 +13:00
Paul Chote
bf2bc0c02e Extend INotifyOtherProduction to all actors. 2014-10-04 14:01:45 +13:00