Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk: ChangeLog-entry

File size: 5.2 KB
RevLine 
[5023]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
[4943]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
[4865]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
[4755]172005-07-01      Benjamin Grauer <bensch@orxonox.ethz.ch>
18        Implemented ClassList.h:
[4822]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.
[4755]22
[4811]232005-06-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
24        Implemented an OBB collision detection system, injected into the
[4822]25        WorldEntity framework. Object - Object Collision Detection works
26        fine. Still work on the Object - Ground CD.
[4811]27
[4755]282005-06-10      Benjamin Grauer <bensch@orxonox.ethz.ch>
[4602]29        Established a try on class-derivation and isA function.
30
[4561]312005-06-09      orxonox <info@orxonox.ethz.ch>
32        created new Tag 0.3.0-pre-alpha
[4507]33
[4561]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
[4503]37
[4561]382005-06-03      Benjamin Grauer <bensch@orxonox.ethz.ch>
39        Implemented cycling loading procedures used for
40        the TrackManager and Animations
[4473]41
[4561]422005-06-01      orxonox <info@orxonox.ethz.ch>
43        serious cleanup of most files
44        design and doxygen tags
45        deleted old unused fucntions
[4473]46
[4561]472005-05-30      Patrick Boenzli <patrick@oroxnox.ethz.ch>
48        Implemented new EventSystem for orxonox
49        Highly advanced, and much faster.
[4344]50
[4561]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 :))
[4144]55
[4561]562005-05-10      Benjamin Grauer <bensch@orxonox.ethz.ch>
57        Merged the gui into the executable
58        Windows compiles again.
[3995]59
[4756]602005-04-27      orxonox <info@orxonox.ethz.ch>
[4561]61        Tagged Version 0.2.3-pre-alpha
[3995]62
[4561]632005-04-23      Patrick Boenzli <patrick@orxonox.ethz.ch>
64        Finished most work on Animation-classes
[3969]65
[4561]662005-04-21      Benjamin Grauer <bensch@orxonox.ethz.ch>
67        Material Class update: possibility for transparency.
[3969]68
[4561]692005-04-15      Patrick Boenzli <partick@orxonox.ethz.ch>
70        Added AnimationPlayer and two animation classes.
[3969]71
[4561]722005-04-07      Patrick Boenzli <patrick@orxonox.ethz.ch>
73        Reimplemeted the Weapon and shoot-functions
[3790]74
[4561]752005-03-31      Benjamin Grauer <bensch@orxonox.ethz.ch>
76        Added Text Engine
[3790]77
[4561]782005-03-26      Benjamin Grauer <bensch@orxonox.ethz.ch>
79        Added ResourceManager
[3790]80
[4561]812005-03-24      Patrick Boenzli <patrick@orxonox.ethz.ch>
82        Reimplemented shooting.
[3601]83
[4756]842005-03-16      orxonox <info@orxonox.ethz.ch>
[4561]85        Finished work on version 0.2.1-pre-alpha released 0.2.2-pre-alpha
[3555]86
[4561]872005-03-15      Patrick Boenzli <patrick@orxonox.ethz.ch>
88        parenting finished
[3555]89
[4561]902005-03-09      Patrick Boenzli <patrick@orxonox.ethz.ch>
91        Big Cleanup again
[3555]92
[4561]932005-03-01      Benjamin Grauer <bensch@orxonox.ethz.ch>
94        Added Light Class
[3555]95
[4561]962005-02-27      Benjamin Grauer <bensch@orxonox.ethz.ch>
97        Big Configure.ac-cleanup
[3555]98
[4561]992005-02-22      David Gruetter <davgr@gmx.ch>
100        Added Skysphere
[3555]101
[4561]1022005-01-07      Patrick Boenzli <patrick@orxonox.ethz.ch>
103        LoadScreen implemented
[3555]104
[4561]1052004-12-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
106        New Version out 0.2.1-pre-alpha
[3555]107
[4561]1082004-12-20      Patrick Boenzli <patrick@orxonox.ethz.ch>
109        HEAVY cleanup of the framework
[3555]110
[4561]1112004-12-18      Patrick Boenzli <patrick@orxonox.ethz.ch>
112        enhanced the Command Node
[3555]113
[4561]1142004-12-15      Nico Benold <bernoldn@ee.ethz.ch>
115        OS X support
[3555]116
[4561]1172004-12-15      Benjamin Grauer <bensch@orxonox.ethz.ch>
118        Defined standard coding rules
[3555]119
[4561]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>
[4756]151        Created Project orxonox.
152        Thanks a lot.
Note: See TracBrowser for help on using the repository browser.