[X] The "/emesene/emesene-1.5/emesene-portable.exe" file could not be found or is not available. Please select another file.

Share

More
Equipmant Equipment Macro Manager Icon

Equipmant Equipment Macro Manager

by hk0i


Equipmant is a program designed to create equipment script files for the Final Fantasy XI Windower. Create macros in FFXI to use these scripts and they will change equipment quickly, even making it possible to change all equipment in a single macro.


http://equipmant.sourceforge.net





Separate each tag with a space.

Release Date:

2008-12-15

Topic:

Operating System:

License:

Translations:

Intended Audience:

User Interface:

Programming Language:

Registered:

2007-07-08

Ratings and Reviews

Be the first to post a text review of Equipmant Equipment Macro Manager. Rate and review a project by clicking thumbs up or thumbs down in the right column.

Project Feed

  • File released: /equipmant/Equipmant 3.1.1/equipmant-311-src.zip

    posted 387 days ago

  • File released: /equipmant/Equipmant 3.1.1/equipmant-311-src.tar.bz2

    posted 387 days ago

  • Equipmant 3.1.0 Extra Data Bug

    There is a bug in Equipmant version 3.1.0 when adding commands into the "extra data bin." The commands that are entered will not be saved to the file unless the "View Output" tool bar button is clicked first. This bug is now fixed in version 3.1.1. The bug fix has been available on the CVS for a little over a week now and the source and installer packages have just been added today.

    posted by hk0i 387 days ago

  • equipmant Equipmant 3.1.1 file released: equipmant-311-src.zip

    Version 3.1.1 ---------------- Added 2008.12.05 - Fixed Extra Data bug -- Extra data was not being saved unless the "View Output" button was clicked prior. - Added EOL after the extra data info (Oops!) NOTES: Need to look into QIODevice::Text for opening text files (perhaps it will do EOL conversion automatically, for loading AND saving). Version 3.1.0 ---------------- There is no 3.0. Added 2008.12.01 - fixed recent file tab bug - recent file menu was not creating new tabs - fixed open recent menu bug that allowed multiple tabs of the same file to be open. - tab name now changes (as it should) when fileSaveAs() is called. - last file path is now set on open as well. Added 2008.11.30 - Changed version # convention in the format Major.Minor.Subminor -- If the minor version is an odd number this means it is an unstable release. The release may need some testing and may possibly have some bugs (or missing code in the event I rushed a release... hehe) -- Updated Copyright date in the about dialog -- changed the top margin of about dialog to 0 Unknown Date Added -- Added TABS! Equipment macro files can now be opened in multiple tabs, to make editing easier. Codewise this switched the GUI interface to use a custom widget -- Removed the "Write File" button (due to some technicalities in coding as well as the obvious redundancy). -- Changed format in Recent menu to show the parent directory for the files as well. i.e. "rdm/tp.txt" instead of "tp.txt" Version 2.0 ---------------- Added 2007.12.16 - Changed the interface. --Removed tabs --Added the "extra data bin" --Added some GUI components for easy extra data manipulation. --Made separate dialog for about screen --Added toobar --Added view menu (to switch views) --Added help menu (for about and project page options) - Changed updateTitle() function, no string needs to be specified now. Call only the updateTitle(void) function. - updated version # in comments and added contact e-mail. - updated dates in change log (years were all set 2006, but this was a typo for 2007) - fixed possible bug that would add an infinite number of "//Extra data found in file:" lines from extra data detection. - added new test suite case with an extra command, which was generated by Equipmant, - added program icon for windows Version 1.2.3 ---------------- Added 2007.08.04 - Added the extra data feature. This feature will (hopefully) prevent Equipmant from throwing out any extra data you might have in your file. (i.e., Extra added Job Abilities and Spells, etc.) also any comments that you add to the file will get tossed down to the bottom of your output file (in the extra data segment). - Switched the output comments to use preprocessor macros instead of typing them out directly (to make any possible changes in the future quicker). These macros (EQM_OPC1 and EQM_OPC2 are stored in the imp_equipmant.h file). - Updated the output comment line 2 (EQM_OPC2) to display the new sourceforge URL also. - Updated hyperlink in the About UI to point to the sourceforge page. - Added 2 new test cases for the Extra Data feature, 5.equip and 6.equip descriptions should be inside the files in the form of comments describing their purpose. Load them with Equipmant and view output to see how they work, then compare this output to the original file contents. Version 1.2.2 ---------------- Added 2007.06.30 - Fixed a bug in the recent file menus. When selecting the first recent item, another instance of that item was added to the menu. Version 1.2.1 ---------------- Added 2007.06.30 - Fixed a bug in the recent files menu that caused all recent files to show even when there were no recent files. - Fixed a bug in the loadData() routine that caused path names containing spaces to read in as recent files. Version 1.2 ---------------- Added 2007.06.29 - Implemented the use of the EQM_VERSION macro in the about screen; the GUI no longer has to be updated with the version number. - Added dash line separators in CHANGELOG under each version number (for better readability). - Added Last File Directory memory. Equipmant save/open dialogs will now be directed to the path of the last file you opened or saved. (This change was not necessary for the Mac OS X file dialogs, however the Windows common dialog had its issues)newline at end of source files (to remove compiler warnings). - Removed comment block in writeFile(QString) routine containing old, unused (temporary) code. - Added status bar messages for the following actions: - File/New - File/Open - File/Close - Added recent documents list option (File->Open Recent) - Added newline at end of source files (to remove compiler warnings) - "View Output" text field is now updated on file load. (previously this text field went blank if a file was opened while in "View Output" tab. Version 1.1.3 ---------------- - Added hyperlink to the official URL in the about dialog. - Updated version # in comment blocks (-_-;) - Created program Icon - Added program icon to about screen - Implemented Desktop icon on OS X version. Added 2007.06.28: ** Decided to add dates to CHANGELOG info ** - Added current file name to title bar. - Added default file extension .equip - Updated version information on file output (-_-;) - Main window title now displays the version number. Version 1.1.2 ---------------- - Reduced font sizes of certain text in the About tab (it was way too big under windows, so it has been set to 10pt font, for Windows and Mac). - Added a minimum height to the form (this allowed the height to be set to 319, which packed the widgets closer together vertically). - Removed horizontal scrollbar from About tab's TextBrowser widget and fixed the line wrapping on it. The lines are now properly wrapped. - Added more details about the license in the About tab TextBrowser. - Removed the equipmant12.ui file (since it was not being used and only caused confusion when running the qmake -project command. Additionally, this UI wasn't being used, and will probably be modified more later on before it is implemented). - Changed archive naming convention to add -src after to show that the archive contains source code. (this might help!) Version 1.1.1 ---------------- - Fixed file format of some documents (now the files are terminated with the standard DOS CR/LF terminations). - Added some more detail to instructions.txt on what to do after your files are generated Version 1.1 ---------------- - Changed parse method (old method had possible room for bugs) and moved it to another function. - Changed label L.ear and R.ear to L.Ear and R.Ear (case change) - Fixed "Gemerated" typo in output comment - Added Docs folder and short instructions - Added GPL to the About dialog - Added GPL header to all source files (WHOOPS!)

    posted 387 days ago

  • equipmant Equipmant 3.1.1 file released: equipmant-311-src.tar.bz2

    Version 3.1.1 ---------------- Added 2008.12.05 - Fixed Extra Data bug -- Extra data was not being saved unless the "View Output" button was clicked prior. - Added EOL after the extra data info (Oops!) NOTES: Need to look into QIODevice::Text for opening text files (perhaps it will do EOL conversion automatically, for loading AND saving). Version 3.1.0 ---------------- There is no 3.0. Added 2008.12.01 - fixed recent file tab bug - recent file menu was not creating new tabs - fixed open recent menu bug that allowed multiple tabs of the same file to be open. - tab name now changes (as it should) when fileSaveAs() is called. - last file path is now set on open as well. Added 2008.11.30 - Changed version # convention in the format Major.Minor.Subminor -- If the minor version is an odd number this means it is an unstable release. The release may need some testing and may possibly have some bugs (or missing code in the event I rushed a release... hehe) -- Updated Copyright date in the about dialog -- changed the top margin of about dialog to 0 Unknown Date Added -- Added TABS! Equipment macro files can now be opened in multiple tabs, to make editing easier. Codewise this switched the GUI interface to use a custom widget -- Removed the "Write File" button (due to some technicalities in coding as well as the obvious redundancy). -- Changed format in Recent menu to show the parent directory for the files as well. i.e. "rdm/tp.txt" instead of "tp.txt" Version 2.0 ---------------- Added 2007.12.16 - Changed the interface. --Removed tabs --Added the "extra data bin" --Added some GUI components for easy extra data manipulation. --Made separate dialog for about screen --Added toobar --Added view menu (to switch views) --Added help menu (for about and project page options) - Changed updateTitle() function, no string needs to be specified now. Call only the updateTitle(void) function. - updated version # in comments and added contact e-mail. - updated dates in change log (years were all set 2006, but this was a typo for 2007) - fixed possible bug that would add an infinite number of "//Extra data found in file:" lines from extra data detection. - added new test suite case with an extra command, which was generated by Equipmant, - added program icon for windows Version 1.2.3 ---------------- Added 2007.08.04 - Added the extra data feature. This feature will (hopefully) prevent Equipmant from throwing out any extra data you might have in your file. (i.e., Extra added Job Abilities and Spells, etc.) also any comments that you add to the file will get tossed down to the bottom of your output file (in the extra data segment). - Switched the output comments to use preprocessor macros instead of typing them out directly (to make any possible changes in the future quicker). These macros (EQM_OPC1 and EQM_OPC2 are stored in the imp_equipmant.h file). - Updated the output comment line 2 (EQM_OPC2) to display the new sourceforge URL also. - Updated hyperlink in the About UI to point to the sourceforge page. - Added 2 new test cases for the Extra Data feature, 5.equip and 6.equip descriptions should be inside the files in the form of comments describing their purpose. Load them with Equipmant and view output to see how they work, then compare this output to the original file contents. Version 1.2.2 ---------------- Added 2007.06.30 - Fixed a bug in the recent file menus. When selecting the first recent item, another instance of that item was added to the menu. Version 1.2.1 ---------------- Added 2007.06.30 - Fixed a bug in the recent files menu that caused all recent files to show even when there were no recent files. - Fixed a bug in the loadData() routine that caused path names containing spaces to read in as recent files. Version 1.2 ---------------- Added 2007.06.29 - Implemented the use of the EQM_VERSION macro in the about screen; the GUI no longer has to be updated with the version number. - Added dash line separators in CHANGELOG under each version number (for better readability). - Added Last File Directory memory. Equipmant save/open dialogs will now be directed to the path of the last file you opened or saved. (This change was not necessary for the Mac OS X file dialogs, however the Windows common dialog had its issues)newline at end of source files (to remove compiler warnings). - Removed comment block in writeFile(QString) routine containing old, unused (temporary) code. - Added status bar messages for the following actions: - File/New - File/Open - File/Close - Added recent documents list option (File->Open Recent) - Added newline at end of source files (to remove compiler warnings) - "View Output" text field is now updated on file load. (previously this text field went blank if a file was opened while in "View Output" tab. Version 1.1.3 ---------------- - Added hyperlink to the official URL in the about dialog. - Updated version # in comment blocks (-_-;) - Created program Icon - Added program icon to about screen - Implemented Desktop icon on OS X version. Added 2007.06.28: ** Decided to add dates to CHANGELOG info ** - Added current file name to title bar. - Added default file extension .equip - Updated version information on file output (-_-;) - Main window title now displays the version number. Version 1.1.2 ---------------- - Reduced font sizes of certain text in the About tab (it was way too big under windows, so it has been set to 10pt font, for Windows and Mac). - Added a minimum height to the form (this allowed the height to be set to 319, which packed the widgets closer together vertically). - Removed horizontal scrollbar from About tab's TextBrowser widget and fixed the line wrapping on it. The lines are now properly wrapped. - Added more details about the license in the About tab TextBrowser. - Removed the equipmant12.ui file (since it was not being used and only caused confusion when running the qmake -project command. Additionally, this UI wasn't being used, and will probably be modified more later on before it is implemented). - Changed archive naming convention to add -src after to show that the archive contains source code. (this might help!) Version 1.1.1 ---------------- - Fixed file format of some documents (now the files are terminated with the standard DOS CR/LF terminations). - Added some more detail to instructions.txt on what to do after your files are generated Version 1.1 ---------------- - Changed parse method (old method had possible room for bugs) and moved it to another function. - Changed label L.ear and R.ear to L.Ear and R.Ear (case change) - Fixed "Gemerated" typo in output comment - Added Docs folder and short instructions - Added GPL to the About dialog - Added GPL header to all source files (WHOOPS!)

    posted 387 days ago

  • equipmant Equipmant 3.1.1 file released: equipmant-311-setup.exe

    Version 3.1.1 ---------------- Added 2008.12.05 - Fixed Extra Data bug -- Extra data was not being saved unless the "View Output" button was clicked prior. - Added EOL after the extra data info (Oops!) NOTES: Need to look into QIODevice::Text for opening text files (perhaps it will do EOL conversion automatically, for loading AND saving). Version 3.1.0 ---------------- There is no 3.0. Added 2008.12.01 - fixed recent file tab bug - recent file menu was not creating new tabs - fixed open recent menu bug that allowed multiple tabs of the same file to be open. - tab name now changes (as it should) when fileSaveAs() is called. - last file path is now set on open as well. Added 2008.11.30 - Changed version # convention in the format Major.Minor.Subminor -- If the minor version is an odd number this means it is an unstable release. The release may need some testing and may possibly have some bugs (or missing code in the event I rushed a release... hehe) -- Updated Copyright date in the about dialog -- changed the top margin of about dialog to 0 Unknown Date Added -- Added TABS! Equipment macro files can now be opened in multiple tabs, to make editing easier. Codewise this switched the GUI interface to use a custom widget -- Removed the "Write File" button (due to some technicalities in coding as well as the obvious redundancy). -- Changed format in Recent menu to show the parent directory for the files as well. i.e. "rdm/tp.txt" instead of "tp.txt" Version 2.0 ---------------- Added 2007.12.16 - Changed the interface. --Removed tabs --Added the "extra data bin" --Added some GUI components for easy extra data manipulation. --Made separate dialog for about screen --Added toobar --Added view menu (to switch views) --Added help menu (for about and project page options) - Changed updateTitle() function, no string needs to be specified now. Call only the updateTitle(void) function. - updated version # in comments and added contact e-mail. - updated dates in change log (years were all set 2006, but this was a typo for 2007) - fixed possible bug that would add an infinite number of "//Extra data found in file:" lines from extra data detection. - added new test suite case with an extra command, which was generated by Equipmant, - added program icon for windows Version 1.2.3 ---------------- Added 2007.08.04 - Added the extra data feature. This feature will (hopefully) prevent Equipmant from throwing out any extra data you might have in your file. (i.e., Extra added Job Abilities and Spells, etc.) also any comments that you add to the file will get tossed down to the bottom of your output file (in the extra data segment). - Switched the output comments to use preprocessor macros instead of typing them out directly (to make any possible changes in the future quicker). These macros (EQM_OPC1 and EQM_OPC2 are stored in the imp_equipmant.h file). - Updated the output comment line 2 (EQM_OPC2) to display the new sourceforge URL also. - Updated hyperlink in the About UI to point to the sourceforge page. - Added 2 new test cases for the Extra Data feature, 5.equip and 6.equip descriptions should be inside the files in the form of comments describing their purpose. Load them with Equipmant and view output to see how they work, then compare this output to the original file contents. Version 1.2.2 ---------------- Added 2007.06.30 - Fixed a bug in the recent file menus. When selecting the first recent item, another instance of that item was added to the menu. Version 1.2.1 ---------------- Added 2007.06.30 - Fixed a bug in the recent files menu that caused all recent files to show even when there were no recent files. - Fixed a bug in the loadData() routine that caused path names containing spaces to read in as recent files. Version 1.2 ---------------- Added 2007.06.29 - Implemented the use of the EQM_VERSION macro in the about screen; the GUI no longer has to be updated with the version number. - Added dash line separators in CHANGELOG under each version number (for better readability). - Added Last File Directory memory. Equipmant save/open dialogs will now be directed to the path of the last file you opened or saved. (This change was not necessary for the Mac OS X file dialogs, however the Windows common dialog had its issues)newline at end of source files (to remove compiler warnings). - Removed comment block in writeFile(QString) routine containing old, unused (temporary) code. - Added status bar messages for the following actions: - File/New - File/Open - File/Close - Added recent documents list option (File->Open Recent) - Added newline at end of source files (to remove compiler warnings) - "View Output" text field is now updated on file load. (previously this text field went blank if a file was opened while in "View Output" tab. Version 1.1.3 ---------------- - Added hyperlink to the official URL in the about dialog. - Updated version # in comment blocks (-_-;) - Created program Icon - Added program icon to about screen - Implemented Desktop icon on OS X version. Added 2007.06.28: ** Decided to add dates to CHANGELOG info ** - Added current file name to title bar. - Added default file extension .equip - Updated version information on file output (-_-;) - Main window title now displays the version number. Version 1.1.2 ---------------- - Reduced font sizes of certain text in the About tab (it was way too big under windows, so it has been set to 10pt font, for Windows and Mac). - Added a minimum height to the form (this allowed the height to be set to 319, which packed the widgets closer together vertically). - Removed horizontal scrollbar from About tab's TextBrowser widget and fixed the line wrapping on it. The lines are now properly wrapped. - Added more details about the license in the About tab TextBrowser. - Removed the equipmant12.ui file (since it was not being used and only caused confusion when running the qmake -project command. Additionally, this UI wasn't being used, and will probably be modified more later on before it is implemented). - Changed archive naming convention to add -src after to show that the archive contains source code. (this might help!) Version 1.1.1 ---------------- - Fixed file format of some documents (now the files are terminated with the standard DOS CR/LF terminations). - Added some more detail to instructions.txt on what to do after your files are generated Version 1.1 ---------------- - Changed parse method (old method had possible room for bugs) and moved it to another function. - Changed label L.ear and R.ear to L.Ear and R.Ear (case change) - Fixed "Gemerated" typo in output comment - Added Docs folder and short instructions - Added GPL to the About dialog - Added GPL header to all source files (WHOOPS!)

    posted 387 days ago

  • File released: /equipmant/Equipmant 3.1.1/equipmant-311-setup.exe

    posted 397 days ago

  • File released: /equipmant/Equipmant 3.1.0/equipmant-310-src.zip

    posted 399 days ago

  • File released: /equipmant/Equipmant 3.1.0/equipmant-310-setup.exe

    posted 399 days ago

  • equipmant Equipmant 3.1.0 file released: equipmant-310-src.zip

    posted 399 days ago

Rate and Review

Be the first person to add a text review.

Would you recommend this project?






<

Related Projects

Equipmant Equipment Macro Manager Actions

Thanks for your rating!

Would you also like to write a review?





Skip Review

Thanks for your review!

Get credit for your review by logging in via OpenID. Click your account provider:

No Thanks