SRL Development TO-DO List
Last Updated: 24 September 2013.




Since not all files from SRL-5 have been converted to SRL-6, we have created a list of what needs to be done. Keep in mind that not all files from SRL-5 are suitable for SRL-6 and if you'd like to start developing a new file, we highly recommend you post a thread about it in the SRL Development Help section for feedback and discussion.

We also recommend that you read the changes from SRL-5. A lot of functions were renamed/moved -- we don't want you doing some work that's already been done.

If you want to take on the challenge of a new file, please post here (or post the link to the thread you've created), and I will tag you beside the file in the list.

  • lib/core/
    • client.simba
    • debug.simba
    • globals.simba
    • mouse.simba
    • players.simba
    • text.simba
  • lib/interfaces/
    • gametabs/
      • gametab.simba
      • stats.simba - still needs some functions from SRL-5's gametab.simba
      • equipment.simba
      • backpack.simba
      • defence.simba @euphemism;
      • ranged.simba @euphemism;
      • melee.simba @euphemism;
      • magic.simba @euphemism;
      • prayer.simba @euphemism;
      • clanchat.simba
      • friendschat.simba
      • friends.simba
      • music.simba
      • notes.simba
    • lobby/
      • lobby.simba
      • worlds.simba
      • player.simba
      • friends.simba
      • chat.simba
      • clan.simba
      • options.simba
    • actionbar.simba
    • bankscreen.simba -- still needs a lot of functions from SRL-5's bank.simba
    • chatbox.simba -- still needs most functions from SRL-5's chat.simba
    • conversationbox.simba
    • interfaces.simba
    • mainscreen.simba
    • minimap.simba
    • options.simba
    • pinscreen.simba
  • lib/misc/
    • srlstats.simba
    • smart.simba
    • items.simba
    • antiban.simba
    • objects.simba
  • lib/utilities/
    • types/
      • extendedarrays.simba
      • integerarrays.simba
      • stringarrays.simba
      • tbox.simba
      • tpoint.simba
      • tpointarrays.simba
      • types.simba
    • color.simba
    • drawing.simba
    • pixelshift.simba
    • time.simba
    • wrappers.simba


If there is anything missing, or you have a new file you think should be added, please post here, or create an issue in the SRL Bugs and Suggestion page.

Cheers,
The SRL Development Team