Changeset 5658 in orxonox.OLD for trunk/ChangeLog
- Timestamp:
- Nov 20, 2005, 9:55:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r5250 r5658 1 2005-09-24 Benjamin Grauer <bensch@orxonox.ethz.ch> 1 2005-11-20 Benjamin Grauer <bensch@orxonox.net> 2 Implemented a new Class: Executor 3 This is an abstract Superclass, that is able to execute any function with parameters. 4 Used it in LoadParam and ShellCommand so far. 5 6 2005-09-24 Benjamin Grauer <bensch@orxonox.net> 2 7 Finished implementing the Shell. 3 8 4 2005-09-20 orxonox <info@orxonox. ethz.ch>9 2005-09-20 orxonox <info@orxonox.net> 5 10 Begin of Valgrind cleanup. 6 11 7 2005-08-16 orxonox <info@orxonox. ethz.ch>12 2005-08-16 orxonox <info@orxonox.net> 8 13 Realesed 0.3.1_alpha, on the grounds of collision detection 9 14 Working on a Windows-Realease... 10 15 11 2005-08-16 Patrick Boenzli <boenzli@orxonox. ethz.ch>16 2005-08-16 Patrick Boenzli <boenzli@orxonox.net> 12 17 Integrated the collision detection into the orxonox framework. It 13 18 bases on object-oriented-bounding boxes. The tree is spawned out of 14 19 any polygon soup. 15 20 16 2005-08-15 Benjamin Grauer <bensch@orxonox. ethz.ch>21 2005-08-15 Benjamin Grauer <bensch@orxonox.net> 17 22 Reimplemented the IniParser. 18 23 Now it is possible, to read and write with it, in an easy c++ style. 19 24 Performance update due to preparsing. 20 25 21 2005-08-14 Benjamin Grauer <bensch@orxonox. ethz.ch>26 2005-08-14 Benjamin Grauer <bensch@orxonox.net> 22 27 Enhanced PNode, SmoothPNode, softReparenting, better display. 23 28 Major Speed-update to Vector and Quaternion. 24 29 25 2005-07-23 Benjamin Grauer <bensch@orxonox. ethz.ch>30 2005-07-23 Benjamin Grauer <bensch@orxonox.net> 26 31 Reimplemeted the ObjectManager, and the GarbageCollector. 27 32 Features: … … 30 35 Faster algorithm in the GarbageCollector, that only checks collectables. 31 36 32 2005-07-23 Patrick Boenzli <boenzli@orxonox. ethz.ch>37 2005-07-23 Patrick Boenzli <boenzli@orxonox.net> 33 38 Implemented a spatial separation algorithm that separates any polygon 34 39 soup into a quadtree. The tree leafs are hold in a hash table for 35 40 fast lookup. 36 41 37 2005-07-14 Benjamin Grauer <bensch@orxonox. ethz.ch>42 2005-07-14 Benjamin Grauer <bensch@orxonox.net> 38 43 Implementd Render2D and Element2D, that handles 2D-shapes overlay 39 44 This is a new Engine, enabling us to render to layers. 40 45 41 2005-07-01 Benjamin Grauer <bensch@orxonox. ethz.ch>46 2005-07-01 Benjamin Grauer <bensch@orxonox.net> 42 47 Implemented ClassList.h: 43 48 an interface to BaseObject saving all instances in Lists. … … 45 50 To decide is, if this approach is fast enough. 46 51 47 2005-06-20 Patrick Boenzli <patrick@orxonox. ethz.ch>52 2005-06-20 Patrick Boenzli <patrick@orxonox.net> 48 53 Implemented an OBB collision detection system, injected into the 49 54 WorldEntity framework. Object - Object Collision Detection works 50 55 fine. Still work on the Object - Ground CD. 51 56 52 2005-06-10 Benjamin Grauer <bensch@orxonox. ethz.ch>57 2005-06-10 Benjamin Grauer <bensch@orxonox.net> 53 58 Established a try on class-derivation and isA function. 54 59 55 2005-06-09 orxonox <info@orxonox. ethz.ch>60 2005-06-09 orxonox <info@orxonox.net> 56 61 created new Tag 0.3.0-pre-alpha 57 62 58 2005-06-04 Benjamin Grauer <bensch@orxonox. ethz.ch>63 2005-06-04 Benjamin Grauer <bensch@orxonox.net> 59 64 Merged the SoundEngine (openAL-version) into the trunk 60 65 this is one of the major steps up to version 0.3-pre-alpha 61 66 62 2005-06-03 Benjamin Grauer <bensch@orxonox. ethz.ch>67 2005-06-03 Benjamin Grauer <bensch@orxonox.net> 63 68 Implemented cycling loading procedures used for 64 69 the TrackManager and Animations 65 70 66 2005-06-01 orxonox <info@orxonox. ethz.ch>71 2005-06-01 orxonox <info@orxonox.net> 67 72 serious cleanup of most files 68 73 design and doxygen tags … … 73 78 Highly advanced, and much faster. 74 79 75 2005-05-27 Benjamin Grauer <bensch@orxonox. ethz.ch>80 2005-05-27 Benjamin Grauer <bensch@orxonox.net> 76 81 Intorducing new Subprojects with a new modular framework. 77 82 Introducing ParticlesFun 78 83 Introducing new Importer (this was easy :)) 79 84 80 2005-05-10 Benjamin Grauer <bensch@orxonox. ethz.ch>85 2005-05-10 Benjamin Grauer <bensch@orxonox.net> 81 86 Merged the gui into the executable 82 87 Windows compiles again. 83 88 84 2005-04-27 orxonox <info@orxonox. ethz.ch>89 2005-04-27 orxonox <info@orxonox.net> 85 90 Tagged Version 0.2.3-pre-alpha 86 91 87 2005-04-23 Patrick Boenzli <patrick@orxonox. ethz.ch>92 2005-04-23 Patrick Boenzli <patrick@orxonox.net> 88 93 Finished most work on Animation-classes 89 94 90 2005-04-21 Benjamin Grauer <bensch@orxonox. ethz.ch>95 2005-04-21 Benjamin Grauer <bensch@orxonox.net> 91 96 Material Class update: possibility for transparency. 92 97 93 2005-04-15 Patrick Boenzli <partick@orxonox. ethz.ch>98 2005-04-15 Patrick Boenzli <partick@orxonox.net> 94 99 Added AnimationPlayer and two animation classes. 95 100 96 2005-04-07 Patrick Boenzli <patrick@orxonox. ethz.ch>101 2005-04-07 Patrick Boenzli <patrick@orxonox.net> 97 102 Reimplemeted the Weapon and shoot-functions 98 103 99 2005-03-31 Benjamin Grauer <bensch@orxonox. ethz.ch>104 2005-03-31 Benjamin Grauer <bensch@orxonox.net> 100 105 Added Text Engine 101 106 102 2005-03-26 Benjamin Grauer <bensch@orxonox. ethz.ch>107 2005-03-26 Benjamin Grauer <bensch@orxonox.net> 103 108 Added ResourceManager 104 109 105 2005-03-24 Patrick Boenzli <patrick@orxonox. ethz.ch>110 2005-03-24 Patrick Boenzli <patrick@orxonox.net> 106 111 Reimplemented shooting. 107 112 108 2005-03-16 orxonox <info@orxonox. ethz.ch>113 2005-03-16 orxonox <info@orxonox.net> 109 114 Finished work on version 0.2.1-pre-alpha released 0.2.2-pre-alpha 110 115 111 2005-03-15 Patrick Boenzli <patrick@orxonox. ethz.ch>116 2005-03-15 Patrick Boenzli <patrick@orxonox.net> 112 117 parenting finished 113 118 114 2005-03-09 Patrick Boenzli <patrick@orxonox. ethz.ch>119 2005-03-09 Patrick Boenzli <patrick@orxonox.net> 115 120 Big Cleanup again 116 121 117 2005-03-01 Benjamin Grauer <bensch@orxonox. ethz.ch>122 2005-03-01 Benjamin Grauer <bensch@orxonox.net> 118 123 Added Light Class 119 124 120 2005-02-27 Benjamin Grauer <bensch@orxonox. ethz.ch>125 2005-02-27 Benjamin Grauer <bensch@orxonox.net> 121 126 Big Configure.ac-cleanup 122 127 … … 124 129 Added Skysphere 125 130 126 2005-01-07 Patrick Boenzli <patrick@orxonox. ethz.ch>131 2005-01-07 Patrick Boenzli <patrick@orxonox.net> 127 132 LoadScreen implemented 128 133 129 2004-12-20 Patrick Boenzli <patrick@orxonox. ethz.ch>134 2004-12-20 Patrick Boenzli <patrick@orxonox.net> 130 135 New Version out 0.2.1-pre-alpha 131 136 132 2004-12-20 Patrick Boenzli <patrick@orxonox. ethz.ch>137 2004-12-20 Patrick Boenzli <patrick@orxonox.net> 133 138 HEAVY cleanup of the framework 134 139 135 2004-12-18 Patrick Boenzli <patrick@orxonox. ethz.ch>140 2004-12-18 Patrick Boenzli <patrick@orxonox.net> 136 141 enhanced the Command Node 137 142 … … 139 144 OS X support 140 145 141 2004-12-15 Benjamin Grauer <bensch@orxonox. ethz.ch>146 2004-12-15 Benjamin Grauer <bensch@orxonox.net> 142 147 Defined standard coding rules 143 148 144 2004-12-15 Benjamin Grauer <bensch@orxonox. ethz.ch>149 2004-12-15 Benjamin Grauer <bensch@orxonox.net> 145 150 Added Importer for showing 3D Object. 146 151 … … 151 156 Dynamic Mountains, dynamic movement. 152 157 153 2004-10-18 Patrick Boenzli <patrick@orxonox. ethz.ch>158 2004-10-18 Patrick Boenzli <patrick@orxonox.net> 154 159 Release 0.1-pre-alpha 155 160 … … 160 165 Added endless Mountains 161 166 162 2004-06-02 Benjamin Grauer <bensch@orxonox. ethz.ch>167 2004-06-02 Benjamin Grauer <bensch@orxonox.net> 163 168 Added Console 164 169 165 2004-05-20 Patrick Boenzli <patrick@orxonox. ethz.ch>170 2004-05-20 Patrick Boenzli <patrick@orxonox.net> 166 171 Added the ability to shoot 167 172 168 2004-05-05 Benjamin Grauer <bensch@orxonox. ethz.ch>173 2004-05-05 Benjamin Grauer <bensch@orxonox.net> 169 174 Added the GUI. 170 175 171 2004-04-21 Patrik Boenzli <patrick@orxonox. ethz.ch>176 2004-04-21 Patrik Boenzli <patrick@orxonox.net> 172 177 Added Makefile to orxonox 173 178
Note: See TracChangeset
for help on using the changeset viewer.