Anyways, I hear rumors that SJ is gone, and a new dev leader has steped up. Also that the new version of TA is OS independant :D Good thing, since I'm running linux now.
What I'm wondering is current goals of the ta spring project. The last time I tried to help out, the goal of the project was to add features, and duct tape bugs till they almost got fixed and were forgotten until it crashed the game more then 5 times in 2 minutes. If this is still the case, I might consider forking the source and making a working, and clean version of ta. If the new devs are interested in cleaning up code, maybe even adding thread support, and the likes, I'll consider not forking. Either way, I'm a lazy self proclaimed god of code, which basically meens I'm about as good as a first year student in a 3 comp sci BA, and probably won't do much without getting angry at someone first ;p just ask Sinbad, he knows :D
For an example of my work, look at svnroot/tools/RtsSettingsWiz, It's the settings project with a few simple improvements (ie: detect first run, and run in wizard mode, tooltips, etc...), written in MFC. I could start by making that in wxWindows, the conversion should be simple enough. Before doing that I'd like to write a new reghandler code to support either an xml settings file or a simple ini settings file, with basic functionality, ei:
Code: Select all
#turn sound off
SOUND 0
#turn sound on
SOUND 1
# Set sound volume (0 to 127)
SOUND_VOLUME 64
Choice is yours, you's want some cleaning and improving done to the settings area of the project?