July 12, 201411 yr Yep, I'll manually activate it and figure out what's up with it. I wrote this in about 1.5 days, so it won't be perfect EDIT: Your account's activated. I'll be working on this again tomorrow (been fixing a couple of other sites today, so my brain's pretty fried), so I should be able to get most of these bugs ironed out. EDIT 2: I've fixed the verification mail issue. Should be sending correctly now.
July 12, 201411 yr So far I've done all of the functions listed in this thread and one of the fields (was testing whether the method for adding fields was working). Other than that, nothing. I'll be working on it more tomorrow, I'll put in some more options for editing/deleting entries, adding categories, etc.
July 13, 201411 yr How about importing from the latest csv file on github https://github.com/MinecraftForge/FML/tree/master/conf fields.csv, methods.csv and params.csv Also would it be possible to use the website to update the actual names? Like connect to MCP Bot automatically or something.
July 13, 201411 yr I can set up a cron job to automatically import any from the CSV file that aren't already in the database. I'll try to get that working today. I'll need to look at how to implement MCP Bot, but it should (should) be possible.
July 13, 201411 yr The PHP script for grabbing new entries from the CSV file is done, and I've run it manually once to populate the database. I'll set up the cron job to run once every few hours. I'll be making the search function today as well, since there are no categories in the CSV file, so I've had to drop everything into an "undefined" category.
July 13, 201411 yr Looking forward to being able to edit existing entries - I would very much like to add parameter names to function parameters
July 13, 201411 yr Yep, that's one thing I noticed - I'll be getting that sorted as soon as I finish the search function.
July 13, 201411 yr Search function is working (need to sort out searching within a category, but that can wait). Working on deleting and editing entries now.
July 13, 201411 yr Editing fields and functions is done. There's a little edit link on the right hand side of the row for each entry now.
July 13, 201411 yr The PHP script for grabbing new entries from the CSV file is done, and I've run it manually once to populate the database. I'll set up the cron job to run once every few hours. I'll be making the search function today as well, since there are no categories in the CSV file, so I've had to drop everything into an "undefined" category. It may be possible to categorize functions and fields by reading this joined.srg file https://raw.githubusercontent.com/MinecraftForge/FML/master/conf/joined.srg
July 13, 201411 yr Ah, that'll be pretty useful. I'll take a look at pulling class names from that for each field/function.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.