Commit Graph

9423 Commits

Author SHA1 Message Date
Chris Forbes
9d074c6721 Merge pull request #3305 from pchote/mixdatabase
Parse XCC mix databases
2013-05-24 20:25:38 -07:00
Chris Forbes
835dfd0780 Merge pull request #3320 from reaperrr/improved_visuals_v2
several visual improvements
2013-05-24 20:24:18 -07:00
Chris Forbes
bd360dab54 Merge pull request #3330 from ScottNZ/balance
Oil derrick buff
2013-05-24 20:23:22 -07:00
Scott_NZ
81563ee5d6 Add capture bonus to OILB 2013-05-25 03:16:58 +12:00
Paul Chote
0dd8d7f7b6 Distinguish between classic and crc file hashes. Fixes #3306, #3328. 2013-05-24 21:10:41 +12:00
reaperrr
f85fce2ed1 adding myself to AUTHORS 2013-05-20 21:34:00 +02:00
reaperrr
e1669ecd70 construction yard with shadow
It always annoyed me that the CY had no shadow at all. This adds some at the edges.
2013-05-20 15:48:59 +02:00
reaperrr
3cc3a7dd65 crates with shadow and wood crate palette fix
- westwood never bothered converting the wood crate to RA's palette. I did.
- shadows added to both wood crate and silver crate.
2013-05-20 02:14:02 +02:00
reaperrr
2abb6421fe gap gen & mgg with shadows 2013-05-20 02:03:53 +02:00
reaperrr
579bafd439 Yak shp fix
Originally, the 2nd frame of yak.shp used greyscale for the tail fins instead of remap.
2013-05-20 02:01:09 +02:00
reaperrr
0719b89cdf adjusting explosion position
- originally, frag1 was not centric and appears to the right of the impact/exploding vehicle.
- fball1 appeared quite a bit below the impact point. This moves it up a little.
2013-05-20 01:58:53 +02:00
reaperrr
e3391d1535 changes light tank bullet to 50cal.shp
a better match for the low damage per shot, imo.
2013-05-20 01:54:54 +02:00
reaperrr
04fd2e6d0f changes civ pistol explosion to single piff
multiple piffs from a civilian pistol shot? Looks a little strange ;)
2013-05-20 01:53:07 +02:00
reaperrr
fbe06df9e6 silo gfx improvements
- fixed some minor errors on the undamaged frames.
- added shadow.
2013-05-20 01:49:28 +02:00
reaperrr
4e7f04da5f airfield gfx improvements
- added separate idle shp to allow using all 8 frames while keeping idle/active separate.
- replaced some empty/background pixels inside tower with shadow.
2013-05-20 01:47:42 +02:00
Paul Chote
d9fab238d5 Show individual packages in the asset browser list. 2013-05-19 19:16:15 +12:00
Paul Chote
de3d4da000 Allow mounted IFolders to be queried. 2013-05-19 19:14:20 +12:00
Matthias Mailänder
be3b18057a replace PackageContent yamls with XCC database 2013-05-18 07:34:49 +02:00
Curtis Shmyr
9772f9b770 Merge pull request #3311 from chrisforbes/placebuilding-resolve
validate building placement in ResolveOrder as well
2013-05-17 21:14:53 -07:00
Chris Forbes
4d85605cca fix validation of startgame order 2013-05-18 15:58:16 +12:00
Chris Forbes
96ecb7c232 validate building placement in ResolveOrder as well 2013-05-18 15:47:11 +12:00
Paul Chote
112034a41d Allow hashes to be accepted as valid mix filenames. 2013-05-18 03:59:46 +12:00
Paul Chote
9dc3f4bf2d Add IFolder.AllFileNames() for listing the filenames in a package. 2013-05-17 23:52:02 +12:00
Paul Chote
974e9b3325 Write XCC compatible mix files. 2013-05-17 23:46:29 +12:00
Paul Chote
47f078ec3a Parse XCC global mix database. 2013-05-17 23:46:24 +12:00
Paul Chote
8817fd2cc5 Parse XCC local mix database. 2013-05-17 23:46:24 +12:00
Paul Chote
50b87b580a Remove 12 character limit from mix content names (XCC compatibility). 2013-05-17 23:46:19 +12:00
Chris Forbes
cfcccb590d Merge pull request #3295 from reaperrr/patch-3
adding ImpactSounds to many weapons + other changes
2013-05-16 15:46:30 -07:00
Chris Forbes
8b4814e399 Merge pull request #3233 from ScottNZ/follow
Add unit following/guarding
2013-05-16 14:02:32 -07:00
Chris Forbes
3f1805c1ea Merge pull request #3192 from Mailaender/asset-browser
Created an Asset Browser to view and convert Sprites
2013-05-16 12:57:15 -07:00
Chris Forbes
56067e4d4f Merge pull request #3281 from Mailaender/sdl-openal-mirrors
Added OpenAL and SDL Windows dependency DLLs to mirrors
2013-05-16 12:55:31 -07:00
reaperrr
7e3f90ee1d sound and explosion changes
Explosion sounds have been noticeably absent from the RA mod, artillery weapons only used the weak kaboom12, most other weapons had no ImpactSound at all, making even larger battles sound 'empty'.

