Commit Graph

  • afecaf6d54 Fix C&C tooltip crash (regression from #4156). Paul Chote 2013-11-30 10:53:11 +13:00
  • aa5ea1a3ce Fix bots not deploying their mcv as a result of the DeployTransform change ScottNZ 2013-11-30 09:59:22 +13:00
  • e640122d3f Update CHANGELOG ScottNZ 2013-11-29 23:49:49 +13:00
  • 0ca8f41114 Add two Lua-powered single player missions ScottNZ 2013-11-29 23:49:41 +13:00
  • 1c09d4434b Fix Einstein's voice ScottNZ 2013-11-29 23:49:29 +13:00
  • f7c39aaf3b Add some additional mission notifications to ra's notifications.yaml ScottNZ 2013-11-29 23:49:14 +13:00
  • e4d477b0e0 Add Lua standard library and supporting C#/yaml ScottNZ 2013-11-29 23:48:44 +13:00
  • 6a14434cff Add a CenterPosition helper to Viewport ScottNZ 2013-11-29 23:01:50 +13:00
  • e4e6169f7f Add a function to World for setting just the local pause state, and add a lock variable to prevent further pause state changes ScottNZ 2013-11-29 23:01:18 +13:00
  • b69508fb6b Remove MustBeDestroyed from ^TechBuilding ScottNZ 2013-11-29 22:58:04 +13:00
  • 0527c883b9 Move DeployTransform logic into its own method, and remove its CancelActivity call so it works properly when queued ScottNZ 2013-11-29 22:56:24 +13:00
  • 9312a7e03a Add husk for V19 (oil pump) ScottNZ 2013-11-29 22:53:57 +13:00
  • 6e4187cca1 Merge pull request #4177 from pchote/disable-stuff Matthias Mailänder 2013-11-29 01:19:14 -08:00
  • c861d7a930 Add server filter checkboxes to C&C. Paul Chote 2013-11-28 22:17:08 +13:00
  • 76c332acca Disable IRC chat in the server browser. Paul Chote 2013-11-28 22:14:29 +13:00
  • a99d7fee82 Disable language selector. Paul Chote 2013-11-28 22:05:14 +13:00
  • 54c81eb2c7 Merge pull request #4156 from reaperrr/widgets04 Paul Chote 2013-11-27 00:47:00 -08:00
  • 58bf488ad0 Merge pull request #4054 from cjshmyr/healthbars Matthias Mailänder 2013-11-24 13:08:50 -08:00
  • d30f60809b Added 2 settings for unit health bars: always show unit health, and team health bar colors Curtis Shmyr 2013-11-10 11:48:41 -07:00
  • 1f789b4296 var instead of SpriteFont on TimerWidget. reaperrr 2013-11-22 13:49:18 +01:00
  • f743cedb10 Adds improved UI customizability to changelog. reaperrr 2013-11-22 13:36:55 +01:00
  • 09606e8ffd Moved duplicate float2 before if as suggested. reaperrr 2013-11-22 13:36:22 +01:00
  • 4c92280b7e Moved duplicated int2 in ButtonWidget before if as suggested. reaperrr 2013-11-22 13:34:46 +01:00
  • 90fa7743c3 Merge pull request #4166 from Mailaender/minor-fixes Paul Chote 2013-11-22 01:40:33 -08:00
  • bad95a3652 Merge pull request #4159 from reaperrr/camobox-cloaksound-fix Paul Chote 2013-11-22 00:07:35 -08:00
  • 3e74e224c3 Merge pull request #4149 from Mailaender/speedup-array-bounds Paul Chote 2013-11-21 23:57:23 -08:00
  • 7777a3673e Merge pull request #4148 from Mailaender/rank-hardening Paul Chote 2013-11-21 23:53:21 -08:00
  • 2c889af346 fixed neutral tech center remap in make animation Matthias Mailänder 2013-11-21 22:00:20 +01:00
  • 703145fc14 Changelog entry for removed cloak sounds on camo pillbox. reaperrr 2013-11-21 21:54:19 +01:00
  • 07c9c70426 use the TS move flash instead of the RA one Matthias Mailänder 2013-11-21 21:38:53 +01:00
  • 593a1ff0d6 Merge pull request #4151 from Mailaender/assetbrowser-renovation Chris Forbes 2013-11-21 12:15:40 -08:00
  • 60e861e6e4 Sets cloak and uncloak sound defaults to null. reaperrr 2013-11-21 16:33:56 +01:00
  • f5f6545ba0 Merge pull request #4160 from reaperrr/desert-church-fix Matthias Mailänder 2013-11-20 13:53:45 -08:00
  • 4664e3ed2b Makes desert church garrisonable by Sniper. Closes #4152. reaperrr 2013-11-20 16:27:25 +01:00
  • 45afbcb38e Disables cloak sound on camouflaged pillbox. Closes #4154. reaperrr 2013-11-20 16:18:02 +01:00
  • 9883658d0f Merge pull request #4140 from ScottNZ/lua-wip Paul Chote 2013-11-19 16:25:07 -08:00
  • 701c5b6aac Disables ButtonWidget contrast default (accidental left-over from testing). reaperrr 2013-11-19 15:53:13 +01:00
  • f9c2e90c6b Moves TextFieldWidget defaults to metrics.yaml. reaperrr 2013-11-19 01:42:16 +01:00
  • e73b3705c6 Moves defaults for HotkeyEntryWidget to global settings in metrics.yaml. reaperrr 2013-11-19 01:41:32 +01:00
  • 394a2b5166 Makes ButtonWidget and Widgets based on it more customizable, sets defaults in metrics.yaml. reaperrr 2013-11-19 01:39:57 +01:00
  • 915bf2cff0 Makes TimerWidget LabelWidget-based for better customizability. Sets defaults for LabelWidget in metrics.yaml. reaperrr 2013-11-19 01:37:01 +01:00
  • 6327a88b68 Update CHANGELOG for Lua support and 'make install' changes ScottNZ 2013-11-18 20:48:38 +13:00
  • 94d1936286 fix shortcut on Linux Matthias Mailänder 2013-11-16 14:25:47 +01:00
  • fcd8997c25 break RPM auto dependency generation completely apart Matthias Mailänder 2013-11-16 14:21:30 +01:00
  • 5f92b69211 don't terminate the RPM build because we ship .so in noarch Matthias Mailänder 2013-11-16 14:08:00 +01:00
  • c257b3e74b fix duplicate / Matthias Mailänder 2013-11-16 12:03:31 +01:00
  • 2062a1bf9b install openra to /usr/lib now that we ship native libraries Matthias Mailänder 2013-11-16 11:56:35 +01:00
  • 1d60b86b9b fix indentions Matthias Mailänder 2013-11-16 11:51:58 +01:00
  • a0d0bc9830 clean up exe laying around elsewhere Matthias Mailänder 2013-11-16 11:36:03 +01:00
  • 17a024202b we now have .so and .dylib Matthias Mailänder 2013-11-16 11:35:54 +01:00
  • 6498e0ec7a moved KDE stuff into local git ignore Matthias Mailänder 2013-11-16 11:27:01 +01:00
  • 3e5255d619 remove old and misleading note Matthias Mailänder 2013-11-16 11:21:33 +01:00
  • acd7efd957 install the Lua libraries on Mac OS and Linux Matthias Mailänder 2013-11-16 11:29:13 +01:00
  • d01ee2a75e Update build, package and installer scripts for LuaInterface ScottNZ 2013-11-15 22:01:18 +13:00
  • e730580030 Add LuaInterface dependencies ScottNZ 2013-11-15 22:00:27 +13:00
  • cd0b3d8862 Add map scripting support ScottNZ 2013-11-15 21:57:44 +13:00
  • b2f46a56ea Add FindType method to ObjectCreator ScottNZ 2013-11-15 21:56:23 +13:00
  • 0a50371a37 Add LuaInterface project ScottNZ 2013-11-15 21:55:38 +13:00
  • 55423b159a Move RASpecialPowers into OpenRA.Mods.RA.Scripting ScottNZ 2013-11-15 21:53:56 +13:00
  • d9148edc8d updated CHANGELOG Matthias Mailänder 2013-11-17 23:37:31 +01:00
  • da235d7aee .IsDead() includes the .Destroyed check Matthias Mailänder 2013-11-17 23:32:32 +01:00
  • 8a13cd6c6a additional checks to avoid giving dead actors a rank sign Matthias Mailänder 2013-11-17 15:20:13 +01:00
  • dd848ddd11 PaulCop clean Matthias Mailänder 2013-11-17 22:43:59 +01:00
  • 9e50f577a0 fixed index outside bounds of the array when 0 productions left Matthias Mailänder 2013-11-17 15:48:28 +01:00
  • e981275cb1 added a palette chooser and colorpicker dropdown to the browser Matthias Mailänder 2013-11-17 20:20:45 +01:00
  • d9ac907315 abbreviate the user support folder as in mod.yaml Matthias Mailänder 2013-11-17 17:22:20 +01:00
  • 6171ea7cf3 harden asset browser against invalid user input and allow R8 Matthias Mailänder 2013-11-17 17:19:47 +01:00
  • f6bd53c15e StyleCop Matthias Mailänder 2013-11-17 16:09:23 +01:00
  • d973ed307f don't crash the asset browser when loading sprites with 1 frame Matthias Mailänder 2013-11-17 16:07:32 +01:00
  • 5d3987dee3 Update CHANGELOG Matthias Mailänder 2013-11-17 08:37:23 +01:00
  • a8a5a88e8f Merge pull request #4138 from pchote/remove-mod-merging Matthias Mailänder 2013-11-16 11:04:44 -08:00
  • 8026b6ded6 Merge pull request #4141 from Mailaender/proximity Paul Chote 2013-11-15 22:48:56 -08:00
  • b875e9f0a2 remove bit-rotted Proxmity trait Matthias Mailänder 2013-11-15 14:31:07 +01:00
  • d6f1debe22 Stylecop clean Manifest. Paul Chote 2013-11-15 09:20:53 +13:00
  • a08dbdba05 Stylecop clean Mod. Paul Chote 2013-11-15 09:20:46 +13:00
  • 6d6d1e230b Remove runtime mod merging. Closes #3421. Paul Chote 2013-10-06 12:44:20 +13:00
  • 4d893cb1f2 Merge pull request #4129 from ScottNZ/refactor Chris Forbes 2013-11-12 00:06:01 -08:00
  • e8f961b13c Merge pull request #4130 from ScottNZ/lua-wip Chris Forbes 2013-11-12 00:05:51 -08:00
  • 3f117d751b Fix HackyAI confusing an empty sequence for null ScottNZ 2013-11-12 19:37:35 +13:00
  • 74e2baeb48 Fix a few spelling errors ScottNZ 2013-11-12 18:38:21 +13:00
  • 49b1e69f44 Fix a stack overflow ScottNZ 2013-11-12 18:36:25 +13:00
  • dfd19187fe Fix closure removal in Download.cs ScottNZ 2013-11-12 18:34:37 +13:00
  • 1394c1dcee Remove some misc redundancies ScottNZ 2013-11-12 17:40:34 +13:00
  • 8197f29606 Rename type parameter "ValueType" to "T" in HackyAI.cs ScottNZ 2013-11-12 17:37:22 +13:00
  • f1f1a2b166 Add missing license notice to ResourceClaim.cs ScottNZ 2013-11-12 17:35:28 +13:00
  • 00ec1ca87a Remove unused usings ScottNZ 2013-11-12 17:34:58 +13:00
  • 86a3e14f2d Remove constructor base() redundancies ScottNZ 2013-11-12 17:31:55 +13:00
  • 7c5f3cc0f1 Replace some Where-FirstOrDefault chains with a single call to FirstOrDefault ScottNZ 2013-11-11 21:20:19 +13:00
  • c373bc22e8 Rewrite our Equals implementations so they don't crash when comparing incompatible objects ScottNZ 2013-11-12 17:12:00 +13:00
  • 9643609c31 Merge pull request #4128 from pchote/deb-fix Chris Forbes 2013-11-11 13:19:33 -08:00
  • b659d83239 Fix debian package and packaging. Matthias Mailänder 2013-11-10 12:49:19 +01:00
  • eb46b5a131 Merge pull request #4126 from ScottNZ/flashtarget-crash Paul Chote 2013-11-11 03:20:16 -08:00
  • fb4e1b4805 Fix FlashTarget crash ScottNZ 2013-11-11 23:49:00 +13:00
  • 1959326c4d Merge pull request #4117 from Mailaender/nsis-mods-hotfix Paul Chote 2013-11-11 02:20:47 -08:00
  • 43a878887c hotfix broken mods folder Matthias Mailänder 2013-11-10 12:27:53 +01:00
  • 963b3804ca Merge pull request #4116 from pchote/lobby-fix Matthias Mailänder 2013-11-10 01:39:59 -08:00
  • a2f16ea781 Fix the auto-team options. Paul Chote 2013-11-10 22:34:09 +13:00
  • 326079f1e1 Merge pull request #4109 from Mailaender/spectator-team-suffix Paul Chote 2013-11-10 01:20:49 -08:00
  • b11373dbe8 Merge pull request #4115 from Mailaender/framerate-cap-default Paul Chote 2013-11-10 01:16:59 -08:00
  • 0acec989bf cap the frame rate by default Matthias Mailänder 2013-11-10 10:05:23 +01:00