ketsuekiro / manialive

Automatically exported from code.google.com/p/manialive
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Need a "sub-plugin" class in ManiaLive for my plugin's subclasses to inherit for forward-compatibility. #50

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Please see http://forum.maniaplanet.com/viewtopic.php?f=46&t=15642 for my 
original post on this matter.

I've noticed that several plugins, such as the MLEPP Core and Standard 
Teamspeak plugins, have their code split between multiple classes.  However, as 
MLEPP experienced, the way these plugins are doing it isn't very 
forward-compatible, as when the inherited DedicatedApi\Connection class was 
moved, MLEPP Core broke.  

I want to split my plugins into multiple classes to make their code easier for 
me to work with, but I need the sub-classes to extend a class that's part of 
ManiaLive so forward-compatibility can be maintained.  I don't see any such 
class currently in ManiaLive, so I'm requesting that one be made.  

Original issue reported on code.google.com by tatharn...@gmail.com on 9 Jan 2013 at 4:45

GoogleCodeExporter commented 8 years ago
Also, this is another enhancement issue that I couldn't set as anything but 
"defect".  Could someone change it for me?  

Original comment by tatharn...@gmail.com on 9 Jan 2013 at 3:57

GoogleCodeExporter commented 8 years ago

Original comment by melot.philippe on 16 Jan 2013 at 9:57