abcdefg30
19713a19f6
Added support for selecting mission difficulty
2014-11-23 13:31:35 +01:00
abcdefg30
c5978d0dbe
Ported Survival01 to lua
2014-11-23 13:31:24 +01:00
obrakmann
13ff5ddf6a
Merge pull request #6986 from chrisforbes/minimal-neighbors
...
Prune neighbor sets based on direction we arrived at a cell
2014-11-23 12:42:54 +01:00
Matthias Mailänder
279e425431
Merge pull request #6983 from huwpascoe/server-browser
...
Cleaned up the server browser
2014-11-23 11:26:03 +01:00
Chris Forbes
68309af233
Remove enemy territory avoidance in FindResources.
...
This is called from the inner loop of the pathfinder, so cannot afford
to do actor queries etc. It also didn't have the desired effect --
harvesters still wander through enemy territory even with the bias.
Just rip it out for a perf win.
2014-11-23 15:09:48 +13:00
Chris Forbes
f4e5c63408
Pathfinder: Only consider useful neighbors
...
Depending on the direction we came from, many neighbors are completely
useless. This is the first step to implementing the ideas in 'Jump Point
Search'
V2: Added comment describing what the array is for.
2014-11-23 15:09:48 +13:00
Chris Forbes
c470945db7
Remove vestigial direction-sorting machinery from PathSearch
2014-11-23 15:09:48 +13:00
huwpascoe
d313317cf5
Cleaned up the server browser
2014-11-22 21:55:55 +00:00
RoosterDragon
35da7d8a6e
Make the underlying types of TextureChannel and BlendMode enums a byte to save memory.
2014-11-22 18:12:46 +00:00
obrakmann
20fdd1ccb5
Merge pull request #6795 from Mailaender/gdi03-new-lua
...
Ported mission GDI03 to the new Lua API
2014-11-22 16:37:17 +01:00
MicroGraphics
91d79d4f42
Added "Capture-the" Flag
2014-11-22 16:23:48 +01:00
abcdefg30
c62d33c4bb
let nod attack from different directions
2014-11-22 14:59:09 +01:00
Matthias Mailänder
2dad3b5a59
fix harvesters crushing the sand bags
2014-11-22 14:59:09 +01:00
Matthias Mailänder
a29a16b921
port gdi03 to the new Lua API
2014-11-22 14:59:08 +01:00
Matthias Mailänder
8245b818f8
remove lonely tab
2014-11-22 14:57:16 +01:00
huwpascoe
a660bb95b5
Actor properties consistency improved
2014-11-21 02:44:05 +00:00
Matthias Mailänder
6a425b8636
Merge pull request #6972 from pchote/thirdparty-readme
...
Closes #6863
2014-11-20 20:11:42 +01:00
Guido L.
0806cca133
Prevent the creation of Logfiles in the Game Directory
2014-11-20 12:59:02 +01:00
Chris Forbes
8ba2137af0
Merge pull request #6978 from pchote/font-licenses
...
Attribute GNU freefont in the credits.
2014-11-20 18:42:23 +13:00
Paul Chote
a383e5ea9e
Add a readme file with the thirdparty dll sources.
...
Closes #6863 .
2014-11-20 18:32:42 +13:00
Paul Chote
692e4af4aa
Attribute GNU freefont in the credits. Closes #6862 .
2014-11-20 18:19:05 +13:00
obrakmann
c7d418dfb0
Merge pull request #6963 from reaperrr/ra-reorg01
...
Initial step towards reorganising namespace/folder structure of Mods.*
2014-11-19 22:05:10 +01:00
Chris Forbes
69d035f4db
Merge pull request #6973 from Phrohdoh/fix-gitconfig
...
Fix global git config in update-wiki.sh
2014-11-20 08:26:54 +13:00
Taryn Hill
95a2ebf72d
Fix global git config in update-wiki.sh
2014-11-19 07:24:53 -06:00
DeadlySurprise
c504383d92
Changed aspect ratio implementation
2014-11-18 22:35:34 +01:00
DeadlySurprise
cdb05537f3
Added tiberian sun vqa file support
2014-11-18 22:35:33 +01:00
Matthias Mailänder
96497b6bde
Merge pull request #6966 from DeadlySurprise/vqa_crash_fix
...
Fixes #4224
2014-11-18 22:07:55 +01:00
DeadlySurprise
b7e3dfc665
Fixed vqa crashes
2014-11-18 18:42:38 +01:00
reaperrr
f3f051fd46
Move Common Modifiers and PaletteEffects into Traits space
2014-11-18 18:10:59 +01:00
Matthias Mailänder
6774435ef4
Merge pull request #6962 from obrakmann/split_wiki_docs
...
Wiki: keep separate Trait and Lua API docs for release and playtest
2014-11-18 06:57:58 +01:00
reaperrr
127969d014
Move Air activities and traits to Activities\Air and Traits\Air, respectively
2014-11-17 12:56:18 +01:00
reaperrr
797ac17e61
Reorganize Mods.Cnc
2014-11-17 12:56:17 +01:00
reaperrr
1a032d6f6c
Reorganize Mods.D2k
2014-11-16 17:03:52 +01:00
reaperrr
80279dc304
Reorganize Mods.TS
2014-11-16 17:00:41 +01:00
Oliver Brakmann
7359af8667
Wiki: keep separate Trait and Lua API docs for release and playtest
2014-11-16 10:41:47 +01:00
Paul Chote
5c4d49394d
Merge pull request #6945 from Phrohdoh/madtank-fix
...
MadTank deployed teleportation fix.
2014-11-16 17:31:46 +13:00
Paul Chote
6b90d3b9d6
Merge pull request #6960 from obrakmann/fix_buggy_mouse_orders
...
Fix broken orders when actors are selected
2014-11-16 17:17:06 +13:00
Taryn Hill
31b24b4802
Implement (new) IPreventsTeleport in MadTank.
...
Prevents MadTank from being teleported after deployment.
2014-11-15 20:55:44 -06:00
obrakmann
8ac2f7fce3
Merge pull request #6957 from ScottNZ/bleed
...
Set passenger facings when they are unloading
2014-11-15 23:54:15 +01:00
ScottNZ
60a197f8d7
Set PassengerFacing to 0 for ra/td lst
2014-11-16 10:53:16 +13:00
Paul Chote
a3c5747246
Merge pull request #6959 from Mailaender/travis-wiki-playtest
...
Fixed Travis updating the wrong wiki page
2014-11-16 09:32:46 +13:00
Oliver Brakmann
4e3f565354
Fix broken orders when actors are selected.
...
Fixes an oversight in #6949 .
2014-11-15 21:00:52 +01:00
Matthias Mailänder
1e97accf90
not new, but only Lua API
2014-11-15 20:40:02 +01:00
Matthias Mailänder
834538b336
not just Traits anymore
2014-11-15 20:40:02 +01:00
obrakmann
2c3b812b26
Merge pull request #6949 from pchote/retire-classic-mouse
...
Retire classic mouse orders
2014-11-15 19:38:32 +01:00
Matthias Mailänder
8005c98143
Merge pull request #6958 from obrakmann/fix6956
...
Fix shell script syntax errors
2014-11-15 19:10:18 +01:00
Oliver Brakmann
1db0d55aa4
Fix shell script syntax errors
...
Fixes #6956
2014-11-15 10:43:51 +01:00
Matthias Mailänder
bad8f70210
Merge pull request #6921 from reaperrr/common-traits01
...
Moved various traits to Mods.Common
2014-11-15 09:41:36 +01:00
ScottNZ
eea978a4ae
Set passenger facings when they are unloading
2014-11-15 19:51:14 +13:00
Matthias Mailänder
5bf3d9879c
Merge pull request #6948 from pchote/revert-production-desync
...
Closes #6910
Closes #6925
Closes #6933
2014-11-15 00:15:25 +01:00