| [6006] | 1 | 2005-12-10      Benjamin Grauer <bensch@orxonox.net> | 
|---|
 | 2 |         Implemented LOD (level of detail) | 
|---|
 | 3 |         Implemented it through loading of Objects | 
|---|
 | 4 |  | 
|---|
 | 5 |  | 
|---|
| [5658] | 6 | 2005-11-20      Benjamin Grauer <bensch@orxonox.net> | 
|---|
 | 7 |         Implemented a new Class: Executor | 
|---|
 | 8 |         This is an abstract Superclass, that is able to execute any function with parameters. | 
|---|
 | 9 |         Used it in LoadParam and ShellCommand so far. | 
|---|
 | 10 |  | 
|---|
 | 11 | 2005-09-24      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [5250] | 12 |         Finished implementing the Shell. | 
|---|
 | 13 |  | 
|---|
| [5658] | 14 | 2005-09-20      orxonox <info@orxonox.net> | 
|---|
| [5250] | 15 |         Begin of Valgrind cleanup. | 
|---|
 | 16 |  | 
|---|
| [5658] | 17 | 2005-08-16      orxonox <info@orxonox.net> | 
|---|
| [5066] | 18 |         Realesed 0.3.1_alpha, on the grounds of collision detection | 
|---|
 | 19 |         Working on a Windows-Realease... | 
|---|
 | 20 |  | 
|---|
| [5658] | 21 | 2005-08-16      Patrick Boenzli <boenzli@orxonox.net> | 
|---|
| [5065] | 22 |         Integrated the collision detection into the orxonox framework. It | 
|---|
| [5066] | 23 |         bases on object-oriented-bounding boxes. The tree is spawned out of | 
|---|
 | 24 |         any polygon soup. | 
|---|
| [5065] | 25 |  | 
|---|
| [5658] | 26 | 2005-08-15      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [5023] | 27 |         Reimplemented the IniParser. | 
|---|
 | 28 |         Now it is possible, to read and write with it, in an easy c++ style. | 
|---|
 | 29 |         Performance update due to preparsing. | 
|---|
 | 30 |  | 
|---|
| [5658] | 31 | 2005-08-14      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [5025] | 32 |         Enhanced PNode, SmoothPNode, softReparenting, better display. | 
|---|
 | 33 |         Major Speed-update to Vector and Quaternion. | 
|---|
 | 34 |  | 
|---|
| [5658] | 35 | 2005-07-23      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4943] | 36 |         Reimplemeted the ObjectManager, and the GarbageCollector. | 
|---|
 | 37 |         Features: | 
|---|
 | 38 |         modularity: easily adding new Creatable Classes through | 
|---|
 | 39 |         the Factory-style. | 
|---|
 | 40 |         Faster algorithm in the GarbageCollector, that only checks collectables. | 
|---|
 | 41 |  | 
|---|
| [5658] | 42 | 2005-07-23      Patrick Boenzli <boenzli@orxonox.net> | 
|---|
| [5065] | 43 |         Implemented a spatial separation algorithm that separates any polygon | 
|---|
| [5066] | 44 |         soup into a quadtree. The tree leafs are hold in a hash table for | 
|---|
 | 45 |         fast lookup. | 
|---|
| [5065] | 46 |  | 
|---|
| [5658] | 47 | 2005-07-14      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4865] | 48 |         Implementd Render2D and Element2D, that handles 2D-shapes overlay | 
|---|
 | 49 |         This is a new Engine, enabling us to render to layers. | 
|---|
 | 50 |  | 
|---|
| [5658] | 51 | 2005-07-01      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4755] | 52 |         Implemented ClassList.h: | 
|---|
| [4822] | 53 |         an interface to BaseObject saving all instances in Lists. | 
|---|
 | 54 |         It also enables loadability-identifiers. | 
|---|
 | 55 |         To decide is, if this approach is fast enough. | 
