Scott_NZ
6bbef8d33f
Fix crash in CaptureActor.Tick when trying to capture a dead actor
2013-03-13 11:14:45 +13:00
Chris Forbes
e4806e4d39
Merge pull request #2761 from Mailaender/production-speedup-hotfix
...
Fixes #2753 ClassicProductionQueue related crashes
2013-03-12 11:35:58 -07:00
Matthias Mailänder
6d6664d930
make classic production queue speedup less error prone
...
- avoid float modifiers because of rounding errors and desync
- try not to crash when the last production building is gone
- don't do LINQ queries on selfsame buildings if not required
2013-03-12 12:49:16 +01:00
Matthias Mailänder
7676ef6a14
Merge pull request #2760 from ScottNZ/devmode
...
Make FACT buildable when "Build Everything" is turned on
2013-03-12 01:42:55 -07:00
Scott_NZ
712b29d233
Make FACT buildable when "Build Everything" is turned on
2013-03-12 21:13:21 +13:00
Matthias Mailänder
65455ee1ca
Merge pull request #2556 from ihptru/maptitle
...
return mapTitle in ra and d2k lobby
2013-03-12 00:46:58 -07:00
Bugra Cuhadaroglu
0d86595ba8
Ranks not showing in Replay Viewer
...
This will fix the problem.
2013-03-12 12:37:26 +13:00
Matthias Mailänder
4ab2fa21eb
Merge pull request #2756 from chrisforbes/master
...
Fix desync on win or lose
2013-03-11 14:43:03 -07:00
Chris Forbes
1f3710b90e
Merge pull request #2757 from Mailaender/desktop-fix
...
Fix missing .desktop file in latest playtests
2013-03-11 14:20:42 -07:00
Matthias Mailänder
c8a457bdce
simplify desktop file installation on Linux
...
the old Ubuntu build machine is unable to do it
2013-03-11 22:18:53 +01:00
Chris Forbes
67ca37326e
fix desync on win/lose
2013-03-12 10:15:04 +13:00
Chris Forbes
2dd53e6d99
Merge pull request #2612 from Mailaender/burning-trees
...
Destructible trees for both CnC and RA mod
2013-03-11 13:16:49 -07:00
Chris Forbes
623fce3cdf
Merge pull request #2754 from Mailaender/auto-target-desync-hotfix
...
Hotfix: Addresses Desync Issues in AutoTarget Trait
2013-03-11 13:08:10 -07:00
Matthias Mailänder
97d850e481
use integer math to calculate next auto-target scan-time
...
to combat random desync problem because of rounding problems
2013-03-11 14:02:28 +01:00
Bugra Cuhadaroglu
7cbc4a29bf
Fix #2720 - Diagonal scrolling area in viewport corners are too small
...
I added two options, one is for EdgeScrollThreshold and the other one is
EdgeCornerScrollThreshold. You can modify these threshold as much as you
want.
[Squashed down into one commit -- chrisf]
2013-03-11 16:32:42 +13:00
Chris Forbes
9db06ca222
Merge pull request #2748 from BugraC/bleed
...
Csproj BuildEvents problem in both Linux and Windows
2013-03-10 19:23:26 -07:00
Chris Forbes
63e5ce2bc5
Merge pull request #2749 from Mailaender/chrome-yaml-fixes
...
Chrome yaml fixes
2013-03-10 19:23:09 -07:00
Matthias Mailänder
8bb1d83fb7
add new lobby buttons to d2k chrome as well
2013-03-11 03:18:02 +01:00
Matthias Mailänder
947c9d73ce
add new developer cheats to cnc chrome
...
fixes a crash
2013-03-11 03:13:25 +01:00
Matthias Mailänder
66855072de
update changelog for new playtest release
2013-03-11 02:53:32 +01:00
Bugra Cuhadaroglu
c145dc2379
Csproj BuildEvents problem in both Linux and Windows
...
I have found this error with the OpenRa.Mods.RA csproj: copy
"thirdparty/FuzzyLogicLibrary.dll" "$(SolutionDir)", this should be: cd
"$(SolutionDir)thirdparty/"
copy "FuzzyLogicLibrary.dll" "$(SolutionDir)" in two seperated codes,
this FuzzyLogicLibrary.dll copy error can be fixed in both Windows and
Linux environment
2013-03-10 21:17:54 -04:00
Chris Forbes
f2b7c2c2ad
Merge pull request #2715 from xaionaro/bleed
...
Adapted to dpkg's "--instdir"-like options.
2013-03-10 18:13:31 -07:00
Chris Forbes
6bfeb12d33
Merge pull request #2747 from psydev/patch-6
...
added a blue tiberium blossom tree.
2013-03-10 18:13:05 -07:00
psydev
09bef2d4c2
Gave blue tiberium blossom a sequence; changed #2
...
Blossom tree has a sequence.
There are two blossom trees in C&C, so I will use the first one (split2) for green tiberium and the 2nd one (split3) for blue tiberium. The old split3 still exists for backwards-compatibility, but will now show the split2 image. Only the blue tiberium blossom tree will show the split3 image.
2013-03-10 18:00:21 -07:00
psydev
53fec13183
added a blue tiberium blossom tree.
2013-03-10 17:55:54 -07:00
Chris Forbes
6427ad1cf9
Merge pull request #2683 from Mailaender/survival01
...
Survival01 by @NukemBro
2013-03-10 16:20:59 -07:00
Chris Forbes
c5d97fea69
Merge pull request #2738 from Mailaender/a-star
...
A-star debug overlay
2013-03-10 16:20:34 -07:00
Chris Forbes
7a41b10618
Merge pull request #2744 from ScottNZ/lobby
...
Add "Assign Teams" lobby drop down button
2013-03-10 16:20:19 -07:00
Chris Forbes
2032a7efa4
Merge pull request #2745 from Mailaender/more-settings
...
Add hidden settings to the GUI
2013-03-10 16:20:04 -07:00
Scott_NZ
bd292b56cf
Ignore spectators when counting clients for the assignteams command
2013-03-11 01:20:08 +13:00
Scott_NZ
7af91f1747
Disable the button/order when there aren't enough clients to assign
2013-03-11 00:29:23 +13:00
Matthias Mailänder
17d032b190
destructible trees for both CnC and RA mod
...
- move DeadBuildingState to OpenRA.Mods.RA
- don't loop sequences with length > 1
2013-03-10 10:08:59 +01:00
Matthias Mailänder
9d6c8453fd
add hidden MaxFPS settings to ra/d2k GUI
2013-03-10 09:42:05 +01:00
Matthias Mailänder
6bbe5f633c
expose hidden Debug settings to ra/d2k GUI
...
- performance text switch
- performace text update rate
- AI debug messages
- trait report threshold ticks
2013-03-10 09:40:08 +01:00
Matthias Mailänder
ba8c9bb1b1
added hidden audio settings to ra/d2k GUI
...
- video volume
- map music (was shellmap music)
- sound engine
2013-03-10 09:34:15 +01:00
Scott_NZ
8c46b421de
Add "Assign Teams" lobby drop down button
2013-03-10 20:46:29 +13:00
Matthias Mailänder
1a6a7da9c1
apply recent refactoring to quad renderer
2013-03-10 07:47:00 +01:00
James Dunne
d8c752ecb9
DebugOverlay improvements to only render inside viewing range.
2013-03-10 07:35:36 +01:00
James Dunne
7e913c4bb7
Lame attempts to improve A*.
2013-03-10 07:33:31 +01:00
Matthias Mailänder
2abde381a7
Exposed PathSearch.owner and removed Player argument from PathFinder functions.
2013-03-10 07:33:31 +01:00
Matthias Mailänder
493eb10b96
Now coloring A* cells by owning player color. Added checkbox to cheats menu.
2013-03-10 07:33:25 +01:00
Matthias Mailänder
7d0de5645f
Added QuadRenderer to render shaded/colored quads. Added DebugOverlay to World to show A* bidi search cost per cell.
2013-03-10 07:32:35 +01:00
Matthias Mailänder
290310fbe8
Added Mission Survival01 mission
2013-03-10 07:28:21 +01:00
Chris Forbes
19e6a588b8
Merge pull request #2589 from Mailaender/travis
...
Travis CI support
2013-03-09 21:11:54 -08:00
Chris Forbes
b39f540e4b
Merge pull request #2736 from Mailaender/better-bots
...
Better AI Bots
2013-03-09 21:11:29 -08:00
Chris Forbes
e45fc0079c
Merge pull request #2729 from Mailaender/sync
...
Dump some more values into the debug log to investigate desyncs
2013-03-09 21:10:42 -08:00
Chris Forbes
25971bf98f
Merge pull request #2725 from psydev/patch-5
...
defaults.yaml: unit speeds fix; husk burn; tanks explode small
2013-03-09 21:09:51 -08:00
Chris Forbes
3f273674f7
Merge pull request #2737 from Mailaender/shroud-sync
...
add Shroud, CreatesShroud and RevealsShroud to syncreport.log
2013-03-09 21:09:31 -08:00
Chris Forbes
da566f3648
Merge pull request #2731 from pchote/renderer-cleanup2
...
Renderer refactoring - Duplication
2013-03-09 21:08:34 -08:00
Chris Forbes
70e823f526
Merge pull request #2739 from Mailaender/shroud-dev-cheats
...
Additional Developer Shroud Cheats
2013-03-09 21:07:41 -08:00