Commit Graph

  • 83034845ef Update README.md Matthias Mailänder 2014-05-17 15:25:15 +02:00
  • 7769a3a0e9 try to cache the build dependencies Matthias Mailänder 2014-05-17 14:29:23 +02:00
  • 578b071fd4 Merge pull request #5318 from WolfGaming/cloak Paul Chote 2014-05-18 00:28:50 +12:00
  • 9a0248bbb9 Merge pull request #5302 from Mailaender/console-commands Paul Chote 2014-05-18 00:28:10 +12:00
  • 8e79879ee8 merged Pause/Surrender into PlayerCommands Matthias Mailänder 2014-05-17 14:13:44 +02:00
  • 98c2a7e591 Merge pull request #5331 from obrakmann/mission-fixes Matthias Mailänder 2014-05-17 14:02:23 +02:00
  • 31ac2340fe Merge pull request #5234 from pavlos256/startup Paul Chote 2014-05-17 23:50:45 +12:00
  • f651cb3677 Final style & rebase fixes Pavlos Touboulidis 2014-05-15 04:12:29 +03:00
  • df6159f12b Do not use the map's rules when rendering the minimap in the map chooser Pavlos Touboulidis 2014-05-14 23:56:00 +03:00
  • ca44be7b2e Only update the loading screen from the main thread Pavlos Touboulidis 2014-05-13 17:56:27 +03:00
  • a845947e0f Minor style & nit fixes Pavlos Touboulidis 2014-05-13 16:43:29 +03:00
  • d2ba50fe19 Add null perf channel to Editor Pavlos Touboulidis 2014-05-13 12:32:32 +03:00
  • 0eac2afff4 Assign world from the constructor and make the field readonly Pavlos Touboulidis 2014-05-11 03:32:56 +03:00
  • e0628b5f24 Change IngameChatLogic & MusicPlayerLogic to use the mod's rules, not the map's Pavlos Touboulidis 2014-05-11 03:27:03 +03:00
  • 6f3d9e9c97 Remove unused "Manifest" argument from World constructor Pavlos Touboulidis 2014-05-11 03:26:04 +03:00
  • b560268495 Change animations to use the proper SequenceProvider Pavlos Touboulidis 2014-05-11 03:05:47 +03:00
  • 6eabc6adf5 Remove one line of forgotten commented-out code Pavlos Touboulidis 2014-05-11 01:28:08 +03:00
  • 49ec533481 Better distinction between Widgets using the mod's DefaultRules or the map's Rules Pavlos Touboulidis 2014-05-11 01:26:11 +03:00
  • 3eefcc69f8 Use proper map rules in ProductionTooltipLogic.cs Pavlos Touboulidis 2014-05-10 23:44:00 +03:00
  • d9db1c1854 Revert replacing generic Ui.OpenWindow with static method in MusicPlayerLogic Pavlos Touboulidis 2014-05-10 18:27:30 +03:00
  • 10b8093d5a Rename ModInformation to ModMetadata Pavlos Touboulidis 2014-05-10 18:21:00 +03:00
  • 0e15ce1b88 Replace catch(KeyNotFoundException) with TryGetValue() Pavlos Touboulidis 2014-05-10 18:16:07 +03:00
  • 5bbf442cd0 Remove reference to Game.modData Pavlos Touboulidis 2014-05-10 17:56:23 +03:00
  • cb30553000 Remove stray newlines Pavlos Touboulidis 2014-05-10 17:34:02 +03:00
  • 894db95d58 Move Ruleset.cs from Map/ to GameRules/ Pavlos Touboulidis 2014-05-10 17:27:40 +03:00
  • 44c01bbaa2 Remove TileSetData and separate TileSet from Sequences Pavlos Touboulidis 2014-05-10 17:25:07 +03:00
  • 750fc4e02c Merge ModRuleset and MapRuleset into Ruleset Pavlos Touboulidis 2014-05-10 10:29:26 +03:00
  • 48d1dde8a7 Change comment about delayed actions Pavlos Touboulidis 2014-05-10 10:15:54 +03:00
  • 63ec6d60e7 Refactoring to remove static Rules & SequenceProvider Pavlos Touboulidis 2014-05-05 02:43:08 +03:00
  • c68427eaa6 Less aggressive rules caching Pavlos Touboulidis 2014-05-02 22:05:05 +03:00
  • 693186e1eb Fix caching by making the tileset part of the key Pavlos Touboulidis 2014-05-02 16:26:00 +03:00
  • 495ad989d8 Add dummy "perf" log channel to Utility Pavlos Touboulidis 2014-05-02 12:57:49 +03:00
  • 2b3d5f1544 Better caching for Rules and Sequences Pavlos Touboulidis 2014-05-02 01:35:38 +03:00
  • 77d0199384 Convert ActorReference field to Lazy Pavlos Touboulidis 2014-05-01 23:16:01 +03:00
  • 2acba2ce47 Merge pull request #5242 from reaperrr/deathsounds-followup Paul Chote 2014-05-17 23:24:44 +12:00
  • 1619df77a8 Merge pull request #5252 from Mailaender/zenity Paul Chote 2014-05-17 22:45:05 +12:00
  • fcc49b2cf4 clean up old Changelog files Matthias Mailänder 2014-05-17 10:18:55 +02:00
  • c17aa2f467 don't ship OpenRA.CrashDialog.exe on Mac/Linux Matthias Mailänder 2014-05-17 09:36:44 +02:00
  • 991ddf035a put all remaining WinForms targets together Matthias Mailänder 2014-05-17 09:36:19 +02:00
  • 65829bb58c GitHub URLs have changed Matthias Mailänder 2014-05-17 09:35:05 +02:00
  • a9664691e6 always spawn the native error dialog Matthias Mailänder 2014-05-17 09:34:22 +02:00
  • 0a5d78bbf1 fix missing hard-coded native deps after make install Matthias Mailänder 2014-05-14 13:44:40 +02:00
  • 8dd0c34a56 document the launch scripts Matthias Mailänder 2014-05-14 13:42:23 +02:00
  • 73704a2a84 copy launch scripts during Linux make install Matthias Mailänder 2014-05-14 13:42:06 +02:00
  • 46230e2a81 condense into one graphical crash dialog Matthias Mailänder 2014-05-14 13:41:33 +02:00
  • bae47ff3c9 use native Gtk2 crash dialogs on Linux Matthias Mailänder 2014-05-04 14:37:27 +02:00
  • 06671c8aa4 Fix encoding problems with ZipFile. ForNeVeR 2014-05-17 17:11:29 +07:00
  • c0610ad1e7 Various fixes to gdi04a Oliver Brakmann 2014-05-03 23:06:36 +02:00
  • b1c0a1fb11 Fix gunboat/turret battle in gdi01 Oliver Brakmann 2014-05-14 21:14:54 +02:00
  • 97ac0c494b Merge pull request #5266 from pavlos256/utility-globbing Paul Chote 2014-05-17 18:42:09 +12:00
  • 0458b932a0 Merge pull request #5115 from Mailaender/split-lobby-sync Paul Chote 2014-05-17 18:37:36 +12:00
  • 2c0c56b6b4 Merge pull request #5327 from Mailaender/idle-orderlines Paul Chote 2014-05-17 18:19:44 +12:00
  • 12767b7f21 Merge pull request #5328 from Mailaender/superpower-cleanup Paul Chote 2014-05-17 18:05:43 +12:00
  • 7b90d321a7 don't show order lines when selecting idle (attackmoving) actors Matthias Mailänder 2014-05-16 16:46:20 +02:00
  • 28c0310357 Merge pull request #5192 from matija-hustic/spawnchoice Paul Chote 2014-05-17 17:53:00 +12:00
  • ce7fb707b2 Merge pull request #5297 from Saticmotion/betterScrolling Paul Chote 2014-05-17 17:43:38 +12:00
  • e3e7d35812 Merge pull request #5326 from Mailaender/wall-types Paul Chote 2014-05-17 17:36:48 +12:00
  • ff313a3886 Added UncloakOnAttack variable to Cloak WolfGaming 2014-05-14 22:49:08 +00:00
  • f265201fa8 Merge pull request #5329 from reaperrr/nuke-ion-fix Matthias Mailänder 2014-05-16 20:35:41 +02:00
  • d5023e376d Fixes units hunting Advanced Comm. Center after being damaged by Ion Cannon. reaperrr 2014-05-16 17:31:46 +02:00
  • 5fc7ef02bf Fixes #4615: OpenRA.Utility should expand wildcards in paths Pavlos Touboulidis 2014-05-07 20:32:54 +03:00
  • bbf2364bba Fixes AI units hunting down Missile Silo/Temple of Nod after being damaged by nuke reaperrr 2014-05-16 17:30:01 +02:00
  • db77c7b45d code cleanup Matthias Mailänder 2014-05-16 17:27:49 +02:00
  • 86c0614558 fix neighbored walls connecting to everyhing Matthias Mailänder 2014-05-16 16:37:35 +02:00
  • 1bf3f3e03e The engine now uses the SDL2.0 scroll events properly. Saticmotion 2014-05-12 22:04:18 +02:00
  • 6eac7a3e05 Smaller spawns+letters. Map dialog width. Unavailable spawns disabled. matija-hustic 2014-05-16 11:23:23 +01:00
  • bad6a99caf Merge pull request #5324 from Squiggles211/apc_load_crash Matthias Mailänder 2014-05-16 09:00:03 +02:00
  • 03e2c77b09 Minor style nit fix Squiggles211 2014-05-16 00:22:00 -05:00
  • a0458eeb24 Fix crashes related to transports Squiggles211 2014-05-15 20:27:17 -05:00
  • 86271c3dd1 use List<MiniYamlNode> instead of System.Text.StringBuilder Matthias Mailänder 2014-05-15 11:36:24 +02:00
  • c7fad3a693 StyleCop and TODO Matthias Mailänder 2014-05-15 09:51:45 +02:00
  • f68a6bbd76 split latency from Client into ClientPing Matthias Mailänder 2014-04-16 19:35:43 +02:00
  • f365f9da2b split lobby SyncInfo order into smaller chunks Matthias Mailänder 2014-04-16 17:29:26 +02:00
  • 0f591bb3ba Merge pull request #5316 from reaperrr/int-mine-fix Matthias Mailänder 2014-05-15 08:07:55 +02:00
  • e59d4568b0 Adds ore mine graphics to interior tileset reaperrr 2014-05-14 20:04:59 +02:00
  • 667f92bc75 add a console command to surrender the game Matthias Mailänder 2014-05-13 10:35:13 +02:00
  • 83a3835802 add a new /pause command Matthias Mailänder 2014-05-13 10:30:36 +02:00
  • e647712003 move all console traits into one folder Matthias Mailänder 2014-05-13 09:16:34 +02:00
  • 98e48ae991 Converts InfDeath from integer to string. reaperrr 2014-05-09 01:14:42 +02:00
  • 12b3bc37f3 Fixes PlayVoiceLocal so it actually works as intended, bring DeathSounds in line with suggestions. reaperrr 2014-05-03 16:49:23 +02:00
  • b471e02776 Merge pull request #5312 from WolfGaming/CamoFix Paul Chote 2014-05-15 00:44:29 +12:00
  • 14df5a3bc3 Merge pull request #5279 from ScottNZ/news Paul Chote 2014-05-15 00:20:35 +12:00
  • e8896be1c0 Merge pull request #5315 from reaperrr/patch-2 Paul Chote 2014-05-14 23:55:02 +12:00
  • 8fc3870656 Move cnc perf graph out of the way of the news button ScottNZ 2014-05-13 23:11:53 +12:00
  • c7d8024522 Add a news panel to each mod ScottNZ 2014-05-11 05:28:09 +12:00
  • 698b326378 Make Reset button font bold in RA settings reaperrr 2014-05-14 13:48:01 +02:00
  • 5f5cc10c96 Merge pull request #5307 from pavlos256/lobby-chat-scroll Paul Chote 2014-05-14 23:34:56 +12:00
  • bca006934a Merge pull request #5313 from WolfGaming/BugFixes Paul Chote 2014-05-14 23:23:06 +12:00
  • 018c2f0c63 Fixes force fire not working on pillboxes WolfGaming 2014-05-14 01:55:47 +00:00
  • 5496636933 Fixes Camo Pillbox not decloaking when attacking WolfGaming 2014-05-14 01:12:18 +00:00
  • a420fa7d28 Merge pull request #5119 from Mailaender/spice-smoke-overlay Paul Chote 2014-05-14 22:20:27 +12:00
  • ba309a3367 add spice refinery smoke overlay when harvester docked Matthias Mailänder 2014-04-17 13:15:48 +02:00
  • 6218fedbae Merge pull request #5296 from Unit158/win-make-test-fix ScottNZ 2014-05-14 19:08:13 +12:00
  • 18bbf3c603 Merge pull request #5306 from reaperrr/ra-proc-husk Matthias Mailänder 2014-05-14 08:33:51 +02:00
  • cce7cdd36c Merge pull request #5309 from pavlos256/sam-site-starting-state Matthias Mailänder 2014-05-14 08:25:58 +02:00
  • a69ac2eb68 Merge pull request #5310 from Unit158/console Matthias Mailänder 2014-05-14 08:20:44 +02:00
  • d84a6e5897 Patched the console PR as requested by xanax` Chicken man 2014-05-13 17:35:03 -04:00
  • 558924f265 Fixes #5278: SAM site on the TD shellmap starts open Pavlos Touboulidis 2014-05-14 00:17:24 +03:00
  • 03a5be4f0d Fixes #3036 Pavlos Touboulidis 2014-05-13 22:54:49 +03:00
  • 84cb2e921d Added "make test" to Windows' make script. Chicken man 2014-05-12 17:19:58 -04:00