View Issue Details

IDProjectCategoryView StatusLast Update
0002841FSSCPFREDpublic2013-04-28 22:24
ReporterMjnMixael Assigned ToCommanderDJ  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
PlatformPCOSWindowsOS VersionWin7
Product Version3.6.19 
Target Version3.7.0 
Summary0002841: Campaign Editor still only accepts integers for mainhalls
DescriptionIn the Campaign Editor in FRED, where you tell it which mainhall to load for each mission, it will only accept integers. That is how the old mainhall code designated mainhalls.

Under the new code, it's all done by string, so we need to be able to enter strings into the field and make sure they are saved properly by FRED.

Bonus points for increasing the size of the input field a bit too.
Additional InformationAttached a picture to show the field I'm talking about.
TagsNo tags attached.

Activities

MjnMixael

2013-04-10 13:50

manager  

ImageBin.jpg (43,587 bytes)   

CommanderDJ

2013-04-27 05:51

developer  

2841.patch (22,311 bytes)   

CommanderDJ

2013-04-27 05:52

developer   ~0014963

Sorry this took me so long! Patch attached. I only changed about three things, but it seems MSVC decided to add some whitespace cleanup to the patch; not much I can do about that. Anyway, please test!

MjnMixael

2013-04-27 17:47

manager   ~0014965

Works as expected!

Zacam

2013-04-28 22:24

administrator   ~0014971

Fix committed to trunk@9656.

Related Changesets

fs2open: trunk r9656

2013-04-28 19:16

Zacam


Ported: N/A

Details Diff
Fix for Mantis 2841: From CommanderDJ, Allows FRED to select/set Main Hall by string input, not just integers. Affected Issues
0002841
mod - /trunk/fs2_open/code/fred2/fred.rc Diff File

Issue History

Date Modified Username Field Change
2013-04-10 13:50 MjnMixael New Issue
2013-04-10 13:50 MjnMixael Status new => assigned
2013-04-10 13:50 MjnMixael Assigned To => CommanderDJ
2013-04-10 13:50 MjnMixael File Added: ImageBin.jpg
2013-04-27 05:51 CommanderDJ File Added: 2841.patch
2013-04-27 05:52 CommanderDJ Note Added: 0014963
2013-04-27 05:52 CommanderDJ Status assigned => code review
2013-04-27 17:47 MjnMixael Note Added: 0014965
2013-04-28 22:24 Zacam Changeset attached => fs2open trunk r9656
2013-04-28 22:24 Zacam Note Added: 0014971
2013-04-28 22:24 Zacam Status code review => resolved
2013-04-28 22:24 Zacam Resolution open => fixed