Commit Graph

25 Commits (f29d13b4e84b6451319b982b6fe14e7cb88af13a)

Author SHA1 Message Date
vexed f29d13b4e8 Merge branch 'newbugfixes'
Conflicts:
	data/mp/stats/weapons.txt
	src/Makefile.am
	src/ai.h
2013-12-07 21:26:19 -05:00
vexed d2e1519908 Merge branch 'bugfixes'
Thanks to NoQ for the conversion

Conflicts:
	data/mp/stats/assignweapons.txt
	data/mp/stats/functions.txt
	data/mp/stats/propulsion.txt
	data/mp/stats/research/multiplayer/prresearch.txt
	data/mp/stats/research/multiplayer/research.txt
	data/mp/stats/research/multiplayer/resultcomponent.txt
	data/mp/stats/structuremodifier.txt
	data/mp/stats/templates.txt
	data/mp/stats/weaponmodifier.txt
	data/mp/stats/weapons.txt
2013-11-16 00:20:41 -05: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
haonoq 6df26bf157 Fix fireOnMove in weapons.ini, which defaults to 1 and was broken by me in 5bab4fc9 2013-10-06 14:44:38 +04:00
haonoq 5bab4fc9e6 Eliminate zero values from weapons.ini (set by default anyway) 2013-10-05 18:36:14 +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 980f0160a3 All direct fire weapons now have 100% accuracy. This may upset game balance,
and if so, that remains to be fixed.
2013-07-31 22:25:33 +02:00
per dffab1ba95 Remove unused radiusHit values 2013-07-31 22:20:20 +02: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 40bbf3a40e Remove broken command turret upgrades, whose only effect was to waste research
points and make turrets more expensive, and introduced a bug that made factories
unable to produce them once certain ugly hacks in the code had been removed.
Closes ticket:4019.
2013-05-20 22:53:26 +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 9ac0e6ae4c Merge cyborg bodies into two classes, light and heavy. This conforms to how
the guide explains it, and eliminates a number of ugly hacks in the code. It
should not change anything for the player.
2013-05-19 21:06:24 +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 9c8f362c2c More data cleanup 2013-05-11 23:51:49 +02:00
per 6fe1c207e9 Remove some old unused data 2013-05-10 20:17:09 +02:00
per 6bd47d4555 Remove unused data only used in campaign from MP. 2013-05-05 15:32:05 +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 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