Commit Graph

4540 Commits

Author SHA1 Message Date
abcdefg30
0daf8c173e updated drop-zone mapyaml 2014-06-22 12:07:48 +02:00
abcdefg30
fad98df605 updated bomber-john mapyaml 2014-06-22 12:07:02 +02:00
Matthias Mailänder
69ddcf3fee Merge pull request #5692 from obrakmann/fix5681
Fix size of force-start lobby dialogs. Fixes #5681.
2014-06-21 18:04:10 +02:00
Oliver Brakmann
235acea70a Fix size of force-start lobby dialogs. Fixes #5681. 2014-06-21 13:55:12 +02:00
Matthias Mailänder
f48b53d5b1 Merge pull request #5690 from obrakmann/fix5686
Fix breakage of old Lua api. Fixes #5686.
2014-06-21 13:26:46 +02:00
Oliver Brakmann
f8e5217b11 Fix breakage of old Lua api. Fixes #5686. 2014-06-21 13:04:31 +02:00
Matthias Mailänder
f13c5e20b4 add missing DomainIndex to Tiberian Sun 2014-06-21 12:31:38 +02:00
Matthias Mailänder
46b08273e0 Merge pull request #5680 from pchote/lobby-fixup
Clean up MapPreviewWidget.
2014-06-21 11:32:38 +02:00
Paul Chote
5760e665d3 Clean up map previews. Fixes #5665. 2014-06-21 21:15:11 +12:00
abcdefg30
b592063a26 updated drop-zone-battle-of-tikiaki map.yaml
Replaced 7x "Multi17" (not existing) with "Multi7" and 1x "Multi11" (also not existing) with "Multi1"
2014-06-20 21:00:39 +02:00
Matthias Mailänder
e607c04cce let harvester splatter resources when exploding
closes #2346
2014-06-20 11:11:31 +02:00
Matthias Mailänder
3e627d2eba rename ore to the more generic name resources everywhere 2014-06-20 11:11:31 +02:00
Paul Chote
a220182c9e Remove cruft from RA airfield rules. 2014-06-15 22:51:42 +12:00
Paul Chote
1169211893 Merge pull request #5579 from Mailaender/frozen-C4
Fixed C4 target inconsistencies with Fog of War and Husks
2014-06-15 22:01:04 +12:00
Paul Chote
3ee54fd00a Restore the blinking ready text in TD. 2014-06-14 22:37:44 +12:00
Matthias Mailänder
88757eccfa Merge pull request #5517 from deniz1a/blink-ready
New alternating colors blink option for build palette widget
2014-06-14 12:00:26 +02:00
Matthias Mailänder
b3a2f81706 Merge pull request #5470 from Kanar/AirfieldRP
Closes #5592
2014-06-14 11:03:17 +02:00
Matthias Mailänder
525a0c4ff1 port Fort Lonestar to Lua 2014-06-14 07:40:52 +02:00
Matthias Mailänder
b7ca65fb7b update Lua project files 2014-06-14 07:32:47 +02:00
Gordon Martin
89c9499909 Removing requirement to restart game after applying changes to mouse focus option. The setting now defaults to 'false' as it is likely to be disruptive to players who are used to the usual behaviour in windowed mode. 2014-06-12 22:57:25 +01:00
Paul Chote
e0c59511fb Merge pull request #5152 from Mailaender/auto-l10n
Automated translation string extraction
2014-06-12 10:31:07 +12:00
Kanar
6fdb9e688a Adds RallyPoint to Airfield, queues TakeOff 2014-06-10 18:02:04 +02:00
RoosterDragon
9dbbc23967 Make map preview generation fast.
- Change Map.LoadMapTiles and Map.LoadResourceTiles to read the whole stream into memory before processing individual bytes. This removes the cost of significant overhead from repeated calls to ReadUInt8/16.
- Remove significant UI jank caused by the map chooser by not including the placeholder widget. The maps render fast enough that it is no longer worthwhile and it was causing a lot of flushes which were the source of the jank.
- Trigger async generation for all maps when the chooser is loaded. This means in practice all previews will be ready by the time the user begins to scroll the selection. Since generation is fast, there is no issue with scrolling straight to the bottom and having to wait for the backlog to clear.
2014-06-10 11:46:39 +01:00
deniz1a
1821c52db0 Make "Ready" text alternate between red and white
Make color of "Ready" text alternate between red and white.

Made the code cleaner.

Whitespace correction.

Whitespace correction again.

Change color from red to green and make it moddable

Use enum for ReadyTextStyle

Use enum for cnc

