-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
589 lines (515 loc) · 28 KB
/
CHANGELOG
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
/************************************************************************************************************
**
** MangAdmin Version 1.0
**
** Copyright (C) 2007 Free Software Foundation, Inc.
** License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
** This is free software: you are free to change and redistribute it.
** There is NO WARRANTY, to the extent permitted by law.
**
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
**
** Official Forums: http://www.manground.org/forum/
** GoogleCode Website: http://code.google.com/p/mangadmin/
** Subversion Repository: http://mangadmin.googlecode.com/svn/
**
** Please report bugs: http://www.manground.org/forum/index.php?showforum=9
**
************************************************************************************************************/
=CHANGELOG=
Rev. 169:
* Added 166 new locations for both Kalimdor and Eastern Kingdom Instances to teleportTable.lua
Please check teleport_changelog for information on the changed.
Rev. 168:
* [UPDATE] Misc changes to Teleport lists(again)
* [UPDATE] temp fix for the plPL eror in MangAdmin.lua
Deleted the following
line 141 Locale:RegisterTranslations("plPL", function() return Return_plPL() end)
line 159 Strings:RegisterTranslations("plPL", function() return ReturnStrings_plPL() end)
line 2072 {"Polish","plPL"},
Rev. 127:
* Note: Jump in revision numbers is due to svn assigning the next number to a commit,
regardless if it is in trunk or in a branch. This revision follows r119.
* Moved NPC specific buttons off the Character tab and onto the NPC tab.
Rev. 119:
* [UPDATE] Misc changes to Teleport lists
Rev. 117:
* [UPDATE] Updated German localization. (Thanks Yoshi!)
* [UPDATE] Updated Dutch localization. (Thanks Korhal!)
Rev. 116:
* [FIX] Fixed teleport_target_position table reload (thanks Klark20!)
* [FIX] Fixed .quest add command in Quest list (thanks Klark20!)
Rev. 115:
* Major changes to Teleport tab, dividing all teles into 1. Continents/Types, then 2. Zone, then 3. Subzone
Have seen some odd behavior when scrolling the lists. If you see this and have a fix, please submit!!
Much work remains to be done in TeleportTable.lua to fully support this rev. Should be done with next rev.
Rev. 114:
* little clean-up (there is really a lot of more to clean up) ;)
* removing double function for hiding/revealing maps for players
* enlarged the minimenu/toolbar and the apply-changes button to look better
* added a checkbox to enable or disable tooltips
* added a checkbox to enable or disable the toolbar/minimenu
* added command: "/mangadmin minimenu 0/1" to show or hide the minimenu
Rev. 113:
* Small fix, refresh button. Thanks ae3265
Rev. 112:
* Fixes to shutdown commands and server info. Thanks to Sora23. (Rev. 6555+)
Rev. 111:
* [Add] NPC Tab (future use)
* [Add] Objects Tab (future use)
* [Move] Move Grid Navigator to Main to open up space on Tele tab for changes there.
Note: This rev adds no new functionality, and is only for preparation for larger changes
in the next rev(s). Therefore, a new zip/rar will not be produced.
REV. 110:
* Added the Following Teleports
[Fix] Darkshire
[Add] The Weeping Cave
[Add] Thondroril River - House
[Add] DarrowShrine
[Update] Tiragarde Keep Z-axis
* Corrected information text on the View all maps button foun on the "Main" tab
Rev. 109:
* Minor update to teleports
[Update] Testing- small box (old jail) x-axis
[REMOVE] GM Island - Jail (moved to Jail in 108 by iotech)
Rev. 108:
* Added a label to the editbox (added on r106) naming it "Parameter(s). users will type in the parameters
being passed to parameterized commands.
* Added the following *parameterized* commands:
.ban
.baninfo
.banlist
.unban
.goname
.groupgo
.namego
.guild create
.guild invite
.guild rank
.guild delete
.tele add
.tele del
.tele group
.tele name
.mute
Note: Tooltops on each button give the syntax of the parameters the user needs to type in the editbox.
* Changed wording on the Move Random and Move Waypoint buttons to make the text fit.
Rev. 107:
* Added Jails group and 3 teles to Teleport table
* Added SetJail (A) and SetJail (H) commands to Main tab
* Added a target editbox and Jail (A), Jail (H), and UnJail commands to Character tab.
* The above changes allow use of a Jail/UnJail system *without* having to have the Jail patch compiled into ManGos.
To use: Teleport to wherever you want the alliance Jail to be (or use the tele I supplied). Once there,
click the Main tab, then click the SetJail A button. This creates a tele location that will be used as a tele
target for Jailing. Teleport to a good location for a Horde Jail (or use the supplied tele, repeat steps
for setting the Horde Jail (using the SetJail H button).
To send a character to jail, open the Character tab, type the character's name in the editbox, then click
the Jail A or Jail H button to send the character to jail. Withthe character's name in the editbox, clicking
the UnJail button will do a .recall on the character, sending them back where they were before the last teleport.
Caveats: In order to execute multiple commands in one function, I had to put a delay between each command. I did
it sloppily.. you will note your character saying some odd things to waste time between commands. When I have
a more elegant way of implementing a delay, I will add it. Also, be aware that sending a character to jail
does NOT prevent them from hearthing back out... may or may not be addressed in the future.
* The target editbox will be used for future commands which require a name
(as opposed to commands which act on the targeted creature). Will look into automatically filling the
editbox with a name when a character is targeted.
Rev. 106:
* Added 'cooldown' command to Character tab.
* Added 'demorph' command to Character tab.
* Added 'show maps' command (.explorecheat 1) to Character tab
* Added 'hide maps' command (.explorecheat 0) to Character tab
* Added 'gps' command to Character tab
* Added 'Show GUID' command to Character tab
* Added 'Show Move' command to Character tab
* Added commands to set NPC movement type (stay/random/waypoint)
* Added 'NPC Info' command to Character tab
* Added 'Player Info' command to Character tab
* Added 'Distance' command to Character tab
* Added 'Recall' command to Character tab
* Above changes are localized to enUS ONLY!!!
Rev. 105: Accidental commit, nothing changed -- Codewheel
Rev. 104:
* Fixed Linkifier to work on items/etc in regular chat
* Changed a little of the chat hook handling
* Fixed Linkifier GameObjects comamnds missing a argument
* Teleport Changes thanks to Necroblack
o [FIX]GM Island - Jail (Z axis)
o [FIX] Jail (Z axis)
o [ADD]Karazhan Crypts
o [ADD]Naxxramas - Outside
o [ADD]Zul'Gurub - Alter of storms
o [ADD]Ahn'Qiraj - Backlands
o [ADD]Blackchar Cave
o [ADD]Ortell's Hideout
o [ADD]Wetlands Hidden spot
o [ADD]Ruins of Lordaeron (PvP Zone) Stable
o [ADD]Ruins of Lordaeron (PvP Zone) Crypt
o [ADD]Ruins of Lordaeron (PvP Zone) Pyrewood Village
o [ADD]Ruins of Lordaeron (PvP Zone) Toolshed
o [ADD] Testing - Big Box
o [RENAME] Jail => Testing - Small Box(Old Jail)
Rev. 103:
*Improved handeling of message hooks, only attempts to match lookup messages it is currently looking for.
*Addded checks to disable hooking of lookup messages if the search window isn't open, and to disable it when closed.
*Added a space after the users name, for tickets when you choose to Whisper the player.
*Added support for clickable links on Teleport lookups, as well as a Delete link
*Fixed issue where items would be added to teleport search window.
*Seems to have fixed issue where after adding "white"(normal) items being re-added to search window
Rev. 102:
*Fixed bug where messages would not return to the client
*Fixed Linkifier link color to work properly
*Updated Linkifier commands to the new format
*Localized All of Linkifier link strings
**New strings for translation needed may be found in the Locales language files for each language
*Localized most of Linkifier search strings
**New strings for translation may be found in the Locales stings file for each language. A few are not
located in there as they are the default clicakble links for Mangos, which if changed would break
the functinality of the links completely
Rev. 101:
* added filtering of chat messages to the ticket system, so no chat messages get caught when
loading tickets
Rev. 100:
* added support for localized mangos_string tables,
big part of the patch by infamousblob. Need translators.
If you have an english mangos_string table (which means that you have no text in any content_loc* column)
you have nothing to do.
Else go into the Misc section and check the checkbutton labeled "Enable Localized Search Strings",
then click the "apply changes" button...
This will only work with German and English because these are the only one who are translated so far...
So translators please take a look at the Locale/strings.lua file :-)
* added two teleport entries to the teleport table, they were included in infamous_blobs patch
but I don't know who provided them atm
Rev. 99:
* fixed teleport zones showing on ticket window
Rev. 98:
* really big enhancements of the teleport location table by Necroblack/Tim,
whole changelog with lots of fixes and additions can be found here:
http://mangadmin.googlecode.com/svn/trunk/teleport_changelog
This is a really cool contribution. Big thanks!
* added Dutch translation by Korhal, thank you
* fixed hooking of server info
Rev. 97:
* fixed: load more then only one ticket, hacky way but works
* disabled the player info popup, a button will be added for it asap
Rev. 96:
* added russian language, translation file provided by alexey, thank you
Rev. 95:
* sort teleport locations from A-Z
Rev. 94:
* implemented showing of item icons on item search
Rev. 93:
* fixed: show MangLinkifier Links (was bugged after last rev.)
Rev. 83:
* another try to fix the ticket system, it won't work with a translated mangos_string table until you
execute a query that will be provided soon, atm no time sorry...
* ticket system needs heavy testing with more than one ticket!
* fixed: display of guid (dec instead hex numbers)
* fixed: "go to ticket creator"-button
* added ticket number to the main window
* when clicking on a ticket a little popup with information on the ticket creator will be shown
* changed location for list of tickets for smaller, better, faster list view
* added buttons for (.explorecheat) show all maps, and off-button (hide all unexplored maps)
* moved the speed and scale sliders to the main window
* fixed: mail function (you can't use line break anymore!!, client or mangos causing this?)
* changed the size of the subzone scrollbar in teleport tab
* updated/corrected zhCN locale file, patch provided by tiwe
* deleted some unused files
* there is still a little MaNGOS bug to fix, after deleting a ticket, the ticket command
says the ticket is still there (ticket count doesn't decrease), only after 1 second or so...
Rev. 82:
* fixed; some commands for MangLinkifier, patch provided by JonMacDay and atreus420
Rev. 81:
* fixed: some forgotten commands in r80, patch provided by elegos87
Rev. 80:
* fixed: another error with translations
* fixed: commands after MaNGOS command table changes
* fixed: MangLinkifier, fix provided by Atreus420
Rev. 79:
* fixed: bug with code which was accidently uncommented
* fixed: error with translations
* updated: spanish language file, patch provided by gorrister
Rev. 78:
* fix: readded AceOO
Rev. 77:
BUGFIX PART 2
* updated some libraries and the TODO list
* fixed: TOC informations
* fixed: ticket system should work, please test and report, I don't have problems with it!
* added: instant kill enemy creature on click mode
* added: revive button when player dies
* added: MangAdmin.wowproj and MangAdmin.wowsln, these are project files for the
Addon Studio for World of Warcraft, found here: http://www.codeplex.com/WarcraftAddOnStudio/
TODO: Add some remaining files to the file tree
* added: really simple MiniMenu (little window/taskbar for MangAdmin), I need your feedback on this
* if your have problems/bugs try to delete MangAdmin related files from your WTF folder
Rev. 76:
BUGFIX PART 1
* fixed: correct address in file headers
* fixed: TOC interface version
* fixed: infobox right (adjusted hook strings), part of patch by panaut0lordv
* fixed: all UIDropDown selectboxes
* changed design of the character section,
now when changing your target the buttons will get disabled/enabled to show what you can do
Rev. 75:
* fixed: typo in file headers
* fixed: you must click the inputbox to be able to type something into it, press ESC to remove the focus
* fixed: log scrollbuttons now work when they are pushed, also increased scroll speed
* fixed: show correct link color of MangLinkifier in all circumstances (better RGB2Hex function)
* fixed: some corrupted locale files (also english localizations which were lost)
* added teleport, predefined lists(english only, sorry for that)
* added model window of selected char, this helps to see what you are actually targetting (Player or NPC)
* added skill lookup, onclick you set the skill points, attention: if you don't set them they
will be automatically set to 375. Setting skill only works if the selected player does already know the
skill wheter by learning it with the .learn command or having it by default
* added server information in right bottom (includes all informations provided by .info)
* tooltips are now appearing directly near the hovered button
* added transparency sliders for frames and buttons, idea by bLuma
* replaced .learn all_lang button by dropdown, this allows selecting specific languages also
* tempotarily removed other learnall buttons they will be replaced by dropdowns
* there will be also proffession and gm spell dropdowns and so on...
* added option to change server latency-meter update time
* added dropdown allowing to reset talents, stats, spells, honor and level
* added some new localizations, this was only a part of all
* mass-tele, morph- and extensible graph functionality are now first on my priority list
Rev. 74:
* implemented favorites for items, itemsets, teleport-locations, quests, creatures, objects, spells
* applied hungarian language update, thanks to cyberdragon777
* applied french language update, thanks to mrtijo
* added weather change selection to the misc tab
* added modify money, energy, rage, healthpoints, mana thanks to dxers
* fixed the speedslider: now also modifying speed back-swim and back-run
* added saveall, reload scripts, and all reload table options (info from MaNGOS source) to the server tab
* splitted MangAdmin.lua in two files, made some variables global (hopefully there won't be any problems)
* fixed mail bytes left: when going to minus the warning text gets colored red, if greater -1 green
* added a great feature, made by Infamousblob: MangLinkifier
* this tool adds links to chat messages from the server for example search results
* when typing .lookup object commands you will be able to click the word [Spawn] on the
side of an object-lookup result to spawn the object. This makes things really easy!
* added option to the misc tab to modify the color of MangLinkifier urls
* lots of little layout changes
* official forums online (sorry for .de domain. It was the cheapest and unfortunately I didn't think
about what I was doing when buying it. I'm going to get an .org domain also...
* Manground forums: http://www.manground.de/forum/
* official MangAdmin forums: http://www.manground.de/forum/index.php?showforum=5
* and PseuWoW forums: http://www.manground.de/forum/index.php?showforum=15
* morph- and teleport- functionality come along with the next revision ;-)
Rev. 70:
* repaired item search (broken after MaNGOS move to 2.3 client)
* updated ace-libraries and others
* updated toc to version 20300 now no need to tick the 'load old addons' checkbox
* fixed 2 little visual errors on german language files (attempt to fix others later)
* added some things to the TODO, you might have a look at it
Rev. 69:
* applied french language update with fixed chars, thanks to Ancient
* implement show bytes left on mail sending, because mail will be cut if using more...
* changed default entry for mail subject when answering ticket to subject: "Ticket(catnr)"
* changed the command for sendmail from ".sendmail" to ".sendm". Now 3 bytes more for mails ;-)
Rev. 68:
* applied italian language update, thanks to hybrid1907
* applied czech language update, thanks to Yas (http://forsan.eu)
* applied romanian language update, thanks to x_ray
* fixed bug: not loading tickets with special-chars in owners name, thanks to galeane for reporting
problem: I can't create a character with special-chars, but I think it's fixed now, need confirmation
* now really added a direct-whisper button to the ticket tab (forgot in last revision)
* added a style changer for color and transparency, located in misc section.
Changing colors can be really funny but also ugly :)
* ordered language dropdown in alphabetical way
Rev. 66:
* applied german language update, thanks to hArD kNoCkZ
* applied full translated french, thanks to Ancient
* added a new icon that only shows up when your getting new tickets
* added a button to the ticket-system to directly whisper a player
* fixed a bug: when switching from the ticket-load popup to another popup the tickets were still shown
* fixed the language files: my damn editor put "" in the beginning of each file I saved...
* added an option to put transparency on or off. To do so type this: "/mangadmin transparency"
* for the next revision I'll try to add a style switcher (also to choose colors and other things)
Rev. 65:
* weekend update=> whole ticket-system rewritten:
* ticket-loading is now separated in 7 tickets/click (no fighting against MaNGOS spamfilter anymore)
* when getting a new ticket, there will be a sound + information regarding the newest tickets
in the icon tooltip, by clicking on it you can quicklaunch the ticket-tab or teleport the the player
* when loading a ticket, there will automatically informations about the player who created
the ticket are loaded. The informations are shown at the right side of the ticket text
instead of the old ticket listing. The new ticket list opens in a popup...
* there is a little bug left: When MangAdmin is activated you won't get ticket information
per chat anymore because MangAdmin will eat it. This bug will be fixed in next rev... I'm too tired atm
* in the server tab the graph shows the lag instead of the FPS, in next revision I want the graph to show
four things in the same time: lag, up, down and FPS
* localisations of all shown text have been added to the translations files,
this means that the translators have some work now :-)
* small code cleanup
Rev. 63:
* added a send mail function to MangAdmin,
please remember not to use spaces in recipient and subject names
* next time I'll updates the language files, atm it's a bit messy
* now if you click on the answer-button of the ticket-system,
a popup opens ans you'll be able to write cool answers
* replaced the ToggleSearchPopup() function with an easier and more simple function TogglePopup().
This function will handle _all_ popup calls and not just the search popups
* please test the now tools and report bugs and wishes here: http://code.google.com/p/mangadmin/issues/list
* I just decided to write more details to the changelog in the future...
Rev. 61:
* added teleport-search (patch by Marcus R.)
* added a provisory (mail-/answer-) functionality to the ticket system:
* when clicking the answer button the content of the tickets textfield
is taken for the message body
* Happy Halloween 2007
Rev. 57:
* corrected the scrollbar when showing the search results
* implemented the ticket-system (answering is not yet working, comes next time when I have more),
improvements will follow, the ticket-system needs lots of testing!
* please report bugs here!: http://code.google.com/p/mangadmin/issues/list
* fixed some bugs all around
Rev. 52:
* updated the libraries
* applied patch by Infamousblob (great! you did a very good work)
* removed the "by Josh" from the logo, because also other people contribute to MangAdmin
* moved the grid-navigator to the teleport section and added an editbox for the distance
* did some code optimization and clean-up
* notice: I have only very little time :-/
Rev. 51:
* quick-fixed gm-switching, thanks to 99.rogers
* notice: I am taking a break :-/, but I'll definately continue in some time!
* please report any bugs here: http://code.google.com/p/mangadmin/issues/list
Rev. 50:
* when right-clicking on a spell from the spell-search-results list, you/your target now unlearn/s the spell
on normal-click you/your target learn/s the spell (like before)
* fixed:
* add focus to the editbox when entering with the cursor
* remove focus from editboxes when leaving the box with the cursor, attention,
this is a bit confusing, but it's a better way than before ;)
* removed autofocussing the editboxes
* added X(Close)-buttons in the right-bottom and removed the task from the TODO
* added a grid-navigator, now you can move between the grid
by clicking up-, down-, right-, left- buttons, which are added to the main-section
* few optimizations for toggling MangAdmin by clicking the Mini-Icon
Rev. 47:
* updated the libraries
* changed speed slider to change swim speed also
* updated Chinese language, thanks to Elvis
* added Portuguese language, thanks to Nano-Dread
* fixed some typos in nearly all language files
* added a levelup button plus editbox
* added on TODO:
* add X-close buttons
* finish the ticket system (about half completed, but not able to implement yet)
== | | | ============================================== | | | ==
== | | | = FROM HERE REV NUMBERS DIFFER FROM SVN REVS = | | | ==
== v v v ============================================== v v v ==
Rev. 16:
* added Spanish language, thanks to Riven
* added Chinese language, thanks to galaxyvis/Elvis
* added Hungarian language, thanks to Kabraxis
* added Misc tab with no buttons so far
* many changes in the language files
* changed buttons:
* toggle gm ->> GM on / GM off
* toggle flymode ->> Flymode on / Flymode off
* new buttons:
* hover on/off
* whispers on/off
* invisibility on/off
* taxi cheat on/off
* revive
* dismount
* save player
* show bank
* make screenshot
* stopped spamming of log with navigation-messages
Rev. 15:
* corrected a few typos
* made the learn buttons greater, to support more languages and don't mess up the design
* added the TODO file with the idea for a GameObject onglet provided by killerdead
* updated Italian language, thanks to hybrid1907
* updated Finnish language, thanks to Lone
* updated Czech language, thanks to Virnik
Rev. 14:
* applied UTF-8 encoding to the language files
* updated Czech language, thanks to Virnik
Rev. 13:
* finally implemented item-lookup and spell-lookup
* reactivated Character Tab and implemented new buttons:
* learn all spells
* learn all professions and recipes
* learn all languages
* learn default spells for Game Masters
* learn spells available for the characters class
* kick player
* implemented these functions into server tab:
* announce
* shutdown in * seconds
* tempotary fixed "Toggle Flymode" button, flymode satus will not be queried from server, but from
ingame variable. If you only click the flymode button and not type the command manually, it is fine
* added Czech language, thanks to Virnik
Rev. 12:
* added support for 2.1.3 client version, due to new compability with MaNGOS
* uploaded all included libraries to the newest revisions
* implemented scale slider
* todo for next revs: finish implementing item-lookup and favorites
Rev. 11:
* added Romania translation, thanks to x_ray
* updated Finnish translation, by Lone
Rev. 10:
* added Lithuania translation, thanks to visagalis
Rev. 9:
* upgraded MangAdmin's License to GPL v.3
* applied GPL v.3 headers to nearly all MangAdmin files
* added a more clearly format to this changelog now each lines maximum is 110 columns
* updated Finnish translation, thanks to Lone
Rev. 8:
* added a speed-slider
* several changes to FrameLib
* fixes:
* added DewDrop-2.0
* downgraded all Ace2 libraries to fit the interface version 20003 (2.0.12),
* there shouldn't popup any ace errors anymore (!)otherwise tell me
Rev. 7:
* few bugs fixed
* moved MangFrames.lua code into MangAdmin.lua to make the code more handy
* flymode button defect, need to know getvalue of PLAYER_MOVEMENT_FLAGS, if exists
* finally implemented language switcher, now translators can test their translations!
Rev. 6:
* few changes to translations
* removed MaNGOS .togglegm patch from Rev. 4 because it was rejected and won't be applied to
MaNGOS svn, for details look here: http://www.mangosproject.org/forum/index.php?showtopic=13397
* fixed few typos
* partly implemented language switcher, not yet usable
* restructuring, optimizing and commenting of nearly all code in MangAdmin.lua
* added hooking function: GetValueCallHandler
* added function ordering list, to garantee that functions added in the future,
using the same .getvalue request are handled in the right order
* sorry the fly mode button does only deactivate fly mode if you are flying, this will be fixed later
* there are several optimization changes todo before I can start implementing real usable ingame functions,
so please be patient! ty
Rev. 5:
* added Italian language, thanks to hybrid1907
Rev. 4:
* updated Finnish translation, thanks to Lone
* updated Polish translation, thanks to sahib
* converted language files to be display characters without errors
* added MaNGOS core patch to replace .gmon and .gmoff with .togglegm
* added a toggle gm button
* fixed much errors
* cleaned up code a bit
* sorry forgot language switcher today, comes later
Rev. 3:
* fixed a few bugs
* added languages:
* Finnish, thanks to Seizer
* Swedish, thanks to dxers
* Polish, thanks to gerard
* a language switcher comes with the next revision, no time now
* updated the libraries
Rev. 2:
* french translation added, thanks to luciolis
Rev. 1:
* initial import
* logo/header made
* new design and layout
* menu handling and log functions
* FrameLib initial import
* added Libraries:
* AceLibrary, AceOO-2.0, AceDB-2.0, AceHook-2.1, DewDrop-2.0, AceAddon-2.0,
* AceLocale-2.2, AceConsole-2.0, FrameLib-1.0, Tablet-2.0, Graph-1.0, FuBarPlugin-2.0