Difference between revisions of "RevisionHistory"

From ISXOgre
Jump to: navigation, search
(Patch Version-205 (Current))
(Released Versions)
Line 122: Line 122:
 
* OgreBot
 
* OgreBot
 
** Fixed a crash with looting.
 
** Fixed a crash with looting.
 
===Patch Version-200 ===
 
* Changed files: OgreCommon.inc, OgreIRCLib
 
* IRCLib
 
** Made -unauthall use the same verbage as -unauth name
 
** Added some noredirects so echos will show in the console instead of the uplink console.
 
* Ogrebot
 
** Summoners (well, any people with pets). Fixed a HUUUUUUUUUUUUUUUUUUUUUUUGE bug where pet buffs would use the distance of your target, and not the actual distance to your pet.
 
** P.S. I hate summoners.
 
** Added the following to automatic looting. Thanks to primalz for the list.
 
*** Greater Spirit
 
*** Essence of Prime Magnate Mrelg
 
*** Essence of Krelgrek Crag-Chair
 
*** Essence of Illustor Prime
 
*** Essence of the Forgotten Statue
 
*** Essence of Tempest of Zek
 
*** Corrupted Essence of Drinal
 
*** Essence of Baelon
 
*** Essence of Venekor
 
*** Essence of Spirit of the Deep
 
** Added some debugging code for some various raid mobs. Just some echos to the console... so ignore them if you see them :)
 
* OgreCommon.Inc
 
** Summoner fix from above.
 
 
===Patch Version-199===
 
* Changed files: MCPCommands, LoadMCP, OgreUIXML, IRCLib, OgreCommon.inc
 
* MCPCommands
 
** Added the following:
 
*** Jst-Off-Who
 
**** Same as Jst-Off, but takes a parameter.
 
*** Jst-On
 
**** Opposite of Jst-Off - reverses the effects of Jst-Off. DOES NOT JOUST IN.
 
*** Jst-On-Who
 
**** Same as Jst-On, but takes a parameter.
 
*** Change_Campspot_Who (x2, x3, x4)
 
**** Changes campspot for specific toons.
 
**** Parameter 1: ForWho
 
***** Example: All, melee, scouts, mages, fighters, dirge, etc.
 
**** Parameter 2: X coord
 
**** Parameter 3: Y coord
 
**** Parameter 4: Z coord
 
**** For x2/x3/x4 just repeats itself.
 
* LoadMCP
 
** Added the Jst-On UI code.
 
* OgreUIXML
 
** Added 2 new options to Other tab.
 
*** [NOT RECOMMENDED] Do not cancel group cures when no one has a detrimental. [NOT RECOMMENDED]
 
*** [NOT RECOMMENDED] Do not cancel cure curse when no one has a curse. [NOT RECOMMENDED]
 
*** And yes, I put the big not recommended tags on there :). Generally speaking, there is almost no use for these at all, except for a few people, in a few rare circumstances.
 
