Commit Log (Page 73 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-06 to 2002-09-04 (Commits 9095-9144 of 12744)

sunshine 2002-09-06 11:07

Eliminated compilation warning.

0 lines of code changed in:

jorrit 2002-09-06 10:54

- iEngine->CreateDynLight() returns a csPtr now.
- Removed all calls to DecRef() in Blocks application. Uses
csRef now.
- Removed (almost) all calls to DecRef() in csdemo.
- Removed all calls to DecRef() in vsh.
- Removed all calls to DecRef() in simpcd tutorial.
- Removed a few more DecRef() calls in some other apps.

251 lines of code changed in:

sunshine 2002-09-06 10:47

Added missing plugins.

2 lines of code changed in:

sunshine 2002-09-06 10:46

Eliminated a bunch of PLUGINS and PLUGINS.DYNAMIC equates since they are
already specified in user.mak.

0 lines of code changed in:

sunshine 2002-09-06 10:23

Eliminated compilation warning.

0 lines of code changed in:

sunshine 2002-09-06 10:17

Eliminated compilation warnings.

0 lines of code changed in:

philwyett 2002-09-06 10:06

Added terrbig to default build

1 lines of code changed in:

sunshine 2002-09-06 09:41

Eliminated compilation warning.

1 lines of code changed in:

sunshine 2002-09-06 09:33

Eliminated compilation warning.

1 lines of code changed in:

jorrit 2002-09-06 09:31

- Changed iMeshObjectFactory->NewInstance() to return a csPtr.
- Changed iMeshObjectType->NewFactory() to return a csPtr.
- Fixed a bug in walktest (SetConfigOption) with missing
curly braces.
- Eliminated a lot of DecRef()'s in walktest by using
csRef.

269 lines of code changed in:

philwyett 2002-09-06 09:22

Resolved all constructor re-ordering I believe.

8 lines of code changed in:

philwyett 2002-09-06 09:21

Added new line to end of file.

1 lines of code changed in:

philwyett 2002-09-06 08:50

Fixed constructor ordering.

11 lines of code changed in:

sunshine 2002-09-06 08:50

Fixed uncompilable memory mapping facilities. Added missing implementation
for Windows.

74 lines of code changed in:

jorrit 2002-09-06 08:31

Code cleanups again.

57 lines of code changed in:

jorrit 2002-09-06 06:54

Notifications when old format is used.

18 lines of code changed in:

jorrit 2002-09-06 06:44

- Fixed cs2xml so it correctly translates AMBIENT inside
SETTINGS (while still keeping support for AMBIENT
inside MATERIAL).
- Fixed cs2xml for UP, FORWARD, and FARPLANE inside START.

53 lines of code changed in:

philwyett 2002-09-06 05:33

Fixed construcor ordering

1 lines of code changed in:

philwyett 2002-09-06 04:59

Eliminated a few compiler warnings and a no newline at end of file.

4 lines of code changed in:

philwyett 2002-09-06 04:30

Casted away a few compiler warnings - tons too go.

4 lines of code changed in:

duhprey 2002-09-06 03:01

Added /data/terrain under /lev/terrain

1 lines of code changed in:

duhprey 2002-09-06 03:01

Pointing to the heightmap for texture mapping

2 lines of code changed in:

duhprey 2002-09-06 02:52

Texture mapping only, no lighting.

2 lines of code changed in:

sunshine 2002-09-06 02:40

Fixed some incorrect comments. Clarified others.

28 lines of code changed in:

philwyett 2002-09-06 02:24

Eliminated class vs. struct warnings under MSVC.

2 lines of code changed in:

res2002 2002-09-05 22:30

- some documentation fixes
- turned some of getopt.h's comment into doxygen comments

23 lines of code changed in:

res2002 2002-09-05 22:21

- moved platform memory mapping from include/cssys to libs/cssys
- csMemoryMappedIO can now fall back to emulation if platform mmap
fails

287 lines of code changed in:

duhprey 2002-09-05 21:12

Changed iMaterialHandle to iMaterialWrapper

16 lines of code changed in:

duhprey 2002-09-05 20:40

Commented out terrbig from the general CVS until its more stable

1 lines of code changed in:

neverjade 2002-09-05 18:50

Fixed a couple of minor compile problems where a struct was declared and later referred to as a class.

2 lines of code changed in:

duhprey 2002-09-05 18:03

Fixed some returns of void functions

4 lines of code changed in:

jorrit 2002-09-05 11:23

Cosmetics again.

21 lines of code changed in:

jorrit 2002-09-05 11:13

More cosmetics.

817 lines of code changed in:

jorrit 2002-09-05 09:50

More indentation fixes.

171 lines of code changed in:

jorrit 2002-09-05 09:32

Indentation fixes.

489 lines of code changed in:

jorrit 2002-09-05 09:09

Fixed compile problems.

60 lines of code changed in:

jorrit 2002-09-05 08:47

- Fixed a very subtle bug in the csRef assignement operators.
It is very important FIRST to assign the new value to the
internal 'obj' pointer of csRef before doing the DecRef().
Otherwise it is easy to get in an infinite loop with
constructs like 'ref = NULL' if 'ref = NULL' causes a
destructor to be fired which checks on the value of 'ref'
again.
- Fixed a bug in the TinyXml loader by making sure that
nodes also have a real reference to the system (for the pool).

30 lines of code changed in:

duhprey 2002-09-05 06:25

Mostly fixed the LOD and some other problem involving smart culling

73 lines of code changed in:

duhprey 2002-09-05 06:16

Changed how the file stores

0 lines of code changed in:

philwyett 2002-09-05 05:19

Fixed vpath

2 lines of code changed in:

thebolt00 2002-09-05 00:52

Fixed filereferences

2 lines of code changed in:

duhprey 2002-09-05 00:30

Added terrbig build

1 lines of code changed in:

thebolt00 2002-09-04 21:57

A little cleanup.
Added some errorchecking
Changing format of realpath string to mount.

9 lines of code changed in:

thebolt00 2002-09-04 20:48

Some code cleanup

0 lines of code changed in:

thebolt00 2002-09-04 20:44

Rewritten DrawTriangeMesh to move out effectsystem ifs to Validate.
Also added support for vertex-programs.

300 lines of code changed in:

thebolt00 2002-09-04 20:43

Added strings for vertex-programs

15 lines of code changed in:

thebolt00 2002-09-04 20:42

Changed effectsystem so it can use vertex-programs

106 lines of code changed in:

thebolt00 2002-09-04 20:41

Changed to use new Set/GetRenderData and Vector4 properties

29 lines of code changed in:

thebolt00 2002-09-04 20:39

Effect caching data

136 lines of code changed in:

thebolt00 2002-09-04 20:38

Special four entrie-vector (x,y,z,w or rgba) used internally in the effectsystem

39 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