Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/ChangeLog @ 5023

Last change on this file since 5023 was 5023, checked in by bensch, 19 years ago

orxonox/trunk: ChangeLog-entry

File size: 5.2 KB
Line 
12005-08-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
2        Reimplemented the IniParser.
3        Now it is possible, to read and write with it, in an easy c++ style.
4        Performance update due to preparsing.
5
62005-07-23      Benjamin Grauer <bensch@orxonox.ethz.ch>
7        Reimplemeted the ObjectManager, and the GarbageCollector.
8        Features:
9        modularity: easily adding new Creatable Classes through
10        the Factory-style.
11        Faster algorithm in the GarbageCollector, that only checks collectables.
12
132005-07-14      Benjamin Grauer <bensch@orxonox.ethz.ch>
14        Implementd Render2D and Element2D, that handles 2D-shapes overlay
15        This is a new Engine, enabling us to render to layers.
16
172005-07-01      Benjamin Grauer <bensch@orxonox.ethz.ch>
18        Implemented ClassList.h:
19        an interface to BaseObject saving all instances in Lists.
20        It also enables loadability-identifiers.
21        To decide is, if this approach is fast enough.
22
232005-06-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
24        Implemented an OBB collision detection system, injected into the
25        WorldEntity framework. Object - Object Collision Detection works
26        fine. Still work on the Object - Ground CD.
27
282005-06-10      Benjamin Grauer <bensch@orxonox.ethz.ch>
29        Established a try on class-derivation and isA function.
30
312005-06-09      orxonox <info@orxonox.ethz.ch>
32        created new Tag 0.3.0-pre-alpha
33
342005-06-04      Benjamin Grauer <bensch@orxonox.ethz.ch>
35        Merged the SoundEngine (openAL-version) into the trunk
36        this is one of the major steps up to version 0.3-pre-alpha
37
382005-06-03      Benjamin Grauer <bensch@orxonox.ethz.ch>
39        Implemented cycling loading procedures used for
40        the TrackManager and Animations
41
422005-06-01      orxonox <info@orxonox.ethz.ch>
43        serious cleanup of most files
44        design and doxygen tags
45        deleted old unused fucntions
46
472005-05-30      Patrick Boenzli <patrick@oroxnox.ethz.ch>
48        Implemented new EventSystem for orxonox
49        Highly advanced, and much faster.
50
512005-05-27      Benjamin Grauer <bensch@orxonox.ethz.ch>
52        Intorducing new Subprojects with a new modular framework.
53        Introducing ParticlesFun
54        Introducing new Importer (this was easy :))
55
562005-05-10      Benjamin Grauer <bensch@orxonox.ethz.ch>
57        Merged the gui into the executable
58        Windows compiles again.
59
602005-04-27      orxonox <info@orxonox.ethz.ch>
61        Tagged Version 0.2.3-pre-alpha
62
632005-04-23      Patrick Boenzli <patrick@orxonox.ethz.ch>
64        Finished most work on Animation-classes
65
662005-04-21      Benjamin Grauer <bensch@orxonox.ethz.ch>
67        Material Class update: possibility for transparency.
68
692005-04-15      Patrick Boenzli <partick@orxonox.ethz.ch>
70        Added AnimationPlayer and two animation classes.
71
722005-04-07      Patrick Boenzli <patrick@orxonox.ethz.ch>
73        Reimplemeted the Weapon and shoot-functions
74
752005-03-31      Benjamin Grauer <bensch@orxonox.ethz.ch>
76        Added Text Engine
77
782005-03-26      Benjamin Grauer <bensch@orxonox.ethz.ch>
79        Added ResourceManager
80
812005-03-24      Patrick Boenzli <patrick@orxonox.ethz.ch>
82        Reimplemented shooting.
83
842005-03-16      orxonox <info@orxonox.ethz.ch>
85        Finished work on version 0.2.1-pre-alpha released 0.2.2-pre-alpha
86
872005-03-15      Patrick Boenzli <patrick@orxonox.ethz.ch>
88        parenting finished
89
902005-03-09      Patrick Boenzli <patrick@orxonox.ethz.ch>
91        Big Cleanup again
92
932005-03-01      Benjamin Grauer <bensch@orxonox.ethz.ch>
94        Added Light Class
95
962005-02-27      Benjamin Grauer <bensch@orxonox.ethz.ch>
97        Big Configure.ac-cleanup
98
992005-02-22      David Gruetter <davgr@gmx.ch>
100        Added Skysphere
101
1022005-01-07      Patrick Boenzli <patrick@orxonox.ethz.ch>
103        LoadScreen implemented
104
1052004-12-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
106        New Version out 0.2.1-pre-alpha
107
1082004-12-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
109        HEAVY cleanup of the framework
110
1112004-12-18      Patrick Boenzli <patrick@orxonox.ethz.ch>
112        enhanced the Command Node
113
1142004-12-15      Nico Benold <bernoldn@ee.ethz.ch>
115        OS X support
116
1172004-12-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
118        Defined standard coding rules
119
1202004-12-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
121        Added Importer for showing 3D Object.
122
1232004-11-07      David Gruetter <davgr@gmx.ch>
124        Shaded Terrain
125
1262004-10-23      Adrian Buerli <buerlia@ee.ethz.ch>
127        Dynamic Mountains, dynamic movement.
128
1292004-10-18      Patrick Boenzli <patrick@orxonox.ethz.ch>
130        Release 0.1-pre-alpha
131
1322004-07-17      Christian Meyer <cmeyer@ee.ethz.ch>
133        SDL-Framework
134
1352004-06-09      Tom of ethz
136        Added endless Mountains
137
1382004-06-02      Benjamin Grauer <bensch@orxonox.ethz.ch>
139        Added Console
140
1412004-05-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
142        Added the ability to shoot
143
1442004-05-05      Benjamin Grauer <bensch@orxonox.ethz.ch>
145        Added the GUI.
146
1472004-04-21      Patrik Boenzli <patrick@orxonox.ethz.ch>
148        Added Makefile to orxonox
149
1502004-04-25      Amir Guindehi <amir@guindehi.ch>
151        Created Project orxonox.
152        Thanks a lot.
Note: See TracBrowser for help on using the repository browser.