May 2009 Archives by subject
- Messages sorted by: [ thread ] [ author ] [ date ]
- More info on this list...
Starting: Wed May 6 19:03:04 UTC 2009
Ending: Sun May 31 23:39:36 UTC 2009
Messages: 213
- [tp-cvs] battleviewer - Seperated battleviewer into 2d/3d viewers, added self to AUTHORS file for the 3d viewer Landon Fowles
- [tp-cvs] daneel-ai - daneel_ai.py: Renamed daneel-ai to daneel_ai.py so it could be easily imported by other python modules. Ric Cook
- [tp-cvs] daneel-ai - Test Commit Ric Cook
- [tp-cvs] libtpclient-py (tp04) - Add equality operators to ChangeNodes. Add a find method which gives you the node that contains a given object. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Add list_aiparams function. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Add server_info and aiclient_info functions. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Add servers and aiclients (list) properties. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added a class for improving single player support. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added a class for improving single player support. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added AI client list and server start functionality. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added AI opponent username support. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added basic SinglePlayer object (only builds a server list so far). Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added commandstring to XML, removed bash control scripts. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added forced parameters to servers, rulesets, and AI clients. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added listing functions for server and ruleset parameters. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added longname, version, and description to AI client list. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added method to MediaThread to get the list of filenames with extensions for a given file prefix. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added ruleset_info function. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added the copyright holders for non-tp stuff. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Added the dates. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Allow format strings to be in forced parameters in single player XML files. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Also check for *.exe files on Windows when checking for single player command executables. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Also search in environment path when verifying command existence. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Check for blank values when populating commandstring with options. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Check if single player processes are running and handle exceptions gracefully. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Cleanup when loop terminates. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Collapse ServerList and AIList into new LocalList with more dynamic XML parsing. Also, new search path handling and other minor improvements. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Execute external binaries without shell=True. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fix KeyError bug in checking tpconfig type. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fix spaces that got in somehow to tabs. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fix wrong parenthesis logic in previous commit. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fixed parameter value formatting. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Full function documentation. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Handle case in ruleset_info where rname is set but sname is not. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Handle case in ruleset_info where rname is set but sname is not. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Improved status checking and initialization. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Improvements of strings with multiple parameters for translation Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Improvements of strings with multiple parameters for translation Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Improvements to share directory path and server/ruleset helper functions. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Include single player shared data in package install. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Initial creation of SinglePlayer with ServerList class. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Initial creation of SinglePlayer with ServerList class. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Link with category GET string instead of anchor. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Look for development version single player XML files in other TP repos. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Look in the registry for paths to single player XML on Win32 platforms. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Make the code a little clearer. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Make the searching log more. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Minor fix in AI starting. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - More comments about what the single player stuff is doing. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - New DownloadList object to query available servers and AI clients. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Only post boolean arguments if they are True. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Prepend ./ to all commands so they are executed in CWD. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Print out the command line that we are running. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Proper epydoc documentation for SinglePlayer module. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Proper starting and stopping of server/AI subprocesses. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Pull in commandstring with absorb_xml. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Put the window stuff inside a try/except. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Refactor single player XML import and CWD-related stuff. This means tpserver-cpp < 0.6.2 is no longer supported out of box for single player. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Removed bundled single-player XML and improved directory checking. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Removed debugging print statements. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Rename the arguments to make stuff slightly easier. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Ruleset info helper uses game server if defined. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Search and import installed and inplace XML files more intelligently. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Search and import installed and inplace XML files more intelligently. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Search for server and AI control scripts. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Several minor code improvements. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Show proper path in 'found XML file' message. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Show proper path in 'found XML file' message. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - SinglePlayer now uses Launcher for process control. Also added a simple command-line game "wizard" in __main__ for testing. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - SinglePlayerGame now fully working. Also added some helper functions (list_*). Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Small fix to the output location. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Sort the return values. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Start AI clients, initialization exceptions. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Stop using 'type' as an identifier. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Support formatting for file type parameters. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Try and clean up a little better. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Updated the LICENSE file to include the exceptions. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Updated the LICENSE file to include the exceptions. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Updated the Makefile for making releases. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Use the full pathname. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Using self variables for sever/ruleset names and parameters. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Various fixes per Mithro (comments, better string formatting, use of subprocess module, etc.). Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Verify that files pointed to in local list actual exist. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Version bump. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - XML and download page URLs are now parameters to DownloadList. Nathan Partlan
- [tp-cvs] libtpproto-py (tp04) - Added two new types to GenericRS.py (8: Category, 9: Design) that were part of the spec but not in the code. Nathan Partlan
- [tp-cvs] libtpproto-py (tp04) - Updated the TimeRemaining object to the tp04 specifications (added reason, current turn number, and current turn name), to get rid of an error in which its size was larger than expected. Nathan Partlan
- [tp-cvs] libtpproto2-py - Added integer tests. Steven Wallace
- [tp-cvs] libtpproto2-py - Cleaned up the tests. Steven Wallace
- [tp-cvs] libtpproto2-py - Fixed floating point numbers and added float and timestamp tests. Steven Wallace
- [tp-cvs] libtpproto2-py - Implemented separate pack/unpack testing. Steven Wallace
- [tp-cvs] libtpproto2-py - Initial xstruct unit test. __init__.py now doesn't fail. xstruct now properly supports 'c' and 's'. Steven Wallace
- [tp-cvs] libtpproto2-py - Testing for timestamp objects and documenting timestamp limitations. Steven Wallace
- [tp-cvs] libtpproto2-py - Unicode support, tests for lists and strings. Steven Wallace
- [tp-cvs] tpclient-pyweb - Removed old code. Added initial code for the map component (frontend). Joel Bohman
- [tp-cvs] tpclient-pyweb - Test commit Joel Bohman
- [tp-cvs] tpclient-pywx (tp04) - Add an error message when the singleplayer stuff doesn't start. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added a Single Player button to winConnect. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added a Single Player button to winConnect. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added getOwner method in objectutils, used it in Systems.py to colorize icons. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added objectutils.py, which will hold functions that are useful in dealing with dynamic objects. The first function in this file gets the coordinate sets for an object. Also fixed the FindPath method in Path.py to use the new DynamicObject method of dealing with coordinates. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added opponent adding page to single player wizard. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added page to single player wizard for the case where no AIs are found. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added wxWizard base class generator and basic initial SinglePlayerWizard. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Always do an update in requirements. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Automatic text wrapping for static labels on SP wizard pages. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Automatically connect to single player game. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Base classes for wizard pages generated differently. This way works. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Bump libtpclient-py version. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Check that the XRC object was successfully loaded. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Check that you are always running the development version with development client. Insert the local libraries in the front of the search path. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Comments and small improvements on wizard pages. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Documentation of custom functions in wizard/pages. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Draw things on the map in object type order, then name. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - First stab at the rework of the add opponent page. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - First steps towards cleaning up the single player code. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fix bug in start page of single player wizard. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fix bugs related to server and ruleset info. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fix message removal. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fix the "set the username/password" change. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fix the libtpclient-py submodule. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fix two small bugs in the requirments code. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed account creation. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed bugs with deleting the last message. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed bugs with deleting the last message. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed for a change in libtpclient-py. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed for a change in libtpclient-py. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed old method of determining what type of objects to draw in Overlay.py, modified how icons are drawn in Systems.py to work with DynamicObjects. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed panelPicture to figure out types of objects TP04 style. Note: will need to look for self-specified media in each object in the future. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed the code that determines whether an object can move in panelStarMap.py to work with tp04. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed the other reference in the FindPath method to object positions to use the new method for finding the position of a DynamicObject. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixing up packaging things for windows. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixing up packaging things for windows. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - If an object has only positional and media parameters, it can still be a galaxy. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Improvements of strings with multiple parameters for translation Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Improvements of strings with multiple parameters for translation Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - libtpclient-py bump. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - libtpproto-py version bump. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Lots of cleanup, reduced some flickering and better window positions. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Make the single player wizard prettier. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Making the wizard look prettier. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Modify SP wizard code to reflect new SinglePlayer LocalList. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Move population of parameter controls to a single function. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Move population of parameter controls to a single function. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Populate option controls in single player wizard with proper controls with validation. Solves issue #2: http://code.google.com/p/thousandparsec/issues/detail?id=2 Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Possible fix for the Gentoo crash problem. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Put the arrow at the correct location for all icons. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Remove all references to SinglePlayerGame.locallist and replace with method calls. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Remove all references to SinglePlayerGame.locallist and replace with method calls. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Remove all references to SinglePlayerGame.locallist and replace with method calls. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Remove min height on opponent page of single player wizard. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Revert "Use spin controls for integer-type parameters in single player wizard." Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Revert 'set the username/password' change as it is not working. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Ruleset, server, and all options are implemented in single player wizard. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Set the username/password for singleplayer. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Show download hyperlinks for servers (no browser launch yet). Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Single player wizard hyperlinks open in browser. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Single player wizard is partially implemented. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - SinglePlayerGame object resides at the app level for cleanup. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small clean up to requirements.py Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small fix for python 2.4 Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small fix for supported order types listing in objectutils. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small fix to draw a line between each coordinate of an icon with multiple coordinates. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small FIXME comment. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small update for translation. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Small updates to setup.py to copy in daneel-ai and tpserver-cpp. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Started converting the opponent page. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Switched libtpclient-py submodule to singleplayer branch. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update libtpclient-py submodule to latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update libtpclient-py submodule to latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update libtpclient-py submodule to latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update libtpclient-py submodule to latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update libtpclient-py submodule to latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update submodule to latest version of libtpclient-py. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update submodule to latest version of libtpclient-py. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Update the setup.nsi file for the new version. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py submodule to latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpproto-py to fix TimeRemaining object. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpproto-py to make use of GenericRS change. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated the submodule to the latest head. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Use spin controls for integer-type parameters in single player wizard. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Version bump for 0.3.2 release. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Version bump. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Wizard and wizard page base classes are generated. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Wizard pages only set up their own controls (fix). Nathan Partlan
- [tp-cvs] tpserver-cpp (mtsec) - Added myself to AUTHORS under MTSec branch as per Aaron. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (refactor) - Add media to minisec objects. Looks like the Names and subclasses should be moved to core. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added Media ObjectParameter to tpserver-cpp. Had not yet been added. Needs users in the rulesets. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added media parameters to SpaceObject in Minisec. Had to update all the ParameterGroupIDs. Needs to still be set. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added the docs directory to gitignore Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Fixed media for Sirius 1. Copy and paste error. My bad. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Fixed planet media urls in Minisec. Were pointing at the old location in the old repository. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Had Planet and System media names reversed. Fixed now in Minisec. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Pull out the ParameterGroupID and ParameterID values as constants in Minisec. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Updated default media base url. We moved to subversion a while ago. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp - Add media to minisec objects. Looks like the Names and subclasses should be moved to core. Lee Begg
- [tp-cvs] tpserver-cpp - Added conditions to autogen.sh to check for glibtoolize if libtoolize is not available. This Lee Begg
- [tp-cvs] tpserver-cpp - Added headers needed for MacOS (probably others too). Thanks greywhind. Lee Begg
- [tp-cvs] tpserver-cpp - Added Media ObjectParameter to tpserver-cpp. Had not yet been added. Needs users in the rulesets. Lee Begg
- [tp-cvs] tpserver-cpp - Added media parameters to SpaceObject in Minisec. Had to update all the ParameterGroupIDs. Needs to still be set. Lee Begg
- [tp-cvs] tpserver-cpp - Added myself to the AUTHORS file as per Aaron Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Added myself to the AUTHORS file as per Aaron Lee Begg
- [tp-cvs] tpserver-cpp - Added the docs directory to gitignore Lee Begg
- [tp-cvs] tpserver-cpp - Fix the previous mistake in passing flags to the guile lib test. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed media for Sirius 1. Copy and paste error. My bad. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed planet media urls in Minisec. Were pointing at the old location in the old repository. Lee Begg
- [tp-cvs] tpserver-cpp - Had Planet and System media names reversed. Fixed now in Minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Include guard fixed. (also a test of commit access) Kornel Kisielewicz
- [tp-cvs] tpserver-cpp - Pass the guile CFLAGS and LDFLAGS to the AC_CHECK_LIB for guile. Should fix greywhind's MacOS configure issue. Lee Begg
- [tp-cvs] tpserver-cpp - Pull out the ParameterGroupID and ParameterID values as constants in Minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Revert "Added myself to the AUTHORS file as per Aaron" Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Updated default media base url. We moved to subversion a while ago. Lee Begg
- [tp-cvs] web - Revert Ubuntu, Debian, and Gentoo tpclient-pywx versions to 0.3.1.1 pending 0.3.2 tarball and packaging. Aaron Mavrinac
Last message date:
Sun May 31 23:39:36 UTC 2009
Archived on: Mon Jan 11 04:37:25 UTC 2010
- Messages sorted by: [ thread ] [ author ] [ date ]
- More info on this list...
This archive was generated by Pipermail 0.09 (Mailman edition).
