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
|
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
|
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 |
|
Scott_NZ
|
817e6f1ec1
|
Have Tanya not shoot her pistols at buildings, and have her shoot pistols at barrels instead of using C4 on them
|
2013-02-27 17:57:53 +13:00 |
|
Scott_NZ
|
81c8f0360f
|
Let's not crash if WeaponInfo.Report[] is empty
|
2013-02-26 18:08:55 +13:00 |
|
Paul Chote
|
3a11aeb434
|
Cache PaletteReference in RenderSimple.
|
2013-02-26 09:35:41 +13:00 |
|
Paul Chote
|
9bc743068a
|
Remove WorldRenderer.GetPalette.
|
2013-02-26 09:35:41 +13:00 |
|
Paul Chote
|
72a9954491
|
Simplify PaletteReference interface.
|
2013-02-26 09:35:40 +13:00 |
|
Paul Chote
|
f2fe30a7bb
|
Remove PaletteReference.FromName from TeslaZap.
|
2013-02-26 09:35:39 +13:00 |
|
Paul Chote
|
ce39c79477
|
Apply consistent formatting to PBOG (no code changes).
|
2013-02-26 09:32:16 +13:00 |
|
Paul Chote
|
6fc4807a10
|
Remove PaletteReference.FromName from PBOG.
|
2013-02-26 09:31:19 +13:00 |
|
Paul Chote
|
f890ea010e
|
Pass WorldRenderer to RenderAsTerrain for palette lookup.
|
2013-02-26 09:24:43 +13:00 |
|
Paul Chote
|
fa5cf96f40
|
Ditto for Corpse.
|
2013-02-26 09:24:43 +13:00 |
|
Paul Chote
|
e33c783fc1
|
Ditto for GpsDot.
|
2013-02-26 09:24:42 +13:00 |
|
Scott_NZ
|
1438030e82
|
Add mood haze effect for Allies 04
|
2013-02-26 00:10:03 +13:00 |
|
Scott_NZ
|
09e4d64f99
|
Fix Allies 02 warnings
|
2013-02-25 23:40:31 +13:00 |
|
Scott_NZ
|
e57de0ebce
|
Allies 02 code maintenance. Add FreeActorInit so free harvesters with procs can be disabled etc
|
2013-02-25 21:24:17 +13:00 |
|