Commit Graph
53 Commits
Author SHA1 Message Date
Wanne b56a7acedb New Xml Editor 0.106
- Removed reading and writing of "Items\Drugs.xml", because the structure changed and therefor the XML Editor could not start


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2262 4f8fa57e-7814-0410-bad4-adc449f26b7c
2015-07-19 15:17:11 +00:00
Wanne 925fa36d01 Merged from revision: 2090
New XML Editor: 0.105
- Added backpack climbing support.
- Fixed bug with individual choices.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2091 4f8fa57e-7814-0410-bad4-adc449f26b7c
2014-08-05 17:13:55 +00:00
Wanne 1bcc07fa84 Merged from revision: 2086
Added new XML Editor: Version 0.104
- Added support for individual item choices xmls

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2087 4f8fa57e-7814-0410-bad4-adc449f26b7c
2014-07-30 18:29:20 +00:00
Wanne 45849bc5a6 Merged from revision: 2082
XML Editor: Fixed error on startup by switching back to Xml editor revision 161
- Latest revision 162 causes error on startup

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2083 4f8fa57e-7814-0410-bad4-adc449f26b7c
2014-07-30 17:38:17 +00:00
Wanne 4fc4087167 Merged from revision: 2080
- Added latest Version of XML Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@2081 4f8fa57e-7814-0410-bad4-adc449f26b7c
2014-07-27 11:00:30 +00:00
Flugente f6e6c292c4 - fixed path for pockets.xml (by JMich)
- fixed issue with disappearing random items (by JMich)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1622 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-03-17 22:12:01 +00:00
Wanne ab1ca10fda New XML-Editor: 0.102
- Fixed folder location of tabledata xml files

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1602 4f8fa57e-7814-0410-bad4-adc449f26b7c
2013-02-03 21:54:00 +00:00
MaddMugsy f41026d719 Xml Editor Version .100
-Added AmmoFlags lookup table and reference in AmmoTypes.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1557 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-11-09 08:02:24 +00:00
MaddMugsy 6fc9551135 XML Editor Version .99:
-Added missing entries to ItemFlags.xml and Attachments.xml
-Added grid to view ItemFlag data in editor
-If record fails to duplicate due to missing data from source, then source column name is identified in warning dialog.
-Text/control alignment in ItemData form

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1553 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-11-06 07:51:37 +00:00
Wanne 6231a61249 - New XML Editor: Version: 0.98
o Adding support for Skill Modifiers in items.xml and HeavyWeapon tag in Weapons.xml
o Added Food and MOLLE support


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1493 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-08-14 17:11:11 +00:00
MaddMugsy 71c4163d70 XML Editor 0.97
-added ItemFlag to Items.xml. Only done as a dropdown for now.  Will change to checkboxes or something in the future.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1461 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-06-16 04:41:13 +00:00
MaddMugsy 5bea46c2d0 XML Editor .96:
-Added PoisonPercentage tag to items.xml and ammotypes.xml (Called Poison Power in the editor)
-Added Cure Drug Type

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1446 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-30 10:48:22 +00:00
MaddMugsy 858e76a7d3 XML Editor Version .95:
- added Iron Sight to Lookup\AttachmentClass.xml
- extended AttachmentComboMerge out to 20 possible attachments
- added new merge types - Explosive (Easy), Mechanical (Easy), Mechanical (Hard).  Existing Explosive merge type renamed to Explosive (Hard).

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1435 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-25 17:04:59 +00:00
MaddMugsy ef031f650d XML Editor 0.93b
-Added grid context menu item to filter excluding selected value

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1419 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-05 02:14:22 +00:00
MaddMugsy d1560062ab XML Editor .93:
-Changed ItemClasses from a lookup grid to an editable grid, so ppl can add their own item combinations (ie: for pockets.xml)
-In GridUtility, when creating a combobox column w/an extra blank entry, the decimal data type would screw up the grid. Changed it so that the data types of the rebuilt table columns are set to the same as the source columns.
-Added "Ammo/Grenade" and "Grenade/Misc" to the ItemClass lookup table values (again for pockets.xml)
-Added Separability lookup table
-Changed inseparable tag to integer
-Fixed issue with ItemDataForm text losing data set name
-# of item images is now determined by looking at the Interface folder for mdpXitem.sti files
-Added new options to grid context menus:
-- Remove Filter - to remove any applied filters
-- Filter by Selected Value - only works if grid is editable
-- Apply Value to Selected Column - only works if grid is editable - Add, Multiply and Set operations included

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1418 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-04 20:17:30 +00:00
MaddMugsy 64aa85f0d3 XML Editor .93
-Changed inseparable tag to integer, with values: 0-removable, 1-inseparable, 2-replaceable
-Added Separability lookup table
-Fixed issue with ItemDataForm text losing data set name

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1417 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-05-01 19:03:55 +00:00
MaddMugsy eaeacc7f7c XML Editor 0.92
-Fixed a bug where a few of the item grid columns would cause an error to be displayed.


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1416 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-30 17:39:53 +00:00
MaddMugsy 17deb41b59 Corrected numbering on Drugs.xml files
XML Editor 0.91
- Reduced DefaultAttachment to 10 fields from 20
- Enabled AvailableAttachmentPoint to go up to 10 fields

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1414 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-30 05:02:51 +00:00
MaddMugsy bdeb2ef516 Added AttachmentPoint.xml
Set DrugType tags in Data\Items.xml
Removed extra type #18 from Drugs.xml

