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