Commit Graph

14487 Commits

Author SHA1 Message Date
Paul Chote
dbd4b0931b Don’t crash if trigger callbacks throw exceptions. 2014-10-18 12:59:11 +13:00
obrakmann
97e4c08dec Merge pull request #6772 from reaperrr/wake-fix
Fixed RenderGunboat wake animation
2014-10-17 23:13:49 +02:00
reaperrr
08c516a0ba Fix TD gunboat "turret" offsets 2014-10-17 23:01:45 +02:00
obrakmann
d0a7d65558 Merge pull request #6758 from RoosterDragon/fix-spriteloader-overcache
Create a separate SpriteFrameLoader for caching sprite frames.
2014-10-17 21:25:30 +02:00
obrakmann
8fdc631502 Merge pull request #6769 from pchote/fix-nod3-hqs
Fix HQ rules in nod03a and nod03b.
2014-10-17 20:57:34 +02:00
obrakmann
53763abfee Merge pull request #6767 from huwpascoe/crush-fix
Fixed ICrushable not being triggered properly
2014-10-17 20:52:50 +02:00
reaperrr
9bca5f5131 Fix RenderGunboat wake animation 2014-10-17 19:15:04 +02:00
reaperrr
3c702b6f8a Merge pull request #6741 from Mailaender/tidy-cnc-dll
Tidied the Tiberian Dawn mod DLL
2014-10-17 19:12:54 +02:00
Paul Chote
879bd1ce7c Fix HQ rules in nod03a and nod03b. 2014-10-17 07:38:14 +13:00
Matthias Mailänder
a946fac06b Merge pull request #6716 from LipkeGu/ts_PreReqs
[TS] Correcting the Prerequisites
2014-10-16 06:53:03 +02:00
huwpascoe
aae4aa3f24 Fixed ICrushable not being triggered properly 2014-10-16 05:11:16 +01:00
obrakmann
8119273517 Merge pull request #6534 from Mailaender/dps-table-utility
Brought back damage per second export again
2014-10-16 00:10:24 +02:00
Matthias Mailänder
2e0daeb4cf Merge pull request #6761 from steelphase-forks/bleed-Authors
Add SteelPhase to AUTHORS
2014-10-15 07:35:01 +02:00
steelphase
ac1f9c240b Add myself to AUTHORS 2014-10-15 01:31:27 -04:00
Matthias Mailänder
0478861485 Merge pull request #6744 from pchote/font-fix
Fix path for Small font.
2014-10-15 07:14:28 +02:00
RoosterDragon
d671e1de01 Create a separate FrameCache for caching sprite frames.
We split the caching SpriteLoader into a SpriteCache and FrameCache. SpriteLoader instead becomes a holder for static loading methods.

Only a few classes loaded sprite frames, and they all use it with a transient cache. By moving this method into a new class, we can lose the now redundant frame cache, saving on memory significantly since the frame data array can be reclaimed by the GC. This saves ~58 MiB on frames and ~4 MiB on the caching dictionary in simple tests.
2014-10-14 22:06:11 +01:00
Paul Chote
377704024d Fix path for Small font. 2014-10-13 12:42:20 +13:00
Matthias Mailänder
b86f4a1347 tidy cnc mod dll 2014-10-12 17:38:14 +02:00
Matthias Mailänder
2a15c44d91 Merge pull request #6736 from pchote/fix-player-binding
Don’t regenerate the Lua player bindings each query.
2014-10-12 09:43:42 +02:00
Paul Chote
fad0215842 Merge pull request #6698 from RoosterDragon/memory-savings
Small memory savings
2014-10-12 11:43:08 +13:00
Paul Chote
19760b44cc Don’t regenerate the lua player bindings each query. 2014-10-12 10:43:15 +13:00
reaperrr
f800cd7f02 Merge pull request #6723 from penev92/bleed
Moved two more Orders from RA to Common
2014-10-11 15:55:10 +02:00
Matthias Mailänder
997bcc2f6e Merge pull request #6727 from penev92/bleed_fix_Eluant
Fix Eluant.dll reference in Common project. Requested in #6723.
2014-10-11 14:44:33 +02:00
Matthias Mailänder
f249aa85b4 Merge pull request #6731 from obrakmann/fix6728_intervention_breakage
Fix old Lua breakage
2014-10-11 14:44:26 +02:00
Matthias Mailänder
58d18ebe45 Merge pull request #6729 from atlimit8/OldLuaTurnFix
Fixes old Lua API Turn Activity crash
2014-10-11 14:23:54 +02:00
Matthias Mailänder
b77bd82561 Merge pull request #6708 from pchote/ts-tileset-converter
Import the TS temperate tileset.
2014-10-11 14:12:09 +02:00
Matthias Mailänder
396ef3445a Merge pull request #6706 from pchote/mission-menu-phase-two
Improve the mission menu
2014-10-11 14:07:51 +02:00
Oliver Brakmann
18b9f9a021 Fix old Lua breakage
Works around a problem in the old Lua API where a trait lookup would
not find the correct class and make the script crash.

