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