Matthias Mailänder
25a0143b46
avoid unnecessary trait lookups
2015-08-29 18:58:30 +02:00
Matthias Mailänder
1dfb982d6f
fix paradrop camera not defining a body orientation
2015-08-29 18:49:51 +02:00
Matthias Mailänder
72dffe3391
dispose res properly
2015-08-29 18:47:10 +02:00
Matthias Mailänder
5fc8a413e6
emitError for undefined sequences
2015-08-29 08:18:52 +02:00
Matthias Mailänder
da0c80dc3d
fix bridges not defining body orientation
2015-08-29 08:15:17 +02:00
Matthias Mailänder
45f7526967
fix dereference after null check
2015-08-29 08:05:00 +02:00
Matthias Mailänder
fda39f7136
add missing ISync
2015-08-29 08:04:37 +02:00
Matthias Mailänder
589cb4cd0a
Merge pull request #9191 from reaperrr/fix-qffs
...
Fix TS regression from #9004
2015-08-29 07:12:21 +02:00
reaperrr
c3ff298572
Fix TS regression from #9004
2015-08-29 02:41:26 +02:00
Matthias Mailänder
9c1eeafa08
Merge pull request #9004 from reaperrr/quanbo
...
Introduce QuantizeFacingsFromSequence
2015-08-28 22:46:29 +02:00
Pavel Penev
c793ac565e
Merge pull request #9188 from RoosterDragon/friendly-name-hashset
...
Friendly name for HashSet in docs
2015-08-28 23:03:15 +03:00
Matthias Mailänder
a0bdce9ad8
Merge pull request #9185 from reaperrr/d2k-fixes
...
D2k fix for cliff passability
2015-08-28 21:51:03 +02:00
Matthias Mailänder
88df5057b6
Merge pull request #9175 from penev92/bleed_maxMind
...
Update MaxMind.GeoIP2 version to 2.3.1
2015-08-28 21:48:19 +02:00
RoosterDragon
637a87c33b
Use a better name for HashSet in ExtractTraitDocsCommand.FriendlyTypeName.
2015-08-28 19:55:25 +01:00
RoosterDragon
d11e60474a
Ensure the elements of arrays and sets are formatted correctly in FormatValue.
...
We call FormatValue on each element to ensure correct culture and other formatting that would otherwise not be applied.
2015-08-28 19:39:25 +01:00
RoosterDragon
243763f570
Remove redundant invariant culture handling for float, decimal, double.
...
This is already handled by the type converter portion of the code.
2015-08-28 19:33:59 +01:00
reaperrr
a4bac0ab29
Fix ground type of some D2k cliffs
2015-08-28 17:37:14 +02:00
reaperrr
f62bc3c226
Merge pull request #9172 from Mailaender/fix-withcargo-desync
...
Fixed a desync involving WithCargo
2015-08-28 15:05:55 +02:00
Pavel Penev
d1a3bf97a6
Merge pull request #9105 from RoosterDragon/cmfi-refactor-perf
...
Mobile Blocking Refactor
2015-08-28 15:35:49 +03:00
Pavel Penev
3d76f76c26
Merge pull request #9181 from RoosterDragon/field-loader-hashsets
...
Support HashSet in FieldLoader/FieldSaver
2015-08-28 01:13:33 +03:00
RoosterDragon
2f9ca36506
Update WeaponInfo to use HashSets for some fields directly.
2015-08-27 21:48:12 +01:00
RoosterDragon
5a177a889c
Add ability to load and save HashSets.
2015-08-27 21:48:09 +01:00
RoosterDragon
6d183b6d63
Merge pull request #9178 from LavenderMoon/bleed
...
Move duplicate Tick() code from Plane and Helicopter to Aircraft.
2015-08-27 21:42:18 +01:00
RoosterDragon
410b97823a
Ensure our array handling only accepts single dimensional arrays.
2015-08-27 21:31:24 +01:00
RoosterDragon
42123d5653
Merge pull request #9143 from LipkeGu/mod_loadscreen_crash
...
LoadScreen: Do not crash when Image or Text is not defined.
2015-08-27 21:25:26 +01:00
Lavender Moon
4649c03260
Move duplicate Tick() code from Plane and Helicopter to Aircraft.
2015-08-27 16:21:51 -04:00
Pavel Penev
353d9215c6
Update MaxMind.GeoIP2 version to 2.3.1
...
Fixes an "Operation did not complete successfully because the file contains a virus." message when making dependencies.
2015-08-27 21:43:47 +03:00
Paul Chote
8730a7f223
Fix WithCargo desync.
2015-08-26 19:35:18 +02:00
Guido L
bc39fcda98
LoadScreen: Add fallback message when no Text or Image is specified.
2015-08-25 20:44:38 +02:00
reaperrr
508c99655c
Made Armor upgradable
2015-08-25 20:12:37 +02:00
Pavel Penev
d5e0bf2169
Merge pull request #9006 from reaperrr/remove-cantarget
...
Remove legacy 0% = not targetable assumption
2015-08-25 20:03:31 +03:00
reaperrr
aff1e5afe7
Upgrade notice
2015-08-25 18:54:01 +02:00
reaperrr
050a9076ed
Fix TS medic heal target validation
2015-08-25 18:54:00 +02:00
reaperrr
cb95eeb914
Fix RA target validation
...
0% versus no longer means cannot target
2015-08-25 18:53:59 +02:00
reaperrr
6161b72f3e
TD target validation
...
This mod already implements ValidTargets as intended, but grounded helicopters should count as vehicles for target validation.
2015-08-25 18:53:58 +02:00
reaperrr
468b0b4223
Fix D2k target validation
...
0% versus no longer means not targetable.
2015-08-25 18:53:57 +02:00
abcdefg30
1ddab69025
Merge pull request #9131 from Mailaender/ts-logo
...
Added a Tiberian Sun loadscreen and shellmap logo
2015-08-25 11:53:59 +02:00
Pavel Penev
d48cf695f3
Merge pull request #9144 from Mailaender/opt-find-resource
...
Optimized FindResources worse case scenario path finding
2015-08-25 04:24:05 +03:00
abcdefg30
d5680f0ee0
Merge pull request #8952 from Mailaender/ts-debris-variation
...
Added more variation to Tiberian Sun debris
2015-08-24 22:02:13 +02:00
abcdefg30
67966ad704
Merge pull request #8731 from deniz1a/simplify-lobby-logic
...
Simplifies Start button logic in lobby
2015-08-24 21:27:05 +02:00
reaperrr
18b8eb30a3
Merge pull request #9134 from clemty/docs
...
minor LUA and trait documentation fixes, whitespace fixes
2015-08-24 21:26:20 +02:00
abcdefg30
b9f4431ed0
Merge pull request #9151 from penev92/bleed_summaries
...
Add a bit of code documentation
2015-08-24 21:18:11 +02:00
Pavel Penev
ae43d813ad
Merge pull request #9024 from atlimit8/consolidateDefenseDeployedVehicle
...
Consolidate rules into ^Defense (all) & ^DeployedVehicle (ts)
2015-08-24 22:08:38 +03:00
Matthias Mailänder
5c2849a08f
add a simple projectile with random sequences for debris effects
2015-08-24 21:05:37 +02:00
Matthias Mailänder
2a21c7d1f2
don't let bots do 2x the amount of path searches
2015-08-24 21:03:46 +02:00
Matthias Mailänder
7108344501
bail out early before trying impossible paths
2015-08-24 21:03:46 +02:00
clemty
2bbc1fcda4
LUA and trait documentation fixes
...
- Typo in documentation ("proximitry").
- Add spaces between sentences.
- Remove most occurrences of " " (two spaces) unless clearly used as indendation
- Punctuation (although no fullstop after filenames like "notifications.yaml").
2015-08-24 19:41:15 +02:00
reaperrr
64bbfe4121
Merge pull request #9129 from Mailaender/ts-build-palette
...
Fixed black dots on Tiberian Sun build palette icons
2015-08-24 17:46:02 +02:00
reaperrr
7f928477f9
Merge pull request #9130 from Mailaender/gdi4-shellmap
...
Replaced the blank shellmap with something more interesting
2015-08-24 17:29:22 +02:00
Matthias Mailänder
6132ec6558
Merge pull request #9150 from penev92/bleed_dedicatedSound
...
Make lower-level Sound not require the server state directly
2015-08-24 06:44:51 +02:00