*** Group cure: If you check this, and you OR the bot starts casting a group cure, and everyone gets cured from another source (say another priest), the bot WILL NOT CANCEL IT. This means you will USE the group cure (and it'll go on cool down). Some people want to be able to pre-cure, and without this, ogrebot will cancel it.
 
*** Cure Curse: If you check this, it just won't cancel the cure if it's mid-cast. Cure Curse can't be set on cool down without actually curing.
 
* OgreBot
 
** Warlocks will now announce their myth status via tell/irc window. TRUE = on, FALSE = off. Incase that part wasn't clear.. :)
 
*** Note: It only announces on profile loads, or MCP toggles. Doesn't announce if you directly change the UI itself, or cancel/cast the buff manually.
 
** Fixed some persistant targeting issues in raid code. (Basically letting you be taunted off targets and not switching back).
 
** By default, Ogrebot now cancels cure curse if the recipient no longer needs curing. (Group cures were already done this way).
 
** Cure Curse changes:
 
*** Target: Raid
 
**** Shamans: Scan from highest to lowest in raid.
 
**** All others: Scan from lowest to highest (no change). It's not technically the 'raid window' per say, but relatively close.
 
*** Target: Group
 
**** Shamans: Scan from highest to lowest in group.
 
**** All others: Scan from lowest to highest (no change).
 
** Added persistent targeting for various mobs
 
*** an abyssal assassin
 
*** a dark sorcerer
 
*** a physical phantasm
 
*** an arcane phantasm
 
** When using the "Load" tab with "Radar on" - it now defaults to Clip Y Axis ON (instead of off).
 
* IRCLib
 
** Changed some verbage
 
** Added -JoustOn -jst-on
 
*** Same as MCP's new Jst-on (THIS DOES NOT JOUST PEOPLE IN).
 
* OgreCommon.inc
 
** Moved some various out of OgreCommon into Ogrebot
 
  
 
== Older Revisions ==
 
== Older Revisions ==

Revision as of 07:34, 30 March 2013

Revision History



Summary

Any time there are updates, they will be posted below with what changed, and if any new files were updated.

Note: Any Versions with (Coming soon) are updates I am working on and not yet released.

---Change Log---


Early development items

  • Note: These are items I'm working on in the early stages and will NOT be released with the next update.
  • Development of OgreInventoryManager has started. Click Here for more information.


In Development (Coming soon)

In Closed Testing

Released Versions

Patch Version-205 (Current)

Versions: ISXOgre-2013.03.29, Patch Version-205, OgreBot-15.088, OgreCraft-1.026 (Available from autopatcher) - Kannkor

  • Changed files: EQ2OgrezoneresetXML.XML, OgreUIXML, OgreMCPEdit.xml, OgreIRCLib, LoadMCP.iss, MCPCommands.XML
  • EQ2OgrezoneresetXML
    • Made it so when you hit the 'clear' button, it would properly skin, rather than reverting to the old skin.
      • Except... this button hasn't been visible in a long time.. ? Or I forgot to patch removing it? I'm confused...
  • OgreBot
    • Chests with an Obol and a Greater Spirit should now auto-loot
    • Added Ob_AutoTarget:LoadListFromSaveListForWho[listname,ForWho]
      • Allows you to load an AutoTarget list on a specific toon.
    • Added increment support for Wizard's incineration @ 5.
      • Note: [MAX] flag for Wizards will check for either Frozen Solid OR incinerate.
    • Summon Mount function works again.
    • Added some additional mobs to "Avatar" code.
  • OgreUIXML
    • Removed the overlapping on the 'Other' tab
  • OgreMCPEdit.xml
    • Rearranged the window a little bit. Mostly giving the select command more space.
  • OgreIRCLib
    • Added -LoadAutoTargetList that accepts 2 parameters
      • Parameter1: Listname
      • Parameter2: Who should load the list
  • LoadMCP.iss
    • MCP commands that use "OgreIRC" now have 100 parameters instead of 20.
  • MCPCommands
    • Updated "OgreIRC" to support 100 parameters instead of 20.
    • added command: LoadAutoTargetListForWho
      • Loads an AutoTarget List for a specific toon
      • Parameter 1 = List to load.
      • Parameter 2 = Who should load the list.
    • Summon Mount works again.
  • ISXOgre
    • Fixed "ogre proc" erroring and not loading the UI

Patch Version-204

Versions: ISXOgre-2013.03.16, Patch Version-204, OgreBot-15.087, OgreCraft-1.026 (Available from autopatcher) - Kannkor

  • Changed files: OgreMiniUIXML.xml, Eq2Ogre.xml (Skin), InGameInterface.xml (IRC)
  • OgreMiniUIXML.XML
    • Now properly skins Uplink window
  • Ogre info (login window)
    • Now properly unloads after you hit accept and reloads itself.
  • EQ2Ogre.XML (Skin)
    • Fixed the text being immediately against the top left of nearly everything (list boxes, for example)
  • InGameInterface.xml
    • Added some automated templating (should just be backend stuff)

Patch Version-203

Versions: ISXOgre-2013.03.16, Patch Version-203, OgreBot-15.087, OgreCraft-1.026 (Available from autopatcher) - Kannkor

  • Changed files: (Added EQ2OgreSkin files), LoadOgreMCP, eq2OgreOnScreenAssistant, eq2OgreTransmuteshell, OgreListManager, OgreHarvest, OgreIRCSession, Eq2OgreTellWindow, EQ2OgreTradeskillApprenticeManager, OgreItemDatabase
  • OgreBot
    • Updated aExecuteAtom to support spaces... oops :)
    • Added: a_QueueCommandForWho, first parameter is who the command is for (same as aExecuteAtom). Created the new command so it doesn't backwards break everything else.
    • Item tab
      • Fixed items with commas not showing up properly in the All Items List (left side)
    • Updated about 5000 spots to better support commas in names (mostly regarding items loading), then saving/loading/showing in ca etc.
      • It's possible there is some debug code left over, so if you see any "odd" console spam - just copy/paste it to me and I'll remove it. Has no effect other than some "spam".
    • Fixed (I think) a rare bug where toons could temporary lose their campspot/movement when the DoV debuff failed.
    • Updated to use ISXOgre.SkinName
  • ISXOgre
    • Added member:SkinName - returns the current skin "Ogre" files are using.
    • Added method:SetSkinName[string] - takes a string parameter and sets the skinname to it. Note: The skin must already be loaded. By default, ISXOgre loads "eq2" (from the /skins/eq2/ directory) and it loads "Eq2Ogre" (from the /skins/EQ2Ogre/ directory). EQ2Ogre is now the default.
    • Added new "ogre" command
      • info | options -- Loads a the login UI with more options (currently 'Use Old Skin' was added). This will switch back to the "eq2" skin instead of the "eq2ogre" skin.
  • EQ2Ogre Skin
    • Added a new full skin - EQ2Ogre. Huge thanks to acidxian for creating this. (Admittly it was a long time ago and I only finally got around to implementing it).
  • The following have been updated to use ISXOgre.SkinName. If you notice any Ogre UI that isn't using the new skin, please let me know which and I will fix it. I'm sure I've missed a few.
    • LoadOgreMCP
    • eq2OgreOnScreenAssistant
    • eq2OgreTransmuteshell
    • OgreListManager
    • OgreHarvest
    • OgreIRCSession
    • Eq2OgreTellWindow
    • EQ2OgreTradeskillApprenticeManager
    • OgreCraftUI
    • OgreItemDatabase

