Oliver Brakmann
c6c9863681
Merge pull request #8176 from pchote/fix-palette-alpha
...
Load textures using premultiplied alpha.
2015-05-24 13:15:54 +02:00
Paul Chote
4eb76046f4
Fix deviator gas blending.
2015-05-23 08:50:28 +01:00
Paul Chote
26fd858fc7
Use premultiplied alpha for all textures and blending.
2015-05-23 08:50:28 +01:00
reaperrr
0d05fdefbb
Extract actor voice set into Voiced trait
2015-05-22 01:51:51 +02:00
Paul Chote
469f47aeea
Add new map editor UI.
2015-05-15 17:09:27 +01:00
Paul Chote
d211fe9fe1
Add the world components of the new editor.
2015-05-15 17:09:20 +01:00
Matthias Mailänder
7e1c3047f6
move generic Voxel render traits to Mods.Common
2015-05-14 17:02:47 +02:00
Pavel Penev
ffd45e9b04
Merge pull request #7982 from Mailaender/ts-obelisk
...
Added the Tiberian Sun Nod Obelisk charge animation
2015-05-11 03:30:48 +03:00
Matthias Mailänder
d99ae3bcb9
split render building/overlay and play sound for charge
...
to add the Tiberian Sun Nod Obelisk
tick slightly faster
tweak the local offsets
2015-05-09 19:56:15 +02:00
Oliver Brakmann
f251813f89
Keep downloaded files in a separate directory
...
As a side effect, this re-enables building the Windows installer on Linux hosts.
2015-05-08 20:59:24 +02:00
Oliver Brakmann
14886bc3f7
Merge pull request #8101 from penev92/bleed_references
...
Cleanup unused DLL references
2015-05-08 20:41:37 +02:00
Paul Chote
ba131fcf0a
Merge pull request #7805 from penev92/bleed_prerequisites
...
Make buildings explicitly provide their names as prerequisites
2015-05-08 17:29:22 +01:00
Taryn Hill
d57d7c522f
Implement WithDecoration.
2015-05-08 09:55:31 -05:00
penev92
bb51657e40
Cleanup unused DLL references
2015-05-07 18:59:01 +03:00
penev92
dc3ae39db1
Rename ProvidesCustomPrerequisite to ProvidesPrerequisite
2015-05-07 03:04:11 +03:00
Oliver Brakmann
62b3592bd4
Merge pull request #7998 from Mailaender/ts-proc-dock
...
Added the Tiberian Sun docking overlays
2015-05-03 22:50:16 +02:00
Oliver Brakmann
3ae7d51feb
Merge pull request #7871 from Mailaender/ambient-sound
...
Added a looping sound trait
2015-05-03 16:46:36 +02:00
penev92
c5dead9098
Introduce WithSpriteBody trait
...
Add upgrade rules
Add ISpriteBody
2015-05-03 11:54:27 +03:00
Matthias Mailänder
d999617a3c
add the flame animation
2015-05-03 08:50:06 +02:00
Matthias Mailänder
7cbdc07ca3
add a looping sound trait
2015-05-02 06:59:57 +02:00
Paul Chote
e0ac3df373
Split perf widgets into their own file.
2015-04-26 23:21:02 +12:00
Paul Chote
da70683c03
Split OrderButtonsChromeLogic into smaller classes.
2015-04-26 23:21:02 +12:00
Paul Chote
1b31001661
Merge pull request #7974 from Mailaender/ts-hover-wakes
...
Added the Hovercraft wake animation
2015-04-26 18:50:42 +12:00
Matthias Mailänder
8c8b9b1cc3
deprecate RenderBuildingWarFactory
2015-04-25 22:52:14 +02:00
Matthias Mailänder
9a37e77d1a
fix the weapon factory door opening animation
2015-04-25 22:52:14 +02:00
Matthias Mailänder
70db0fa784
add the Hovercraft wake animation
2015-04-25 11:26:59 +02:00
Paul Chote
69fed6a688
Merge pull request #7865 from Phrohdoh/deploy-to-upgrade
...
Implement DeployToUpgrade.
2015-04-25 18:11:34 +12:00
Taryn Hill
0717ca57ea
Implement DeployToUpgrade.
...
Expose some deploy-related cursors to yaml.
2015-04-13 10:04:03 -05:00
Matthias Mailänder
56405f42ab
add a global palette effect for day/night ambient
2015-04-11 12:05:25 +02:00
Paul Chote
d1839701bb
Add Plug and Pluggable for building actor-specific upgrades.
2015-03-31 22:23:41 +01:00
reaperrr
1e9d1a6cb7
Cache trait look-ups in the constructor where possible for Air activities/traits
2015-03-27 13:47:04 +01:00
Pavel Penev
9a780ba07d
Merge pull request #7738 from pchote/cnc-remove-legacy-parsing
...
Disable legacy sequence parsing in TD.
2015-03-27 02:58:41 -07:00
reaperrr
f9332c9efe
Renames BlocksBullets to BlocksProjectiles and projectile High property to Blockable
2015-03-27 00:04:37 +01:00
Pavel Penev
c61dc48548
Merge pull request #7324 from reaperrr/limitedammo2
...
Refactored LimitedAmmo to AmmoPool
2015-03-26 15:59:56 -07:00
Paul Chote
7ad2f3e104
Support tileset-specific sprite definitions.
2015-03-26 22:41:45 +00:00
reaperrr
38d5163062
Refactors LimitedAmmo to AmmoPool.
...
Removes Reloads trait.
This enables adding multiple AmmoPools via @ differentiators and
Name which adds the possibility to assign each armament to a specific
ammo pool.
Furthermore, this moves all Reloads functionality onto AmmoPool.
Now a combination of all three is possible on a single actor: no limited
ammo, limited ammo that can reload on its own, and limited ammo which
needs to be reloaded at a rearm actor.
Additionally moves RearmSound from Minelayer to AmmoPool.
2015-03-26 23:21:01 +01:00
Paul Chote
ec77e15e54
Add a utility command to fix implicit tile definitions.
2015-03-23 20:32:28 +00:00
Paul Chote
a69145caf0
Add a utility command for checking sequences.
2015-03-22 12:48:51 +00:00
Paul Chote
4ea55809ca
Decompose RenderInfantry into WithInfantryBody and RenderSprites.
2015-03-21 13:04:17 +00:00
Paul Chote
e5c03413cc
Move common widgets from Game to Mods.Common.
2015-03-21 11:53:53 +00:00
reaperrr
a14bf8622f
Merge pull request #7570 from Mailaender/mods-common
...
Moved more traits to Mods.Common
2015-03-15 19:53:13 +01:00
Matthias Mailänder
737a0e0b67
move common traits
2015-03-15 18:25:28 +01:00
Paul Chote
7292bd20b3
Move Sequence parsing into mod code.
2015-03-09 20:45:22 +00:00
Paul Chote
dcfc62f333
Move InstallUtils from Game to Mods.Common.
2015-03-07 10:02:43 +00:00
Matthias Mailänder
3bb448b29b
warn before loading incompatible replays
2015-03-07 10:06:17 +01:00
Paul Chote
8c4ea20636
Merge pull request #7430 from Rydra/upstream/pf-optimized
...
[Discussion PR] Complete refactor of Pathfinder
2015-03-03 19:50:25 +00:00
David Jiménez
54ae572303
- Introduced Unit Testing capabilities to the PathFinder trait and algorithm.
...
Introduced also a small Unit test project to prove it.
- Separated caching capabilities from PathFinder class to increase cohesion and maintainability.
Refactored the pathfinding algorithm by extracting methods based on responsibilities like
calculating costs and reordering functions. These changes should provide a in average a small increase in
pathfinding performance and maintainability.
- Optimized the pathfinder algorithm to reuse calculations like the
MovementCost and heuristics.
- Introduced base classes, IPathSearch and IPriorityQueue interfaces,
and restructured code to ease readability and testability
- Renamed the PathFinder related classes to more appropriate names. Made the
traits rely on the interface IPathfinder instead of concrete PathFinder
implementation.
- Massive performance improvements
- Solved error with harvesters' Heuristic
- Updated the heuristic to ease redability and adjustability. D can be
adjusted to offer best paths by decreasing and more performance by
increasing it
- Refactored the CellLayer<CellInfo> creation in its own Singleton class
- Extracted the graph abstraction onto an IGraph interface, making the
Pathfinder agnostic to the definition of world and terrain. This
abstraction can help in the future to be able to cache graphs for similar
classes and their costs, speeding up the pathfinder and being able to feed
the A* algorithm with different types of graphs like Hierarchical graphs
2015-03-03 20:11:11 +01:00
Matthias Mailänder
ff6dbde8d7
move widget code to commons
2015-02-28 20:32:19 +01:00
Matthias Mailänder
361c1bc010
Merge pull request #7483 from pchote/deadbuildingstate
...
Fix missing first animation frame and remove DeadBuildingState.
2015-02-21 14:00:23 +01:00
Pavel Penev
293bb78a3c
Merge pull request #7457 from pchote/actorpreviews
...
Introduce ActorPreviewWidget (and other related changes).
2015-02-21 01:35:03 +02:00