Commit Graph

19035 Commits

Author SHA1 Message Date
Pavel Penev
d235ea3a52 Don't attack actors that you can't see 2015-11-21 19:33:10 +02:00
Paul Chote
09b000f7cd Merge pull request #10038 from r34ch/ammo-box-select
Hide ammobox healthbar.
2015-11-21 14:06:55 +00:00
Matthias Mailänder
e4054ef8d0 Merge pull request #9956 from teees/radar-update-line
Draw radar update line for mobile sensors array (TS)
2015-11-21 14:58:34 +01:00
Matthias Mailänder
645900d836 Merge pull request #8861 from atlimit8/NunitMakefileTarget
Add `nunit` NUnit make target to Makefile.
2015-11-21 14:33:01 +01:00
abcdefg30
7afbe0d6fd Merge pull request #10045 from r34ch/chan-scientist
Rename Chan to Scientist.
2015-11-20 23:09:30 +01:00
DArcy Rush
23880afe05 Rename Chan to Scientist. 2015-11-20 20:38:10 +00:00
DArcy Rush
6db8eac009 Hide ammobox healthbar. 2015-11-19 22:57:19 +00:00
Oliver Brakmann
a4d864903d Merge pull request #10022 from reaperrr/fix-point-art
Fix waypoint, spawnpoint and camera editor art
2015-11-19 19:36:12 +01:00
reaperrr
af39d731a5 Fix D2k wormspawner editor art 2015-11-19 19:27:56 +01:00
Oliver Brakmann
6bc3c61f23 Merge pull request #10010 from penev92/fixUAN
Fix UpgradeActorsNear revoking upgrades after the actor dies
2015-11-19 18:59:42 +01:00
abcdefg30
c35f9007c3 Merge pull request #9582 from ChaoticMind/ctrl_backspace
Implement some keyboard hotkeys for chat (TextFieldWidget)
2015-11-18 20:48:05 +01:00
Kevin Azzam
3c79e9075b Add some hotkeys for OSX (cmd + arrow_keys, ctrl + k, and ctrl + d) 2015-11-18 18:44:02 +01:00
reaperrr
defab6959e Fix D2k effect palette shadow index 2015-11-17 21:09:29 +01:00
reaperrr
88430f3a33 Fix mpspawn, waypoint and camera art
All mpspawn, waypoint and camera editor art uses the correct shadow and remap colors.
Additionally added camera art to CnC, D2k and TS.
2015-11-17 21:09:29 +01:00
reaperrr
9827796ea8 Merge pull request #9997 from abcdefg30/d2kspeed
Add production acceleration to d2k
2015-11-17 19:30:04 +01:00
reaperrr
782a1f3497 Merge pull request #10020 from cjshmyr/truckbuffs
Increase Supply & Demo Truck vision from 3 to 4 cells
2015-11-17 19:18:36 +01:00
atlimit8
7e4bf51895 Merge pull request #9937 from hacklex/server-settings-fix
Changed ServerSettings cloning to a more reliable approach
2015-11-16 21:47:17 -06:00
Thehx
6bd3195c3d Changed ServerSettings cloning to a more reliable approach 2015-11-17 05:27:42 +03:00
Curtis Shmyr
cfec9caaaa Increase TRUK and DTRK vision from 3 to 4 cells 2015-11-16 18:25:29 -07:00
Paul Chote
5a5fc8474f Merge pull request #10013 from abcdefg30/bomberchrono
Fix a crash when using the chronoshift power on the map bomber john
2015-11-16 21:59:55 +00:00
Paul Chote
565e292e12 Merge pull request #10008 from penev92/serverBrowserFilter
Add a null check to CachedTransform.Update()
2015-11-16 21:51:50 +00:00
Oliver Brakmann
612026b4bd Merge pull request #10001 from pchote/fix-d2k-shroud
Split D2K shroud/fog rendering and fix shroud blending.
2015-11-16 22:25:10 +01:00
Oliver Brakmann
d2d4767e94 Merge pull request #9951 from Phrohdoh/explain-node-merge
Add a comment explaining some of the sequence parsing code.
2015-11-16 20:02:22 +01:00
teees
2777262cb0 Draw radar update line for mobile sensors array 2015-11-16 15:38:13 +01:00
abcdefg30
a5f15f5080 Merge pull request #10009 from penev92/grantUpgradePower
Check if WithSpriteBody is available in GrantUpgradePower
2015-11-16 13:55:48 +01:00
Pavel Penev
4d787cbedb Check if WithSpriteBody is available in GrantUpgradePower 2015-11-16 01:25:09 +02:00
abcdefg30
828cb5cf38 Fix a crash when using the chronoshift power
if the "chronosphere-actor" doesn't have an "active" sequence
2015-11-15 22:21:23 +01:00
Pavel Penev
13978b08bc Fix UpgradeActorsNear revoking upgrades after the actor dies
Very hard bug to reproduce: if you can power down a stealth generator just as it is dieing you can hit a race condition that leads to ActorExited() being called to revoke the upgrades after they have already been revoked once.
2015-11-15 18:51:15 +02:00
Pavel Penev
636725235b Add a null check to CachedTransform.Update() 2015-11-15 16:23:07 +02:00
Paul Chote
1dca3f1206 Split D2K shroud/fog rendering and fix shroud blending. 2015-11-15 11:35:22 +00:00
Matthias Mailänder
7d2c86d75b Merge pull request #10000 from cjshmyr/typos
Fix some comment typos
2015-11-15 09:26:46 +01:00
Curtis Shmyr
f0e9b85ccc I before E except after C 2015-11-14 22:32:37 -07:00
abcdefg30
e8cb0a3d48 Add production acceleration to d2k
except for starports
2015-11-15 01:48:07 +01:00
Curtis Shmyr
7b0c9b7bf5 Merge pull request #9992 from obrakmann/pr9959-new
RA balance fixed up
2015-11-14 14:06:20 -07:00
Oliver Brakmann
dceb1fbd80 Increase range of flak truck against air targets
From 6 cells to 8 cells
2015-11-14 20:51:10 +01:00
Paul Chote
a9f2fc962e Merge pull request #9984 from cjshmyr/spypowerdrain
Lower Spy's InfiltrateForPowerOutage time from 30->20sec
2015-11-14 19:33:03 +00:00
DArcy Rush
ee4383b75d Rebalance Tesla Tank.
Allow attacking of target regardless of facing.
2015-11-14 19:16:59 +01:00
Pavel Penev
4c7e6db4da Merge pull request #9599 from ChaoticMind/lua_debug
Add a Lua wrapper to display debug messages (shows if setting enabled)
2015-11-14 20:00:38 +02:00
Oliver Brakmann
5b73417d83 Merge pull request #9987 from pchote/transforms
Check deploy location at the time of transform.
2015-11-14 16:41:44 +01:00
Pavel Penev
0c1283c8c0 Merge pull request #9969 from obrakmann/fix9892_dead-radar-stops-all-reinf
Fix reinforcements appearing in soviet04a/b despite killed radar dome
2015-11-14 14:58:25 +02:00
Paul Chote
67193b43d5 Check deploy location at the time of transform. 2015-11-14 12:49:26 +00:00
Oliver Brakmann
473ae7c9cb Merge pull request #9985 from cjshmyr/husknames
Update some husk names to match current tooltips
2015-11-14 13:15:48 +01:00
Paul Chote
62682351b6 Merge pull request #9974 from reaperrr/fix-d2k-bloom-editor
Fix spice bloom editor visibility
2015-11-14 12:08:19 +00:00
Curtis Shmyr
2a240718db Update some husk names to match current tooltips 2015-11-14 02:01:25 -07:00
Curtis Shmyr
bac98acce7 lower InfiltrateForPowerOutage time from 30->20sec 2015-11-14 01:42:13 -07:00
Pavel Penev
56a2f4c9a3 Merge pull request #9976 from obrakmann/fix9975_mod-loading-exceptions
Fix exceptions while loading mods
2015-11-13 22:22:45 +02:00
Paul Chote
57cd1b2a8a Merge pull request #9961 from GraionDilach/fix-ts-tileset
Fix TS legacy tileset importer color regression.
2015-11-13 20:04:35 +00:00
Oliver Brakmann
d9663d8a80 Merge pull request #9972 from Biofreak1987/fix_dead_cyard_ai_construction
Fix ai building in soviet04/06 missions despite killed construction yard
2015-11-13 20:50:00 +01:00
Pavel Penev
fed8ba666f Merge pull request #9770 from evgeniysergeev/combined_frames
flip sprites in combined sequences
2015-11-13 21:15:53 +02:00
Pavel Penev
fb5695b0c9 Merge pull request #9979 from RoosterDragon/fix-sln
Allow VS2015 to format solution file
2015-11-13 17:07:19 +02:00