Our new official repo is on github
LCD Smartie version 5.6 is released!
Download it now: https://github.com/LCD-Smartie/LCDSmartie/releases

Current 5.3.2 BETA source code

General discussion about LCD Smartie.

Moderators: _X7JAY7X_, caesar, IFR, mattcro, limbo, Fast351

Post Reply
Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Current 5.3.2 BETA source code

Post by Fast351 »

Where can I download this? I added an IRTrans ( http://www.irtrans.de ) output to the 5.3 source, and cleaned up a bunch of stuff, but I want to make sure that I'm not wasting any effort by doing concurrent development on an earlier cut of source.

Thanks!

-Mike
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Can you keep a list of the mods? (about the clearence?)
I'm trying to find a solution for hosting the latest package!



Edit: another question about the source .... Are you using any CVS client for connection to sourceforge?
Fast351
Developer
Posts: 233
Joined: February 17th, 2006, 3:23 pm
Location: Twin Cities, Minnesota, USA
Contact:

Post by Fast351 »

limbo wrote:Can you keep a list of the mods? (about the clearence?)
I'm trying to find a solution for hosting the latest package!
I basically went through and actually named all the components on the setup screen etc, just so I could make sense of what did what in the code. I cleaned up the way forms get created too. This should help with the memory footprint and forces you to use encapsulation. The tray icon seems happier too when you use ShowModal for the forms instead of just calling them to the foreground. I can go into details if you want.

I got the IRTrans socket stuff working, but I'm still trying to solve the socket getting disconnected sometimes. Also, the custom characters for stuff like the winamp spectrum analyzer don't seem to work correctly, but that's something that should be easy to solve.
limbo wrote: Edit: another question about the source .... Are you using any CVS client for connection to sourceforge?
I have a CVS client, but I just downloaded the source using the link on the lcdsmartie page.

-Mike
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

I don't need details for the time... :wink:
I want to keep a history of Mods and Additions, to use it as a compass.
Can you also check this http://forums.lcdsmartie.org/viewtopic. ... emp+sensor is it possible to add these functions to new build ?

Next thing from my side is to temp host the new build for download, but before this I have to contact Clansley for a better solution on the LCD Smartie site.
Last edited by limbo on July 11th, 2006, 4:56 pm, edited 1 time in total.
ReverseEngineered
Plugin Author
Posts: 192
Joined: January 18th, 2006, 11:09 pm
Location: Saskatoon, Saskatchewan, Canada

Post by ReverseEngineered »

I'm also working on several modifications. Using CVS is very important if several of us are going to improve the code at the same time. Also, there needs to be some collaboration as to who is working on what, otherwise we might run into conflicts; particularly if you have changed any part of the internal API.

Limbo, do you know if public CVS commits are allowed, or do we need a password? If we need one, if Fast and I could both get access, that would be great. I'm particularly interested in getting Smartie cleaned up so that we can push it out of beta (it's been almost a year).

Also, since it was posted on hackaday.com (not sure if you knew that, but that's how I found it), you've probably noticed a lot more activity on the forums. We'd be best to take advantage of that burst, so as not to turn away too many potential users, who might not use it in its "beta" state.
clansley
Site Admin
Posts: 104
Joined: February 13th, 2005, 5:09 pm
Location: UK
Contact:

Post by clansley »

It's great to see people developing or wanting to start developing LCD Smartie!! :)

I've created a new forum section that is accessible only to LCD Smartie developers. Hopefully I've added everyone who wants to do development...
Workshed
Posts: 26
Joined: November 10th, 2005, 11:07 pm

Post by Workshed »

limbo wrote: Can you also check this http://forums.lcdsmartie.org/viewtopic. ... emp+sensor is it possible to add these functions to new build ?
Like ReverseEngineered said if someone could get everyone doing development on LCDSmartie permissions to commit to CVS then i could also add in my changes directly.

EDIT: Any chance I could get permission to access the Development forum?
limbo
Plugin Author
Posts: 1604
Joined: February 13th, 2005, 7:38 pm
Location: Athens - Greece
Contact:

Post by limbo »

Workshed try to enter the core development... :wink:
Workshed
Posts: 26
Joined: November 10th, 2005, 11:07 pm

Post by Workshed »

Cheers!
Post Reply