Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9872 in orxonox.OLD


Ignore:
Timestamp:
Oct 3, 2006, 11:20:01 AM (18 years ago)
Author:
bensch
Message:

Changelog adapted for the proxy server arch, and also switched to the next stage of Orxonox: 0.3.6_alpha

now we will make our approach to orxonox 0.4.0_alpha with the first beta release (i hope :) )

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r9869 r9872  
    22        Complete reimplementation of the ResourceManager.
    33        Now all resourceable Classes have a SubClass, that handles via Resources.
    4         The Approach is Scaleable/Modular, and conforms with Shared Libraries.
     4        The approach is scaleable and modular, and conforms with shared libraries.
    55
    662006-09-16      Benjamin Grauer <bensch@orxonox.net>
    77        Total templated and typesafe approach to the Executor paradigm.
    8         Now there is only one implementation of the Executor-construct, 
     8        Now there is only one implementation of the Executor-construct,
    99        and all special types of executors (e.g SubString, lua_State*)
    1010        are created via Explicit Specialization and an Evaluater.
     
    2222         in the return value from BaseObject::getName and BaseObject::getClassName.
    2323        Also removed GTK completely (man i am happy about this one :) )
     24
     252006-08-04      Patrick Boenzli <patrick@orxonox.net>
     26        Proxy Server topology for the Multi-player game.
     27        Now it is possible to play with millions of Players in one World.
    2428
    25292006-07-21      orxonox <info@orxonox.net>
     
    3135         Story book (mostly within of the WIKI) [Benjamin Knecht]
    3236         Binary Space Partitioning [Claudio Botta]
    33 
    3437
    35382006-06-10      Benjamin Grauer <bensch@orxonox.net>
  • trunk/configure.ac

    r9869 r9872  
    2929#########################
    3030AC_PREREQ(2.56)
    31 AC_INIT([orxonox], [0.3.5_alpha], [orxonox-dev at mail.datacore.ch])
     31AC_INIT([orxonox], [0.3.6_alpha], [orxonox-dev at mail.datacore.ch])
    3232
    3333## Detect the canonical host and target build environment.
Note: See TracChangeset for help on using the changeset viewer.