Commit Graph

  • c1cb9ea6be Removed an using, redundant when building on Mono penev92 2022-06-03 22:10:30 +03:00
  • 6a31b1f9f3 Update the copyright header year abcdefg30 2022-05-27 21:36:17 +02:00
  • 3f328a14be Hack removal Matthias Mailänder 2022-05-24 22:34:00 +02:00
  • 709512b166 Add Lua API export in EmmyLua syntax. Matthias Mailänder 2021-10-20 20:12:20 +02:00
  • 550db7e958 Ensure SpawnStartingUnits initializes after Locomotor. RoosterDragon 2022-05-22 14:50:03 +01:00
  • 1fc3785f79 Make range modifiers apply to AreaBeam projectile. darkademic 2022-05-04 00:17:04 +01:00
  • 89042014bd Gracefully handle trying to find paths outside the map. RoosterDragon 2022-04-23 13:20:05 +01:00
  • 4ec19b3486 Remove deprecated airstrike and paratrooper methods for Lua abcdefg30 2022-05-11 13:10:14 +02:00
  • 7ec74749be Remove the deprecated WAngle.Range accessor for Lua abcdefg30 2022-05-11 13:09:54 +02:00
  • c827d1a4ab Remove deprecated integer facing handling for Lua abcdefg30 2022-05-11 13:00:55 +02:00
  • 660130653c Use TryGetValue instead of ContainsKey and a lookup for cached sounds abcdefg30 2022-05-18 14:16:35 +02:00
  • ea04a7fec5 Clear cached notifications when initializing a new map/mod abcdefg30 2022-05-18 14:13:58 +02:00
  • 9d481854f3 Make currentSounds readonly abcdefg30 2022-05-18 14:13:31 +02:00
  • 85b9cf0a69 Fix fatal radar sound bug atlimit8 2022-05-19 00:45:02 -05:00
  • a1811b4b04 Add fixed issues as warnings to .editorconfig Eduardo Cáceres 2022-05-08 17:39:06 +02:00
  • c224bfdc0d Include name in authors Eduardo Cáceres 2022-05-02 14:04:50 +02:00
  • 8ced155ca3 Simplify 'always true' expressions Eduardo Cáceres 2022-05-02 13:28:12 +02:00
  • aa998a46d9 Simplify collection initialization Eduardo Cáceres 2022-05-02 13:24:49 +02:00
  • cae43808d9 Optimize string comparison Eduardo Cáceres 2022-05-02 13:20:15 +02:00
  • c0d270b87d Abstract class with public constructor Eduardo Cáceres 2022-05-02 13:18:24 +02:00
  • 1b69ff017d Dictionary optimization Eduardo Cáceres 2022-05-02 13:15:19 +02:00
  • b71402f64d Convert extension in real extension Eduardo Cáceres 2022-05-02 13:13:15 +02:00
  • 2677e9c013 Use pattern matching Eduardo Cáceres 2022-05-02 13:11:49 +02:00
  • aed2b8afae Remove unnecessarily interpolated strings Eduardo Cáceres 2022-05-02 13:08:29 +02:00
  • 7eb64ea6fc Use read-only autoimplemented property when possible Eduardo Cáceres 2022-05-02 13:06:21 +02:00
  • 79f321cb44 .Any(), .Count() -> .Count or .Length Eduardo Cáceres 2022-05-02 13:05:22 +02:00
  • 6eb4fe8980 Added a VSCode task to run the utility penev92 2022-04-26 18:08:56 +03:00
  • 9a30d260a1 Added launch profiles for the Utility project penev92 2022-04-26 11:55:44 +03:00
  • 581b5cfacf Resolve an IDE0017 warning in ImportLegacyMapCommand abcdefg30 2022-05-11 13:33:07 +02:00
  • c6dc0b58be Change macOS control group defaults back to Cmd. Paul Chote 2022-05-07 21:08:44 +01:00
  • 6a1a6b6397 Add platform override support for hotkeys and unhardcode editor hotkeys Ivaylo Draganov 2022-05-05 22:51:27 +03:00
  • 1cf4838b08 Remove unneeded yaml nodes from hotkey settings Ivaylo Draganov 2022-05-03 21:20:30 +03:00
  • f0e69c3f64 Add hotkey filtering functionality (by name and by context) Ivaylo Draganov 2022-03-30 21:17:54 +03:00
  • 56153aac9f Search x86_64 before other multiarch dirs. Paul Chote 2022-04-30 21:49:40 +01:00
  • ddef76e833 Added more thief voice lines Leo512bit 2022-04-29 13:28:58 -07:00
  • 0522576f73 Allow scrolling of settings panels while hovering a section header Ivaylo Draganov 2022-04-15 15:23:34 +03:00
  • 512eaf2746 Use Building instead of D2kBuilding for the Sietch actor abcdefg30 2022-04-29 16:36:08 +02:00
  • 714b38c97c Add CellCostChanged event to Locomotor. RoosterDragon 2022-04-22 20:04:32 +01:00
  • bc676fbf78 Add text notifications to many in-game events Ivaylo Draganov 2022-02-11 13:15:12 +02:00
  • ea0bcbd1cc Adjust position of transients panel in TS Ivaylo Draganov 2022-02-22 14:18:02 +02:00
  • 24b9482cc1 Add support for transient text notifications matching speech notifications Ivaylo Draganov 2022-01-08 18:28:25 +02:00
  • 9f723be65a Add checkbox to settings for toggling transient notifications Ivaylo Draganov 2022-04-29 15:04:58 +03:00
  • a1e6ac85dc Add transient notifications pool Ivaylo Draganov 2022-04-29 15:01:33 +03:00
  • e22b6de4e8 Rename PathGraph to MapPathGraph. RoosterDragon 2022-04-23 13:32:57 +01:00
  • a1a583ea0a Split out a base class for PathGraph. RoosterDragon 2022-04-22 20:00:34 +01:00
  • 86515610a5 Made all projectile and warhead fields readonly penev92 2022-04-25 03:21:36 +03:00
  • 2bac492a65 Made all traitInfo fields readonly penev92 2022-04-25 03:05:30 +03:00
  • 135823fced fix crash when non-host exits map chooser Gustas 2022-04-24 12:37:04 +03:00
  • a152bf7324 Replace custom mono defines with toolchain-provided defines. Paul Chote 2022-04-24 18:45:33 +01:00
  • 3e5666ca53 Return an empty path when a search with no locations is made. RoosterDragon 2022-04-22 21:42:31 +01:00
  • 7df39f3522 On Locomotor initialization, update blocked cells. RoosterDragon 2022-04-23 20:39:01 +01:00
  • 4c08e449e0 Fix master server respond not being localized. Matthias Mailänder 2022-04-22 18:51:22 +02:00
  • 0dbd8264b8 Handle exceptions thrown by HttpClient.GetAsync. Paul Chote 2022-04-23 11:41:25 +01:00
  • 6c81590b20 Extract translation strings. Matthias Mailänder 2022-04-18 16:31:42 +02:00
  • 99033ab016 Localize dedicated server messages. Matthias Mailänder 2022-04-13 12:59:42 +02:00
  • fe15748cc0 Wrap console logging with time stamp. Matthias Mailänder 2022-04-17 13:39:20 +02:00
  • aaa3b49496 Update Mono.NAT Matthias Mailänder 2022-04-17 21:15:06 +02:00
  • ecb7c16751 Tweak handling of nullable types in LUA doc generation. RoosterDragon 2022-04-04 13:21:51 +01:00
  • d2935672ca Fix the shape of the IPathFinder interface, ensure all path searches use it. RoosterDragon 2022-01-30 13:18:56 +00:00
  • 2583a7af31 After NotBefore<> support to control initialization order. RoosterDragon 2022-02-06 10:19:31 +00:00
  • 62e7c7a318 Make PortableChrono PausableConditional. Mustafa Alperen Seki 2022-03-13 15:47:47 +03:00
  • 9de8d8854d Pass PortableChrono instead of PortableChronoInfo to PortableChronoOrderGenerator. Mustafa Alperen Seki 2022-03-13 15:47:21 +03:00
  • 648c56bca1 Don't crash when joining a game after asset installation. Matthias Mailänder 2022-04-13 13:18:22 +02:00
  • 0f90713aba Added addition error logging to graphics.log when SDL fails Matthias Mailänder 2022-04-13 17:22:23 +02:00
  • 30f14dcc4c Fix Army Spectator tab not using FactionImages. Mustafa Alperen Seki 2022-03-15 12:23:28 +03:00
  • ac0969d688 Use nameof instead of hardcoded strings in reflection calls. RoosterDragon 2022-04-04 16:08:55 +01:00
  • b254eb0f3d Add dynamic map refresh Gustas 2022-02-10 14:57:43 +02:00
  • 61df7974b0 Make the delete button not call MapCache every frame Gustas 2022-01-19 22:52:39 +02:00
  • 515aba0ee7 Update SDL to 2.0.20 tomas 2022-01-23 16:40:03 +01:00
  • af3362c62f Use string.Contains(char) instead of string.Contains(string) Matthias Mailänder 2022-04-13 16:45:12 +02:00
  • 3bc28ba6e2 Use inline string replacement. Matthias Mailänder 2022-04-13 16:44:56 +02:00
  • 4f43b157a8 Add place variant building for BaseBuilderBotModule. dnqbob 2022-03-02 17:39:34 +08:00
  • f74d1c3cf8 Adjusted D2k mission player colors penev92 2022-03-16 13:38:45 +02:00
  • 2866342522 Add missing PlayerReferences in D2k map import penev92 2022-03-14 02:38:49 +02:00
  • 8e19463450 Fix desync handling tomas 2022-03-15 19:59:00 +01:00
  • dab8ee4f94 Load campaign and utils Lua scripts before map scripts abcdefg30 2022-04-08 14:47:44 +02:00
  • c71af0e613 Make NukePower MissileImage optional. Mustafa Alperen Seki 2022-03-14 18:45:59 +03:00
  • 60b123c641 Split NukePower MissileImage from MissileWeapon. Mustafa Alperen Seki 2022-03-14 18:45:37 +03:00
  • 0260884369 Added translation support for server orders. Matthias Mailänder 2021-12-18 20:12:28 +01:00
  • ee95d2591f Code cleanup. Matthias Mailänder 2022-02-12 17:50:49 +01:00
  • 7735107deb Add a script trigger overlay. Matthias Mailänder 2021-10-12 21:58:24 +02:00
  • 058fb51f4c Reduce the menu button size to save space. Matthias Mailänder 2022-04-02 17:19:17 +02:00
  • 0e7ad43425 Remove unused parameters. Matthias Mailänder 2022-03-13 12:02:52 +01:00
  • ea243b8558 Fix crash in TSEditorResourceLayer when adding resources. RoosterDragon 2022-03-26 14:48:44 +00:00
  • e685731b33 Add an update rule for the removal of AttackFrontal's FacingTolerance abcdefg30 2022-01-07 02:44:20 +01:00
  • 889425ab0f Remove AttackFrontal's FacingTolerance and define it explicitly in rules abcdefg30 2022-01-07 02:36:27 +01:00
  • 9049ae6f20 Add a backawrd moving option for mobile dnqbob 2021-05-02 18:42:53 +08:00
  • 83357af14c WorldRenderer, replace foreach ActorsWithTraits with ApplyToActorsWithTrait. #18798. Vapre 2021-07-23 22:20:00 +02:00
  • 00356b8bbd Setup Tiberian Sun forest fires. Matthias Mailänder 2021-09-19 13:17:23 +02:00
  • b54a724aea Add ability to override CannotPlaceNotification per queue. Mustafa Alperen Seki 2022-03-04 17:50:36 +03:00
  • a6cb20a4ec Fix overlapping tracks when vehicle rotates. Matthias Mailänder 2021-08-12 10:11:04 +02:00
  • 5220da1bae This can never be null. Matthias Mailänder 2021-08-12 10:09:17 +02:00
  • 2f1edd4516 Remove Replacable actors for LineBuild too. Mustafa Alperen Seki 2022-03-04 20:44:18 +03:00
  • a7004b2db7 Check for placeablilty of LineBuild Segment instead of the Post. Mustafa Alperen Seki 2022-03-04 20:42:37 +03:00
  • 153bd14f9e Add Force-Move undeploy to D2k Thumper Infantry. Mustafa Alperen Seki 2022-03-04 18:18:52 +03:00
  • d2611ebfb4 Added fsmap to music.ymal and set the lose music to it. Leo512bit 2022-03-10 21:29:52 -08:00
  • eadc8ad689 Change color of labels that correspond to disabled inputs Ivaylo Draganov 2022-02-22 19:09:29 +02:00
  • 0203476da9 Update variables for Flash lua function. Mustafa Alperen Seki 2022-03-02 16:00:23 +03:00
  • 7e4c3acda3 Fix ZRamp only allowing integer values. Mustafa Alperen Seki 2022-03-02 14:29:03 +03:00
  • e082497a1a Corrected StartBurstReport sound synchronisation when used with FireDelay. darkademic 2022-02-13 17:36:03 +00:00