Now, explosive artillery weapons (155m, 8Inch, SubMissile) use art-exp1 as animation and kaboom22 as impact sound. Furthermore, most cannons and rockets now use kaboom12 as ImpactSound. In one or two cases kaboom15 is used instead. Furthermore, for consistency Trail: smokey was disabled on Dragon and ChronoTusk.
2013-05-16 21:10:54 +03:00
reaperrr
c71bdf32e1 adds artillery_explosion
Technically unnecessary, but using self_destruct on regular weapons in weapons.yaml might be a little confusing for modders. artillery_explosion is a more straight-forward label for art-exp1.
2013-05-16 20:52:19 +03:00
Scott_NZ
6e5d58379f Add unit guarding 2013-05-16 21:23:58 +12:00
Chris Forbes
a2a3def685 Merge pull request #3291 from reaperrr/patch-2
Adjusting infantry run animations to speed
2013-05-15 13:50:25 -07:00
reaperrr
01e6c14025 Adjusting infantry run animations to speed
I noticed that by default the run and prone-run animations are way too fast for the infantry movement speed. I used Tick values to fix this, taking into account individual speed. I used Tick: 80 for Speed: 5, 100 for speed 4 and 120 for speed 3. Some fine-tuning may be needed, but it already looks much better than before.
2013-05-15 23:43:20 +03:00
Matthias Mailänder
2d1bc7bac8 adapt asset browser for R8 files 2013-05-15 18:13:40 +02:00
Matthias Mailänder
6262aa846f wire up the import from PNG to SHP button
store everything in user directory to not junk up the game
and for file permissions on Mac/Linux when installed
2013-05-15 18:13:39 +02:00
Matthias Mailänder
8f822f6cad game asset browser UI polishing
- display file extension
- show total frame count
- dark background for preview
2013-05-15 18:13:39 +02:00
Matthias Mailänder
f14441d2f4 added MinimumThumbSize to ScrollPanelWidget
closes #2865
2013-05-15 18:13:39 +02:00
Matthias Mailänder
2762c245ee fix Makefile
OpenRA.Mods.RA.dll now depends on the Utility.exe
2013-05-15 18:13:39 +02:00
Matthias Mailänder
0c1b6f21b9 add a dump everything to PNG options for @xanax 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
4a1ebb69c3 remove duplicate ra-desert bridge tiles 2013-05-15 18:13:39 +02:00
Matthias Mailänder
3ae61c5f8c added the game asset viewer to d2k mod 2013-05-15 18:13:38 +02:00
Matthias Mailänder
881fcf1191 added in-game SHP viewer with frame slider 2013-05-15 18:13:33 +02:00
Chris Forbes
ce021a4f62 Merge pull request #3283 from pchote/turret-rendering
Unify turret rendering traits
2013-05-15 03:30:17 -07:00
Chris Forbes
2207c391d6 Merge pull request #3265 from Mailaender/building-building-building
Avoid notification spam when the build palette is left-clicked
2013-05-15 03:27:54 -07:00
Chris Forbes
e97638ce86 Merge pull request #3282 from pchote/renderer-refactoring
Renderer refactoring - SheetBuilder
2013-05-15 03:26:16 -07:00