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