Commit Log (Page 27 of 255)

back to main page

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>

Summary Period: 2003-04-04 to 2003-04-02 (Commits 11395-11444 of 12744)

jtarbox 2003-04-04 21:53

altered event define's to an enum

23 lines of code changed in:

res2002 2003-04-04 21:39

- worked a bit on the movierecorder rgb2yuv code. Now calculates
everything by going once over the input data, instead of requiring
extra downsampling of U and V data. temp. buffers for those aren't
needed any more as well. Together with some other small things seem
to save a few ms.
- augmented the documentation to mention the GPL license of the
movierecorder plugon.

143 lines of code changed in:

matzebraun 2003-04-04 16:13

forgot to remove a file yesterday

0 lines of code changed in:

matzebraun 2003-04-04 16:07

removed definition from int64_t from csosdef.h

1 lines of code changed in:

matzebraun 2003-04-04 15:55

cleaned up csdef.h

5 lines of code changed in:

matzebraun 2003-04-04 15:41

added missing double-include protection

4 lines of code changed in:

matzebraun 2003-04-04 14:52

updated css.h

0 lines of code changed in:

matzebraun 2003-04-04 14:50

also removed unused schedule.h

1 lines of code changed in:

matzebraun 2003-04-04 14:47

collect some things in CSEXTRA which might become usefull again

904 lines of code changed in:

matzebraun 2003-04-04 14:38

also removed csqueue.h - it isn't used

2 lines of code changed in:

boyan 2003-04-04 13:07

added lightning loader plugin

1 lines of code changed in:

boyan 2003-04-04 13:03

Initial revision

544 lines of code changed in:

jorrit 2003-04-04 11:25

Put back to 7000 instead of 10000.

1 lines of code changed in:

jorrit 2003-04-04 11:23

- By pure luck I discovered that both frustvis and dynavis were
not using the correct frustum for culling. They were in all cases
using the top-level frustum instead of the current active
frustum. I fixed this to use the current frustum. The effect of this
is that rendering through portals is now a LOT more efficient
as both frustvis and dynavis will now do frustum culling on a
smaller frustum. For example: in one of the PlaneShift levels,
standing inside the temple looking outside FPS went up from 25
to 40 with this optimization.

34 lines of code changed in:

jorrit 2003-04-04 09:02

Fixed bug in the calculation of GetRadius() of genmesh and
spr3d. This bug could cause culling errors in some rare cases.

27 lines of code changed in:

matzebraun 2003-04-04 00:27

removed some deprecated headers from css.h

1 lines of code changed in:

sunshine 2003-04-03 23:28

Automated Visual-C++ SLN and VCPROJ project file repair.

21 lines of code changed in:

matzebraun 2003-04-03 21:40

fixed some more #warnings

11 lines of code changed in:

res2002 2003-04-03 20:10

- modified the common GL canvas code to only allocate the
screenshot buffer the first time a screenshot is requested and not
allocate/deallocate it everytime.
- made the following changes to the movie recorder:
- Fake clock ticks are stored as float internally to reduce round
off errors.
- The tick count doesn't "jump" any more when the fake clock is
activated/deactivated.
- Waiting when frames can be rendered faster than the movie FPS
rate requires can now be activated/deactivated via config.
- #ifdef'd out #warnings. MSVC doesn't like them.

75 lines of code changed in:

matzebraun 2003-04-03 17:50

reverted namespace stuff

3 lines of code changed in:

matzebraun 2003-04-03 15:43

cleaned up csutil as proposed in the crystal-develop list

1496 lines of code changed in:

micahjd 2003-04-03 12:47

Adding a 'tile' texture I drew to stdtex.zip

3 lines of code changed in:

jorrit 2003-04-03 12:38

- Additional optimizations to xmlread. The first text node (which
is very common) is now treated specially.
- Added level load timing code to Walktest.

115 lines of code changed in:

micahjd 2003-04-03 11:59

Added a little plaster texture I drew

1 lines of code changed in:

jorrit 2003-04-03 11:49

Small optimization to xmlread.

16 lines of code changed in:

jorrit 2003-04-03 11:19

Added csMeshObject implementation to cstool. This is a basic
base class from which other mesh objects can be easily created.
Martin Geisse added this.

