Sascha Biedermann
10c38d1339
hotfix for #2789 , ready CheckBox
2013-03-27 12:58:43 +01:00
Matthias Mailänder
ba7310d0a0
Merge pull request #2859 from ihptru/bleed
...
fix #2193
2013-03-27 02:38:35 -07:00
Igor Popov
0bf79635ec
fix #2193
...
the most common reason of "Operation is not valid due to the current state of the object"
2013-03-27 06:08:01 -03:00
Matthias Mailänder
9ca391c814
Merge pull request #2817 from Mailaender/radoc-update
...
Update RADOC
2013-03-27 01:51:52 -07:00
Matthias Mailänder
0a82bfe552
format TODO: uniformly to auto-generate task list in MonoDevelop
2013-03-27 09:45:17 +01:00
Matthias Mailänder
a682670b97
update developer commentary
...
for weapon traits, crates and palettes
clarify that you don't need to update the wiki page manually
2013-03-27 09:22:23 +01:00
Matthias Mailänder
fc1a3f9916
Merge pull request #2857 from Mailaender/fix-game-start-sound-nullreference-exception
...
Fix NullReferenceException for spectator mode
2013-03-27 00:14:39 -07:00
Matthias Mailänder
5927bce7b5
no country specific game start announcer voice
...
it will crash for spectators who have none
no mod supports it at the moment anyway
2013-03-27 08:11:12 +01:00
Matthias Mailänder
d153f3f74f
Merge pull request #2855 from Mailaender/greenpeace
...
Don't burn down the forest in Allies04...
2013-03-26 15:45:14 -07:00
Matthias Mailänder
039589c739
let the soviets in allies04 not furiously attack mother nature
...
regression due to trees being destructible now
2013-03-26 23:40:03 +01:00
Matthias Mailänder
3f20415aff
Merge pull request #2821 from Mailaender/ra-desert-palette-rotation-fix
...
fix RA Desert palette rotation regressions
2013-03-26 14:39:40 -07:00
Matthias Mailänder
e795ab9174
Merge pull request #2770 from pchote/turret-cleanup
...
Weapon / Turret refactoring
2013-03-26 14:38:56 -07:00
Matthias Mailänder
0ab57c9abc
Merge pull request #2813 from Mailaender/desura
...
Desura compatibilty
2013-03-26 14:37:42 -07:00
Matthias Mailänder
c993140fe7
Merge pull request #2822 from Mailaender/shroud-selector
...
Added Shroud selector to spectator mode
2013-03-26 14:34:06 -07:00
Matthias Mailänder
715e7a010f
Merge pull request #2845 from ihptru/bots
...
option to disable bots on server + disable bots on any dedicated server
2013-03-26 14:32:29 -07:00
Matthias Mailänder
328c81e07b
Merge pull request #2848 from Mailaender/int-damage-modifier
...
Witch hunting against desyncs...
2013-03-26 14:30:27 -07:00
Matthias Mailänder
8509505c01
Merge pull request #2851 from Mailaender/editor-toolbar
...
Map Editor Beautification, fixes #2825
2013-03-26 14:29:54 -07:00
Matthias Mailänder
28f24cd03a
Merge pull request #2801 from Mailaender/hotkey-cleanup
...
Remove inconsistencies that crash C&C mod
2013-03-26 14:28:49 -07:00
Matthias Mailänder
ead0da4161
Merge pull request #2844 from Mailaender/game-asset-download-crash-hotfix
...
Hotfix: Don't Crash on First-Start when Game Assets are missing
2013-03-26 14:27:20 -07:00
Matthias Mailänder
a3c0b1b9f6
Merge pull request #2814 from Mailaender/desync-debug
...
Yet Another Desync Debug Pull Request
2013-03-26 14:26:09 -07:00
Matthias Mailänder
ca2f48a439
Update lobby.yaml
...
it is also used for the single-player GUI
2013-03-26 22:24:16 +01:00
Matthias Mailänder
04a1b56e03
Merge pull request #2369 from ihptru/cnc-server-name
...
fix cnc menu/multiplayer titles overrides by server's title;
2013-03-26 14:23:06 -07:00
Matthias Mailänder
a0bd6f0d46
Map Editor beautification
...
- show full name + version of the loaded mod in titlebar
- added a help menu with useful links
- added icons to to the menu with tooltips
- added a toolbar to the editor, closes #2825
2013-03-26 15:42:44 +01:00
Matthias Mailänder
813faee4aa
avoid unneccessary float calculations and conversions
2013-03-25 12:38:57 +01:00
Matthias Mailänder
851512a84e
eliminate public CursorProvider.Palettes
...
don't hand over the cursor palette to the world renderer at all
still update worldrender palette (set and apply modifiers)
2013-03-25 06:30:39 +01:00
Matthias Mailänder
ba12aafd78
refactor cursor rendering
...
create a new cursor palette only once and not in WorldRenderer
move cusrsor sequence lookup and drawing to CursorProvider
2013-03-24 21:21:30 +01:00
Igor Popov
41d0860db4
option to disable bots on server + disable bots on any dedicated server due to #2540
2013-03-24 19:35:44 +04:00
Matthias Mailänder
227a7a61eb
don't crash when trying to get the game assets on first start
...
wr is null at that stage
2013-03-24 15:16:49 +01:00
Matthias Mailänder
baacad8432
add Shroud selector to spectator mode, closes #2463
2013-03-24 10:42:58 +01:00
Chris Forbes
eb4f7a046f
Merge pull request #2818 from Mailaender/diplomacy-renovation
...
Bring the Diplomacy menu back to life...
2013-03-24 01:07:20 -07:00
Chris Forbes
14468b4895
Merge pull request #2819 from Mailaender/game-start-sound
...
Battlecontrol initialized!
2013-03-24 00:49:04 -07:00
Matthias Mailänder
91442a0414
add a close button with hotkey to diplomacy widget
2013-03-24 08:37:38 +01:00
Paul Chote
0167bbfbaa
Move weapon/turret definitions out of AttackBase.
...
Weapons are now defined with the Armament trait
and turret parameters live in Turreted.
This has the side effect of allowing any number
and distribution of weapons and turrets.
2013-03-24 11:58:45 +13:00
Matthias Mailänder
3e63751960
fix RA Desert palette rotation regressions
2013-03-23 22:13:35 +01:00
Matthias Mailänder
7f6eaf8d5e
move order button hotkey logic to ingame chrome logic
...
removes power-down again from cnc mod as it is not wanted there
2013-03-23 09:47:35 +01:00
Matthias Mailänder
7e9c20df71
remove bashisms for extended portability
2013-03-22 23:42:54 +01:00
Matthias Mailänder
c00eee835f
package .desktop files for map editor on Linux, too
...
move desura scripts into packaging sub-directory
2013-03-22 23:42:47 +01:00
Matthias Mailänder
0880c1241d
fixes #2190 added announcer voice upon game start
...
Thanks to @Nyerguds for mixing this together for the RA mod!
2013-03-22 22:54:45 +01:00
Matthias Mailänder
6307e51991
put NextAutoTargetScanTime into syncreport.log
2013-03-22 19:19:16 +01:00
Matthias Mailänder
43bb75c135
sync carpet bombing
2013-03-22 19:19:16 +01:00
Matthias Mailänder
6cedc424ed
dump the actor the unit tried to retiliate against to syncreport
2013-03-22 19:19:16 +01:00
Matthias Mailänder
15324b1f1a
bring the Diplomacy menu back to life, but
...
- rename LockTeams to FragileAlliances to avoid confusion
- only allow it in Free-For-All, not Team games or Missions
- grey out non-functional buttons and disabled checkboxes
2013-03-22 18:34:52 +01:00
Matthias Mailänder
2d6200792d
recommend Cg-Toolkit as soft dependency for Fedora/SUSE
...
it is in the non-free / RPMfusion repositories
2013-03-22 08:32:33 +01:00
Matthias Mailänder
28d740dfc3
Desura compatibility
...
- create launch scripts for Desura
- that access local installation launch scripts
- clean up /usr/* launch scripts created during make install
2013-03-22 08:32:33 +01:00
Chris Forbes
aa6f12f0a1
Merge pull request #2816 from ScottNZ/radoc
...
radoc tidy
2013-03-21 23:28:51 -07:00
Scott_NZ
a25aa23805
radoc tidy
2013-03-22 18:12:47 +13:00
Chris Forbes
9b1555d3a1
Merge pull request #2809 from bidifx/dblclick
...
double click on server to join
2013-03-21 10:54:22 -07:00
Sascha Biedermann
594e3c14e6
fixes #2799 : double click on server to join
2013-03-21 18:14:57 +01:00
Chris Forbes
942cbb2fe2
Merge pull request #2808 from Mailaender/trait-documentation
...
Auto-Generated Trait Documentation
2013-03-20 17:31:18 -07:00
Chris Forbes
38f0d722c6
Merge pull request #2810 from bidifx/cancel-chat
...
cancel ingame-chat with esc
2013-03-20 17:18:18 -07:00