Commit Graph

21341 Commits

Author SHA1 Message Date
Paul Chote
2ed6706f59 Add hotkeys for viewport bookmarks. 2016-07-09 01:11:18 +01:00
Oliver Brakmann
196dd04b5d Merge pull request #11544 from Phrohdoh/debug-exits
Add ExitsDebugOverlay
2016-07-08 13:19:18 +02:00
Oliver Brakmann
f141798bcb Merge pull request #11580 from Mailaender/dedicated-nat-log
Fixed dedicated server crashing when writing UPnP Nat logs
2016-07-08 13:15:26 +02:00
Oliver Brakmann
6396f95ff5 Merge pull request #11594 from r34ch/lst-beach-landing
Allow RA LST to travel on beach tiles
2016-07-08 13:13:11 +02:00
D'Arcy Rush
3ae87c9db4 Allow RA LST to travel on beach tiles 2016-07-07 22:13:19 +01:00
Taryn Hill
4b7af5d780 TS: Make use of ExitsDebugOverlay(Manager) 2016-07-07 08:58:56 -05:00
Taryn Hill
7a0d12dd51 Implement ExitsDebugOverlay and ExitsDebugOverlayManager 2016-07-07 08:57:44 -05:00
Matthias Mailänder
93b7847ce2 Merge pull request #11583 from Phrohdoh/fix-withtextdeco
WithTextDecoration: Move exception to Info via IRulesetLoaded
2016-07-06 22:46:26 +02:00
Oliver Brakmann
eae3808515 Merge pull request #11589 from cjshmyr/crash-timestamp
Add timestamp to exception.log
2016-07-06 22:36:57 +02:00
Curtis Shmyr
2fc77a315e Add timestamp to exception.log 2016-07-06 13:49:08 -06:00
Taryn Hill
59d97b8447 WithTextDecoration: Move exception to Info via IRulesetLoaded 2016-07-05 14:09:27 -05:00
Oliver Brakmann
92e13616de Merge pull request #11207 from evgeniysergeev/removesmudge
add RemoveSmudge function
2016-07-05 12:33:56 +02:00
evgeniysergeev
e83ffbec1c add RemoveSmudge function and trait 2016-07-05 12:03:04 +03:00
Matthias Mailänder
d1f104a78f Add new log channel nat to the dedicated server as well. 2016-07-04 22:07:29 +02:00
reaperrr
31d822bcd2 Merge pull request #11565 from Mailaender/withtextdecoration
Added WithTextDecoration
2016-07-04 18:37:28 +02:00
Oliver Brakmann
2c42177ef8 Merge pull request #11549 from reaperrr/fix-ra-gren-dmg
Fix RA Grenadier damage versus Heavy armor
2016-07-04 17:53:35 +02:00
Oliver Brakmann
9ab2ce2362 Merge pull request #11520 from reaperrr/IdleWander
Make civilians wander around when idle
2016-07-04 11:50:35 +02:00
Matthias Mailänder
6148e8d8a3 Rename Stances to ValidStances. 2016-07-04 00:34:28 +02:00
Matthias Mailänder
db146ae479 Remove Red Alert primary sprite font from Tiberian Sun. 2016-07-04 00:34:26 +02:00
Matthias Mailänder
2b67a53f7e Remove Red Alert primary sprite font from Dune 2000. 2016-07-03 21:32:02 +02:00
Matthias Mailänder
a6e42823e5 Add WithTextDecoration. 2016-07-03 21:31:58 +02:00
Matthias Mailänder
bd8c97e258 Merge pull request #11570 from abcdefg30/tsRules
Clean the ts yaml rules
2016-07-03 20:59:23 +02:00
Matthias Mailänder
9833a56e65 Merge pull request #11556 from pchote/gamespeeds
Port game speed selection to new lobby backend.
2016-07-03 20:55:09 +02:00
abcdefg30
430b654460 Merge pull request #11428 from reaperrr/attack-delay
Allow attack anims/overlays to start before weapons fire
2016-07-03 18:58:07 +02:00
reaperrr
81190be3b6 Merge pull request #11543 from Phrohdoh/chatcommands-no-dupes
Allow overriding previously registered chatcommands
2016-07-03 16:48:35 +02:00
Paul Chote
7caf636222 Port game speed selection to new lobby backend. 2016-07-03 15:46:08 +01:00
abcdefg30
d51960f621 Remove a bogus RevealsShroud definition from DPOD 2016-07-03 16:28:28 +02:00
abcdefg30
47f0b81448 Replace yes/no with true/false in all ts rule yamls 2016-07-03 16:28:27 +02:00
abcdefg30
0589a58ac3 Remove an empty "Building:" definition from NASAM 2016-07-03 16:28:25 +02:00
abcdefg30
0c43c43509 Remove unneeded "LandWhenIdle: no" definitions from ts defaults.yaml
Both ^Helicopter and ^Plane already inherit that from ^Aircraft
2016-07-03 16:28:25 +02:00
abcdefg30
e858e13da7 Merge pull request #11561 from Phrohdoh/gives-exp-stances
Replace GivesExperience.FriendlyFire and GivesBounty.Stances with ValidStances
2016-07-03 16:24:37 +02:00
abcdefg30
46a9750fcb Merge pull request #11555 from pchote/fix-editor-shellmap-ui
Use BeforeGameStart to remove shellmap UI on editor start.
2016-07-03 16:13:31 +02:00
Taryn Hill
f731dc8d68 Utility: Add upgrade rules for GivesExperience and GivesBounty changes 2016-07-03 08:50:55 -05:00
Taryn Hill
3f6f918b3d GivesBounty: Replace Stances with ValidStances 2016-07-03 08:50:55 -05:00
Taryn Hill
ec808ddc54 GivesExperience: Replace FriendlyFire with ValidStances 2016-07-03 08:50:54 -05:00
reaperrr
a0a6d0705e Merge pull request #11563 from Phrohdoh/fs-mount-tryget
FileSystem.Mount: Use TryGetValue instead of directly accessing a value
2016-07-03 15:37:01 +02:00
reaperrr
3ca3fc8d4b Merge pull request #11567 from Mailaender/lint-pips-groups
Documented and exposed the control group sprites to lint testing
2016-07-03 15:31:39 +02:00
Taryn Hill
6a228f0428 FileSystem: Use TryGetValue in Mount(string, string) 2016-07-03 08:25:14 -05:00
Matthias Mailänder
889bbcf428 Cache the palette lookup. 2016-07-03 14:41:15 +02:00
Matthias Mailänder
4325e1b400 Let pipImages tick using the appropriate interface. 2016-07-03 14:40:47 +02:00
Matthias Mailänder
3e5155fa7d Cache pipImages in the constructor. 2016-07-03 14:40:14 +02:00
abcdefg30
bc93e5f666 Merge pull request #11564 from Mailaender/coverity-zipfile
Fixed undisposed file and memory streams in ZipFile and surroundings
2016-07-03 14:22:36 +02:00
Matthias Mailänder
3a7558c273 Document and lint test pips and groups. 2016-07-03 12:26:29 +02:00
Matthias Mailänder
2de423ddb9 Dispose fileStream when problems occur. 2016-07-03 10:27:44 +02:00
Matthias Mailänder
96d9a01f76 Dispose pkgStream. 2016-07-03 10:26:56 +02:00
reaperrr
8590be5f74 Merge pull request #11482 from pchote/rework-zip-updating
Rework zip updating
2016-07-02 17:00:06 +02:00
reaperrr
c8012baffb Make all Attack* traits listen to Stop order 2016-07-02 16:02:00 +02:00
reaperrr
c153277e8b Add AttackSounds trait
This trait plays sounds when preparing to attack or attacking.
2016-07-02 16:02:00 +02:00
reaperrr
3b43544e2d Add start delay functionality to attack animation traits 2016-07-02 16:02:00 +02:00
reaperrr
75c49620d1 Introduce INotifyAttack.PreparingAttack
And use it to allow triggering attack animations/overlays at a different point
than the actual weapon firing.
2016-07-02 16:02:00 +02:00