Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-08-23 | We don't use IP in create-sim anymore. | onefang | 1 | -1/+0 | |
2019-08-13 | ThisSim.ini -> Actual_Name.ini | onefang | 1 | -1/+3 | |
And a minor typo I'm suprised survived. | |||||
2019-08-13 | Make [Region] InternalAddress and ExternalHostName reasonable defaults. | onefang | 1 | -9/+0 | |
Also AllowAlternatePorts isn't actually in the code anywhere, get rid of it. | |||||
2019-08-13 | Stop using num2name() in scripts. | onefang | 1 | -2/+1 | |
Turns out I was feeding "01" to it, so that's why it thought things where octal, and "01" is the result we wanted anyway. | |||||
2019-08-04 | Tweaking create_sim. | onefang | 1 | -16/+6 | |
ExternalHostName = "${Const|HostName}" Move size to the third argument. | |||||
2019-08-02 | Bump sim ports up by 2 when creating, coz 5 is silly. | onefang | 1 | -1/+1 | |
2019-05-28 | Add [Region] .ini block. | onefang | 1 | -8/+7 | |
For including actual region definition in the normal .ini stack. Same as the usual Region.ini format, except we add a RegionName parameter. | |||||
2019-05-22 | Major tweaking of the scripts to suit the new setup. | onefang | 1 | -28/+27 | |
2019-05-21 | Move install related scripts and stuff into their own directory. | onefang | 1 | -0/+0 | |
2016-12-10 | Fix up creating sims. | David Walter Seikel | 1 | -11/+18 | |
2016-12-09 | Script to create a sim. I should test it. | David Walter Seikel | 1 | -0/+89 | |