XML Editor v.90
- ja2data.xsd moved to XmlWorkingData folder
- Added DrugType field, Drug table, DrugType table, Drug Item filter
- Added AttachmentPoint table and related fields:  AttachmentPoint, AvailableAttachmentPoint, AttachToPointAPCost
- Updated ItemDataForm - moved all attachment related fields to attachment tabs


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1413 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-28 00:21:10 +00:00
MaddMugsy 92fd56dde7 XML Editor v0.87
- removed detonator and remotedetonator tags from items.xml

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1411 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-22 02:25:32 +00:00
MaddMugsy 1bd8b34ca3 XML Editor updated to .86
- allows use of Directional, ubHorizontalDegree, ubVerticalDegree tags
XML files updated after running through the editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1410 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-20 21:30:09 +00:00
MaddMugsy d3364143e3 New version of XML Editor (.84)
-displays error messages when row copying fails - messages from child rows are suppressed (for now anyway)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1408 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-16 17:22:15 +00:00
MaddMugsy 6e199cb65a XML Editor updated with new attachment classes - sling, remote detonator, "defuse" (defuser?)
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1405 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-14 07:45:19 +00:00
MaddMugsy abe8c84546 New version of editor with some extra bitwise attachment class combos
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1400 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-12 19:14:27 +00:00
MaddMugsy 92d39c0cbd AttachmentClass.xml changed to NasAttachmentClass.xml. (New AttachmentClass.xml added to Lookup folder instead)
New version of XML Editor with above change, plus TripWire, TripWireActivation and new AttachmentClass tags added.
Cleanup of xml files in Data folder after running them through the editor.
Removed references to non-existant item id 1525.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1399 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-12 18:43:45 +00:00
MaddMugsy 58e67791a8 XML Editor updated
- JMich fixed a possible crash scenario at start.  
- Fragmentation data values are now able to go above 100 in Item Data form.
Added fragments to Fragmentation Rocket and VOG Jumping Grenade
Allowed old Talon GL to be more than a paperweight if/when it is found on the vanilla maps

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1395 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-11 17:00:52 +00:00
MaddMugsy b7539ac692 xml editor working dir fix
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1392 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-11 05:32:33 +00:00
MaddMugsy 641a32c505 minor xml editor update to allow copying inventory table rows directly
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1391 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-11 02:08:16 +00:00
MaddMugsy 3d13b63b35 removed boolean tags from AttachmentClass.xml
New version of XML Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1388 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-04-10 22:48:44 +00:00
Wanne b2caea497a MERGED source game dir files from development trunk revision 4890 up to latest current revision 5105
Development Trunk (now obsolete): https://ja2svn.dyndns.org/source/ja2/branches/Wanne/JA2%201.13%20MP
A detailed list of all the features (changes) is visible in the history log of the development trunk:

