Commit Log (Page 72 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: 2002-09-09 to 2002-09-06 (Commits 9145-9194 of 12744)

alquarra 2002-09-09 20:53

fixed description in .mak

1 lines of code changed in:

alquarra 2002-09-09 20:47

fixed a little error, couldnt register plugin

1 lines of code changed in:

alquarra 2002-09-09 20:32

csPtr has colonized everything, just helping it spread

1 lines of code changed in:

alquarra 2002-09-09 20:31

help!! someone is breaking all interfaces with csPtr's!!

2 lines of code changed in:

alquarra 2002-09-09 20:25

more csPtr insanity

3 lines of code changed in:

alquarra 2002-09-09 20:25

just updating to the new csPtr insanity

5 lines of code changed in:

alquarra 2002-09-09 20:13

another small syntax error

1 lines of code changed in:

alquarra 2002-09-09 20:11

fixed a little syntax error

1 lines of code changed in:

alquarra 2002-09-09 20:08

csPtr modification

2 lines of code changed in:

alquarra 2002-09-09 19:56

added the csPtr modifications

4 lines of code changed in:

alquarra 2002-09-09 19:55

added iMeshObject struct declaration

1 lines of code changed in:

alquarra 2002-09-09 19:53

added a include file for imeshobject

25 lines of code changed in:

alquarra 2002-09-09 19:41

fixed the include file =)

1 lines of code changed in:

alquarra 2002-09-09 19:37

added plugin entry to cloth mesh object plugin

1 lines of code changed in:

alquarra 2002-09-09 19:29

added declarations to new methods in the iCollideSystem for box and
sphere primitives

15 lines of code changed in:

alquarra 2002-09-09 18:43

a sample app demostrating a cloth mesh object

523 lines of code changed in:

alquarra 2002-09-09 18:41

A new cloth mesh object plugin in development

469 lines of code changed in:

jorrit 2002-09-09 15:40

Removed lots (but far from all) DecRef() calls from entire
CS. Replaced with csRef usage.

551 lines of code changed in:

matzebraun 2002-09-09 13:06

changed vector to vec

1 lines of code changed in:

jorrit 2002-09-09 12:04

- Modified a few relevant functions in iDebugHelper to return
csPtr.
- Changed iCollideSystem->CreateCollider() to return csPtr.
- Removed unittest.h app header. It is not needed.
- Fixed unit tester of syntax services.

188 lines of code changed in:

jorrit 2002-09-09 11:02

Fix.

1 lines of code changed in:

jorrit 2002-09-09 09:31

- iTextureManager->RegisterTexture() and RegisterMaterial()
now return csPtr. This also fixes several ref counting bugs
throughout CS with regards to this.
- Fixed iso engine so it now incref()'s the given texture
handle in an iso material.
- Engine material and texture wrappers now use csRef's to keep
track of their internal image/handle/texture references.

119 lines of code changed in:

dentoid 2002-09-08 23:47

Added support for user arrays, and fixed some bugs related to texture coordinates

660 lines of code changed in:

dentoid 2002-09-08 23:44

Added support for user arrays

49 lines of code changed in:

dentoid 2002-09-08 23:42

Updated for changed syntax in effect system

1 lines of code changed in:

jorrit 2002-09-08 22:11

- iObjectModel->CreateLowerDetailPolygonMesh() now returns a
csPtr.
- iFile->GetAllData() now returns a csPtr.

50 lines of code changed in:

philwyett 2002-09-08 21:59

Made destructor virtual.

3 lines of code changed in:

philwyett 2002-09-08 21:52

Added newline to end of file.

1 lines of code changed in:

jorrit 2002-09-08 21:49

- Changed csSpriteBuilderFile->Build() to return csPtr.
- Changed usage of SoundLoader->LoadSound() with regards to
references.
- iSoundRender->RegisterSound() now returns a csPtr.
- iSoundHandle->CreateSource() now returns a csPtr.
- iSoundHandle->Play() now returns a csPtr.

107 lines of code changed in:

philwyett 2002-09-08 21:46

Added newline to end of file.

1 lines of code changed in:

jorrit 2002-09-08 20:57

Replaced _strnicmp with strcasecmp.

1 lines of code changed in:

thebolt00 2002-09-08 16:41

* Some code cleanup in DrawTriangleMesh and Validate
* Changed to use the new way of passing variables to effectsystem

109 lines of code changed in:

thebolt00 2002-09-08 16:41

* Some code cleanup. (again)
* Changed to use the new way of passing variables to effectsystem

33 lines of code changed in:

thebolt00 2002-09-08 16:39

* Created a new way to pass variables to effects

196 lines of code changed in:

thebolt00 2002-09-08 16:37

* Some code cleanup. (again)
* Changed to use the new way of passing variables to effectsystem

33 lines of code changed in:

jorrit 2002-09-08 07:58

Changed iCacheManager->ReadCache() to return csPtr.

15 lines of code changed in:

jorrit 2002-09-08 07:39

Fixed a lot of uses of iDataBuffer in CS to work with csRef.

26 lines of code changed in:

jorrit 2002-09-08 07:05

- Changed iModelConverter->Load() to return csPtr.
- Changed iModelConverter->Save() to return csPtr.

83 lines of code changed in:

jorrit 2002-09-07 22:49

iImageIO->Save() to csPtr.

82 lines of code changed in:

jorrit 2002-09-07 12:46

- Changed all config related Enumerate() calls to return csPtr.
- Changed iImageIO->Load() to return csPtr.

112 lines of code changed in:

philwyett 2002-09-07 09:56

Fixed makefile. Will no longer re-link, when there is nothing to be done.

1 lines of code changed in:

philwyett 2002-09-07 09:28

Eliminated a couple of compiler warnings and commented additions as such.

3 lines of code changed in:

philwyett 2002-09-07 07:00

Added newline at end of file.

2 lines of code changed in:

philwyett 2002-09-07 05:23

Casted away of signed against unsigned warning.

1 lines of code changed in:

sunshine 2002-09-07 01:47

More optimal fix.

1 lines of code changed in:

matzebraun 2002-09-06 20:09

changed the name of parser.h to loader.h because it contains iLoader and not iParser. Added a parser.h for backward compatibility

134 lines of code changed in:

matzebraun 2002-09-06 19:21

added a short description line to some applications

40 lines of code changed in:

duhprey 2002-09-06 18:55

Length needs to be 1 bigger to account for the '\0'

1 lines of code changed in:

jorrit 2002-09-06 12:06

Made csTypedObjectIterator::FetchObject() none recursive
(and faster). Thanks to Dave Ray for suggesting this.

8 lines of code changed in:

jorrit 2002-09-06 11:21

- Changed iObject->GetIterator() to return a csPtr.
- Fixed DecRef memory leak in csTypedObjectIterator when
the iterator was not used to the end.
- Removed a few csPtr casts for LoadFont(). LoadFont() already
returns a csPtr.

65 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