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