-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathREADME
More file actions
904 lines (681 loc) · 21.2 KB
/
README
File metadata and controls
904 lines (681 loc) · 21.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
==========================================
VER: 1.4.0
FIX: CAGE is back to life ;)
==========================================
VER: 1.3.2
FIX: Statpoint dialog
==========================================
VER: 1.3.1
FIX: Chat Switch
FIX: Double click fiasco ;)
==========================================
VER: 1.3.0
FIX: Loadouts not working
FIX: Generals not working
FIX: Buying favor refills
FIX: Guild battle filters
==========================================
==========================================
VER: 1.2.20
ADD: Hide completed quests
FIX: Energy/Stamina shortcut showing nothing
FIX: Adjusted to new FB layout
FIX: Hero update potion dialog position
CHG: Removed Assister
CHG: Removed Gifting
CHG: Removed Army filler/cleaner
CHG: Stashing with manual switch to Aeris
==========================================
VER: 1.2.19
ADD: Clickable user images
ADD: Filters for guild conquest battles (thanks to Bonbons)
FIX: Assister (still no FB comments)
FIX: Stay on current page when changing Loadouts
FIX: Army cleaner & filler
==========================================
VER: 1.2.18
ADD: Save settings as FB note
ADD: Full Health Filter for Guild Battles (thanks to Bonbons)
ADD: Faster profile pic loading
FIX: Guild Conquest health/actions display
FIX: Gate resetting when attacking with duel button (thanks to Bonbons)
FIX: Guild battle points filter not resetting
==========================================
VER: 1.2.17
FIX: Army Cleaner & Filler
==========================================
VER: 1.2.16
FIX: Assister (FB like & comment disabled for now)
FIX: Conquest report position
CHG: jQuery & jQuery UI updated
==========================================
VER: 1.2.15.5
FIX: CAGE not starting (thanks to Ismo & Matthew)
==========================================
VER: 1.2.15.4
ADD: Update much more COPTER data (thanks to Mr. Larson himself)
ADD: Festival battle filter for battle points (thanks to Bonbons)
ADD: Loadouts
FIX: Sorting/reload in Conquest Duel
==========================================
VER: 1.2.14
ADD: Guild battle filter for battle points (thanks to Bonbons)
FIX: Missing images in forge
FIX: Attack buttons in monster list
FIX: Demi tool
FIX: Festival filter
CHG: jQuery & jQuery UI updated
==========================================
VER: 1.2.13
FIX: Monster stats
FIX: Demi tool
FIX: Selecting generals at quests
FIX: Guild battle filters
=========================================
VER: 1.2.12
FIX: CAGE Timeouts
FIX: Manifest (internal stuff)
CHG: Assister pauses between assist a bit
CHG: Fix CA grammar on assist (1th, 2th, 3th)
==========================================
VER: 1.2.11β
FIX: A lot of other stuff and finally bringing CAGE back to life ;)
FIX: Army Cleaner
ADD: Monthly general Brakus
ADD: MOnthly general Ravendor
==========================================
VER: 1.2.10β
FIX: Index page oldest attack
CHG: Updated jQuery UI
CHG: Error handling for COPTER
FIX: COPTER enabled in Firefox
ADD: Update COPTER generals
ADD: Option to keep iPhone players in army (untested)
FIX: Buy generals from quests
FIX: Update war council breaks CAGE
ADD: Sort war council by effective attack
FIX: Own damage in monster results
FIX: Shown stats when heal/strengthen...
FIX: Alchemy page stuck (Firefox)
==========================================
VER: 1.2.9β
FIX: Keep divine-item stats not showing
FIX: Guild class only working once
FIX: Alchemy info popups
ADD: COPTER APIs (best_offensiv/defensive_general, update_stats)
FIX: Kobo displaced checkboxes
FIX: Monster stats for new monster layout
ADD: Monthly general Kendra
==========================================
VER: 1.2.8β
ADD: Hide incomplete at alchemy page
ADD: Pin alchemy to top of list
FIX: Missing monster stats
ADD: Hide alchemy items
FIX: Show unassigned guild members in formation
==========================================
VER: 1.2.7β
FIX: Battle summary on home page
FIX: Assisting friendlists
FIX: Update function (Firefox only)
FIX: Remove generals from favorites
FIX: Monster stats overlapping
ADD: Select gift on RTF
FIX: Consumables in keep only shows energy
==========================================
VER: 1.2.6β
FIX: Raid list getting messed up
FIX: Problems with Iron & Rockmelt
==========================================
VER: 1.2.5β
ADD: COPTER connection (disabled)
ADD: Enable/disable CAGE (Chrome)
ADD: Needclickers can disable CAGE for CTAs
ADD: Show stats for items in keep
FIX: Battle stats
FIX: Double scrollbars
FIX: General equipment not updating
==========================================
VER: 1.2.4β
ADD: Monthly general Zolthar
FIX: Sano position in Atlantis quests
FIX: Monster stats not on every monster
FIX: General pics not showing after entering generals page
FIX: Current generals def/att stats incl. items bonuses
FIX: Generals reappear on fav list
FIX: Dismiss/Join in friends keep broken
CHG: Extra tier in public monsters disabled for now
==========================================
VER: 1.2.3β
ADD: Chat to sidebar
FIX: Chat not posting new messages
FIX: Guild formation displayed in wrong order
FIX: Pinned alchemy items
CHG: Reduced bandwidth usage for tools and startup
==========================================
VER: 1.2.2β
ADD: Change guild formation with drag&drop
ADD: Goblin item locker
ADD: All tiers at public monster list and selected tier stored
ADD: Alchemy item pinning
FIX: Fill/Remove army button in Firefox
CHG: Some CSS stuff
CHG: Some performance stuff
==========================================
VER: 1.2.1β
ADD: Receive & Return gift - gift 1 (allways newest) for now
ADD: Favor points sidebar stat
FIX: Sort general-fav-lists on generals page
FIX: Crusader missing in Home menu
FIX: Not clearing RTF list
FIX: CSS stuff, most of it Firefox only
FIX: Generals page stuff
==========================================
VER: 1.1.32β
ADD: Conquest points added to summary
FIX: Monthly generals list at the oracle
FIX: Stat points distribution showing negativ value
==========================================
VER: 1.1.31β
ADD: Stats points upgrade dialog
ADD: Current weapons at generals image
ADD: Monster activity display
FIX: CA level bar growing to 125%
FIX: Sort order of oracle generals
FIX: Enemies health in guild/fest. battles in results
CHG: Achievements show only have/need when have < need
CHG: Class powers in stats only update when saving
==========================================
VER: 1.1.30β
ADD: Choose old monthly generals at the Oracle
ADD: Have/need number at monster achievements
ADD: Sort order switch for Oracle generals
==========================================
VER: 1.1.29β
ADD: Sorting in conquest duels
ADD: Current Class in stats + powers
ADD: Quickswitch to discount general at Soldiers
FIX: Keep not showing BSI/LSI/...
==========================================
VER: 1.1.28β
ADD: Hide upgrade messages (Settings)
ADD: Conquest monster added to monster list
ADD: Pics in Guild battles link to keep
ADD: Quickswitch to Sano on quests
FIX: Page loader once more
FIX: Constant loading when entering gift page
FIX: Conquest defensive victories show as losses
CHG: Show FB Messages/Notifications when hiding bluebar
==========================================
VER: 1.1.27β
FIX: Asking for extra permissions (1.1.27.1)
ADD: Even better handling for broken pages (1.1.27.1)
ADD: Battle news summary
FIX: Sure i'd fixed something...
==========================================
VER: 1.1.26β
FIX: Popup boxes sometimes placed out of sight
==========================================
VER: 1.1.25β
ADD: Hide Facebook bluebar
FIX: Generals not working
FIX: Stats update when changing generals
FIX: Stash without having Aeris
FIX: Chat alignment
==========================================
VER: 1.1.24β
ADD: Settings for Assister
FIX: Entering comments brakes page
CHG: jQuery UI update to 1.8.18
==========================================
VER: 1.1.23β
ADD: Golbin & Live feed in CA menus
FIX: Fav generals in wrong size
FIX: Defense percentage missing on some monsters
FIX: page loader (Goblin/summon...)
FIX: Broken attack buttons
==========================================
VER: 1.1.22β
ADD: Multiple general lists
ADD: Health per action for conquest battles
ADD: More stats for some monster
CHG: Remove CAGE nav and repositioned CA's new nav
==========================================
VER: 1.1.21β
ADD: Monsterstats
FIX: Pop ups at mouse position
FIX: Permission for gifting lists
==========================================
VER: 1.1.20β
FIX: Armyfiller/Armycleaner
FIX: Charge display for current general
FIX: Goblin emporium
==========================================
VER: 1.1.19β
FIX: Page loader (Summon monster/guild/etc.)
FIX: Some internals
CHG: jQuery UI updated to 1.8.17
CHG: Stats and generals display reworked
==========================================
VER: 1.1.18β
ADD: Divine power added to info in keep
FIX: Heal using heart symbol in stats
FIX: A lot of stuff, mostly internals
==========================================
VER: 1.1.17β
ADD: Numbers have/need in alchemy recipes
ADD: Fixed height for generals selector
ADD: Autoscroll in new guild chat
FIX: Missing text in army cleaner settings
FIX: Demi-tool not closing automatic
==========================================
VER: 1.1.16β
ADD: Stop messengers (open gifts/invites)
ADD: Army Cleaner, removes none-friends from army
FIX: Sometimes broken list in raids
FIX: Filters in festival battle
FIX: Stay on gate in guild/festival battles
CHG: Army filler reworked
==========================================
VER: 1.1.15β
FIX: Missing guild achivements in navigation
FIX: Activity filter in guild battles
CHG: Internal settings stuff
==========================================
VER: 1.1.14β
FIX: Public monster popup
FIX: Festival duel sorting
ADD: Quick RTF gifting
ADD: Festival/Guild battle now saves filter settings
ADD: Save/load settings
==========================================
VER: 1.1.13β
FIX: Gifter sending wrong ids
ADD: Save alchemy hide receipt settings
ADD: Save festival duel sorting settings
ADD: Save battle page sorting settings
CHG: Demi timer now works from demi tool and demi page
==========================================
VER: 1.1.12β
CHG: Demi timer now works from demi tool and demi page
FIX: Facebook starting errors
==========================================
VER: 1.1.11β
FIX: Assister
FIX: Some guild battle stuff
FIX: Broken page when using Goblin Emporium
FIX: Exp to next level
FIX: Possible fix for FF start problems
==========================================
VER: 1.1.10β
FIX: Gift sending
FIX: CA timeouts / Signed request problems
==========================================
VER: 1.1.9β
ADD: Assist for friend list
FIX: Gift sending
CHG: Internals, making start up a bit faster
==========================================
VER: 1.1.8β
ADD: Dismiss/Join army members from their keeps
ADD: Close pop ups with X key
FIX: Quest/Level-up popup centered
FIX: Stats in Keep now includes modifiers
FIX: Gifting list not always filled
FIX: Scroll to top when posting in monster chat
CHG: Get CA Player for EG and Army Filler only once
==========================================
VER: 1.1.7β
ADD: Festival duel sorting
CHG: Full startup message only shows on new update
CHG: Summon/Copy CAT link without bqh
FIX: Display errors when entering CA via CTA
FIX: Gifter not showing notification
FIX: Sending gifts on Firefox
FIX: Assister showing wrong number of assists
FIX: Another minor display fix when receiving gifts
==========================================
VER: 1.1.6β
ADD: Alchemy page mods
ADD: Monster list
ADD: Battle page sorting
FIX: Some layout stuff
==========================================
VER: 1.1.5β
FIX: Demi timer showing negativ timer
FIX: Not showing all popups
ADD: Notification setting (and internals)
ADD: Stat Points display
==========================================
VER: 1.1.4β
FIX: Permission request for assister
ADD: Guild Class switcher
FIX: Monster/Quest pop ups
ADD: Demi Timer
==========================================
VER: 1.1.3β
CHG: Generals reworked once more
ADD: Stats reworked
FIX: Popup positions
ADD: Notificatons for some actions (assists, eliteguard)
==========================================
VER: 1.1.2β
FIX: CSS for demi points sometime unreadable
FIX: Theme problems, making everything unreadable
==========================================
VER: 1.1.1β
FIX: Charge info for generals missing
FIX: Problems with on/off buttons in settings
ADD: Align CA left/centered via settings
FIX: Broken guild battle page
==========================================
VER: 1.1.0β
So many fixes, I was just to lazy to write them all down
==========================================
VER: 1.0.56β
FIX: Overlay problems at chests
CHG: Internal file path handling
FIX: Display errors in finished guild battles
==========================================
VER: 1.0.55β
2011-12-01
FIX: Missing defense percentage
==========================================
VER: 1.0.54β
2011-11-29
FIX: Some CSS stuff
==========================================
VER: 1.0.53β
2011-11-29
CHG: Language handling reworked
2011-11-26
ADD: Self assist and easy way to copy assist link
2011-11-24
ADD: Percentage to new guild monsters
==========================================
VER: 1.0.52β
2011-11-24
CHG: New Guild stuff added
2011-11-21
CHG: Settings reworked
2011-11-19
CHG: Some internal stuff optimized
==========================================
VER: 1.0.51β
2011-11-18
FIX: FB gifting dialog fix (fb problem)
2011-11-12
FIX: Genesis defense percentage
==========================================
VER: 1.0.50
2011-11-12
CHG: CAGE is now in beta stage
==========================================
VER: 1.0.49
2011-11-12
ADD: Quick Demi selector
2011-11-08
ADD: XP/eng ratio at quests
2011-11-06
CHG: Updated jQuery and jQuery-UI
2011-11-04
CHG: Gift page reworked, no reloading when changing gift
2011-11-01
FIX: Some minor CSS stuff
==========================================
VER: 1.0.48
2011-11-01
FIX: Possible fix for framing problem (2nd try)
==========================================
VER: 1.0.47
2011-11-01
FIX: Possible fix for framing problem
FIX: Gifting not working
2011-10-31
FIX: Health percentage for Defend the castle
2011-10-28
ADD: Turn off all animations in settings
==========================================
VER: 1.0.46
2011-10-27
ADD: Army filler
FIX: Some fb CSS stuff
2011-10-14
ADD: Monster stats to result when healing/strength...
==========================================
VER: 1.0.45
2011-10-14
FIX: Missing assister log images
FIX: Not clearing all saved data via settings
ADD: Ask for feed post permission
==========================================
VER: 1.0.44
2011-10-06
FIX: Settings shows old values when changing stuff
FIX: Potions stay at 1 when using last one
ADD: More log messages for the assister
==========================================
VER: 1.0.43
2011-10-05
FIX: Some CSS stuff on the the guild battles
ADD: Extra send gift filter by using friendlist
ADD: Settings
==========================================
VER: 1.0.42
2011-10-03
CHG: Stash & Heal repositioned
ADD: Use potions via new UI elements
==========================================
VER: 1.0.41
2011-10-02
ADD: Assist log added (per session, not saved)
==========================================
VER: 1.0.40
2011-09-30
FIX: Type in assister
==========================================
VER: 1.0.39
2011-09-30
FIX: Assister stoped after first not-a-friend CTA
==========================================
VER: 1.0.38
2011-09-29
FIX: Assister can use up to 10 stamina (was 1)
==========================================
VER: 1.0.37
2011-09-29
ADD: More info when sending gifts
ADD: Assister for testing
2011-09-26
FIX: Activity filter for Festival Guild Battle
==========================================
VER: 1.0.36
2011-09-23
FIX: Gift page CSS
FIX: Generals selector not shown current general on start
==========================================
VER: 1.0.35
2011-09-20
FIX: Some problems with guild battle filters
FIX: Background image in guild battles
CHG: Monsterlist changed a bit
==========================================
VER: 1.0.34
2011-09-16
FIX: Results in Festival battle not showing
FIX: Guild/Festival battles selecting wrong gate
==========================================
VER: 1.0.33
2011-09-16
FIX: Some CSS stuff due to FB changes
FIX: Gifting not working if RTF filter is empty
CHG: Some minor cosmetics
==========================================
VER: 1.0.32
2011-09-15
CHG: Static results turned off until settings available
2011-09-14
CHG: jQuery updated to 1.6.4
CHG: Results are shown under general selector/abilites
2011-09-13
FIX: Results shows scrollbar for empty area
FIX: General switcher for Atlantis
==========================================
VER: 1.0.31
2011-09-13
ADD: Some info to monster battle results
FIX: Added percentage for Thanatos
2011-09-12
ADD: Static Results, no scrolling on result add/change (eg Quests)
==========================================
VER: 1.0.31
2011-09-09
FIX: Health status missing >Good<
==========================================
VER: 1.0.29
2011-09-09
ADD: Guild battle filter (class, status, activity)
ADD: Guild battle page size reduced
FIX: First time start didn't execute page mod
==========================================
VER: 1.0.28
2011-09-08
FIX: Stash brakes gold timer
ADD: No more timeouts
FIX: General internals reworked
CHG: Startup optimization
CHG: Monster back to stock (needs rewrite)
==========================================
VER: 1.0.27
2011-09-06
CHG: Some code cleaning and CSS fixes
FIX: Festival guild battle page mod is back
==========================================
VER: 1.0.26
2011-09-02
FIX: Broken timers because CA fixed them
==========================================
VER: 1.0.25
2011-09-02
FIX: Facebook bar not showing (fb changes)
FIX: Stash when Aeris already selected not working
CHG: Catch error when gift received is broken (web3?)
2011-09-01
FIX: Background image in monsterlist missing
CHG: Guild abilities with some minor changes
2011-08-25
FIX: Skip button in monster
FIX: Ability info popup position
==========================================
VER: 1.0.24
2011-08-24
ADD: Class ability changer + fix
2011-08-23
ADD: Festival Tower 2
CHG: All timers now work without extra page fixes (page.js fixed)
==========================================
VER: 1.0.23
2011-08-22
FIX: Sent gift filter not working correct
FIX: % for Ragnarok armor
2011-08-21
ADD: Rearranged monster battle results
2011-08-19
ADD: Gift page reworked
FIX: Another Fix for monster timers
FIX: Start problems (no menu/general)
CHG: Start page reworked
==========================================
VER: 1.0.22
2011-08-18
ADD: Favourites for Generals
ADD: Fix for guild battle timers
2011-08-16
FIX: Fixed a lot of smaller bugs
CHG: Updated jQueryUI to 1.18.15
ADD: Assister added, not ready yet
2011-08-15
CHG: No "%%" in monster bars
==========================================
VER: 1.0.21
2011-08-15
FIX: Generals not working
CHG: Quest CSS reworked
CHG: FB CSS reworked
==========================================
VER: 1.0.20
2011-08-11
FIX: % not shown at monster with "Party Health/Strength"
==========================================
VER: 1.0.19
2011-08-11
ADD: Fix for monster/arena timers
ADD: Monster health/defense percentage
CHG: Generals sorted by name
==========================================
VER: 1.0.18
2011-08-08
ADD: Festival monster added to monster list
2011-08-07
FIX: Some stupid wrong names with nav/gifter
CHG: Removed some no more need css stuff
2011-08-06
ADD: Accept gifts on army page (web3 gifts?)
==========================================
VER: 1.0.17
2011-08-05
FIX: Resizing bug in keep
==========================================
VER: 1.0.16
2011-08-05
CHG: All CSS stuff reworked
ADD: General selector
ADD: New Setting to clear all data (send git to, theme...)
FIX: Resizing bug in keep
2011-08-04
CHG: IFrame positioning reworked
ADD: Chat fits in wide screen mode
==========================================
VER: 1.0.15
2011-08-04
FIX: Elite guard started from army not guild
ADD: Theme selector
2011-08-03
ADD: Missing Guild stuff for nav bar
FIX: IFrame, once more
==========================================
VER: 1.0.14
2011-08-02 Unknowner
ADD: New Navbar
FIX: IFrame position
CHG: Page loading
2011-08-01 Unknowner
CHG: other att/def symbols
CHG: IFrame position reworked
==========================================
VER: 1.0.13
2011-08-01 Unknowner
ADD: Att/Def values to current geneneral
FIX: Sometimes CA:HOD ad showing
==========================================
VER: 1.0.12
2011-07-31 Unknowner
CHG: A lot changes to positions and css stuff
CHG: All tools now working in CA context
CHG: Tools are now CA only
CHG: Other theme
2011-07-30 Unknowner
ADD: Better general switching for quests
2011-07-29 Unknowner
CHG: Can now close all results
CHG: fixed menu position
==========================================
VER: 1.0.11
2011-07-23 Unknowner
ADD: Stash all gold, if available switch to Aeris
CHG: Result closing changed from get to post
2011-07-22 Unknowner
FIX: Guild battle result not closing
CHG: Optimized some page scrolls etc.
2011-07-19 Unknowner
FIX: not showing empty CAGE filter