Chris Forbes
8b4814e399
Merge pull request #3233 from ScottNZ/follow
...
Add unit following/guarding
2013-05-16 14:02:32 -07:00
Scott_NZ
6e5d58379f
Add unit guarding
2013-05-16 21:23:58 +12:00
Matthias Mailänder
f14441d2f4
added MinimumThumbSize to ScrollPanelWidget
...
closes #2865
2013-05-15 18:13:39 +02:00
Matthias Mailänder
7f40f59d85
added button to extract the selected SHP and convert it to PNG
2013-05-15 18:13:39 +02:00
Matthias Mailänder
6a6776754b
added .mix file support for game asset browser
2013-05-15 18:13:39 +02:00
Matthias Mailänder
881fcf1191
added in-game SHP viewer with frame slider
2013-05-15 18:13:33 +02:00
Paul Chote
f5d59fab22
Fix #2106 .
...
The current tilesets only use only ~3% of the
available sheet space, so a future patch may want
to look into decreasing the terrain sheet size to
save some GPU memory.
2013-05-15 20:36:30 +12:00
Paul Chote
4ebe547a05
Allow SheetBuilder to generate 1/2/4 channel sheets.
...
This makes the SpriteFont RBGA sprite hack explicit,
and adds a DualIndexed option to be used by the voxel
renderer.
2013-05-15 20:18:41 +12:00
Paul Chote
28d4df355d
Tidy Sprite.
2013-05-15 20:18:41 +12:00
Paul Chote
891158ca44
Allow SheetBuilder to throw an exception on sheet overflow.
...
This removes unnecessary checks from TerrainRenderer
and will be used in the voxel renderer.
2013-05-15 20:18:41 +12:00
Paul Chote
c13c989fe8
Allow sheet contents to be exported to bitmap.
2013-05-15 19:24:19 +12:00
Paul Chote
7d543abb92
Always store Sheet data as bytes.
2013-05-15 19:24:19 +12:00
Paul Chote
6dd62d7806
Fix Animation formatting (no code changes).
2013-05-15 19:24:18 +12:00
Paul Chote
ccbfacec62
Tidy TerrainRenderer formatting (no code changes).
2013-05-15 19:24:18 +12:00
Paul Chote
44336b1ea5
Merge pull request #3256 from Mailaender/debug-trait-removal
...
Removed all Debug traits
2013-05-15 00:05:44 -07:00
Paul Chote
3500f4b3e3
Merge pull request #3193 from Mailaender/shp-ts
...
Added support for Tiberian Sun/Red Alert 2 SHP format
2013-05-14 22:29:16 -07:00
Matthias Mailänder
6aae5d2ad6
removed now redundant debug player-resource traits
2013-05-10 22:34:43 +02:00
Matthias Mailänder
90dc6d3298
Merge pull request #3238 from pchote/local-pause-state
...
Remove local pause order lag delay
2013-05-10 03:07:08 -07:00
Matthias Mailänder
90ac648ff1
Merge pull request #3244 from pchote/bot-surrender
...
Improvements to player drop behavior
2013-05-10 01:44:55 -07:00
Paul Chote
818876a451
Promote oldest player to admin, not newest.
2013-05-10 20:31:20 +12:00
Paul Chote
4a1698804f
Rework server orders.
...
- Server messages now show as from "Server".
- Fixes #3224 .
2013-05-10 20:31:19 +12:00
Paul Chote
656476991f
Replace ColorRamp with HSLColor everywhere.
...
Fixes:
* Nuclear-purple color exploit.
* #3247 .
* Removes a bunch of unnecessary color conversions every frame.
Caveats:
* The ramp range is now defined on the palette, so ramps can no longer be set per-player (may impact maps which define custom colors).
* It's no longer possible to perfectly recreate the original WW color ramps (I doubt we care).
* The old ColorRamp setting isn't migrated, so players will lose their color settings.
2013-05-10 19:23:30 +12:00
Paul Chote
c3c5321e1d
Predict local pause state to avoid order lag. Fixes #3223 .
2013-05-09 22:42:55 +12:00
Matthias Mailänder
2d685ab07d
added SHP(TS) support by @katzsmile
2013-05-05 19:19:16 +02:00
Matthias Mailänder
f0e6ff8545
Merge pull request #3220 from pchote/remove-sequence-warnings
...
Remove sequence warnings for the stable release.
2013-05-04 04:26:03 -07:00
Paul Chote
d091789206
Remove sequence warnings for the stable release. Fixes #3142 .
2013-05-04 23:20:28 +12:00
Paul Chote
c0d50c2ac1
Remove server pinging.
2013-05-04 22:04:03 +12:00
Matthias Mailänder
d4b95ff40e
Merge pull request #3209 from ScottNZ/log
...
Log unhandled exceptions
2013-05-03 23:01:58 -07:00
Paul Chote
55d5db0f02
Set produced unit position via an ActorInitializer. Fixes #3214 .
2013-05-04 12:11:43 +12:00
Scott_NZ
da0b4ecd3b
Log unhandled exceptions
2013-05-02 23:45:05 +12:00
Paul Chote
70f705bdc7
Implement the new color picker.
2013-04-27 12:35:41 +12:00
Paul Chote
e240b9ca3d
Add a hue selector widget.
2013-04-27 12:35:41 +12:00
Matthias Mailänder
7ec4bcad0e
Merge pull request #3164 from pchote/lobby-tooltips
...
New/Improved lobby tooltips which show IP, admin status and explain ping.
2013-04-25 00:59:31 -07:00
Paul Chote
45ff0645ba
Add client tooltips showing Admin/IP/Latency.
2013-04-25 14:33:23 +12:00
Matthias Mailänder
91115d5ba3
save client IpAddress for later
2013-04-25 14:33:23 +12:00
Paul Chote
fd58461d43
Rename Ping -> Latency.
2013-04-25 14:03:14 +12:00
Paul Chote
a1d2229a58
Remove legacy tooltip code.
2013-04-25 14:03:13 +12:00
Scott_NZ
cded77c176
More robust replay file creation
2013-04-24 01:39:59 +12:00
Paul Chote
ed9d8fb7f7
Clean up lobby logic and visuals.
2013-04-23 21:35:57 +12:00
Paul Chote
9069d98365
Reimplement pinging via the orders channel.
2013-04-23 21:35:57 +12:00
Paul Chote
9f4b323287
Remove ICMP based pinger
2013-04-23 21:35:57 +12:00
Curtis Shmyr
f40fbaf35e
Merge pull request #3134 from chrisforbes/load-time
...
avoid spurious re-indexing of maps just prior to shellmap load
2013-04-20 16:58:48 -07:00
Chris Forbes
d0fe25e022
Merge pull request #3000 from Mailaender/dynamic-orderlag
...
Display Ping of joining Clients in Lobby and use it to calculate OrderLatency
2013-04-20 16:57:00 -07:00
Chris Forbes
dbc8019365
Merge pull request #3130 from Mailaender/sequence-errors
...
Be more verbose about missing sequences and files
2013-04-20 16:56:25 -07:00
Chris Forbes
40f73a9289
Merge pull request #3128 from Mailaender/diplomacy-shroud
...
Fix Fragile Alliance button usability and Diplomacy Shroud problems
2013-04-20 16:53:08 -07:00
Chris Forbes
c86a17c170
Merge pull request #3127 from Mailaender/teamchat-nre
...
fix NullReferenceException when watching replays with team chat
2013-04-20 16:52:08 -07:00
Chris Forbes
8750f04f4c
avoid spurious re-indexing of maps just prior to shellmap load
2013-04-21 11:38:24 +12:00
Matthias Mailänder
3649342317
be more verbose about missing sequences and files
...
as requested in #3039
2013-04-20 21:56:29 +02:00
Matthias Mailänder
f6908e45d3
update the shroud for the player setting diplomatic stances
...
fixes #2942
2013-04-20 19:09:10 +02:00
Matthias Mailänder
411a0ce8df
fix NullReferenceException when watching replays with team chat
...
closes #3084
2013-04-20 17:54:39 +02:00