06-02-2012, 08:03 PM
ok i don't get it :S why would you break a plugin? is it faster now?
ChunkWorx V6 (rev. 787 compatible)
|
06-02-2012, 08:03 PM
ok i don't get it :S why would you break a plugin? is it faster now?
06-02-2012, 08:16 PM
There was a function marked "do not use, will be removed soon, use that one instead", but he used it anyway. And I removed the function as a part of cleanup while doing some other Lua-related stuff.
oh :O ok
but is this one better then the old one??
06-03-2012, 10:09 PM
Quote:but is this one better then the old one??Yes it is, it's more "logical" I'll make a new version soon Quote:remember the coords that I enter for generationI tried, but hadn't found a way to make a text field accept variable value instead of it's name (it just wrote me "StartX" instead)... (06-03-2012, 10:09 PM)Taugeshtu Wrote: I tried, but hadn't found a way to make a text field accept variable value instead of it's name (it just wrote me "StartX" instead)... I don't quite understand this. In my opinion, it should be a simple matter of changing the HTML output to give the currently set coords instead of the hardcoded defaults as the edit's values. So something like this should imho work: Code: Content = Content .. "<input type='text' name='FormAreaEndX' value='" .. AreaEndX .. "'>"
06-04-2012, 12:55 AM
Quote:value='" .. AreaEndX .. "'And that was the trick I was looking for, thank you!)
06-04-2012, 08:03 AM
Plugin updated!
Still some work to do - spiral algorythm (although I'm not entirely sure if it's necessary), world bordering (feature I want), pause/resume (should be easy, but I'm tired today)
06-05-2012, 11:54 PM
omg webadmin is broken :S i get the login screen but when i press it i get a white screen
06-06-2012, 01:39 AM
Weird, might have been me, but dunno how. I'll investigate.
Aha, found it, my mistake, sorry. Or not. I fixed code for splitting strings to behave reasonably, and webadmin depended on it behaving badly, so I broke it by fixing stuff I'll fix this one soon enough. There, Rev 559 should be fixed again. |
« Next Oldest | Next Newest »
|