- New JA/DG Merc: Version 2.9
o Up to 20 new characters with complete speech from JA/DG
o see JA2_DG_Merc.txt for more infos

- A few more adjustments to the GameDir files

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1365 4f8fa57e-7814-0410-bad4-adc449f26b7c
2012-03-23 20:30:23 +00:00
Wanne b1399421ef - Added new official 2011 Release Version: 4870
- Added new official XML Editor Version: 0.60

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1350 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-12-28 10:53:47 +00:00
Wanne 855cbb9dce New XML Editor v0.59
- Bugfix: allow the XML Editor to parse top level comments (same tag level as <ITEM> and <MERCGEAR>) (by JMich)

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1349 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-12-27 14:53:23 +00:00
Wanne ff4e5072e6 - New XML Editor (Version: 0.58)
o Fixed invalid XML file, when saving MercStartingGear (fix by JMich)
o Output the current used MOD folder (from XMLEditorInit.xml) on the splash screen

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1346 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-11-30 23:55:55 +00:00
Wanne b089f7e75f - New XML Editor: 0.57
o Fixed problems with foreign xml languages


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1299 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-06-04 15:51:48 +00:00
Wanne 55f32c4065 - New XML Editor build with all the needed XML files
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1290 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-05-26 22:54:45 +00:00
Wanne 7e5ba8bd71 ****************************************************************************************
** Merged (English) GameDir files from Development trunk, for the Spring 2011 Release **
****************************************************************************************
o Development Trunk (Revision: 4444):  https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1288 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-05-26 10:54:58 +00:00
Wanne 71cb695318 ************************************************************
* Merged GameDir from Development Trunk: Revision 4063 *
************************************************************
- Merged from SVN: https://81.169.133.124/source/ja2/branches/Wanne/JA2%201.13%20MP

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1257 4f8fa57e-7814-0410-bad4-adc449f26b7c
2011-01-18 10:24:49 +00:00
Wanne 1fbc06f8b3 - XML Editor Update: Version 0.42b
o You can now define the path of your language specific GameDir folder
o See XMLEditorInit.xml (GameDir_Russian_Path, GameDir_German_Path, ...)


