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 |
|
Vladimir Komarov
|
b1afeb4408
|
fix comparing with null
|
2013-03-06 11:49:45 +01:00 |
|
Matthias Mailänder
|
f6d4b860ee
|
husks are invalid targets
|
2013-03-06 11:49:45 +01:00 |
|
Matthias Mailänder
|
0e1229e8d1
|
fix air
|
2013-03-06 11:49:45 +01:00 |
|
Matthias Mailänder
|
d785430db5
|
fix refinery production
|
2013-03-06 11:49:45 +01:00 |
|
Matthias Mailänder
|
59d0cff410
|
rename lists in HackyAI.cs and fix function
|
2013-03-06 11:49:40 +01:00 |
|
Matthias Mailänder
|
e0b7242f1b
|
adding new ai functional
|
2013-03-06 11:17:02 +01:00 |
|
Matthias Mailänder
|
a02fddd1a0
|
log the nextScanTime for ChooseTarget in AutoTarget
for debugging purposes to investigate desyncs
|
2013-03-04 10:25:20 +01:00 |
|
Matthias Mailänder
|
29e917ae88
|
division through cell size to coarse cell coordinate vector
|
2013-03-03 23:11:03 +01:00 |
|
Matthias Mailänder
|
ef36c446bd
|
log projectile dest as it is affected by inaccuracy calc
want to debug if this is the source of problems
|
2013-03-03 22:31:23 +01:00 |
|
Chris Forbes
|
5426e2c831
|
Merge pull request #2718 from Mailaender/admin-indicator
remove admin indicator icon to avoid confusion/overlapping
|
2013-03-03 01:35:15 -08:00 |
|
Matthias Mailänder
|
0978d21439
|
fix problems in MultiTapDetection
|
2013-03-02 16:52:59 +01:00 |
|
Matthias Mailänder
|
4cf8f9a434
|
remove admin indicator icon to avoid confusion/overlapping
print admin names in bold text instead
|
2013-03-02 15:01:11 +01:00 |
|
Matthias Mailänder
|
c0a702a386
|
new hotkey to center your view on the current selection
|
2013-03-02 11:53:45 +01:00 |
|
Chris Forbes
|
336076c248
|
Merge pull request #2665 from Mailaender/pvecfloat-combat
Fix floating point inconsistencies to reduce desyncs
|
2013-03-02 00:01:53 -08:00 |
|
Chris Forbes
|
c21b60f555
|
Merge pull request #2675 from Mailaender/simple-hotkey-config
user-configurable hotkey via in-game settings
|
2013-03-02 00:01:01 -08:00 |
|
Scott_NZ
|
63467cd000
|
Revert client colours to their preferred colours after the map is changed to a map which doesn't lock colours.
|
2013-03-02 16:18:09 +13:00 |
|
Paul Chote
|
fb0ce8c06a
|
Fix crash when an opponent uses Paratroopers.
|
2013-03-02 10:09:38 +13:00 |
|
Matthias Mailänder
|
b31f830cb1
|
key config settings code cleanup
- move label and textfield widget lookup into SetupKeyBinding
- fix wonkey indentions
- remove explicit private in WorldCommandWidget
|
2013-03-01 19:13:21 +01:00 |
|
Matthias Mailänder
|
47075e1cd0
|
generate random numbers as floats
as they get converted from double before use anyway
|
2013-03-01 10:53:41 +01:00 |
|
Matthias Mailänder
|
793dfa5748
|
don't convert cell size to float for bullet inaccuracy
change it back to int / int / float
from int / float / float
was int / int / float before
|
2013-03-01 10:49:51 +01:00 |
|
Matthias Mailänder
|
0b493bcb09
|
remove redundant int to int conversion in rendered circles
|
2013-03-01 10:48:28 +01:00 |
|
Matthias Mailänder
|
fc5350c9f8
|
fix #2663 crash when displaying the spawn tooltip in cnc
don't hard-code ra border chrome in shared lobbyutils
|
2013-03-01 10:30:41 +01:00 |
|
Matthias Mailänder
|
4b2f08f21f
|
convert start to int2 as CellContaining() spit that out before
|
2013-02-28 21:59:18 +01:00 |
|
Matthias Mailänder
|
233088077b
|
don't convert to float2 in ReturnToBase as it was int2 before
|
2013-02-28 21:59:18 +01:00 |
|
Matthias Mailänder
|
a59621910e
|
avoid floating point operation with heli fly int coordinates
|
2013-02-28 21:59:18 +01:00 |
|
Matthias Mailänder
|
05b6b59dad
|
use Combat.IsInRange instead of float2.WithinEpsilon for heli
|
2013-02-28 21:59:18 +01:00 |
|
Matthias Mailänder
|
0085ac130b
|
use PVecFloat in Combat sub-routines
|
2013-02-28 21:59:18 +01:00 |
|
Chris Forbes
|
fab7f2c4b6
|
Merge pull request #2684 from xaionaro/bleed
fixed a issue with pinging Master-server
|
2013-02-27 11:50:18 -08:00 |
|
Chris Forbes
|
3ab4112631
|
Merge remote-tracking branch 'pchote/cleanup'
|
2013-02-28 08:45:47 +13:00 |
|