Thread: Phoenix - My final relapse.

Page 1 of 6 123 ... LastLast
Results 1 to 10 of 57
  1. #1 Phoenix - My final relapse. 
    Extreme Donator


    Join Date
    Jul 2009
    Age
    24
    Posts
    4,350
    Thanks given
    824
    Thanks received
    1,237
    Rep Power
    1789

    I AM CURRENTLY LOOKING FOR A CLIENT DEVELOPER.

    What is Phoenix? Well after a couple of months of working on Prodigy-X with Ben, and William. We all decided to quit due to the beginning of summer, and than all of our personal lives. Well, after not working on something for a couple months now, I decided that I am going to continue programming something; and I was looking among LightRune, as Skyro is a friend of mine. And decided, I want to do a 317. So that is why I am here. This is my final relapse of writing an RSPS, after this project finishes; I am done with RSPS. Now, I am not doing the same thing that I do in every framework, I am plan to make this one unique, and I want to be different. So enjoy, and please do not flame me; and so on, and so forth.

    Current features:
    • Login
    • Background Loading (Thanks Graham)
    • Packet Encoding/Decoding (Using ISAAC).
    • Partial update complete. Player rendering complete.
    • Item support.
    • Packet handling.
    • Item equipping.
    • Player Saving/Loading
    • Walking.
    • Appearance editing (on first login).
    • Chat now works.
    • Npc Updating.


    Update Log:
    Spoiler for Update Log:

    8/6/2012;
    • Login Completed
    • Packet Decoding/Encoding completed (Using ISAAC).
    • Packet transmitter done.
    • Partial update complete.
    • Completed player rendering.
    • Item support is complete.
    • Packet handling is now complete.


    8/7/2012;
    • Re-did rendering, fixed an issue.
    • Re-did the packet reading/writing system.
    • Fixed the problem with inventory support (had the wrong opcode).
    • Added packet handling system.
    • Added item equipping and item interface.
    • Finished player saving/loading.
    • Walking is now complete.
    • Send skills, and run power.
    • Player Appearance editing.


    8/8/2012;
    • Finish player chat.
    • Running is now complete.
    • Npc updating is now complete.


    Media
    Spoiler for Media:

















    Client Features
    • Remove the flames, new background.


    Client Update Log
    Spoiler for Update Log:

    8/7/2012;
    • Removed flames from drawing.
    • Changed the client background.


    Client Media
    Spoiler for Media:




    Credits:
    • Thomas Le Godais
    • Thomas Nappo
    • Graham Edgecombe
    • Blake Beaupain
    • Robert Jenkins

    You can find my [Only registered and activated users can see links. ], for what I'm currently working on.
    Reply With Quote  
     


  2. #2  
    Banned

    Join Date
    Apr 2012
    Age
    24
    Posts
    2,948
    Thanks given
    1,126
    Thanks received
    1,081
    Rep Power
    0
    Goodluck, looks interesting, will be following
    Reply With Quote  
     

  3. Thankful users:


  4. #3  
    Donator

    Netty's Avatar
    Join Date
    Jul 2011
    Posts
    176
    Thanks given
    189
    Thanks received
    62
    Rep Power
    115
    cool. but Blake Beaupain*
    Reply With Quote  
     

  5. Thankful users:


  6. #4  
    Extreme Donator


    Join Date
    Jul 2009
    Age
    24
    Posts
    4,350
    Thanks given
    824
    Thanks received
    1,237
    Rep Power
    1789
    Quote Originally Posted by Netty View Post
    cool. but Blake Beaupain*
    Thank you, did not catch that.

    You can find my [Only registered and activated users can see links. ], for what I'm currently working on.
    Reply With Quote  
     

  7. Thankful user:


  8. #5  


    RS Wiki's Avatar
    Join Date
    Mar 2011
    Age
    26
    Posts
    9,736
    Thanks given
    1,754
    Thanks received
    3,102
    Rep Power
    5000
    good luck (:
    All the best,
    Wiki




    coming soon
    Reply With Quote  
     

  9. Thankful users:


  10. #6  
    Extreme Donator


    Join Date
    Jul 2009
    Age
    24
    Posts
    4,350
    Thanks given
    824
    Thanks received
    1,237
    Rep Power
    1789
    Fixed packet encoding/decoding, had a little problem with ISAAC, but it works now. Added media of "sendMessage." Also added a packet "transmitter" thanks for the name Mute

    You can find my [Only registered and activated users can see links. ], for what I'm currently working on.
    Reply With Quote  
     

  11. Thankful user:


  12. #7  
    Member

    Bells's Avatar
    Join Date
    Dec 2008
    Posts
    3,797
    Thanks given
    599
    Thanks received
    1,449
    Rep Power
    4098
    Good luck, will be following.
    Reply With Quote  
     

  13. Thankful users:


  14. #8  
    Legends Never Die


    Join Date
    Nov 2009
    Posts
    4,296
    Thanks given
    58
    Thanks received
    1,215
    Rep Power
    5000
    Good luck.
    Reply With Quote  
     

  15. Thankful user:


  16. #9  
    fumant viriditas quotidiana

    saifix's Avatar
    Join Date
    Feb 2009
    Age
    27
    Posts
    1,239
    Thanks given
    277
    Thanks received
    955
    Discord
    View profile
    Rep Power
    3304
    Since you think you are so fucking amazing I think you should be taken down a notch. Let's begin, eh?

    • com.phoenix.rs2.network.io (lol) - as if this package isn't dumb enough with just the name... you have created 2 wrapper classes for Netty's buffer implementation, why?
      Is there something wrong with their code? If so, what? Although I doubt this very much because you have two seperate implementations for buffers coming in and going out (WHICH IS DUMB WHAT THE FUCK IS WRONG WITH YOU?). Not like that was enough to cover any IO operations you could perform on a block of data you created ANOTHER wrapper class (Packet) which I assume is a wrapper for both InBuffer & OutBuffer, correct? Hey bro, we heard you like wrappers so we put a wrapper in your wrapper so you can wrap while you wrap. Really though, was it really necessary to reinvent the wheel THAT MUCH?
    • com.phoenix.rs2.network.StatedDecoder - [Only registered and activated users can see links. ]
    • com.phoenix.rs2.utility.PhoenixThreadFactory - dude, c'mon... I bet my next pay cheque that this class is something along the lines of:
      Code:
      class PhoenixThreadFactory implements ThreadFactory {
      	private ThreadGroup group = new ThreadGroup("EXTRA-OPTIMIZED-PHOENIX-THREAD-GROUP");
      	
          public Thread newThread(Runnable r) {
              return new Thread(group, r);
          }
      }
    • com.phoenix.rs2.utility.BlockingExecutorService - fagget leecher
    • com.phoenix.rs2.node.NodeList - fagget leecher, but: [Only registered and activated users can see links. ]
    • com.phoenix.rs2.node.Node - LinkedList.Entry
    • com.phoenix.rs2.node.NodeListIterator - LinkedList.iterator()
    • com.phoenix.rs2.utility.ChannelBufferUtil - dude what? isn't this the entire point of the InBuffer & OutBuffer implementations?

    Wow, I haven't even seen any code, just a source snapshot, and there's already so much wrong with it!! What can we deduct from this lesson kids? That tom_ is a stupid cunt potato with a desire to reinvent the wheel by reimplementing code as much as possible.
    "Im so bluezd out of my box.
    Im so fkd i canr even sens makeas Smoke blunt 420hash e tizday" - A legendary guy (1993 - 2015)
    Quote Originally Posted by nmopal View Post
    I will be creating a grimy dubstep song using these lyrics and vocaloid please prepare your bodies
    Reply With Quote  
     


  17. #10  
    Registered Member

    Join Date
    Apr 2012
    Posts
    764
    Thanks given
    390
    Thanks received
    76
    Rep Power
    99
    Quote Originally Posted by saifix View Post
    Since you think you are so fucking amazing I think you should be taken down a notch. Let's begin, eh?

    • com.phoenix.rs2.network.io (lol) - as if this package isn't dumb enough with just the name... you have created 2 wrapper classes for Netty's buffer implementation, why?
      Is there something wrong with their code? If so, what? Although I doubt this very much because you have two seperate implementations for buffers coming in and going out (WHICH IS DUMB WHAT THE FUCK IS WRONG WITH YOU?). Not like that was enough to cover any IO operations you could perform on a block of data you created ANOTHER wrapper class (Packet) which I assume is a wrapper for both InBuffer & OutBuffer, correct? Hey bro, we heard you like wrappers so we put a wrapper in your wrapper so you can wrap while you wrap. Really though, was it really necessary to reinvent the wheel THAT MUCH?
    • com.phoenix.rs2.network.StatedDecoder - [Only registered and activated users can see links. ]
    • com.phoenix.rs2.utility.PhoenixThreadFactory - dude, c'mon... I bet my next pay cheque that this class is something along the lines of:
      Code:
      class PhoenixThreadFactory implements ThreadFactory {
      	private ThreadGroup group = new ThreadGroup("EXTRA-OPTIMIZED-PHOENIX-THREAD-GROUP");
      	
          public Thread newThread(Runnable r) {
              return new Thread(group, r);
          }
      }
    • com.phoenix.rs2.utility.BlockingExecutorService - fagget leecher
    • com.phoenix.rs2.node.NodeList - fagget leecher, but: [Only registered and activated users can see links. ]
    • com.phoenix.rs2.node.Node - LinkedList.Entry
    • com.phoenix.rs2.node.NodeListIterator - LinkedList.iterator()
    • com.phoenix.rs2.utility.ChannelBufferUtil - dude what? isn't this the entire point of the InBuffer & OutBuffer implementations?

    Wow, I haven't even seen any code, just a source snapshot, and there's already so much wrong with it!! What can we deduct from this lesson kids? That tom_ is a stupid cunt potato with a desire to reinvent the wheel by reimplementing code as much as possible.
    and please do not flame me; and so on, and so forth.
    L2Read

    OT: Good Job Tom and I wish you good luck!
    Reply With Quote  
     

Page 1 of 6 123 ... LastLast

Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Eminem - Relapse To Recovery
    By Zro. in forum Music
    Replies: 7
    Last Post: 01-05-2011, 01:24 AM
  2. ZurielPks - The Relapse
    By Zuriel in forum Projects
    Replies: 30
    Last Post: 06-05-2010, 08:11 PM
  3. Relapse
    By Zebex in forum Projects
    Replies: 29
    Last Post: 05-29-2010, 06:52 PM
  4. Relapse Development
    By Warlock 999 in forum Projects
    Replies: 12
    Last Post: 11-04-2009, 01:47 AM
  5. Phoenix
    By I'm me bitch in forum Models
    Replies: 12
    Last Post: 03-04-2009, 10:24 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •