Skip to content

Commit

Permalink
Ported to the latest Diplomacy (4.2) and PBOD (0.90.1). Created a new…
Browse files Browse the repository at this point in the history
… method for weave selection. Beginning to wrap up the channeling changes.
  • Loading branch information
mat2rivs committed Jan 15, 2012
1 parent a9c2bf1 commit 6d39f4b
Show file tree
Hide file tree
Showing 14 changed files with 3,968 additions and 3,391 deletions.
1 change: 1 addition & 0 deletions ID_presentations.py
Expand Up @@ -61,3 +61,4 @@
prsnt_troop_ratio_bar = 60 prsnt_troop_ratio_bar = 60
prsnt_troop_ratio_bar_multiplayer = 61 prsnt_troop_ratio_bar_multiplayer = 61
prsnt_troop_ratio_bar_multiplayer_2 = 62 prsnt_troop_ratio_bar_multiplayer_2 = 62
prsnt_battle_time_weave_selection = 63
107 changes: 54 additions & 53 deletions ID_strings.py
Expand Up @@ -3718,58 +3718,59 @@
str_almost_out_of_ammo = 3717 str_almost_out_of_ammo = 3717
str_welcome_to_randland = 3718 str_welcome_to_randland = 3718
str_channeling_help = 3719 str_channeling_help = 3719
str_learn_weave_1 = 3720 str_learn_weave = 3720
str_learn_weave_2 = 3721 str_learn_weave_1 = 3721
str_learn_weave_3 = 3722 str_learn_weave_2 = 3722
str_learn_weave_4 = 3723 str_learn_weave_3 = 3723
str_learn_weave_5 = 3724 str_learn_weave_4 = 3724
str_learn_weave_6 = 3725 str_learn_weave_5 = 3725
str_learn_weave_7 = 3726 str_learn_weave_6 = 3726
str_learn_weave_8 = 3727 str_learn_weave_7 = 3727
str_learn_weave_9 = 3728 str_learn_weave_8 = 3728
str_learn_weave_10 = 3729 str_learn_weave_9 = 3729
str_learn_weave_11 = 3730 str_learn_weave_10 = 3730
str_learn_weave_12 = 3731 str_learn_weave_11 = 3731
str_learn_weave_13 = 3732 str_learn_weave_12 = 3732
str_learn_weave_14 = 3733 str_learn_weave_13 = 3733
str_legion_army_recruit = 3734 str_learn_weave_14 = 3734
str_red_hand_recruit = 3735 str_legion_army_recruit = 3735
str_two_rivers_recruit = 3736 str_red_hand_recruit = 3736
str_mayene_recruit = 3737 str_two_rivers_recruit = 3737
str_cairhien_recruit = 3738 str_mayene_recruit = 3738
str_illian_recruit = 3739 str_cairhien_recruit = 3739
str_murandy_recruit = 3740 str_illian_recruit = 3740
str_altara_recruit = 3741 str_murandy_recruit = 3741
str_arad_doman_recruit = 3742 str_altara_recruit = 3742
str_tear_recruit = 3743 str_arad_doman_recruit = 3743
str_andor_recruit = 3744 str_tear_recruit = 3744
str_ghealdan_recruit = 3745 str_andor_recruit = 3745
str_far_madding_recruit = 3746 str_ghealdan_recruit = 3746
str_tarabon_recruit = 3747 str_far_madding_recruit = 3747
str_amadicia_recruit = 3748 str_tarabon_recruit = 3748
str_whitecloak_recruit = 3749 str_amadicia_recruit = 3749
str_shienar_recruit = 3750 str_whitecloak_recruit = 3750
str_arafel_recruit = 3751 str_shienar_recruit = 3751
str_kandor_recruit = 3752 str_arafel_recruit = 3752
str_saldaea_recruit = 3753 str_kandor_recruit = 3753
str_sedai_recruit = 3754 str_saldaea_recruit = 3754
str_aiel_recruit = 3755 str_sedai_recruit = 3755
str_seanchan_recruit = 3756 str_aiel_recruit = 3756
str_shadowspawn_recruit = 3757 str_seanchan_recruit = 3757
str_shara_recruit = 3758 str_shadowspawn_recruit = 3758
str_sea_folk_recruit = 3759 str_shara_recruit = 3759
str_land_of_madmen_recruit = 3760 str_sea_folk_recruit = 3760
str_toman_head_recruit = 3761 str_land_of_madmen_recruit = 3761
str_companion_weave_1 = 3762 str_toman_head_recruit = 3762
str_companion_weave_2 = 3763 str_companion_weave_1 = 3763
str_companion_weave_3 = 3764 str_companion_weave_2 = 3764
str_companion_weave_4 = 3765 str_companion_weave_3 = 3765
str_companion_weave_5 = 3766 str_companion_weave_4 = 3766
str_companion_weave_6 = 3767 str_companion_weave_5 = 3767
str_companion_weave_7 = 3768 str_companion_weave_6 = 3768
str_companion_weave_8 = 3769 str_companion_weave_7 = 3769
str_companion_weave_9 = 3770 str_companion_weave_8 = 3770
str_companion_weave_10 = 3771 str_companion_weave_9 = 3771
str_companion_weave_11 = 3772 str_companion_weave_10 = 3772
str_companion_weave_11 = 3773




0 comments on commit 6d39f4b

Please sign in to comment.