Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5066 in orxonox.OLD


Ignore:
Timestamp:
Aug 18, 2005, 2:13:20 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Changed up to revision 0.3.1_alpha
ChangeLog

Location:
orxonox/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/ChangeLog

    r5065 r5066  
     12005-08-16      orxonox <info@orxonox.ethz.ch>
     2        Realesed 0.3.1_alpha, on the grounds of collision detection
     3        Working on a Windows-Realease...
     4
    152005-08-16      Patrick Boenzli <boenzli@orxonox.ethz.ch>
    26        Integrated the collision detection into the orxonox framework. It
    3         bases on object-oriented-bounding boxes. The tree is spawned out of
    4         any polygon soup.
     7        bases on object-oriented-bounding boxes. The tree is spawned out of
     8        any polygon soup.
    59
    6102005-08-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
     
    22262005-07-23      Patrick Boenzli <boenzli@orxonox.ethz.ch>
    2327        Implemented a spatial separation algorithm that separates any polygon
    24         soup into a quadtree. The tree leafs are hold in a hash table for
    25         fast lookup.
     28        soup into a quadtree. The tree leafs are hold in a hash table for
     29        fast lookup.
    2630
    27312005-07-14      Benjamin Grauer <bensch@orxonox.ethz.ch>
  • orxonox/trunk/configure

    r4909 r5066  
    11#! /bin/sh
    22# Guess values for system-dependent variables and create Makefiles.
    3 # Generated by GNU Autoconf 2.59 for orxonox 0.3.0_alpha.
     3# Generated by GNU Autoconf 2.59 for orxonox 0.3.1_alpha.
    44#
    55# Report bugs to <orxonox-dev at mail.datacore.ch>.
     
    270270PACKAGE_NAME='orxonox'
    271271PACKAGE_TARNAME='orxonox'
    272 PACKAGE_VERSION='0.3.0_alpha'
    273 PACKAGE_STRING='orxonox 0.3.0_alpha'
     272PACKAGE_VERSION='0.3.1_alpha'
     273PACKAGE_STRING='orxonox 0.3.1_alpha'
    274274PACKAGE_BUGREPORT='orxonox-dev at mail.datacore.ch'
    275275
     
    789789  # This message is too long to be a string in the A/UX 3.1 sh.
    790790  cat <<_ACEOF
    791 \`configure' configures orxonox 0.3.0_alpha to adapt to many kinds of systems.
     791\`configure' configures orxonox 0.3.1_alpha to adapt to many kinds of systems.
    792792
    793793Usage: $0 [OPTION]... [VAR=VALUE]...
     
    856856if test -n "$ac_init_help"; then
    857857  case $ac_init_help in
    858      short | recursive ) echo "Configuration of orxonox 0.3.0_alpha:";;
     858     short | recursive ) echo "Configuration of orxonox 0.3.1_alpha:";;
    859859   esac
    860860  cat <<\_ACEOF
     
    991991if $ac_init_version; then
    992992  cat <<\_ACEOF
    993 orxonox configure 0.3.0_alpha
     993orxonox configure 0.3.1_alpha
    994994generated by GNU Autoconf 2.59
    995995
     
    10051005running configure, to aid debugging if configure makes a mistake.
    10061006
    1007 It was created by orxonox $as_me 0.3.0_alpha, which was
     1007It was created by orxonox $as_me 0.3.1_alpha, which was
    10081008generated by GNU Autoconf 2.59.  Invocation command line was
    10091009
     
    17251725# Define the identity of the package.
    17261726 PACKAGE='orxonox'
    1727  VERSION='0.3.0_alpha'
     1727 VERSION='0.3.1_alpha'
    17281728
    17291729
     
    98679867cat >&5 <<_CSEOF
    98689868
    9869 This file was extended by orxonox $as_me 0.3.0_alpha, which was
     9869This file was extended by orxonox $as_me 0.3.1_alpha, which was
    98709870generated by GNU Autoconf 2.59.  Invocation command line was
    98719871
     
    99309930cat >>$CONFIG_STATUS <<_ACEOF
    99319931ac_cs_version="\\
    9932 orxonox config.status 0.3.0_alpha
     9932orxonox config.status 0.3.1_alpha
    99339933configured by $0, generated by GNU Autoconf 2.59,
    99349934  with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
  • orxonox/trunk/configure.ac

    r4944 r5066  
    2525#########################
    2626AC_PREREQ(2.56)
    27 AC_INIT(orxonox, 0.3.0_alpha, [orxonox-dev at mail.datacore.ch])
     27AC_INIT(orxonox, 0.3.1_alpha, [orxonox-dev at mail.datacore.ch])
    2828
    2929## Detect the canonical host and target build environment.
  • orxonox/trunk/src/world_entities/world_entity.cc

    r5065 r5066  
    7272  if (fileName != NULL)
    7373  {
    74     PRINTF(4)("loading %s\n", fileName);
     74    PRINTF(4)("fetching %s\n", fileName);
    7575    if (scaling == 1.0)
    7676      this->model = (Model*)ResourceManager::getInstance()->load(fileName, OBJ, RP_CAMPAIGN);
Note: See TracChangeset for help on using the changeset viewer.