August 2010 Archives by subject
- Messages sorted by: [ thread ] [ author ] [ date ]
- More info on this list...
Starting: Sun Aug 1 22:54:55 UTC 2010
Ending: Sat Aug 14 04:24:52 UTC 2010
Messages: 388
- [tp-cvs] daneel-ai - - Updating for tp04 branch Alan P. Laudicina
- [tp-cvs] daneel-ai - add design functionality added to helper Alan P. Laudicina
- [tp-cvs] daneel-ai - add design in helper now updates the cache with the new design (in a pretty scary way) Alan P. Laudicina
- [tp-cvs] daneel-ai - added a dummy rulest (it just download everything and ends turn). meant for testing Alan P. Laudicina
- [tp-cvs] daneel-ai - added a helper function to get velocity of an object. In MTSec code for getting speed information of enemy ships (to guess the design from max speed) is added but is of no use since currently the server doesn't give speed information (I could calculate it if needed but I have to find out if this is intentional). Alan P. Laudicina
- [tp-cvs] daneel-ai - Added contained by helper function. Added ships for defense on every planet to rushAI. Alan P. Laudicina
- [tp-cvs] daneel-ai - Added desriptions for all the functions in the helper class Alan P. Laudicina
- [tp-cvs] daneel-ai - added find component by name to helper Alan P. Laudicina
- [tp-cvs] daneel-ai - Added findDesignByName to helper. Added global variable cache to helper and updated code generation. Alan P. Laudicina
- [tp-cvs] daneel-ai - added generated code for mtsec Alan P. Laudicina
- [tp-cvs] daneel-ai - added hasOrder helper function and made MTSec use it. Alan P. Laudicina
- [tp-cvs] daneel-ai - added helper function component name. In mtsec added ship building with less wasted production points Alan P. Laudicina
- [tp-cvs] daneel-ai - added helper function for distance and design property value by description adn property by description. In MTSec SmartAI was devided and colonisation code rewritten. Alan P. Laudicina
- [tp-cvs] daneel-ai - added helper function to get all resources of an object and all components of a design. Added a function to delete all messages. For mtsec added a function to automaticly design a weapon, calculate the maximum number of weapons for a given design, maximum number of weapons for a given fleet and a function for identifying the type of weapon from the design Alan P. Laudicina
- [tp-cvs] daneel-ai - added helper functions for getting all fleets and for geting design name. RushAI now loads weapons and better decides what to build Alan P. Laudicina
- [tp-cvs] daneel-ai - added mtsec to supported rulesets Alan P. Laudicina
- [tp-cvs] daneel-ai - added myself to the authors list Alan P. Laudicina
- [tp-cvs] daneel-ai - Added new version of the library to amongst others support utf-8. Vincent Verhoeven
- [tp-cvs] daneel-ai - added print design with properties helper function. fixed fleet naming for mtsec. fixed can colonise function. Alan P. Laudicina
- [tp-cvs] daneel-ai - Added print resources to helper. Uncommented design update on add in helper. Added comments to helper functions. Alan P. Laudicina
- [tp-cvs] daneel-ai - added printDesign to helper Alan P. Laudicina
- [tp-cvs] daneel-ai - added printing of enemy planets to the printAboutMe in helper Alan P. Laudicina
- [tp-cvs] daneel-ai - added the forgotten order removal function to code generator in basic.py Alan P. Laudicina
- [tp-cvs] daneel-ai - added unique design name generator to helper generated names are not sort but it should work Alan P. Laudicina
- [tp-cvs] daneel-ai - Adding *.swp to gitignore. Tim Ansell
- [tp-cvs] daneel-ai - Automatic order discovery added to basic.py Alan P. Laudicina
- [tp-cvs] daneel-ai - Base for Stupid AI seperated from RushAI. Alan P. Laudicina
- [tp-cvs] daneel-ai - beta rushAI Alan P. Laudicina
- [tp-cvs] daneel-ai - beta version of randomAI for mtsec Alan P. Laudicina
- [tp-cvs] daneel-ai - better error messages on connection problems Alan P. Laudicina
- [tp-cvs] daneel-ai - bunch of TODO comments Alan P. Laudicina
- [tp-cvs] daneel-ai - code generator fix Alan P. Laudicina
- [tp-cvs] daneel-ai - code generator now seperate Vincent Verhoeven
- [tp-cvs] daneel-ai - code generator now seperate Vincent Verhoeven
- [tp-cvs] daneel-ai - commented out stuff that might be causing problems Alan P. Laudicina
- [tp-cvs] daneel-ai - corrected check if a fleet is fully loaded Alan P. Laudicina
- [tp-cvs] daneel-ai - Don't include player 0 in the list of players, it's not a real person. Vincent Verhoeven
- [tp-cvs] daneel-ai - Don't strip the names (as " " is a valid name). Tim Ansell
- [tp-cvs] daneel-ai - Fix design creation Vincent Verhoeven
- [tp-cvs] daneel-ai - Fix risk a bit more for tp04 Vincent Verhoeven
- [tp-cvs] daneel-ai - Fix string problem and no enemies. Tim Ansell
- [tp-cvs] daneel-ai - fixed an error in designWeapon in mtsec Alan P. Laudicina
- [tp-cvs] daneel-ai - Fixed bug in risk rules Vincent Verhoeven
- [tp-cvs] daneel-ai - fixed crash after build order if AI client wasn't the first one connected Alan P. Laudicina
- [tp-cvs] daneel-ai - Fixed helper function for new daneel behaviour Vincent Verhoeven
- [tp-cvs] daneel-ai - Fixes crashing issues by checking if your ID is in the player list. Alan P. Laudicina
- [tp-cvs] daneel-ai - Fleets move less. Added some helper functions. Alan P. Laudicina
- [tp-cvs] daneel-ai - for mtsec added functions for finding out the type of weapon from design, listing weapons on an object (fleet or planet), loading weapons specified by type. Made RushAI use all this functions (this adds support for every ship and weapon design). Alan P. Laudicina
- [tp-cvs] daneel-ai - helper function for geting a value of a property of an object (not finished) Alan P. Laudicina
- [tp-cvs] daneel-ai - helper function renaming Alan P. Laudicina
- [tp-cvs] daneel-ai - helper function to get your player name. MTSec: some try statements to avoid some bugs. Alan P. Laudicina
- [tp-cvs] daneel-ai - helper functions for getting properties of a design and their values Alan P. Laudicina
- [tp-cvs] daneel-ai - Helper functions for python AI code in seperate file. Alan P. Laudicina
- [tp-cvs] daneel-ai - Hopefully fixed risk for tp04. Vincent Verhoeven
- [tp-cvs] daneel-ai - improved minisec AI (it's still dumb but better) Vincent Verhoeven
- [tp-cvs] daneel-ai - in mtsec a fuction to get the number of factories on a planet, optimal build ship function has been upgraded so it can take points alreday spend into account Alan P. Laudicina
- [tp-cvs] daneel-ai - in mtsec added a function to calculate the weapons that need to be loaded to a fleet. added a helper function to get the name of a resource. Alan P. Laudicina
- [tp-cvs] daneel-ai - in MTSec optimalBuildWeapon added (it's addapted to the current implementation of mtsec not the documentation) Alan P. Laudicina
- [tp-cvs] daneel-ai - In MTSec SmartAI now has a better algorithm for determening which fleet attacks which planet using a heuristic for corrctiong planet scores for planets which are already being attacked by other fleets. Alan P. Laudicina
- [tp-cvs] daneel-ai - In mtsec, fixed designing weapons, fixed discovery of weapon type, fixed loading weapons, added CommandoAI, fixed building stuff in stupidAI base, added BunkerAI, added GreedyAI, fixed game end detection Alan P. Laudicina
- [tp-cvs] daneel-ai - In MTSec: improved moveToObject, added strength calculating heuristic, heuristic to choose a planet to attack, smartiAI now uses these heuristics for attacking Alan P. Laudicina
- [tp-cvs] daneel-ai - in SmartAI ships don't need to be fully loaded with weapons. When ships use up their weapons or an invasion is cancled ships now choose a friendly planet to return to using a heuristic (but since the colonisation doesn't work there is no choice) Alan P. Laudicina
- [tp-cvs] daneel-ai - libtpclient update (issue 97 fixed) Alan P. Laudicina
- [tp-cvs] daneel-ai - Made daneel try to make an attempt to colonise the entire universe in minisec Vincent Verhoeven
- [tp-cvs] daneel-ai - Made visualisation and optimisation more user friendly and documented. Alan P. Laudicina
- [tp-cvs] daneel-ai - MiniSec build fleet order now works. List to ignore added to find neareast planet helper function. Alan P. Laudicina
- [tp-cvs] daneel-ai - MiniSec files with a hook for writting AI in python (and some support functions) Alan P. Laudicina
- [tp-cvs] daneel-ai - MiniSec orders move and colonise work with tp04 libs. Minisec: If a new order is given when one already exists for the same object it is replaced if needed. Minisec: Existing orders can now be deleted. Alan P. Laudicina
- [tp-cvs] daneel-ai - minor bugfixes (you can NOT remove items from an array if you are looping through it) Alan P. Laudicina
- [tp-cvs] daneel-ai - minor changes... nothing worth mentioning Alan P. Laudicina
- [tp-cvs] daneel-ai - minor code optimisation. MultipleAI coded (randomly chooses one of the other behaviours every turn) Alan P. Laudicina
- [tp-cvs] daneel-ai - minor syntax fixes Alan P. Laudicina
- [tp-cvs] daneel-ai - minor updates for MTSec. Alan P. Laudicina
- [tp-cvs] daneel-ai - Move order in MiniSec works with tp04 libraries Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec added fleet visualisation and some minor bugfixes Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec fixed some bugs from stuff in previous commit Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec now splits all fleet until there is only 1 ship in every fleet. Ships don't need to be full of weapons to be marked for invasion. Heuristic for choosing the best planet to colonise in now in use. Alan P. Laudicina
- [tp-cvs] daneel-ai - MtSec SmartAI attack and guard code seperated. Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec smartAI beta (with lots of todos) and a small but important bugfix for StupidAI base Alan P. Laudicina
- [tp-cvs] daneel-ai - Mtsec SmartAI counts only attack ships for planetary defence Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: added a lot of comments for AI and helper. Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: better guard code for SmartAI. Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: lot of variables that hold some ruleset facts are now global and only initiated once Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: minor bug fixes Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: minor bugfix, AI client now terminates after the game ends (all planets destroyed) even if there are more than 2 players. Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: now ignores some orderqueue errors and order issuing errors. Added beta code for runing automated battles and setting values for optimisation. Added beta code for visualisation of planets (fleets comming soon). Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: SmartAI code was sped up a lot using chaching. Alan P. Laudicina
- [tp-cvs] daneel-ai - MTSec: SmartAi now beats commandoAI in 100% cases, but doesn't colonise. daneel-ai-inplace.xml was fixed for single player. Alan P. Laudicina
- [tp-cvs] daneel-ai - Order code generator now works. MiniSec now uses generated code. Alan P. Laudicina
- [tp-cvs] daneel-ai - organising code and renaming Alan P. Laudicina
- [tp-cvs] daneel-ai - player named ai now uses RushAI code all other players use randomAI (this is for mtsec) Alan P. Laudicina
- [tp-cvs] daneel-ai - playerByName helper function. Smarter removal from lists in MTSec. Alan P. Laudicina
- [tp-cvs] daneel-ai - Proper way to get turn number. Tim Ansell
- [tp-cvs] daneel-ai - Removal of unused files in extra. Alan P. Laudicina
- [tp-cvs] daneel-ai - removed some logging in ruleset. fixed a lot of small buggs in RushAI. Alan P. Laudicina
- [tp-cvs] daneel-ai - RushAI and RandomAI ship design now alows colonisation. Lose conditions detected in MTSec (no planets and no ships). In RushAI ships with no weapons no longer attack and return to a friendly planet. Alan P. Laudicina
- [tp-cvs] daneel-ai - rushAI now attack when there is enough ships to do an invasion Alan P. Laudicina
- [tp-cvs] daneel-ai - RushAI now chooses only fully loaded ships for invasion Alan P. Laudicina
- [tp-cvs] daneel-ai - RushAI now retreats if there aren't enough units to fight anymore Alan P. Laudicina
- [tp-cvs] daneel-ai - serial number now used in naming fleets. added print statements to RushAI. RushAI now leaves ships on planets for defense when colonising and when invading. in RushAI ships marked for invasion will now attack until they get destroyed Alan P. Laudicina
- [tp-cvs] daneel-ai - some helper functions done more elegantly Alan P. Laudicina
- [tp-cvs] daneel-ai - Submodule bump. Tim Ansell
- [tp-cvs] daneel-ai - trying not to fire the colonisation bug in MTSec Alan P. Laudicina
- [tp-cvs] daneel-ai - unimportant things commented Alan P. Laudicina
- [tp-cvs] daneel-ai - Updated protocol lib for newer timeremaining frames Vincent Verhoeven
- [tp-cvs] daneel-ai - Updated to new TimeRemaining frame Vincent Verhoeven
- [tp-cvs] daneel-ai - Updated to newer client/protocol versions Vincent Verhoeven
- [tp-cvs] daneel-ai - Updating to the latest client/proto library. Tim Ansell
- [tp-cvs] documents - Adding a player waiting in TimeRemaining. Tim Ansell
- [tp-cvs] documents - Adding an id in the OrderQueue packet. Tim Ansell
- [tp-cvs] documents - Finishing up the OrderQueue stuff. Tim Ansell
- [tp-cvs] documents - Fixing a missing /. Tim Ansell
- [tp-cvs] documents - Started changes to add orderqueues to protocol. Lee Begg
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Added method to MediaThread to get the list of filenames with extensions for a given file prefix. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Added threaded downloading, fixed up code in media.py, improved threads.py code, added mixin for tracking downloading files. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Change the deb version from 0.2.4+0.2.5+<gitinfo> to 0.2.4+<gitinfo>. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Check for premature subprocess termination and stop the single player game if it occurs. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Cleaned up _getOrders() in cache. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Do not try to get orderqueue for orderqueue id = 0 Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Don't save the cache ATM. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Fixed error in order queue loading - was using order queue ID where object ID was needed. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Fixed error when files list is empty in MediaThread. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Fixed extra print and connection URL, improved thread safety. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Fixed login with username and password to media server. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Fixed possible error with trying to look up empty files. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Hacks for TP04 support. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Initial creation of SinglePlayer with ServerList class. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Quote the username/password. Tim Ansell
- [tp-cvs] libtpclient-py (libtpclient-py-0.3.x) - Version bump for tp04 support. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Add number of players to server for singleplayer. Vincent Verhoeven
- [tp-cvs] libtpclient-py (tp04) - Added findChildren utility function. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Added pickle support for cache tp04. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Adding a warning assert. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Adding ability to get influences. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Adding GetVelocityList function. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Adding swp to the ignore file. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Bump cache version. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - ChangeList now has a custom pickle/unpickle methods. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Empty error messages fixed. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Empty error messages fixed. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fix the removal of objects. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fix to-agressive removal of objects from cache. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fixed ChangeList.find Vincent Verhoeven
- [tp-cvs] libtpclient-py (tp04) - Fixed ChangeList.find Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fixes for utf-8. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fixing ChangeDict Vincent Verhoeven
- [tp-cvs] libtpclient-py (tp04) - Fixing ChangeDict Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fixing for Order Queues. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Fixing for Order Queues. Vincent Verhoeven
- [tp-cvs] libtpclient-py (tp04) - Make the cache depend on game creation time. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Make the error messages more informative. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Make the error messages more informative. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Marking the threads as daemon so they don't stop the client from exiting. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Method to get remaining time. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Possible assert which could be useful later. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Removing a print. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Replicating Stupid Incarnate's fix for the graphicsdir problem. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Slight update for errors. Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Updating to include .swo Tim Ansell
- [tp-cvs] libtpclient-py (tp04) - Use the player get ids funcions. Tim Ansell
- [tp-cvs] libtpproto-cpp - Fixed missing include Lee Begg
- [tp-cvs] libtpproto-cpp - Update for protocol changes. Lee Begg
- [tp-cvs] libtpproto-py (tp04) - Adding .swo files to ignore. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding .swp to the ignore file. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding an "Influence" parameter. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding OrderQueue stuff. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding OrderQueue stuff. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding support for creation time in the game object. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding the Player ID functions. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Adding the waiting player list to TimeRemaining. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Allow serialization the ObjectDesc object. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Fixing unicode for all strings. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Fixing xstruct for Python 2.5 Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Include the id in the repr. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Return the frame on time remaining. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Updating IDSequence to request only existing objects. Tim Ansell
- [tp-cvs] tpadmin-cpp - Fix compile, added stdint.h Lee Begg
- [tp-cvs] tpadmin-cpp - Ready for v0.1.0 release. Lee Begg
- [tp-cvs] tpclient-pyogre - Fix listbox index access error Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Handle information display for planets with no resources Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Ignore plugins directory Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Remove the need for objectutils as it is in libtpclient-py now Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Restore ownership colours in the icon overlays Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Update tp dependencies Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Update tp library depdendencies Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Update tp library dependencies Eugene Tan Jie Ming
- [tp-cvs] tpclient-pyogre - Use correct attribute to determine ship type Eugene Tan Jie Ming
- [tp-cvs] tpclient-pywx (tp04) - Relayout at messages panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Relayout at messages panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - A findChildren I missed. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - A findChildren I missed. Alan P. Laudicina
- [tp-cvs] tpclient-pywx (tp04) - ABS velocity is greater than zero. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Add fallback on the SystemIcons overlay. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added 'Panels' submenu into the main menu. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added a "Done" button to Filter frame. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added autoclose checkbox in Update window. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added Game Info window. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added id=0 for Universe in System panel tree. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added in-text search for System panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added Preferences window shortcut. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Added turn number to status bar. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Adding .swp to the ignore file. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Adding a window which tracks people's ready status. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Adding an overlay which draws the ship velocity. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Adding the ability to display influences on the starmap. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Adding toggle buttons for the overlays. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Allow order inside a layer. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Allow right click interception orders. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Allow unknown player and no one. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Autogenerated code update. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Bold in tooltip for selected object. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Change color generation for individual systems in the client. Alan P. Laudicina
- [tp-cvs] tpclient-pywx (tp04) - Change the way the colorizers assign colors. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Change the way the colorizers assign colors. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Change the way the colorizers assign colors. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Changed widgets layout in Messages panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Changing the way time remaining works. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Changing varible name to oid to make it clearer. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Check if a window has SaveConfig method. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Cleared messages panel on startup. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Convert to the new AUI in wxPython 2.8 Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Filter manager was removed from system toolbar. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix a typo. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix for empty error message on network errors. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix for empty error message on network errors. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix for objects disappearing. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix on CacheUpdate. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix the cache in tp04 support. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix the cache in tp04 support. Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Fix the display of the object. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fix the hidden update window problem. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed a bug in HTML of two predefined messages. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed a misprint in menu help string. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed order parameters in Order panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed starmap movement with arrow keys. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed the paste method. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed the turn number stuff. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixed wrong placement of Filter frame. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixing a small bug in the influence view. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixing a small naming inconsistency. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixing clicking on Path. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixing for utf-8. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Fixing ignore for .swo files. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Growable labels in Ruleset page of wizard. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Hide sub-windows when winMain is hidden. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Hiding selection arrow for objects without icons. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Idlefinder skippes objects with no order types. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Improved spacing in Filter panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Made ShowTips menu item not checkable. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Made starmap zoom with mouse wheel. Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Make info panel have the right size when selecting objects, so horizontal scrollbars don't show. Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Make info panel have the right size when selecting objects, so horizontal scrollbars don't show. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Make multipoint objects work a little nicer. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Make requirements auto-update. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Make sure the sub-modules are checked out before adding them to the path. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Make the type useful. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Make the X on winUpdate work. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Making the OrderQueue stuff work. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Massive change to prevent the caching of the cache. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Moved canObjectMove method to objectutils. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Moved search control to buttons in System panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Moved subpanels in Order panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Moving objectutils into libtpclient-py. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - No orders shown for non-players objects. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Path and Velocity overlays can now be toggled using buttons on the toolbar. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Path drawing in starmap fixed. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Path drawing in starmap fixed. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Planet selection bug fixed. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Popup html symbols escaping. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Popup image not placed in the system taskbar now. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Preferences window modally centered on screen when shown. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Really fix the scrollbars now. Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Refactor copy/paste of orders in functions Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Refactor copy/paste of orders in functions Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Remove a massive amount of duplicate code. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Remove obsolete code. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Removed dead code Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Removed dead code Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Removed startup information from panels. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Removed startup information from panels. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Removed startup information from panels. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Removed unnecessary bindings. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Removing the obsolete file. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Revert "Make info panel have the right size when selecting objects, so horizontal scrollbars don't show." Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Revert "Make info panel have the right size when selecting objects, so horizontal scrollbars don't show." Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Saving of user server choice. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Set the minimum size for connection window. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - ShiftMixIn now works in messages panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Starmap context menu works for Move command. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Stop keys propagating up from the order arguments panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Stop the system window from preventing resize. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Sub-module bump. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Sub-module bump. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Submodule bump. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Submodule dump. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Tabulation in tooltip for sub-objects. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Tips shown only after the first tpclient start. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Turn summary fixed in System panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Update for the game creation code. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Update tpclient lib to support adding player numbers to singleplayer. Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Update tpclient lib to support adding player numbers to singleplayer. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Update window interface improved. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py for Changelist.find Vincent Verhoeven
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py for Changelist.find Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Updating for the cache changes. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Updating for xstruct fix. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Updating submodules. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Use the player get ids. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Visually separated the title of Information panel. Tim Ansell
- [tp-cvs] tpclient-pywx (tp04) - Waypoint mode drops when a target is selected. Tim Ansell
- [tp-cvs] tpserver-cpp - Actually use the velocity. Tim Ansell
- [tp-cvs] tpserver-cpp - Add inputFrame Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Add players not finished to status admin command Lee Begg
- [tp-cvs] tpserver-cpp - Added a player list fo the time remaining frame. Tim Ansell
- [tp-cvs] tpserver-cpp - Added ctime to Game Frame. Lee Begg
- [tp-cvs] tpserver-cpp - Added db files to .gitignore Lee Begg
- [tp-cvs] tpserver-cpp - Added media to risk. Lee Begg
- [tp-cvs] tpserver-cpp - Added modtime to player object Lee Begg
- [tp-cvs] tpserver-cpp - Added noguest setting, to prevent guest user creation. Lee Begg
- [tp-cvs] tpserver-cpp - Added nuke-object admin command, use with great care. Lee Begg
- [tp-cvs] tpserver-cpp - Added orderqueues to the protocol. Lee Begg
- [tp-cvs] tpserver-cpp - Added setting for minimum players before playersfinished turntimer finished early. Lee Begg
- [tp-cvs] tpserver-cpp - Added setting for minimum players before playersfinished turntimer finished early. Tim Ansell
- [tp-cvs] tpserver-cpp - Added test for prng, might have fixed prng too Lee Begg
- [tp-cvs] tpserver-cpp - Added testprng program to gitignore Lee Begg
- [tp-cvs] tpserver-cpp - Adding nameselector to rulesetsupport Lee Begg
- [tp-cvs] tpserver-cpp - Allow shorter usernames and passwords. Lee Begg
- [tp-cvs] tpserver-cpp - Allow shorter usernames and passwords. Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Allow shorter usernames and passwords. Tim Ansell
- [tp-cvs] tpserver-cpp - Allow the amount of players to be passed to the server. Vincent Verhoeven
- [tp-cvs] tpserver-cpp - Always send a sequence frame. Tim Ansell
- [tp-cvs] tpserver-cpp - Avoid div by 0 in buildfleet in MTSec Lee Begg
- [tp-cvs] tpserver-cpp - Avoid div by 0 in buildfleet in MTSec Tim Ansell
- [tp-cvs] tpserver-cpp - Cast for 64bit system. Tim Ansell
- [tp-cvs] tpserver-cpp - Cast for 64bit system. Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Change Makefile to build Intercept order (not enabled in ruleset yet) Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Changes for orderqueues. Lee Begg
- [tp-cvs] tpserver-cpp - Check if there is any fleet left after minisec combat. Lee Begg
- [tp-cvs] tpserver-cpp - Don't truncate player's name, might lead to invalid utf8 chars. Lee Begg
- [tp-cvs] tpserver-cpp - Error if boost is not available at configure Lee Begg
- [tp-cvs] tpserver-cpp - Filter the player ids to only have the ones we are waiting for in turntimer. Lee Begg
- [tp-cvs] tpserver-cpp - Fix a sizeof problem. Tim Ansell
- [tp-cvs] tpserver-cpp - Fix a sizeof problem. Lee Begg
- [tp-cvs] tpserver-cpp - Fix accident. Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Fix accident. Lee Begg
- [tp-cvs] tpserver-cpp - Fix RSP combat number of ships Insert Intercept into list of allowed order Fix Intercept order to give base case to delete bad destination planets Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Fix RSP combat number of ships Insert Intercept into list of allowed order Fix Intercept order to give base case to delete bad destination planets Tim Ansell
- [tp-cvs] tpserver-cpp - Fix some typos in Minisec combat Lee Begg
- [tp-cvs] tpserver-cpp - Fix turn_players_min default and add turn_require_active_players Lee Begg
- [tp-cvs] tpserver-cpp - Fixed and gave better message when config file not found. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed failure when trying to create message for failure in move in MTSec. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed failure when trying to create message for failure in move in MTSec. Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Fixed getting resource from planet in minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed messages and draw shots by non-battleships in Minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed modtime in Category frame. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed move order after destroyed fieet in minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed object orderparam Lee Begg
- [tp-cvs] tpserver-cpp - Fixed risk importing map then also creating test universe. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed risk player dead setting Lee Begg
- [tp-cvs] tpserver-cpp - Fixed sending too many objects that are gone. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed sending too many objects that are gone. Tim Ansell
- [tp-cvs] tpserver-cpp - Fixed spelling of third in minisec Lee Begg
- [tp-cvs] tpserver-cpp - Fixed typo in minisec mergefleet fail message Lee Begg
- [tp-cvs] tpserver-cpp - Fixes to risk, tidy wormholes and universe turn/year Lee Begg
- [tp-cvs] tpserver-cpp - Fixes to rspcombat in minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Hopefully show all objects to everyone in minisec. Lee Begg
- [tp-cvs] tpserver-cpp - Initial addition of Intercept order Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Limit string order param length to 1024 Lee Begg
- [tp-cvs] tpserver-cpp - Make players who are dead in risk actually dead. Lee Begg
- [tp-cvs] tpserver-cpp - Make the active players default sane. Tim Ansell
- [tp-cvs] tpserver-cpp - Make the modtime a serial. Tim Ansell
- [tp-cvs] tpserver-cpp - Methods to get design IDs in a better fashion Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Methods to get design IDs in a better fashion Tim Ansell
- [tp-cvs] tpserver-cpp - Missing commit. Tim Ansell
- [tp-cvs] tpserver-cpp - Only update the planet modtime if neccessary in risk Lee Begg
- [tp-cvs] tpserver-cpp - Only update the planet modtime if neccessary in risk Tim Ansell
- [tp-cvs] tpserver-cpp - Only update velocity if not already 0, 0, 0 in minisec's fleet. Lee Begg
- [tp-cvs] tpserver-cpp - Only update velocity if not already 0, 0, 0 in minisec's fleet. Tim Ansell
- [tp-cvs] tpserver-cpp - Only update velocity if not already 0, 0, 0 in minisec's fleet. Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Own your initial planet again. Tim Ansell
- [tp-cvs] tpserver-cpp - Players get the homeworld resource again. Tim Ansell
- [tp-cvs] tpserver-cpp - Refactoring the Planet creation code. Tim Ansell
- [tp-cvs] tpserver-cpp - Refactoring the Planet creation code. Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Remove empty fleet from parent before removing in colonise in minisec Lee Begg
- [tp-cvs] tpserver-cpp - Remove magic number that references home planet Alan P. Laudicina
- [tp-cvs] tpserver-cpp - Remove magic number that references home planet Lee Begg
- [tp-cvs] web - Added link to TP04 protocol documentation. Lee Begg
- [tp-cvs] web - Updated transform for protocolxml file. Lee Begg
Last message date:
Sat Aug 14 04:24:52 UTC 2010
Archived on: Sat Aug 14 04:25:32 UTC 2010
- Messages sorted by: [ thread ] [ author ] [ date ]
- More info on this list...
This archive was generated by Pipermail 0.09 (Mailman edition).