In this instance, `Game.modData.ObjectCreator.FindType("RallyPoint")`
return `OpenRA.Mods.Common.Effects.RallyPoint` instead of the expected
`OpenRA.Mods.Common.RallyPoint`.

The other change is an oversight from the recent warhead rewrites.

Fixes #6728
2014-10-11 13:39:31 +02:00
atlimit8
6640fa2539 Fixes old Lua Move Activity 2014-10-11 06:27:49 -05:00
Matthias Mailänder
9080d31c5a bring back CSV damage per second export 2014-10-11 12:55:56 +02:00
atlimit8
0e182e4fa8 Fixes old Lua Turn Activity crash 2014-10-11 05:26:56 -05:00
Paul Chote
22e9744b9b Update ingame briefing panel for new preview dimensions. 2014-10-11 23:06:56 +13:00
Paul Chote
bba17b93e1 Add support for thirdparty missions. 2014-10-11 23:06:56 +13:00
Paul Chote
a870a6e023 Upgrade RA missions for the new mission chooser. 2014-10-11 23:06:55 +13:00
Paul Chote
6160ec749b Upgrade TD missions for the new mission chooser. 2014-10-11 23:06:53 +13:00
Paul Chote
5d32e97ef1 Add support for briefing videos in the mission menu. 2014-10-11 23:05:35 +13:00
Paul Chote
0a4117ec76 Add support for mission groups. 2014-10-11 23:05:35 +13:00
Paul Chote
9ffd1cefbb Fix the title of the TD missions panel. 2014-10-11 23:05:35 +13:00
Paul Chote
84e71258dc Prevent mouse events from propagating through a video. 2014-10-11 23:05:35 +13:00
Paul Chote
a60452b30a Make the video cancel hotkey configurable. 2014-10-11 23:05:34 +13:00
Paul Chote
6b1505b71d Add an aspect ratio correction flag to VqaPlayerWidget. 2014-10-11 23:05:34 +13:00
penev92
96855e6650 Fix Eluant.dll reference in Common project. Requested in #6723. 2014-10-11 12:07:28 +03:00
Matthias Mailänder
df5b7d4497 Merge pull request #6699 from obrakmann/fix6692_new_objective_notification
Added notifications for new objectives to scripted missions
2014-10-11 11:05:33 +02:00
penev92
e64380e9df Moved two more Orders from RA to Common 2014-10-11 11:57:05 +03:00
Scott
185d6755f0 Merge pull request #6724 from pchote/absolute-paths
Load assets using absolute file paths
2014-10-11 21:16:09 +13:00
Matthias Mailänder
080bbab514 Merge pull request #6694 from LipkeGu/ai_update
[TS] Add Nod Stealth Generator and GDI TechCenter to the AI
2014-10-11 10:11:29 +02:00
Paul Chote
3c74dafdf1 Merge pull request #6726 from Mailaender/travis-mono-3.8
Updated the release build servers to Mono 3.8
2014-10-11 21:10:51 +13:00
Matthias Mailänder
c026df8ddd build with previous latest mono 3.8 2014-10-11 09:13:39 +02:00
Matthias Mailänder
2ce2f7afe4 Merge pull request #6722 from abcdefg30/disable_tanyas_stances
Disallow changing tanya's stance on allies01
2014-10-11 07:59:56 +02:00
Paul Chote
3e42d7b5a0 Cache the support dir path. 2014-10-11 11:04:44 +13:00