Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9378 in orxonox.OLD


Ignore:
Timestamp:
Jul 21, 2006, 11:49:22 AM (18 years ago)
Author:
bensch
Message:

more changelog

Location:
branches/proxy
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/proxy/ChangeLog

    r9376 r9378  
    22        New implementation of the signal/slot paradigm
    33        For this the nice implementation sigslot from Sarah Thompson was adapted.
     4        Also adopted the GL-Gui callback.
     5        One other thing done was the switch from const char* to const std::string&
     6         in the return value from BaseObject::getName and BaseObject::getClassName.
     7
     82006-07-21      orxonox <info@orxonox.net>
     9        All implementations from the PPS-team in the Summer-semester integrated:
     10         Network (update) [Christoph Renner]
     11         Weather engine [David Hasenfratz, Andreas Maechler]
     12         Water with a very nice shader implementation. [Stefan Lienhard]
     13         Scripting Engine (LUA-interface) [Silvan Nellen]
     14         Story book (mostly within of the WIKI) [Benjamin Knecht]
     15         Binary Space Partitioning [Claudio Botta]
     16
     17
     182006-06-10      Benjamin Grauerb <bensch@orxonox.net>
     19        Introduced new GL-style Gui
    420
    5212006-05-19      Benjamin Grauerb <bensch@orxonox.net>
  • branches/proxy/src/subprojects/benchmark.cc

    r8495 r9378  
    5656
    5757  // first measure the time overhead:
    58   unsigned long ini, end, dt, tmp;
     58  unsigned long ini, end, dt;
    5959  rdtscl(ini); rdtscl(end);
    6060  dt = end - ini;
     
    172172
    173173      mittel = 0;
    174       BaseObject* bo = new BaseObject();
    175174      for(i = 0; i < ITERATIONS; ++i)
    176175        {
Note: See TracChangeset for help on using the changeset viewer.