Welcome to the RaGEZONE - MMORPG development forums.

[RELEASE] ManGOS DB Handler

This is a discussion on [RELEASE] ManGOS DB Handler within the World of Warcraft forums, part of the MMO and MMORPG Developments category; Posted Revision 63 with these changes from Revision 60: 1 - Added the ADD functionality to the Kill tab of ...

Page 4 of 32 FirstFirst 12345678910111214 ... LastLast
Results 46 to 60 of 476
  1. #46
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 63 with these changes from Revision 60:

    1 - Added the ADD functionality to the Kill tab of the character management page.
    2 - Some optimization to the character_inventory handler.
    3 - Added the Owner and Contained fields to the character_inventory handler and fixed a bug with the ReIgnite? function that should recreate the initial structure of data field. (soon i'll put the third part of the work. I'm waiting for some data to complete)
    4 - Added a description file in the SVN (still incomplete) for the 'data' field of item_instance table.
    5 - Added character_reputation handler. (still missing some user friendly helper functions)
    6 - Fixed a bug in the character_kills delete that may possible lead to a crash.
    7 - Committed 2 missing files from yesterday Revisions.
    8 - Fixed a bug with the loading/saving of the configuration file (Thanks to Sanastro)
    9 - Fixed a bug with Exportation (Thanks to Sanastro)

  2. #47
    Hardcore Member
    Rank
    Member
    Join Date
    Oct 2005
    Location
    6 O'Clock
    Posts
    119
    Liked
    0
    Nice work, your updating as fast as MaNGOS it seems, lol

    thanks :D

  3. #48
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    I'm just trying to get the software to be fully working as soon as i can :D

    Posted Revision 68...changes from Revision 64 :

    1 - Fixed 2 bugs that caused exceptions in the adding new kills/reputations. (Thanks to Riven)
    2 - Fixed the import/export system (Thanks to PaLL3)
    3 - Added SpellCharges2,SpellCharges3,SpellCharges4,SpellCharges5, Flags support to the character_inventory handler.
    4 - Another fix on the Account Importer/Exporter. (hoping is the last one ) (thanks to haken)
    5 - Maked sure that only a icon is showed in the taskbar. (thanks to Haken for pointing this out)
    6 - Fixed a typo
    7 - Added auctionhouse,auctionhouse_item,guild,guild_member,guild_rank to the import/export procedure (thanks to Haken)
    Last edited by feal87; 21-09-06 at 11:46 PM.

  4. #49
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 70. Changes from Revision 67 :

    1 - Added auctionhouse,auctionhouse_item,guild,guild_member,guild_rank to the import/export procedure (thanks to Haken)
    2 - Added the last forgotten table in the import/export handler. (Item_instance) (Thanks to Haken)
    3 - Fixed a bug at the exit of the software. (if you pressed X the program remain opened in the task tray)

  5. #50
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    POSTED REVISION 74.

    FINALLY IMPORTING AND EXPORTING ACCOUNTS/CHARS WORKS (the problem was that i forgot basically to update a variable but that's another story.):D

    Please Test it and report if all work correctly as it should.

    1 - Fixed Importation. NOW IT WORK FINALLY.
    2 - Fixed a crash on float damage value for items. (Thanks to Sanastro)
    3 - Fixed a crash while deleting an account.(Thanks to Sanastro)
    4 - Fixed another crash with map in the character management screen (i've reverted to a textbox. i'll move back to combobox after i've maked some check)
    5 - Added the item_instance to the deleting accounts handler.

  6. #51
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Added at the first page a link to a webpage i've maked for MDH so it's simpler for me to update every forum with only 1 click. :)

  7. #52
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 76 on the binary site with these changes :

    1 - Added a wait screen on the importing/exporting for making it more user-friendly.

  8. #53
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 77 with these changes from Revision 76 :

    1 - Modified code to make all the pages alfabetically ordered.
    2 - Added a counter for accounts
    3 - Fixed a particular inside Import/Export

  9. #54
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    POSTED Revision 79 with a FRESH new character_inventory handler. Please test it and report. Lots of bugs may be founded.

    1 - Inserted the first part of the BIG restyling of the character_inventory handler. (Still BETA testing so lots of bugs)
    2 - Done the second part of the new character_inventory handler. (Still in HEAVY developing)
    3 - Added the third part of the character_handler update. (the delete functionality).
    4 - Added the last part of the character_inventory handler. Now we are officially beta testing it.

  10. #55
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 80 with these changes :

    1 - Added a new FIELD in the configuration file that determines how the tables will be ordered. (Requested by Sanastro)

  11. #56
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 81 with these changes :

    1 - Optimized executable final size by removing the icon from all the forms and loading it from the exe resource file thanks to a new class.

  12. #57
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 84 that is the first with a Installshield Installer (i'm a licenser of Installshield express) :

    1 - Updated licence for some of the source file.
    2 - Fixed a bug and prepared the code to be installation-ready.
    3 - Added a -i command line parameter for fast importing and added a Shell Extension to the program setup.

    Now you can just double click on the backup or use the "-i backuppath" command line option to quickly import them into the DB without going inside the application.

    I'll soon add a -e export capabilities via command line.

    Stay tuned for more updates. ;)

  13. #58
    i like women
    Rank
    Member +
    Join Date
    Apr 2006
    Location
    Tempe, AZ
    Posts
    463
    Liked
    0
    thanks

  14. #59
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 85 with these changes from the previous Revision :

    1 - Added -? command line action for a list of commands.
    2 - Added -e command line action for exporting the accounts/chars.

    REMEMBER THAT YOU DON'T NEED TO UNINSTALL THE PREVIOUS REVISION, THE INSTALLER WILL TAKE CARE OF REMOVING. :)

  15. #60
    MDH Developer
    Rank
    Member +
    Join Date
    Aug 2006
    Location
    Italy
    Posts
    328
    Liked
    0
    Posted Revision 86 with these changes from Revision 85 :

    1 - Removed an unused function from the code
    2 - Added the character_ticket handler COMPLETE. (while waiting for complete the character_inventory one. )

    YOU NEED TO UNINSTALL PREVIOUS VERSION.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •