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