ChunkWorx V6 (rev. 787 compatible) - Printable Version +- Cuberite Forum (https://forum.cuberite.org) +-- Forum: Plugins (https://forum.cuberite.org/forum-1.html) +--- Forum: Plugin Releases (https://forum.cuberite.org/forum-2.html) +--- Thread: ChunkWorx V6 (rev. 787 compatible) (/thread-454.html) |
RE: ChunkWorx V2 - NiLSPACE - 06-02-2012 ok i don't get it :S why would you break a plugin? is it faster now? RE: ChunkWorx V2 - xoft - 06-02-2012 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. RE: ChunkWorx V2 - NiLSPACE - 06-02-2012 oh :O ok but is this one better then the old one?? RE: ChunkWorx V2 - Taugeshtu - 06-03-2012 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)... RE: ChunkWorx V2 - xoft - 06-03-2012 (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 .. "'>" RE: ChunkWorx V2 - Taugeshtu - 06-04-2012 Quote:value='" .. AreaEndX .. "'And that was the trick I was looking for, thank you!) RE: ChunkWorx V2 - Taugeshtu - 06-04-2012 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) RE: ChunkWorx V3 - NiLSPACE - 06-05-2012 omg webadmin is broken :S i get the login screen but when i press it i get a white screen RE: ChunkWorx V3 - Taugeshtu - 06-06-2012 (06-05-2012, 11:54 PM)STR_Warrior Wrote: omg webadmin is broken :S i get the login screen but when i press it i get a white screen Same there... Have no idea what's broken, let's hope somebody will fix this (Changed 544 to 555) RE: ChunkWorx V3 - xoft - 06-06-2012 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. |