Made variables public and simplified if statements

fix enum

fix enum and )

ReadyText settings in ra yaml

ReadyText settings in cnc yaml

Move values from code to ra yaml

Move values from code to cnc yaml

revert code changes cnc

revert code changes ra

move around a bit in ra yaml

move around a bit in cnc yaml

Add values to d2k yaml
2014-06-10 12:00:57 +03:00
Matthias Mailänder
8093942913 fix bogus label descriptors 2014-06-10 09:24:35 +02:00
Caleb Anderson
3b9f1ed43c expand credits window a bit to fit the text better. 2014-06-09 16:06:45 -06:00
Matthias Mailänder
9df00ad8f9 Merge pull request #5590 from Happy0/sd2windowgrab
Closes #4977
2014-06-09 20:29:29 +02:00
Gordon Martin
5eab479c34 Adding SDL2 window grab on loading the game. Made this behaviour configurable in the 'Input' tab of the Settings menu
Updated settings file for TD to expose the new 'Lock mouse to window' display configuration option

A text label notes that modifying the 'Lock mouse' check box requires a restart
2014-06-09 19:10:05 +01:00
Matthias Mailänder
799966d376 don't target or demolish oil derrick husks 2014-06-08 11:18:14 +02:00
Matthias Mailänder
a35d84bf5a don't remove and add a trait at the same time 2014-06-08 11:17:10 +02:00
Kanar
bf47543a0a Adds/reworks some minibibs 2014-06-07 09:24:08 +02:00
Oliver Brakmann
89b25c10d6 Remove now redundant Actor.IsDead checks from mission scripts 2014-06-03 20:20:48 +02:00
Oliver Brakmann
3a2bb75e01 Check team members' health in Team.Do function 2014-06-03 20:19:49 +02:00
Oliver Brakmann
3586f9ad70 Fix issues in 'intervention' mission
* Fix an InvalidOperationException due to querying traits on a dead
  actor (fixes #5530)
* remove a gap in the SAM belt that shouldn't be there
2014-06-02 15:30:10 +02:00
Oliver Brakmann
3566abeba4 Remove incriminating evidence from the RA preview image
Addresses Scott's concern about the wrong explosion type on the sub pen.
2014-06-02 15:30:10 +02:00
Oliver Brakmann
4fa2e36af8 New mod chooser preview image for Red Alert 2014-06-01 13:08:57 +02:00
Paul Chote
84c021f861 Merge pull request #5512 from Mailaender/d2k-repair-indicator-offset
Fixed the Dune 2000 repair indicator offset
2014-06-01 21:52:06 +12:00
Paul Chote
193325fbfa Merge pull request #5514 from Mailaender/d2k-arrakis-categories
Recatorized 3 tiles from Rock-Cliff-Sand to Rock-Cliff-Rock
2014-06-01 20:42:08 +12:00
Matthias Mailänder
e69e2b856b these don't show any sand 2014-06-01 10:12:16 +02:00
Paul Chote
adf8df5303 Merge pull request #5506 from Mailaender/openra.net
Replaced open-ra.org with openra.net in-game
2014-06-01 19:34:55 +12:00
Matthias Mailänder
9f0c7ea4d1 set repair indicator offset
fixes #5423
2014-06-01 09:15:18 +02:00
Matthias Mailänder
918fa879b6 update preview for d2k 2014-06-01 08:44:37 +02:00
Matthias Mailänder
5b86a8a6a8 open-ra.org → openra.net
closes #5500
2014-05-31 17:14:33 +02:00
Paul Chote
e1501d5b7c Add clock overlay to support power beacons. 2014-05-31 18:41:02 +12:00
Aaron Campf
6223b0f97d Fixing issue #5308 2014-05-29 18:16:34 -07:00
Matthias Mailänder
922c935d1a Merge pull request #5483 from obrakmann/some-map
Add a lua-powered single-player mission
2014-05-29 13:55:56 +02:00
Oliver Brakmann
e9e32b703e Add single-player mission 'Intervention' 2014-05-29 11:51:48 +02:00
Phrohdoh
8be4f02847 Merge pull request #5480 from Mailaender/d2k-concrete-color
Fixed concrete having the same radar color as sand.
2014-05-28 15:03:03 -05:00
Cody Brittain
9a789a1e76 Small Correction to one of the music names.
Taken from Frank Klepacki's Website
2014-05-28 09:38:52 -04:00
Matthias Mailänder
4adaf9fa2d give concrete a color that is distinguishing from sand 2014-05-28 14:03:19 +02:00