June 2009 Archives by subject
- Messages sorted by: [ thread ] [ author ] [ date ]
- More info on this list...
Starting: Mon Jun 1 01:01:33 UTC 2009
Ending: Tue Jun 30 22:02:57 UTC 2009
Messages: 243
- [tp-cvs] daneel-ai - daneel/basic.py: Added getLastTurnTime() function that returns the time of the object that was updated last. Ric Cook
- [tp-cvs] daneel-ai - daneel/mod-risk.py: added guards to check connection is not none daneel/basic.py: added delta function argument to startTurn daneel_ai_profiler.py: profiling working on risk save games. daneel_ai.py: added guards to check connection is not none, added delta function argument to startTurn, added SaveGame(), pickle(), checkSaveFolderWriteable() and gameLoopBenchMark() Ric Cook
- [tp-cvs] daneel-ai - daneel_ai.py: Fixed a bug in the end of turn wait loop in gameLoop() that prevented the client from realising the turn had completed when all clients had requested an end of turn prior to the actual end of turn. Ric Cook
- [tp-cvs] libtpclient-py (stable) - Check for premature subprocess termination and stop the single player game if it occurs. Aaron Mavrinac
- [tp-cvs] libtpclient-py (stable) - Implement onready callback if a 'started' string to match is available from the server tpconfig XML. Aaron Mavrinac
- [tp-cvs] libtpclient-py (stable) - Import 'started' element. Aaron Mavrinac
- [tp-cvs] libtpclient-py (stable) - Make pyscheme work with unicode inputs. Tim Ansell
- [tp-cvs] libtpclient-py (stable) - Proper Epydoc docstrings in launcher.py. Aaron Mavrinac
- [tp-cvs] libtpclient-py (tp04) - Fixed error in order queue loading - was using order queue ID where object ID was needed. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fixed error when files list is empty in MediaThread. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fixed extra print and connection URL, improved thread safety. Nathan Partlan
- [tp-cvs] libtpclient-py (tp04) - Fixed login with username and password to media server. Nathan Partlan
- [tp-cvs] libtpproto-cpp - Protect against segfault if EventLoop is not set. Lee Begg
- [tp-cvs] libtpproto-py (tp04) - Small fix an small copy from ObjectDesc error. Tim Ansell
- [tp-cvs] libtpproto-py (tp04) - Small fix an small copy from ObjectDesc error. Tim Ansell
- [tp-cvs] libtpproto2-py - Failure tests. Steven Wallace
- [tp-cvs] libtpproto2-py - Switched tests to the unittest module. Steven Wallace
- [tp-cvs] tpclient-pyogre - Added a line to keep the window from hogging keyboard input Landon Fowles
- [tp-cvs] tpclient-pyogre - Added basic events that pop up a log in BattleManager Landon Fowles
- [tp-cvs] tpclient-pyogre - Added basic states to BattleScenes so RoundManagers/BattleManagers know when to move on Landon Fowles
- [tp-cvs] tpclient-pyogre - Added legacy attributes back to Round, but they're now generated from the events attribute Landon Fowles
- [tp-cvs] tpclient-pyogre - Added several todo items as well as basic moving framework Landon Fowles
- [tp-cvs] tpclient-pyogre - Added some methods to get the battle running as well as constantly updating the battlescene Landon Fowles
- [tp-cvs] tpclient-pyogre - Added stubs for the per-entity event method generators Landon Fowles
- [tp-cvs] tpclient-pyogre - Added the fire event, which puts up a laser between the two participants described Landon Fowles
- [tp-cvs] tpclient-pyogre - Added the {Battle, Round}Manager classes to keep track of battle progression Landon Fowles
- [tp-cvs] tpclient-pyogre - Basic round progression added, not automatic yet Landon Fowles
- [tp-cvs] tpclient-pyogre - Can now show logs with log_event in the BattleManager Landon Fowles
- [tp-cvs] tpclient-pyogre - Changed next/prev to be True/False values Landon Fowles
- [tp-cvs] tpclient-pyogre - Filled out the Move event Landon Fowles
- [tp-cvs] tpclient-pyogre - Finished the death_event, which causes objects to disappear with little flash (yet) Landon Fowles
- [tp-cvs] tpclient-pyogre - Fire event is useless without the laser code Landon Fowles
- [tp-cvs] tpclient-pyogre - Fixed a bug that popped up after I changed the arguments fire_event receives Landon Fowles
- [tp-cvs] tpclient-pyogre - Fixed bug introduced by not creating the empty scene list in __init__ Landon Fowles
- [tp-cvs] tpclient-pyogre - Fixed FrameListener segfaulting problems due to garbage collection, move events work properly now Landon Fowles
- [tp-cvs] tpclient-pyogre - Fixed several errors and updated to work with the latest 3d client code Landon Fowles
- [tp-cvs] tpclient-pyogre - Fixed up battleviewer code, but it still segfaults Landon Fowles
- [tp-cvs] tpclient-pyogre - Found a bug I missed related to the argument change again Landon Fowles
- [tp-cvs] tpclient-pyogre - Going to start to become much less of a test battleviewer soon enough Landon Fowles
- [tp-cvs] tpclient-pyogre - Introduced simple testing and moved events to Round's events attribute to preserve chronological order Landon Fowles
- [tp-cvs] tpclient-pyogre - Moved move related stuff to the Participant object which is attached to each Entity Landon Fowles
- [tp-cvs] tpclient-pyogre - Now using RoundManagers instead of a straight BattleScene. RoundManagers are also created for each round now. Landon Fowles
- [tp-cvs] tpclient-pyogre - Only using a single framelistener for moves now as suggested by #ogre3d Landon Fowles
- [tp-cvs] tpclient-pyogre - Replaced TestBattle with BattleManager, started fleshing out the RoundManager. All cosmetic changes so far. Landon Fowles
- [tp-cvs] tpclient-pyogre - Started moving some of the general battle details (round/side info) away from BattleScene to BattleManager Landon Fowles
- [tp-cvs] tpclient-pyogre - Turns out creating a scene for every event is a really bad idea with a lot of overhead. Going back to change my approach Landon Fowles
- [tp-cvs] tpclient-pyogre - Whoops, events are called with battlexml entities, not IDs Landon Fowles
- [tp-cvs] tpclient-pyweb - Added a cache update handler Joel Bohman
- [tp-cvs] tpclient-pyweb - Added a countdown for end of turn and did some clean up. Joel Bohman
- [tp-cvs] tpclient-pyweb - Added a logger object. Joel Bohman
- [tp-cvs] tpclient-pyweb - Added exception middleware to easier find errors. Also created a config module. Joel Bohman
- [tp-cvs] tpclient-pyweb - Added logout capabilites. Joel Bohman
- [tp-cvs] tpclient-pyweb - Added requirements.py, it makes sure the submodules (libtpclient and libtpproto) are loaded correctly. Joel Bohman
- [tp-cvs] tpclient-pyweb - Added session middleware (using beaker). Added intial code for middleman module, currently it only connects and updates the cache. Joel Bohman
- [tp-cvs] tpclient-pyweb - Added the shell for order handler in backend. Joel Bohman
- [tp-cvs] tpclient-pyweb - Backend handler get_objects and cache_update is now working. Frontend is now doing a cache_update on login and displays placeholders on the map for objects returned by get_objects. Joel Bohman
- [tp-cvs] tpclient-pyweb - Backend: Added a message handler Joel Bohman
- [tp-cvs] tpclient-pyweb - Backend: First attempt at support for orders. Also added a utils module. Joel Bohman
- [tp-cvs] tpclient-pyweb - Backend: Fixed object list, contained lots of unnecessary nulls. Joel Bohman
- [tp-cvs] tpclient-pyweb - Backend: Forgot to update turn info in get_orders handler. Joel Bohman
- [tp-cvs] tpclient-pyweb - Changed the title (long overdue). Joel Bohman
- [tp-cvs] tpclient-pyweb - Changed the way objects was returned by the backend and interpreted by the frontend. Added ability to click on a fleet or star system and get information on the side panel. Joel Bohman
- [tp-cvs] tpclient-pyweb - Cleaned up middleman module Joel Bohman
- [tp-cvs] tpclient-pyweb - Created a simple base for the backend to be built upon. Joel Bohman
- [tp-cvs] tpclient-pyweb - Created a UI lock object and a map click handler. Joel Bohman
- [tp-cvs] tpclient-pyweb - Disable login button when clicked and added a loading animation. Joel Bohman
- [tp-cvs] tpclient-pyweb - Fixed error message for wrong password. Joel Bohman
- [tp-cvs] tpclient-pyweb - Fixing git submodules. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Added a callback parameter to cache update. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Added a system component Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Added an event handler. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Added object specific info in the information component. Cosmetic updates to the information component too. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Created a simple login ui. Added a jquery library to handle cookies, used by the login ui. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Display orders and a list of possible orders for objects. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: End of turn intitial state is empty. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Event handler now supports objects. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Fixed display of contained objects. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Fixed login bug. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Make sure that the login ui is on top. Transparency is now working in all browsers. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Moved page-ready function to index.html to make way for unit tests. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Redesigned the user interface. Added draggable components. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Refactored the map component. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Refactored turn-component (displays current turn and eot timer). Backend: Added a turn attribute to all get data requests. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Refactoring draw ui function because of new event handler. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Reworked the info component a bit. Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: This document was successfully checked as XHTML 1.0 Strict! Joel Bohman
- [tp-cvs] tpclient-pyweb - Frontend: Two IE fixes. Joel Bohman
- [tp-cvs] tpclient-pyweb - Messed up regex for matching handlers, fixed now. Joel Bohman
- [tp-cvs] tpclient-pyweb - Renamed app to backend and www to frontend. Added beaker and simplejson to requirements.py Joel Bohman
- [tp-cvs] tpclient-pyweb - Reworked how the end of turn countdown system works. Still not perfect but getting closer. Joel Bohman
- [tp-cvs] tpclient-pyweb - Woops, missed the two modified files from previous commit. Joel Bohman
- [tp-cvs] tpclient-pywx (stable) - Bumped libtpclient-py for pyscheme fix. Tim Ansell
- [tp-cvs] tpclient-pywx (stable) - Fixed the wrong case for Design.used. Tim Ansell
- [tp-cvs] tpclient-pywx (stable) - Update libtpclient-py submodule to latest head. Aaron Mavrinac
- [tp-cvs] tpclient-pywx (tp04) - Added media support to a new overlay for the starmap, the SystemIcons overlay. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Added media support to panelPicture and panelSystem. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed displaying "no objects" warning for tp04. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed duplicate and out of date code by adding a canObjectMove function to starmap. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed duplicate and out of date code by adding a canObjectMove function to starmap. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed old method of finding homeworld, adding new getResources() method to objectutils in the process. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed Resources overlay to work with TP04. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Fixed winIdleFinder to work with tp04. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py to fix order queue loading. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py to make use of MediaThread files fix. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py to make use of newest threads.py changes for media. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py to newest version, with media changes. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpclient-py to use media login change. Nathan Partlan
- [tp-cvs] tpclient-pywx (tp04) - Updated libtpproto-py to use fix for Order unpacking. Nathan Partlan
- [tp-cvs] tpserver-cpp (battlexml) - Add 'started' element to tpconfig XML (regex to match so that single player launchers know when the server is ready). Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Add exception and try catch for failure of createGame in a Ruleset. Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Added tinyxml to core tpserver-cpp. Slightly modified version to tinyxml. Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Adding initial BattleXml classes. Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Fixed no universe bug when map import fails in risk. Thanks Ric Cook. Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Put the tinyxml.h in the right place in make install Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Revert "Added myself to the AUTHORS file as per Aaron" Lee Begg
- [tp-cvs] tpserver-cpp (battlexml) - Revert "Added myself to the AUTHORS file as per Aaron" Lee Begg
- [tp-cvs] tpserver-cpp (mtsec) - -Preliminary add of the Weapons category and also the Missile and Torpedoe Hulls. -This will require some decision making such as the Buildtime for each different kind of Hull and the speed of the Missiles and/or Torpedoes. -Cleanup of components -Changed all references of BuildTime to ProductCost Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Added Category ID to component importation. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Added initial XML import, I am having some problems when a player joins with WX client. The problem seems to be in tpguile when setting property values. I will investigate further. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Added namespace as per Ruleset guide. Added two more components from local. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Added spacing in names of components as per mithros. Will be finishing components this weekend. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Added various components. Need to check requirements function of the various additional components as some are giving me errors in the design window. My deadline for this is 6/23 (tomorrow). Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Added XML file that holds the component information. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Component propertylist was not properly implemented according to my previous spec. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Finished support for adding properties from XML file. Both Components and Properties share a file, this can be separated later if needed. Changed the name of this file to tpserver-cpp-mtsec-gamedata.xml. Renamed the compsImport class to xmlimport. Updated the quickstart file to match the new XML import. Updated MTSec to do the actual importation of Props and Comps. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Fixed comments. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Fixed issue with client not being able to add components on Design Window. Problem was that the _num-components property was not created. Picked up a little bit of Python while doing this :-) Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Fixed small bug with the way XML import was called. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Fixed the need for compMax, which was incredibly annoying requiring recompilation on addition/subtraction of components from the XML file. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Forgot XML tag Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Removed all traces of the propertyIndex set, which there is no need for. Initial setup for importing properties from XML. Needs work on RANK. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (mtsec) - Undid deletion of .gitignore. Alan P. Laudicina
- [tp-cvs] tpserver-cpp (multiqueue) - Added second orderqueue to Planets in minisec for TP04 testing. Lee Begg
- [tp-cvs] tpserver-cpp (multiqueue) - Fixes to multiple queue planets. Should work fine now. Lee Begg
- [tp-cvs] tpserver-cpp (refactor) - * addMessage was unneccessary complex Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Add 'started' element to tpconfig XML (regex to match so that single player launchers know when the server is ready). Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added a common.h header file Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added conditions to autogen.sh to check for glibtoolize if libtoolize is not available. This Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added headers needed for MacOS (probably others too). Thanks greywhind. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added myself to the AUTHORS file as per Aaron Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added myself to the AUTHORS file as per Aaron Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added tinyxml to core tpserver-cpp. Slightly modified version to tinyxml. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Added tinyxml to core tpserver-cpp. Slightly modified version to tinyxml. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - AdminConnection doxyfication and cleanup Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Basic Connection class refactor Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Basic doxyfication and corrections on BoardManager * doxymentation for the header file * style fixups * removal of unused code * simplification * fixed boolean results of addMessage and removeMessage Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Board class update * doxyfication, tabs/spaces and a few style corrections Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Board now derives from Modifiable Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Board refactoring cont'd * made constructor take name and desc, removed the setters * moved persistence-related (dangerous) setters to one clearly named function Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Board refactoring, cont'd * moved all retrieveMessageList into one common private function Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Board system refactoring * main change -- moved id list of messages on board to Board class * removed setBoardID from Board, to dangerous * instead added ID to constructor, and blocked default constructor * add/remove/get message in BoardManager only operate on messagecache * add/remove/get message in Board and BoardManager cleaned up * error handling in all rechecked * removed dangling invalid pointer bug on remove message * removed updateBoard from Manager (useless) Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - BoardManager optimizations * removed the unneccessary temporary stored id list from get/add/remove message * getMessage simplified Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Boards now stored via boost::shared_ptr's Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Bump minisec version number. Minisec is now TP04 media enabled. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Category now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - CommandManager, ObjectTypeManager, OrderManager IdModList used Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Compile fix Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ComponentView now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 1 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 2 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 3 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 4 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 5 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 5 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 7 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection massive refactoring part 8 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection refactoring Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Connection status now an enum Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ConsoleLogger doxyfication and cleanup Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Corrections in exception definitions Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Design now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - DesignView now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Dirtyable checking integrated into Modifiable Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Exception classes for system and tls exceptions Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Exception handling for underlyingRead/Write Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Exceptions in makefile.am Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Filelogger cleanup and doxymentation Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Fix for potential segfault Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Fix in AdminLogger Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Fix the previous mistake in passing flags to the guile lib test. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Fixed no universe bug when map import fails in risk. Thanks Ric Cook. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Identifiable, Nameable, Describable trio Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - IdList added to common, substituted in Board Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - IdModList in PlayerView Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - IdModList type added to common Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - IdSets in designstore header (forgot to save) Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Include guard fixed. (also a test of commit access) Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Introducing Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Logging cleanup Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Logging upgrade on PlayerConnection Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Message class now to be referenced by a shared_ptr Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Message class update * doxymented the class, and fixed spaces/tabs * typedefed Reference and Reference set * propagated the typedefs to the rest of server * changed addReference to take a RefSysType value Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Minor cleanup of Property Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Minor cleanups here and there Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Minor Doxyfile change * added JAVADOC_AUTOBRIEF as suggested on tp-devel Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Minor preliminary Design classes cleanup Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Name and desc are protected not private Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - New class layer for TCP connections Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - New class layer for TCP connections implemented Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Object now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ObjectInfo made Modifiable -- some problems noted Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ObjectRelationshipData now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ObjectType now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ObjectView now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - OrderQueue modtime removal Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - OrderQueue now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Pass the guile CFLAGS and LDFLAGS to the AC_CHECK_LIB for guile. Should fix greywhind's MacOS configure issue. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Player agent TCP connection goodies -- 500 lines of code less! Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Player Connection refactoring Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Player now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - PlayerTcpConnection preliminary cleanup Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - PlayerView IdSet's Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - PlayerView refactoring part 1 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - PlayerView refactoring part 3 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - PlayeView refactoring part 2 Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - postToBoard for BoardManager * added postToBoard to BoardManager * made Player use the new function instead of requesting a board Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Preliminary refectoring of Frame class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Property now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Protection cleanup of Admin and Player connections Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Removed dangerous setFD methods, also moved to private Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - ResourceDescription now uses Modifiable trait class Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Revert "Added myself to the AUTHORS file as per Aaron" Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Revert "Added myself to the AUTHORS file as per Aaron" Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Revert "Added myself to the AUTHORS file as per Aaron" Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Settings doxyfication and cleanup Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Small fixes to Board and MySqlPersistence. Lee Begg
- [tp-cvs] tpserver-cpp (refactor) - Small fixes to Board and MySqlPersistence. Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - SysLogger cleanup and doxymentation Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - TODO markers and PlayerConnection ping frame Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Updated vector3d * added full doxymentation of the header file * added getLength and getLengthSq * improved internal readability * corrected tabs/spaces Kornel Kisielewicz
- [tp-cvs] tpserver-cpp (refactor) - Warning : change to std::string for sbuff and sbuffsize/pos Kornel Kisielewicz
- [tp-cvs] tpserver-cpp - Add 'started' element to tpconfig XML (regex to match so that single player launchers know when the server is ready). Aaron Mavrinac
- [tp-cvs] tpserver-cpp - Add exception and try catch for failure of createGame in a Ruleset. Lee Begg
- [tp-cvs] tpserver-cpp - Added . to valid setting key characters, should allow for some more advanced features. Lee Begg
- [tp-cvs] tpserver-cpp - Added tinyxml to core tpserver-cpp. Slightly modified version to tinyxml. Lee Begg
- [tp-cvs] tpserver-cpp - Added tinyxml to core tpserver-cpp. Slightly modified version to tinyxml. Lee Begg
- [tp-cvs] tpserver-cpp - Bump minisec version number. Minisec is now TP04 media enabled. Lee Begg
- [tp-cvs] tpserver-cpp - Fixed no universe bug when map import fails in risk. Thanks Ric Cook. Lee Begg
- [tp-cvs] tpserver-cpp - Put the tinyxml.h in the right place in make install Lee Begg
- [tp-cvs] tpserver-cpp - Revert "Added myself to the AUTHORS file as per Aaron" Aaron Mavrinac
- [tp-cvs] tpserver-cpp - Revert "Added myself to the AUTHORS file as per Aaron" Aaron Mavrinac
- [tp-cvs] tpserver-cpp - Straighten out ThresholdTurnTimer. Reported by reac. Lee Begg
- [tp-cvs] web - Add 'started' element to tpconfig DTD for single player subprocess verification. Aaron Mavrinac
Last message date:
Tue Jun 30 22:02:57 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).
