Nivekk / KOS

Fully programmable autopilot mod for KSP.
Other
80 stars 30 forks source link

LIST FILES IN var. Does not work. #296

Closed Andrew-Dunn closed 9 years ago

Andrew-Dunn commented 9 years ago
LIST FILES.

Prints (as expected):

Volume #1
Name                             Size
-------------------------------------
logsun                            517
solarlog                          275
Free space remaining: 9208

However,

LIST FILES IN FOO.
PRINT FOO.

Will output:

Structure  LIST(0)

Running 32-bit version of KSP, on Mac OS X. Latest version of kOS.

erendrake commented 9 years ago

@Andrew-Dunn this repository has not been kept up to date for quite some time. if you want to look at current development we have it over here https://github.com/KSP-KOS/KOS

also we just added code to fix this bug today.

Andrew-Dunn commented 9 years ago

Cheers @erendrake I swear I was in the correct repository :S.

erendrake commented 9 years ago

All good, just FYI this is the pull request for the fix https://github.com/KSP-KOS/KOS/pull/204