1 | 2005-07-23 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
2 | Reimplemeted the ObjectManager, and the GarbageCollector. |
---|
3 | Features: |
---|
4 | modularity: easily adding new Creatable Classes through |
---|
5 | the Factory-style. |
---|
6 | Faster algorithm in the GarbageCollector, that only checks collectables. |
---|
7 | |
---|
8 | 2005-07-14 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
9 | Implementd Render2D and Element2D, that handles 2D-shapes overlay |
---|
10 | This is a new Engine, enabling us to render to layers. |
---|
11 | |
---|
12 | 2005-07-01 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
13 | Implemented ClassList.h: |
---|
14 | an interface to BaseObject saving all instances in Lists. |
---|
15 | It also enables loadability-identifiers. |
---|
16 | To decide is, if this approach is fast enough. |
---|
17 | |
---|
18 | 2005-06-20 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
19 | Implemented an OBB collision detection system, injected into the |
---|
20 | WorldEntity framework. Object - Object Collision Detection works |
---|
21 | fine. Still work on the Object - Ground CD. |
---|
22 | |
---|
23 | 2005-06-10 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
24 | Established a try on class-derivation and isA function. |
---|
25 | |
---|
26 | 2005-06-09 orxonox <info@orxonox.ethz.ch> |
---|
27 | created new Tag 0.3.0-pre-alpha |
---|
28 | |
---|
29 | 2005-06-04 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
30 | Merged the SoundEngine (openAL-version) into the trunk |
---|
31 | this is one of the major steps up to version 0.3-pre-alpha |
---|
32 | |
---|
33 | 2005-06-03 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
34 | Implemented cycling loading procedures used for |
---|
35 | the TrackManager and Animations |
---|
36 | |
---|
37 | 2005-06-01 orxonox <info@orxonox.ethz.ch> |
---|
38 | serious cleanup of most files |
---|
39 | design and doxygen tags |
---|
40 | deleted old unused fucntions |
---|
41 | |
---|
42 | 2005-05-30 Patrick Boenzli <patrick@oroxnox.ethz.ch> |
---|
43 | Implemented new EventSystem for orxonox |
---|
44 | Highly advanced, and much faster. |
---|
45 | |
---|
46 | 2005-05-27 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
47 | Intorducing new Subprojects with a new modular framework. |
---|
48 | Introducing ParticlesFun |
---|
49 | Introducing new Importer (this was easy :)) |
---|
50 | |
---|
51 | 2005-05-10 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
52 | Merged the gui into the executable |
---|
53 | Windows compiles again. |
---|
54 | |
---|
55 | 2005-04-27 orxonox <info@orxonox.ethz.ch> |
---|
56 | Tagged Version 0.2.3-pre-alpha |
---|
57 | |
---|
58 | 2005-04-23 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
59 | Finished most work on Animation-classes |
---|
60 | |
---|
61 | 2005-04-21 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
62 | Material Class update: possibility for transparency. |
---|
63 | |
---|
64 | 2005-04-15 Patrick Boenzli <partick@orxonox.ethz.ch> |
---|
65 | Added AnimationPlayer and two animation classes. |
---|
66 | |
---|
67 | 2005-04-07 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
68 | Reimplemeted the Weapon and shoot-functions |
---|
69 | |
---|
70 | 2005-03-31 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
71 | Added Text Engine |
---|
72 | |
---|
73 | 2005-03-26 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
74 | Added ResourceManager |
---|
75 | |
---|
76 | 2005-03-24 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
77 | Reimplemented shooting. |
---|
78 | |
---|
79 | 2005-03-16 orxonox <info@orxonox.ethz.ch> |
---|
80 | Finished work on version 0.2.1-pre-alpha released 0.2.2-pre-alpha |
---|
81 | |
---|
82 | 2005-03-15 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
83 | parenting finished |
---|
84 | |
---|
85 | 2005-03-09 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
86 | Big Cleanup again |
---|
87 | |
---|
88 | 2005-03-01 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
89 | Added Light Class |
---|
90 | |
---|
91 | 2005-02-27 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
92 | Big Configure.ac-cleanup |
---|
93 | |
---|
94 | 2005-02-22 David Gruetter <davgr@gmx.ch> |
---|
95 | Added Skysphere |
---|
96 | |
---|
97 | 2005-01-07 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
98 | LoadScreen implemented |
---|
99 | |
---|
100 | 2004-12-20 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
101 | New Version out 0.2.1-pre-alpha |
---|
102 | |
---|
103 | 2004-12-20 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
104 | HEAVY cleanup of the framework |
---|
105 | |
---|
106 | 2004-12-18 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
107 | enhanced the Command Node |
---|
108 | |
---|
109 | 2004-12-15 Nico Benold <bernoldn@ee.ethz.ch> |
---|
110 | OS X support |
---|
111 | |
---|
112 | 2004-12-15 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
113 | Defined standard coding rules |
---|
114 | |
---|
115 | 2004-12-15 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
116 | Added Importer for showing 3D Object. |
---|
117 | |
---|
118 | 2004-11-07 David Gruetter <davgr@gmx.ch> |
---|
119 | Shaded Terrain |
---|
120 | |
---|
121 | 2004-10-23 Adrian Buerli <buerlia@ee.ethz.ch> |
---|
122 | Dynamic Mountains, dynamic movement. |
---|
123 | |
---|
124 | 2004-10-18 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
125 | Release 0.1-pre-alpha |
---|
126 | |
---|
127 | 2004-07-17 Christian Meyer <cmeyer@ee.ethz.ch> |
---|
128 | SDL-Framework |
---|
129 | |
---|
130 | 2004-06-09 Tom of ethz |
---|
131 | Added endless Mountains |
---|
132 | |
---|
133 | 2004-06-02 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
134 | Added Console |
---|
135 | |
---|
136 | 2004-05-20 Patrick Boenzli <patrick@orxonox.ethz.ch> |
---|
137 | Added the ability to shoot |
---|
138 | |
---|
139 | 2004-05-05 Benjamin Grauer <bensch@orxonox.ethz.ch> |
---|
140 | Added the GUI. |
---|
141 | |
---|
142 | 2004-04-21 Patrik Boenzli <patrick@orxonox.ethz.ch> |
---|
143 | Added Makefile to orxonox |
---|
144 | |
---|
145 | 2004-04-25 Amir Guindehi <amir@guindehi.ch> |
---|
146 | Created Project orxonox. |
---|
147 | Thanks a lot. |
---|