|---|
| [4755] | 56 |  | 
|---|
| [5658] | 57 | 2005-06-20      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4811] | 58 |         Implemented an OBB collision detection system, injected into the | 
|---|
| [4822] | 59 |         WorldEntity framework. Object - Object Collision Detection works | 
|---|
 | 60 |         fine. Still work on the Object - Ground CD. | 
|---|
| [4811] | 61 |  | 
|---|
| [5658] | 62 | 2005-06-10      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4602] | 63 |         Established a try on class-derivation and isA function. | 
|---|
 | 64 |  | 
|---|
| [5658] | 65 | 2005-06-09      orxonox <info@orxonox.net> | 
|---|
| [4561] | 66 |         created new Tag 0.3.0-pre-alpha | 
|---|
| [4507] | 67 |  | 
|---|
| [5658] | 68 | 2005-06-04      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 69 |         Merged the SoundEngine (openAL-version) into the trunk | 
|---|
 | 70 |         this is one of the major steps up to version 0.3-pre-alpha | 
|---|
| [4503] | 71 |  | 
|---|
| [5658] | 72 | 2005-06-03      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 73 |         Implemented cycling loading procedures used for | 
|---|
 | 74 |         the TrackManager and Animations | 
|---|
| [4473] | 75 |  | 
|---|
| [5658] | 76 | 2005-06-01      orxonox <info@orxonox.net> | 
|---|
| [4561] | 77 |         serious cleanup of most files | 
|---|
 | 78 |         design and doxygen tags | 
|---|
 | 79 |         deleted old unused fucntions | 
|---|
| [4473] | 80 |  | 
|---|
| [4561] | 81 | 2005-05-30      Patrick Boenzli <patrick@oroxnox.ethz.ch> | 
|---|
 | 82 |         Implemented new EventSystem for orxonox | 
|---|
 | 83 |         Highly advanced, and much faster. | 
|---|
| [4344] | 84 |  | 
|---|
| [5658] | 85 | 2005-05-27      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 86 |         Intorducing new Subprojects with a new modular framework. | 
|---|
 | 87 |         Introducing ParticlesFun | 
|---|
 | 88 |         Introducing new Importer (this was easy :)) | 
|---|
| [4144] | 89 |  | 
|---|
| [5658] | 90 | 2005-05-10      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 91 |         Merged the gui into the executable | 
|---|
 | 92 |         Windows compiles again. | 
|---|
| [3995] | 93 |  | 
|---|
| [5658] | 94 | 2005-04-27      orxonox <info@orxonox.net> | 
|---|
| [4561] | 95 |         Tagged Version 0.2.3-pre-alpha | 
|---|
| [3995] | 96 |  | 
|---|
| [5658] | 97 | 2005-04-23      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 98 |         Finished most work on Animation-classes | 
|---|
| [3969] | 99 |  | 
|---|
| [5658] | 100 | 2005-04-21      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 101 |         Material Class update: possibility for transparency. | 
|---|
| [3969] | 102 |  | 
|---|
| [5658] | 103 | 2005-04-15      Patrick Boenzli <partick@orxonox.net> | 
|---|
| [4561] | 104 |         Added AnimationPlayer and two animation classes. | 
|---|
| [3969] | 105 |  | 
|---|
| [5658] | 106 | 2005-04-07      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 107 |         Reimplemeted the Weapon and shoot-functions | 
|---|
| [3790] | 108 |  | 
|---|
| [5658] | 109 | 2005-03-31      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 110 |         Added Text Engine | 
|---|
| [3790] | 111 |  | 
|---|
| [5658] | 112 | 2005-03-26      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 113 |         Added ResourceManager | 
|---|
| [3790] | 114 |  | 
|---|
| [5658] | 115 | 2005-03-24      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 116 |         Reimplemented shooting. | 
|---|
| [3601] | 117 |  | 
|---|
| [5658] | 118 | 2005-03-16      orxonox <info@orxonox.net> | 
|---|
| [4561] | 119 |         Finished work on version 0.2.1-pre-alpha released 0.2.2-pre-alpha | 
|---|
| [3555] | 120 |  | 
|---|
| [5658] | 121 | 2005-03-15      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 122 |         parenting finished | 
|---|
| [3555] | 123 |  | 
|---|
| [5658] | 124 | 2005-03-09      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 125 |         Big Cleanup again | 
|---|
| [3555] | 126 |  | 
|---|
| [5658] | 127 | 2005-03-01      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 128 |         Added Light Class | 
|---|
| [3555] | 129 |  | 
|---|
| [5658] | 130 | 2005-02-27      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 131 |         Big Configure.ac-cleanup | 
|---|
| [3555] | 132 |  | 
|---|
| [4561] | 133 | 2005-02-22      David Gruetter <davgr@gmx.ch> | 
|---|
 | 134 |         Added Skysphere | 
