Commit Graph

  • 916e63710c Fix #892 Paul Chote 2011-06-24 17:08:58 +12:00
  • 8122d63a74 Remove SSM from Nod Paul Chote 2011-06-24 01:21:24 +12:00
  • edbc7a028b Artillery goes back to Nod Paul Chote 2011-06-24 01:21:17 +12:00
  • 06c32a728a Update CHANGELOG Paul Chote 2011-06-24 00:36:35 +12:00
  • 35a5fc3356 Work around for #902. Paul Chote 2011-06-23 21:48:40 +12:00
  • 2d34169d79 Fix harv/proc/selling interaction. Fix formatting issues in OreRefinery. (Fixes #901, #903) Paul Chote 2011-06-23 19:53:31 +12:00
  • 122c7ec569 Don't show bounty cashticks of $0. Paul Chote 2011-06-23 19:19:30 +12:00
  • ef8b6b2e71 Remove FlyOffMap.Interruptable. Fixes #906. Paul Chote 2011-06-23 19:16:20 +12:00
  • 78502317aa APC becomes an Anti-Air transport. Will need new turret artwork. Paul Chote 2011-06-24 00:40:47 +12:00
  • 1848405795 Rocket Launcher (MSAM) rework. Now fires 6 unguided rockets, has a fixed turret, cannot target air. Paul Chote 2011-06-23 19:09:43 +12:00
  • 41def5fef5 Split STNK weapon from MSAM, give it burst 2, and set correct barrel offsets. Doubles effective STNK damage. (Fixes #907) Paul Chote 2011-06-23 18:45:35 +12:00
  • 60a4a06ee4 Restore APC cargo pips (Fixes #910). Paul Chote 2011-06-23 18:13:08 +12:00
  • ec3d467858 HackyAI supports teams (Fixes #917). Paul Chote 2011-06-23 17:41:38 +12:00
  • 6ed0c574be Update CHANGELOG Paul Chote 2011-06-22 22:03:48 +12:00
  • 099ede0428 Halve bridge strength Paul Chote 2011-06-21 20:44:19 +12:00
  • 65f1427bf2 Fix some other bogus bits in Bridge Paul Chote 2011-06-21 20:35:19 +12:00
  • 5e220a9ac7 Fix #306 Paul Chote 2011-06-21 19:55:43 +12:00
  • af4093f380 Swap the default value for FlyOffMap.Interruptible. The common case (scripted aircraft) don't want to be interruptible. Fixes badr desync caused by the mono 2.6.7 compiler dropping initializers for bools that default to true. Paul Chote 2011-06-21 14:19:11 +12:00
  • 74b2b36a40 Clean up and merge #883 Paul Chote 2011-06-21 13:34:38 +12:00
  • bb2e514dfd Fixed title in ra map "Center of Attention" Curtis S 2011-06-20 19:11:31 -06:00
  • 6feccab5db Add map-player check to SurrenderOnDisconnect Paul Chote 2011-06-21 03:41:36 +12:00
  • 1cdfd44d43 Fix #897. Paul Chote 2011-06-21 03:40:39 +12:00
  • ce65127e34 Fix observer tooltips (Bug #769) Paul Chote 2011-06-21 02:51:50 +12:00
  • e33995d71b Don't display a tooltip for actors without the Tooltip trait Paul Chote 2011-06-20 22:22:40 +12:00
  • 088573f2b7 Disable controls instead of hiding when ready. Fixes #889 Paul Chote 2011-06-20 21:44:14 +12:00
  • 7838896c81 Display bot spawns to everyone, not just the host. Paul Chote 2011-06-20 20:03:11 +12:00
  • 43aae99dd0 Fix #888 Paul Chote 2011-06-20 19:46:41 +12:00
  • 49dfbd43b7 Fix #896 Paul Chote 2011-06-20 19:30:58 +12:00
  • 347a80f0a7 Unbitrot GDI01. The broken rules overrides have been left as a testcase for #768 Paul Chote 2011-06-19 18:14:07 +12:00
  • c014731a2f Fix Map.PlayerCount Paul Chote 2011-06-19 17:34:38 +12:00
  • bafa411329 Expose LockTeam/LockSpawn to mappers Paul Chote 2011-06-19 17:26:36 +12:00
  • 8875d1adee Skirmish starts with the last used map. Paul Chote 2011-06-19 17:18:37 +12:00
  • 4fa9a2ba2b Group the music button on the left Paul Chote 2011-06-19 14:29:29 +12:00
  • e00bfd487d Hook up the spawn selector. Paul Chote 2011-06-19 14:17:31 +12:00
  • c80fbaacd5 Add a spawnpoint selector for bots (selector logic unimplemented) Paul Chote 2011-06-20 13:06:38 +12:00
  • b4ce97691b Use images instead of checkboxes for non-editable status fields and fix player template naming: local/remote -> editable/non-editable. Paul Chote 2011-06-19 14:07:02 +12:00
  • ac68f9dab3 Remove Bot: label from bots in the slot dropdown. Paul Chote 2011-06-19 13:04:42 +12:00
  • e7543f28df Fix naming of Player.PlayerReference. Paul Chote 2011-06-20 00:02:02 +12:00
  • 91b31b1981 Rewrite ChooseInitialStance to support bot teams and remove obsolete crap. Paul Chote 2011-06-20 00:10:29 +12:00
  • 4f172d7ed8 Make bots first-class players. - Bots have their own Clients, with unique ClientIDs - Hosts can set bot team/color in the lobby - Bots are kicked when switching to a smaller map without enough slots - Order validator assumes that only client 0 has permission to issue bot orders Paul Chote 2011-06-19 02:39:34 +12:00
  • 0c9190a1af Enforce color/race/team locking Paul Chote 2011-06-19 02:26:43 +12:00
  • 19d74fef52 Server support for host changing other client's race/color/team/spawn Paul Chote 2011-06-17 21:44:00 +12:00
  • d2df5722b5 Fix the lobby slots. - lobbyInfo.Slots is now a dictionary, keyed by the name of the PlayerReference that the slot is tied to. - LockRace/Color/Team is now specified on the slot, avoiding map lookups in the lobby - Observers are no longer tied to slots -> players will join as observers instead of crashing the game if there are no available slots - Observers are able to change their name and color Paul Chote 2011-06-17 19:03:57 +12:00
  • e934baa6e9 Better bot spawning code; better random color and proper player names. Paul Chote 2011-06-17 22:50:05 +12:00
  • 0899916406 Disable diplomacy and cheats for observers Paul Chote 2011-06-19 12:30:58 +12:00
  • 532bd42aed Remove obsolete Player index cruft Paul Chote 2011-06-17 22:17:03 +12:00
  • bcbd18bb52 Skirmish mode starts with a bot selected. Paul Chote 2011-06-18 00:39:50 +12:00
  • c6182f6039 Fix player connected chat message Paul Chote 2011-06-17 21:30:39 +12:00
  • 3409d8f046 remove type-specific functions for ChromeMetrics.Get; use FieldLoader Chris Forbes 2011-06-17 18:50:23 +12:00
  • 7095f293ff Fix #865 Paul Chote 2011-06-17 16:45:52 +12:00
  • 63e77755b7 Fix #864 - don't display the depressed state if the checkbox is disabled Paul Chote 2011-06-20 14:38:59 +12:00
  • d043f4807f Make the checkbox depressed state optional, and disabled in ra. Paul Chote 2011-06-17 16:20:30 +12:00
  • 94bca753d2 Fix #866 Paul Chote 2011-06-17 15:58:30 +12:00
  • 9bf0a97327 Fix RMBO death sequences Paul Chote 2011-06-17 15:42:59 +12:00
  • fe5ef82cdf Allow bot players to be created via map.yaml Paul Chote 2011-06-03 09:14:41 +12:00
  • 64497c9b2f Fix exploding walls Paul Chote 2011-06-02 18:11:30 +12:00
  • 2f86208a9a Swap mod and replay buttons Paul Chote 2011-06-02 17:45:11 +12:00
  • 568814b15a Display cnc mod version in the main menu Paul Chote 2011-06-02 17:44:55 +12:00
  • 7fb46bb2b6 Work around CreateLocalServer miscompile Paul Chote 2011-06-02 17:24:07 +12:00
  • 00b730ab0f Update changelog Paul Chote 2011-05-31 16:09:52 +12:00
  • b487476ea9 Remove Game.AfterGameStart Paul Chote 2011-05-30 20:57:30 +12:00
  • 2ebb2ae921 Remove static handler crap from widget delegates - Register/unregister events manually (ra & cnc). Paul Chote 2011-05-30 20:48:19 +12:00
  • add29e845e Fix orphaned DropDown panels (eg when exiting menus using a hotkey) Paul Chote 2011-05-30 20:27:58 +12:00
  • ad3f378545 Add a hook for widgets being removed, and ensure widgets are removed consistently. Paul Chote 2011-05-31 21:14:28 +12:00
  • bbce4368d9 Remove some crap from ra ServerBrowserLogic Paul Chote 2011-05-30 20:23:12 +12:00
  • fcceac1730 GPS fix Mike Bundy 2011-05-23 02:25:47 +01:00
  • b64f883658 Moved Medic cost down to 500 from 800 Curtis S 2011-05-30 23:46:43 -06:00
  • 571386f987 Added 13 new RA maps by buddha, hamb, seru Curtis S 2011-05-30 23:44:00 -06:00
  • ed26c7c0b4 Fixed open grass areas in koth-crossroads Curtis S 2011-05-30 23:14:33 -06:00
  • 5f8e5d6da5 Fixed open grass/water/sea areas on community made maps Curtis S 2011-05-30 23:01:10 -06:00
  • 9a2f04ce2d Fix cheats button width Paul Chote 2011-05-31 18:09:49 +12:00
  • bce8e0ab1d Fix ftnk firing offsets. Paul Chote 2011-05-31 17:49:29 +12:00
  • e79d8133d4 Fix ATWR firing offsets. Add a burst delay. Paul Chote 2011-05-31 17:14:27 +12:00
  • 489487c96c Fix OBLI fire offset Paul Chote 2011-05-31 16:53:19 +12:00
  • 9b858af2b7 Add muzzleflash to GTWR. WithMuzzleFlash now actually uses the turret position. Paul Chote 2011-05-30 22:48:53 +12:00
  • 99611f66de Nerf FTNK Paul Chote 2011-05-30 21:49:31 +12:00
  • 41819354ac Fix selection box dragging behind other ui elements Paul Chote 2011-05-30 21:02:23 +12:00
  • 6512db14cf Fix #845 (spawnpoint artwork leaks across mod change) Paul Chote 2011-05-30 18:19:05 +12:00
  • c07abc48b2 Remove some nonfunctional code in BuildPaletteWidget Paul Chote 2011-05-30 19:22:41 +12:00
  • b425d770c5 Correct parameter order in IOrderTargeter.CanTargetLocation interface definition Paul Chote 2011-05-30 19:22:01 +12:00
  • 922f4754f9 Drop the ControlGroupModifier setting. Use Cmd on osx for group addition. Paul Chote 2011-05-30 17:35:06 +12:00
  • 2d43d656c2 Remove bs settings state tracking Paul Chote 2011-05-23 22:53:23 +12:00
  • 81515705ec Add keyboard shortcut support to ButtonWidgets. Hook up 'escape' and 'return' as appropriate for moving through menus. Paul Chote 2011-05-23 19:38:49 +12:00
  • 124f19f00b Bind skirmish servers to a random available port Paul Chote 2011-05-23 19:04:41 +12:00
  • a288c5df15 Use static ctors for static setup. Paul Chote 2011-05-23 18:14:01 +12:00
  • a5fdfbfd60 fix water artifacts on cnc shellmap Chris Forbes 2011-05-30 22:03:47 +12:00
  • f84312acb9 add editor hack for fixing open areas in existing ra maps Chris Forbes 2011-05-30 21:59:25 +12:00
  • 5531715652 fixed 850 -- rallypoint flags staying original owner's color after capture Chris Forbes 2011-05-30 21:35:35 +12:00
  • 368468e323 format RenderSimple Chris Forbes 2011-05-30 21:32:54 +12:00
  • 61cde675ea fixed 741 -- use the correct superweapon building when more than one is available and some are disabled Chris Forbes 2011-05-30 21:26:05 +12:00
  • 7ac57014fb tidy Chris Forbes 2011-05-30 21:17:25 +12:00
  • 596e64e527 remove ReverseEnterTransport -- 852 Chris Forbes 2011-05-30 21:15:56 +12:00
  • d54c632812 remove unused LinkProc function Chris Forbes 2011-05-30 20:59:11 +12:00
  • 09027d4770 fixup in RenderCargo Chris Forbes 2011-05-30 20:58:18 +12:00
  • 05bb335ce2 fix missing center panel part on fancy tooltips Chris Forbes 2011-05-30 20:52:16 +12:00
  • 0ba41acf4a add muzzle flashes to pbox/hbox Chris Forbes 2011-05-30 20:26:57 +12:00
  • e24c8971b6 fixed 796 -- AttackTurreted sets IsAttacking correctly now. Chris Forbes 2011-05-30 20:14:43 +12:00
  • 24586ac056 fixed 771 -- adds Passenger.Weight, Cargo.MaxWeight, Cargo.PipCount Chris Forbes 2011-05-30 20:09:22 +12:00
  • faf0ea387f small cleanup Chris Forbes 2011-05-30 19:37:16 +12:00
  • 6fd4b565c9 reinstate required hack in GainsExperience.InnerModifyRender Chris Forbes 2011-05-23 22:16:21 +12:00