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