220 Commits

Author SHA1 Message Date
cim
1556f58466 Add PS.routeMode property
Irritating to have to add a new property during freeze, but seems to be the
least disruptive way to fix the bug that it's no longer possible for OXPers
to tell the player's next intended jump destination.
2015-04-28 16:46:08 +01:00
AnotherCommander
a0df280399 Upload fixed readme PDF file. 2015-04-25 15:20:27 +02:00
cim
9bb79548d3 Update version number to 1.82 in preparation for pre-release freeze 2015-04-25 10:03:17 +01:00
cim
9153f5b968 Make ship.entityPersonality writable
Use a fixed personality on the "new game" screen to stop flickering with
certain shipset OXPs
2015-04-23 18:57:12 +01:00
cim
98afab2cce Update Changelog 2015-04-18 13:32:01 +01:00
AnotherCommander
e36d733c91 Some updates to CHANGELOG.TXT. 2015-04-12 16:51:04 +02:00
cim
e408108a19 Update manifest formats to new string expander, include fee 2015-04-08 17:05:33 +01:00
cim
d8c6d4839c PS.injectorsEngaged , PS.torusEngaged 2015-04-06 13:10:10 +01:00
cim
bfc5ed74d0 Update changelog 2015-04-03 15:27:12 +01:00
AnotherCommander
4d20bd0988 Added Day to contributors list. 2015-04-03 16:11:19 +02:00
cim
2092e0f766 Second parameter to ship.dumpCargo(amount, type)
Preferred cargo type of first pod to be dumped
2015-04-02 13:50:16 +01:00
cim
2ad8320098 Allow precise adjustment of cargo on NPC cargo carriers
ship.adjustCargo(commodity,amount)
2015-04-02 13:50:16 +01:00
cim
c661082ff3 Update changelog 2015-04-02 11:04:17 +01:00
Jens Ayton
d570f01917 Sundry OOExpand adoptions 2015-01-09 22:57:02 +01:00
Jens Ayton
11ce36c91d Adopt OOExpand in bounty award message 2015-01-09 22:21:17 +01:00
Jens Ayton
0f90255760 Adopt OOExpand in OXP messages system 2015-01-09 22:21:17 +01:00
Jens Ayton
79bc9e473f Locale function tweaks
* Use normal string expansions for credit format
* Use format strings for negation
* Insure against recursion in credits expansion
2015-01-09 22:20:52 +01:00
Jens Ayton
93a597c3c4 Document format string changes 2015-01-07 08:33:24 +01:00
AnotherCommander
54e676450a Update external libraries source changes documentation to include the recent changes to gnustep-base-1_20.dll on Windows. 2014-10-27 08:10:08 +01:00
AnotherCommander
773b37163c Update changelog with recent sun glare fix. 2014-10-21 17:21:44 +02:00
cim
a961f78a9c Fix return type of EquipmentInfo.requiredCargoSpace 2014-09-23 21:15:59 +01:00
AnotherCommander
abadef00c9 Update CHANGELOG.TXT on the master branch side for 1.80.1 changes. 2014-09-13 18:45:13 +02:00
cim
6d249be9d9 Update 1.80.1 changelog 2014-09-13 16:51:11 +01:00
cim
568a297bde Update CHANGELOG 2014-09-13 16:50:37 +01:00
cim
f02b75b3ae OXP run-time standards checks
Only active in the debug build, level controlled by enforce-oxp-standards
variable (0..3 = off, warn, enforce, quit)

Initial checks that OXPs have manifest.plist and legacy script.plist
not being used.
2014-09-07 15:14:05 +01:00
cim
3d26a1bc4f Fix OUTER_SYSTEM positions when sun_distance_modifier is large 2014-08-31 19:31:42 +01:00
cim
16b4e528f1 Update changelog 2014-08-09 14:04:17 +01:00
Kevin Anthoney
14db4b9999 Add chart changes to changelog 2014-07-24 19:24:51 +01:00
cim
33dfb0ef5c Fix errors when subentities try to launch escape pods
(They don't have crew, so they need has_escape_pod >= 2 to actually
launch anything even now)
2014-07-24 16:32:56 +01:00
cim
fc0f3e7476 Update changelog
(and note subentity entity personality copying included in previous commit
rather than in a separate one as it should have been)
2014-07-23 23:10:02 +01:00
KonstantinosSykas
abc881f390 Update changelog 2014-07-18 20:05:59 +03:00
AnotherCommander
a1229cc9bb Update changelog with latest bug fix. 2014-07-15 23:05:25 +02:00
cim
06f5c4f122 Update dependency statuses in OXZ manager after every download 2014-07-12 22:07:32 +01:00
cim
ba1c6511d1 Update changelog 2014-07-09 17:50:59 +01:00
cim
330ae8b003 Update the document for which files need updating on version increase
(Next time round, let's remember this document exists)
2014-07-05 13:18:15 +01:00
cim
b589ba00fe More flexibility in mission.setInstructions()
Can now take an array as its first parameter, which will appear with the first element as a heading and the remaining elements as entries on the F5F5 screen. String as first parameter works as before.
2014-07-04 22:39:36 +01:00
ericwalch
126622f2e7 Exported the OoliteReadme.odt with OpenOffice as pdf on a mac. Now the two missing ⌘ (cmd) symbols are present. 2014-06-29 23:35:21 +02:00
cim
1eea9448a0 Fix version numbers 2014-06-27 19:17:39 +01:00
cim
75228b26ad Fix font alignment assumptions on F8 screen 2014-06-14 11:05:45 +01:00
cim
c0f5df9570 Change default "dump cargo" key from "d" to "Shift-d"
Makes it harder to press accidentally.
2014-06-09 21:10:01 +01:00
cim
f4330510c4 Adjust tutorial slightly after testing 2014-06-05 21:19:21 +01:00
AnotherCommander
08e66274d0 Added sun glare filter (sun_glare_filter shipdata property and JS ship class sunGlareFilter read-write equivalent). 2014-06-05 02:01:02 +02:00
cim
e1c6e3bba7 Add ship.isMinable property, adjust miner AI to use it 2014-06-01 19:45:23 +01:00
cim
f1e0d08b73 Fix compiler warning, update changelog 2014-05-30 22:05:33 +01:00
cim
293e74fd05 system.allDemoShips property 2014-05-27 21:20:51 +01:00
AnotherCommander
f5225fa23a One addition to changelog and a small update of the external libraries source changes document. 2014-05-22 11:34:06 +02:00
cim
73b6b5a6d9 Update changelog 2014-05-18 22:46:26 +01:00
cim
dabcee0ffd Ship.shipDataForKey() method 2014-05-18 22:36:46 +01:00
ericwalch
06ca290f45 Removed the shuffle and repeat Applescript lines lines to let iTunes integration work again with iTunes 11.0 and higher on the mac. 2014-05-17 11:57:58 +02:00
cim
4cf2c7d528 Update changelog 2014-05-11 19:48:14 +01:00