|---|
| [3555] | 135 |  | 
|---|
| [5658] | 136 | 2005-01-07      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 137 |         LoadScreen implemented | 
|---|
| [3555] | 138 |  | 
|---|
| [5658] | 139 | 2004-12-20      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 140 |         New Version out 0.2.1-pre-alpha | 
|---|
| [3555] | 141 |  | 
|---|
| [5658] | 142 | 2004-12-20      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 143 |         HEAVY cleanup of the framework | 
|---|
| [3555] | 144 |  | 
|---|
| [5658] | 145 | 2004-12-18      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 146 |         enhanced the Command Node | 
|---|
| [3555] | 147 |  | 
|---|
| [4561] | 148 | 2004-12-15      Nico Benold <bernoldn@ee.ethz.ch> | 
|---|
 | 149 |         OS X support | 
|---|
| [3555] | 150 |  | 
|---|
| [5658] | 151 | 2004-12-15      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 152 |         Defined standard coding rules | 
|---|
| [3555] | 153 |  | 
|---|
| [5658] | 154 | 2004-12-15      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 155 |         Added Importer for showing 3D Object. | 
|---|
 | 156 |  | 
|---|
 | 157 | 2004-11-07      David Gruetter <davgr@gmx.ch> | 
|---|
 | 158 |         Shaded Terrain | 
|---|
 | 159 |  | 
|---|
 | 160 | 2004-10-23      Adrian Buerli <buerlia@ee.ethz.ch> | 
|---|
 | 161 |         Dynamic Mountains, dynamic movement. | 
|---|
 | 162 |  | 
|---|
| [5658] | 163 | 2004-10-18      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 164 |         Release 0.1-pre-alpha | 
|---|
 | 165 |  | 
|---|
 | 166 | 2004-07-17      Christian Meyer <cmeyer@ee.ethz.ch> | 
|---|
 | 167 |         SDL-Framework | 
|---|
 | 168 |  | 
|---|
 | 169 | 2004-06-09      Tom of ethz | 
|---|
 | 170 |         Added endless Mountains | 
|---|
 | 171 |  | 
|---|
| [5658] | 172 | 2004-06-02      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 173 |         Added Console | 
|---|
 | 174 |  | 
|---|
| [5658] | 175 | 2004-05-20      Patrick Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 176 |         Added the ability to shoot | 
|---|
 | 177 |  | 
|---|
| [5658] | 178 | 2004-05-05      Benjamin Grauer <bensch@orxonox.net> | 
|---|
| [4561] | 179 |         Added the GUI. | 
|---|
 | 180 |  | 
|---|
| [5658] | 181 | 2004-04-21      Patrik Boenzli <patrick@orxonox.net> | 
|---|
| [4561] | 182 |         Added Makefile to orxonox | 
|---|
 | 183 |  | 
|---|
 | 184 | 2004-04-25      Amir Guindehi <amir@guindehi.ch> | 
|---|
| [4756] | 185 |         Created Project orxonox. | 
|---|
 | 186 |         Thanks a lot. | 
|---|