Paul Chote
|
3c779d4101
|
Move starting units configuration to rules.
|
2016-03-07 21:41:13 +00:00 |
|
Paul Chote
|
e34864fe40
|
Use DefaultCash for the default cash.
|
2016-03-07 21:41:12 +00:00 |
|
Paul Chote
|
76b1810925
|
Remove unused FragileAlliances default.
|
2016-03-07 21:41:12 +00:00 |
|
Paul Chote
|
62f28d2909
|
Move shroud options to rules.
|
2016-03-07 21:41:12 +00:00 |
|
Paul Chote
|
f44993e4f7
|
Move crates option to rules.
|
2016-03-07 21:41:12 +00:00 |
|
Paul Chote
|
aed8518e04
|
Move cheats option to rules.
|
2016-03-07 21:41:12 +00:00 |
|
Paul Chote
|
5e59a9d1c1
|
Move ServerStarted notifications into the server thread.
|
2016-03-07 21:41:12 +00:00 |
|
Paul Chote
|
6389e9aa5c
|
Fix automated map format upgrades.
|
2016-03-07 21:41:11 +00:00 |
|
Paul Chote
|
2029f34c86
|
Remove redundant Rules definition from ImportLegacyMapCommand.
|
2016-03-07 21:41:11 +00:00 |
|
abcdefg30
|
51ceda4e7f
|
Merge pull request #10885 from pchote/fix-partially-locked-slots
Prevent locked spawns from being selected by other players.
|
2016-03-07 21:23:28 +01:00 |
|
abcdefg30
|
e8a051e761
|
Fix an exploit were players were able to repair at enemy service depots
|
2016-03-07 15:53:40 +01:00 |
|
abcdefg30
|
3b6e481196
|
Account for allied service depot when ordering an auto repair
|
2016-03-07 15:26:50 +01:00 |
|
abcdefg30
|
bfe9bc329c
|
Fix players being able to command allied units to the service depot
|
2016-03-07 15:18:23 +01:00 |
|
Taryn Hill
|
0dcc51b3a3
|
Merge pull request #10890 from Micr0Bit/patch-3
Add SoScared to AUTHORS
|
2016-03-07 07:12:03 -06:00 |
|
Micr0Bit
|
04cd769ac2
|
Add SoScared to AUTHORS
should not have to explain why ... thank you @SoScared for :
https://www.youtube.com/watch?v=ueosN-JFqG0
http://www.twitch.tv/soscared
https://www.youtube.com/user/SoScared101
http://www.sleipnirstuff.com/forum/viewtopic.php?f=82&t=19414
http://www.sleipnirstuff.com/forum/viewtopic.php?f=82&t=19354
|
2016-03-07 03:51:29 +01:00 |
|
reaperrr
|
2378b427fe
|
Fix GravityBomb crashing when Image is null
|
2016-03-06 20:04:41 +01:00 |
|
Oliver Brakmann
|
c02b70ee6d
|
Merge pull request #10884 from pchote/revert-keyrepeat
Revert "Added Keybord input filter to only register first key press."
|
2016-03-06 19:57:06 +01:00 |
|
Paul Chote
|
ccdae033ff
|
Prevent locked spawns from being selected.
|
2016-03-06 11:38:00 +00:00 |
|
Paul Chote
|
8b9bdadf53
|
Don't propagate locked spawns when changing slots.
|
2016-03-06 11:24:24 +00:00 |
|
abcdefg30
|
b1b4c0bbd4
|
Merge pull request #10856 from reaperrr/smoke-facings
Added facings support to sprite trails
|
2016-03-06 12:18:29 +01:00 |
|
Paul Chote
|
cff482bb1a
|
Revert "Added Keybord input filter to only register first key press."
This reverts commit 57cd25d5f8.
|
2016-03-06 11:11:20 +00:00 |
|
Matthias Mailänder
|
f23df1170b
|
Merge pull request #10875 from RoosterDragon/mod-package-dispose
Close some packages
|
2016-03-06 10:06:33 +01:00 |
|
Oliver Brakmann
|
1fb68b8a20
|
Merge pull request #10778 from Mailaender/test-nuke-sprites
Exposed nuke missile sprites to lint testing
|
2016-03-05 21:52:20 +01:00 |
|
RoosterDragon
|
4bd57aec91
|
Close packages that are not required when loading mod metadata.
|
2016-03-05 15:00:24 +00:00 |
|
Oliver Brakmann
|
0039cbc590
|
Fix indentation in ProductionFromMapEdge
|
2016-03-05 14:46:16 +01:00 |
|
Oliver Brakmann
|
df7ec2b029
|
Fix ProductionFromMapEdge spawning ground units in inappropriate places
|
2016-03-05 14:22:12 +01:00 |
|
Oliver Brakmann
|
be3bd52474
|
Add a method returning the closest edge cell matching a condition to Map
|
2016-03-05 14:17:01 +01:00 |
|
Oliver Brakmann
|
f547a4b6e9
|
Add ProductionSpawnLocationInit, used by ProductionFromMapEdge
This enables fixed per-factory actor spawn locations.
|
2016-03-05 14:16:57 +01:00 |
|
Oliver Brakmann
|
a1e6f65f8f
|
Use a "real" Move instead of VisualMove in ProductionFromMapEdge
|
2016-03-05 14:11:52 +01:00 |
|
Oliver Brakmann
|
7a29cfeaea
|
Add optional use of a rally point to ProductionFromMapEdge
|
2016-03-05 14:11:46 +01:00 |
|
reaperrr
|
717a5063d9
|
Add facings support to projectile trails and SmokeTrailWhenDamaged
|
2016-03-05 13:49:07 +01:00 |
|
Matthias Mailänder
|
83a13f1594
|
Merge pull request #10877 from RoosterDragon/png-dispose
Ensure we do not leak bitmaps when parsing invalid PNG files
|
2016-03-05 13:46:01 +01:00 |
|
reaperrr
|
d063087de9
|
Add TrailSequences to Bullet
And use that instead of Sequences.
|
2016-03-05 13:45:06 +01:00 |
|
Paul Chote
|
f50cd2307a
|
Merge pull request #10876 from RoosterDragon/upgrade-fix-nre
Fix a theoretical null reference in UpgradeWeaponRules.
|
2016-03-05 10:42:37 +00:00 |
|
RoosterDragon
|
0bce7a1b71
|
Fix a possible null reference in UpgradeWeaponRules.
|
2016-03-04 21:29:56 +00:00 |
|
RoosterDragon
|
9166d9b369
|
Ensure we do not leak bitmaps when parsing invalid PNG files.
|
2016-03-04 19:55:44 +00:00 |
|
Pavel Penev
|
aa78dc32e3
|
Merge pull request #10874 from obrakmann/fix-spyware-typos
Fix typos in advanced settings dialog
|
2016-03-04 21:19:21 +02:00 |
|
Oliver Brakmann
|
bae8c09e8c
|
Merge pull request #10873 from abcdefg30/lobbyGame
Change the game lobby's chat label from 'Lobby' to 'Game'
|
2016-03-04 20:11:22 +01:00 |
|
Oliver Brakmann
|
85d0be5d3e
|
Fix typos in advanced settings dialog
|
2016-03-04 19:29:18 +01:00 |
|
abcdefg30
|
436e364c58
|
Merge pull request #10803 from obrakmann/player-census
Add ability to collect system information from users' systems
|
2016-03-04 16:27:32 +01:00 |
|
abcdefg30
|
ab4afb238b
|
Merge pull request #10863 from reaperrr/ROT-TurnSpeed
Renamed ROT to TurnSpeed
|
2016-03-04 16:23:06 +01:00 |
|
abcdefg30
|
d58eb46833
|
Change the game lobby's chat label from 'Lobby' to 'Game'
|
2016-03-04 16:16:36 +01:00 |
|
abcdefg30
|
bc4a512d7d
|
Merge pull request #10837 from RoosterDragon/priority-queue-tests
Add tests for PriorityQueue
|
2016-03-04 15:16:54 +01:00 |
|
reaperrr
|
0a168b26f0
|
Fix InitialFacing of turrets to match Mobile
|
2016-03-04 15:13:56 +01:00 |
|
reaperrr
|
cddf182996
|
Renamed ROT to TurnSpeed on Mobile, Aircraft, Turreted and ThrowsParticle
|
2016-03-04 15:13:55 +01:00 |
|
RoosterDragon
|
0790884e4f
|
Fix namespaces of some tests.
|
2016-03-03 22:31:46 +00:00 |
|
RoosterDragon
|
0306a8de6c
|
Add tests and make minor fixes to PriorityQueue.
|
2016-03-03 22:31:45 +00:00 |
|
Paul Chote
|
bc0efbefd1
|
Include OpenGL version string in sysinfo.
|
2016-03-02 21:33:12 +01:00 |
|
Oliver Brakmann
|
6b4ccecabe
|
Add ability to collect system information from users' systems
|
2016-03-02 21:33:12 +01:00 |
|
ABrandau
|
9087527b48
|
Adjust Actor stats to match TS and FS stats.
|
2016-03-01 19:00:53 -04:00 |
|