Commit Graph

20 Commits (17da34c60bf3eb1d71ea821dbffd86780fa3ea67)

Author SHA1 Message Date
Ginger88895 17da34c60b Fixed a bug that caused all upgrades in campaign (such as HEAT cannon shell) not working. 2014-02-15 04:21:36 +00:00
per c3d3e9693d Remove default values from ini files. Patch by Duha. Closes ticket:4100. 2013-11-12 00:29:58 +01:00
per 26e52dc851 Add explanatory headers to ini files. Patch by Duha. Closes ticket:4101. 2013-11-01 00:49:00 +01:00
Cjkjvfnby 5627d211de remove hitpoints = 0 from components 2013-10-08 02:18:25 +04:00
Cjkjvfnby 9e18c476f4 remove weight = 0 2013-10-08 02:18:23 +04:00
Cjkjvfnby f7029c2f2f remove buildPower = 0 2013-10-08 02:18:21 +04:00
Cjkjvfnby 79e9fe3228 remove designable = 0 2013-10-08 02:18:20 +04:00
Cjkjvfnby d75c862e7e rename body to hitpoints in weaporns.ini files 2013-10-03 00:12:02 +04:00
Cjkjvfnby de03b6d662 fix lightWorld 2013-10-02 00:42:05 +04:00
per 889ed7727f Make the minimum damage that a weapon causes configurable, so that varying
degrees of 'armour penetration' ability can be set for each weapon.
2013-05-25 14:07:36 +02:00
per 2fb3d38b2c Merge weapons and weapon sounds sections in weapons.ini file. Patch by Duha. Closes ticket:4021. 2013-05-20 22:23:10 +02:00
per 9c56cb10fa Merge weaponsounds.ini into weapons.ini, as having this file separate made no sense. 2013-05-20 13:56:40 +02:00
per fdb43a35f5 Introducing flags to weapons. Moving the arcane and arbitrary 'surfaceToAir'
field to new flags 'ShootAir' and 'AirOnly'.
2013-05-16 00:10:02 +02:00
per 545832358b Convert functions.txt to handle upgrades from within javascript and research.ini.
hackChangeMe() can no longer take -1, instead add new receiveAllEvents(bool) function
for that purpose. Campaign upgrades are not yet converted. All 'Power' settings in
ini files are changed, since they used meaningless values, to 'PowerLevel' with 0..2
values that correspond to button settings.
2013-05-05 13:34:59 +02:00
per 367d2d96fd Remove unused SWEEP and ERRATIC-DIRECT weapon movement types. Cleanup weapon loading. 2013-03-23 17:33:37 +01:00
crabster bd94e3de58 Rename incendiary damage to periodical damage. Add separate weapon class,
subclass and damage effect for periodical damage. This closes ticket:3913
2013-01-27 15:13:20 +01:00
Per Inge Mathisen 241857c029 Add name fields to all entries in INI files. Work by forum member Duha. 2012-12-18 15:44:16 +01:00
Per Inge Mathisen 7db682ebd1 Remove weaponSize requirement from campaign stats, which should have been unused. 2012-12-15 15:51:24 +01:00
Per Inge Mathisen 10e1c26350 Stats cleanup. All YES/NO and true/false turned into 1/0. Unused FOM_PARTIAL removed.
Model lines containing '0' models removed - if an entry does not have a model, do not
add a model line. weaponmodifier.ini reorganized.
2012-12-10 16:48:22 +01:00
felippico 376c8c65fc Conversion CSV to INI added following conf files:
weaponsounds.txt -> weaponsounds.ini
weapons.txt -> weapons.ini
weaponmodifier.txt -> weaponmodifier.ini
terraintable.txt -> terraintable.ini
propulsiontype.txt -> propulsiontype.ini
propulsionsounds.txt -> propulsionsounds.ini
bodypropulsionimd.txt -> bodypropulsionimd.ini
2012-11-20 23:26:16 +01:00