Matthias Mailänder
99c3272a81
add tab cycle key to setting GUI
2013-03-20 08:24:51 +01:00
Chris Forbes
7c31a8f28e
Merge pull request #2789 from bidifx/lobby
...
update player list in lobby gracefully for better user experience
2013-03-19 12:26:51 -07:00
Chris Forbes
989dd7eef4
Merge pull request #2796 from Mailaender/attack-sync
...
Put attack traits into the syncreport.log
2013-03-19 12:26:21 -07:00
Sascha Biedermann
e562f8d2cc
refactored Average method in PPos
2013-03-19 19:58:30 +01:00
Matthias Mailänder
c41ad3d600
put attack traits into the syncreport.log
2013-03-19 19:40:14 +01:00
Sascha Biedermann
021e1116b8
added moving average to contrails to smooth them when aircraft are circling
2013-03-19 18:41:36 +01:00
Sascha Biedermann
b6d09b8829
fixed child removal
...
fixed relayout on draw
refactored child remove/replace into ScrollPanelWidget
fixed scrolling on child remove
2013-03-19 17:39:07 +01:00
Sascha Biedermann
770d79da0b
update player list in lobby gracefully for better user experience
2013-03-18 22:25:31 +01:00
Scott_NZ
2722fc5434
Pause the game when users navigate to the options menu in SP mode
2013-03-17 21:14:49 +13:00
Matthias Mailänder
36e820308f
AI support power activation needs to go through order manager
...
fixes a desync whenever it will do so only on the host
+island map AI which will only build navy / air force to test
it and have a suitable bot for those map types (fixes pathfinder
eating up all CPU because it can't reach you with ground units)
2013-03-14 10:48:36 +01:00
Scott_NZ
6bbef8d33f
Fix crash in CaptureActor.Tick when trying to capture a dead actor
2013-03-13 11:14:45 +13: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
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
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
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
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
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
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
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
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
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
70e823f526
Merge pull request #2739 from Mailaender/shroud-dev-cheats
...
Additional Developer Shroud Cheats
2013-03-09 21:07:41 -08:00
Matthias Mailänder
49cfa21ddb
separate spy disguise and infiltrate
...
- add thief to classic-ra & monster tank madness
- remove crude workarounds for allies04
2013-03-09 13:48:31 +01:00
Matthias Mailänder
7675a69cec
add copy FuzzyLogicLibrary.dll to csproj files for msbuild
2013-03-08 19:27:11 +01:00
Matthias Mailänder
f3e0ff8758
fix #2709 CustomBuildTimeValue should not desync
...
remove redundant code by outsourcing raw build time calculation
2013-03-08 09:40:11 +01:00
Matthias Mailänder
e3fbd40278
added classic engineer capture rules
2013-03-08 09:40:11 +01:00
Matthias Mailänder
d61cc913c0
don't hardcode the RALoadScreenImage
2013-03-08 09:40:08 +01:00
Matthias Mailänder
527790f962
move SpeedUp to ClassicProductionQueueInfo
2013-03-08 09:40:08 +01:00
Matthias Mailänder
ecd4ff68a4
speed up production if multiple buildings of the same type exist
2013-03-08 09:40:07 +01:00
Matthias Mailänder
58c3b52a1a
add reset exploration developer cheat
2013-03-07 20:32:00 +01:00
Matthias Mailänder
4a26d3f36e
fix AutoTarget sync
...
- ISync interface was missing
- UnitStance enum was unhashable
2013-03-07 13:00:41 +01:00
Matthias Mailänder
60923e3413
log panicking infantry to the syncreport.log
2013-03-07 08:33:02 +01:00
Matthias Mailänder
72841a51e6
add shroud, creates shroud and reveals shroud to syncreport
2013-03-06 16:05:31 +01:00
Matthias Mailänder
b001c83bd5
backport rallypoint changes to ai update branch
2013-03-06 11:53:19 +01:00