Patch Version-202

Versions: ISXOgre-2013.02.20, Patch Version-202, OgreBot-15.086, OgreCraft-1.025 (Available from autopatcher) - Kannkor

  • Changed files: MCPCommands, IRCLib
    • Added following:
      • Mentor
        • Accepts 1 parameter, toonname to mentor.
      • Unmentor
        • Unmentors everyone.
  • OgreBot
    • Moved ChainTab debugging into CastingExtras for now. 99% of the reporting was range/not behind.
  • IRCLib
    • Added the following.
      • -Mentor
        • Accepts 1 parameter, toonname to mentor
      • -Unmentor
        • Unmentors everyone

Patch Version-201

  • OgreBot
    • Fixed a crash with looting.

Older Revisions

Patch Notes 200-Current: 2013.02.15 - Current

Patch Notes 190-199: 2012.11.21 - 2012.02.11

Patch Notes 180-189: 2012.11.14 - 2012.11.21

Patch Notes 170-179: 2012.09.22 - 2012.11.08

Patch Notes 160-169: 2012.06.28 - 2012.09.13

Patch Notes 150-159: 2012.04.18 - 2012.06.07

Patch Notes 140-149: 2012.03.20 - 2012.04.13

Patch Notes 130-139: 2012.01.11 - 2012.03.09

Patch Notes 126-129: 2012.01.01 - 2012.01.11

Version 15 Patches 110-119: 2011.10.25 - 2011.11.09

Version 15 Patches 100-109: 2011.09.29 - 2011.10.17

Version 15 Patches 90-99: 2011.08.16 - 2011.09.29

Version 15 Patches 77-89: 2011.07.28 - 2011.08.14

Version 14: 2010.08.17 - 2011.07.03

Version 13

Version 12

Version 11

Version 10