615 lines of code changed in:

jorrit 2003-04-03 10:53

- Fixed a bug in spr3d plugin. It was querying the iMeshWrapper
from the movable instead of the logparent.

5 lines of code changed in:

micahjd 2003-04-03 10:28

Modifying walktest to use the new logo

36 lines of code changed in:

micahjd 2003-04-03 10:13

Adding an alternative logo image to standard.zip

1 lines of code changed in:

jorrit 2003-04-03 09:56

Fixed bug in xmlread with parsing of attributes values that
have no quotes around them.

5 lines of code changed in:

jtarbox 2003-04-03 09:30

fixed a bug in csEventQueue with incref/decref

3 lines of code changed in:

jorrit 2003-04-03 09:12

Fixed.

1 lines of code changed in:

jorrit 2003-04-03 08:42

- Applied the fix that res did to the TinyXML parser (with CDATA)
also to xmlread.
- Added 'xmlread' to 'make walkall'.

23 lines of code changed in:

jtarbox 2003-04-03 01:38

fixed some bugs in csEvent::Flatten/Unflatten

42 lines of code changed in:

res2002 2003-04-03 00:13

- texture LOD bias now properly set in all cases

7 lines of code changed in:

res2002 2003-04-03 00:02

cut'n'paste error fix

1 lines of code changed in:

res2002 2003-04-02 23:35

- made following changes to render3d:
- moved some features of the old texture manager over, namely:
mipmap sharpening, texture downsampling, anisotropic filtering,
use of prerendered mipmaps.
- Texture LOD bias can be set via cfgvar Video.OpenGL.TextureLODBias.
- removed unnecessary gluBuild2DMipmaps(); instead previously in
CreateMipmaps() determined mipmaps are used.

116 lines of code changed in:

sunshine 2003-04-02 23:30

Automated Visual-C++ SLN and VCPROJ project file repair.

3 lines of code changed in:

res2002 2003-04-02 22:43

- fixed mismatching de-/allocation of CDATA nodes in TinyXML
(block allocator vs. new).

15 lines of code changed in:

okt 2003-04-02 21:56

Fixed WaitForConnection, it was failing for UDP.

6 lines of code changed in:

okt 2003-04-02 21:26

Updates to the "old" sockets driver: nicer interface for toggling TCP/UDP and some appropriate functions now return csPtr.

67 lines of code changed in:

matzebraun 2003-04-02 17:34

really fixed the mmx stuff

8 lines of code changed in:

matzebraun 2003-04-02 17:20

renamed CONST_I64 to CONST_INT64 to be consistent with the datatypes. stdint.h only defines the INT64_C macros when requested. Also fixed the movierecorder plugin. Seems the mmx stuff only works with gcc3.x

55 lines of code changed in:

matzebraun 2003-04-02 16:51

fixed a small warning

1 lines of code changed in:

matzebraun 2003-04-02 16:38

converted partsys, so that it isn't using planes anymore

186 lines of code changed in:

jorrit 2003-04-02 16:13

Clarified csObjectPool class by making it templated and simplified
the code a lot.

22 lines of code changed in:

res2002 2003-04-02 15:09

- made the following changes to the newly arrived movie recorder:
- use of CS types (uint8 etc.) instead of custom typedefs
- use of 64bit portability macros and some other fixes to make it
compile on MSVC.
- added mmx.h from original NuppelVideo sources.
- in a previous commit I stated I added CONSTI64() and
CONSTUI64() macros. Names are actually CONST_I64 and
CONST_UI64.

992 lines of code changed in:

matzebraun 2003-04-02 14:47

cleaned up util.h and added a crystal namespace

99 lines of code changed in:

jorrit 2003-04-02 14:05

- Changed csloader plugin to use iFile instead of iDataBuffer for
reading. The reason is that the new 'xmlread' plugin can save
considerably memory in that particular case.
- Changed the readxml parser so that it no longer does any string
manipulation. Instead it gets the string data directly from the
XML data it is reading.

245 lines of code changed in:

sunshine 2003-04-02 11:25

Automated Texinfo @node and @menu repair.

2 lines of code changed in:

Pages: << Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 Next >>


Generated by StatCvs v0.2-dev