git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1239 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-09-18 14:46:43 +00:00
Wanne b3a06caaee - XML Editor Update: Version 0.42a
o XML Editor can also start now, when language specific files (*.Items.xml and *.AmmoStrings.xml) do not exist
o The language specific Items Tab for the missing files will be invisible and the file will NOT be created on save
o The language specific AmmoStrings Menu item for the missing files will be invisible and the file will not be created on save
o The improvements also increases performance on save!!

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1238 4f8fa57e-7814-0410-bad4-adc449f26b7c
2010-09-15 20:54:18 +00:00
Wanne 62b5b3af9c Updated XML Editor Version 0.42
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1161 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-28 21:01:43 +00:00
Wanne 57dca000f4 - Corrected double index in AmmoTypes.xml so that the XML Editor starts again without errors
- New XML Editor (Version: 0.42)
o Display "Spread Pattern" Name in the last column in the items grid
o IMPORTANT: If you save an Item or AmmoType which has the <spreadPattern> Tag set, it will get lost. You have to add it manually in a text editor after saving the item in the XML Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1160 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-06-28 20:53:57 +00:00
Wanne 95f13948e5 New XML Editor v.041
- GUI changes, so it displays correctly with Chinese fonts
- Changed "General" and "Bipod/Prone" values on the item "Bonus" tab from old ranges (-100 to +100) to new ranges (-300 to +300) so it can display values from DBB Mod

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1099 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-03-14 16:27:57 +00:00
Wanne eb74027d42 Updated XML Editor: Fixed a few control sizes so it displays correct
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1084 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-02-03 18:31:32 +00:00
Wanne 461bd3efab New XML Editor Version: 0.40
- Updated XML Editor to Version 0.40
- Added: Support for Italian Item descriptions and Italian Ammo Strings
- Added: Support for Dutch Item descriptions and Dutch Ammo Strings
- Added: Support for Chinese Item descriptions and Chinese Ammo Strings
- Changed: Lookup files in "TableData\Lookup" will only be created by the XML Editor, if the files do not exist
- Fixed: Grid-Columns are always resize able now
- Fixed: Cursor Drop Down List not 100% visible
- Fixed: Herve Inventory not 100% visible

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1071 4f8fa57e-7814-0410-bad4-adc449f26b7c
2009-01-23 07:38:33 +00:00
Wanne 365910d8dd New XML Editor (0.0.0.39): Support for Polish and French texts
Updated Fonts for future Italian version
New French XML Files
Updated Polish and Russian XML Files

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1063 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-12-29 14:11:06 +00:00
Wanne 1eb19fd0b4 New XML Editor (Version 0.38)
- Removed unused files from TableData/Lookup folder. This files are created automatically from the XML Editor
- XML Editor now deletes the file "JA2Data.xsd" on startup and recreates it
- You can change the default maximum AP values (default = 100) for the XML editor in "XMLEditorInit.xml"

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1051 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-11-14 13:32:18 +00:00
Wanne 43efa398e7 1.13 Power Update
*** New ja2.exe build (2415) ***
- Enhanced Description Box (by Headrock)
	- Can be toggled on/off in the game settings
	- Can be customized in the ja2_options.ini (USE_ENHANCED_DESCRIPTION_BOX)
	- Further infos: http://www.bookgallery.co.il/JA2PublicPosts/DescBox.asp
- 100 AP System
	- Now the default system
	- Can be changed back to 25 AP System in the Data-1.13\APBPConstants.ini
        - Just change the property AP_MAXIMUM = 25 and you have the 25 AP System back

German and Russian EXE can be found here:
http://ja2.h758491.serverkompetenz.net/Wanne/Build_2415/


*** New XML Editor ***
- Supports the 100 AP system
- Minor adjustments


*** New INI Editor ***
- Also works as a MOD Loader.
- New entry in the ja2.ini (DEFAULT_JA2_EXECUTABLE). Used for starting JA2 v1.13 from the INI Editor
- Supports 100 AP System (APBPConstants.ini)
- Configure and start JA2 v1.13 from the INI Editor

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@1049 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-11-13 15:07:24 +00:00
MaddMugsy 07b4855a51 XML Editor Updated to version .35:
-changed the way user grid settings are stored so they are actually saved to a file now.  Stupid Microsoft doesn't allow My.Settings properties to be created dynamically and persisted, so they are now stored in XMLEditorSettings.xml in the main game directory.
-grid forms now stay within the window boundaries (most of the time)
-fixed the item detail form problem where the last change got lost if you switch tabs and then hit OK/Apply
-grid column widths are now adjustable and saved to the xsd when a grid form is closed
-further increased the loading speed of grid forms... however, the first time they load, they will be slow, but subsequent loads will be fast.  This is because the first time it loads, it uses the automatic column widths, which are then persisted to the xsd.  Subsequent loads use the saved width values and so are much faster.

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@954 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-13 01:51:32 +00:00
Starwalker 06b903c957 new exe and new editors
git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@946 4f8fa57e-7814-0410-bad4-adc449f26b7c
2008-03-11 12:39:19 +00:00
MaddMugsy e07b4f48af XML Editor Version 0.33:
- AttachmentInfo, Inventory and Sound xml files are now properly re-indexed when records are deleted

git-svn-id: https://ja2svn.mooo.com/source/ja2_v1.13_data@803 4f8fa57e-7814-0410-bad4-adc449f26b7c
2007-05-18 18:31:36 +00:00