Commit Log (Page 57 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-11-25 to 2002-11-19 (Commits 9895-9944 of 12744)

sunshine 2002-11-25 22:11

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

12 lines of code changed in:

dentoid 2002-11-25 20:58

Addition of vertex lighting in hardware if supported.

306 lines of code changed in:

duhprey 2002-11-25 19:55

Fixed for the dCollideBP problem

4 lines of code changed in:

thebolt00 2002-11-25 17:24

* Fixed so that it compiles when CS_USE_NEW_RENDER isn't defined

2 lines of code changed in:

jorrit 2002-11-25 15:01

- Added a new CS_POLY_VISCULL flag with which it is possible to
enable/disable visibility culling for individual polygons (thing
mesh only). By default this flag is enabled except in the following
cases:
- Polygon has an <alpha> keyword.
- Image associated with the texture of this polygon has
keycolor.
- Image associated with the texture of this polygon has
an alpha map.
Note that it is the polygon loader in syntax services that
actually provides these defaults. If you manually create polygons
with the API the default is always true.
- Extended syntax services plugin with new <viscull> keyword that
you can use in a polygon to enable/disable visibility culling for
individual polygons. Similar to the <colldet> keyword.
- Renamed iObjectModel->GetSmallerPolygonMesh() to
GetPolygonMeshViscull() as this more closely describes what the
purpose is of this polygon mesh.
- Renamed iObjectModel->GetPolygonMesh() to GetPolygonMeshColldet().

136 lines of code changed in:

alquarra 2002-11-25 13:49

small fix

Thanks Eric

1 lines of code changed in:

jorrit 2002-11-25 08:20

Fix.

1 lines of code changed in:

alquarra 2002-11-25 04:16

i suspect that i fixed some bugs on InsertChunk and DeleteChunk pointed out by sunshineco

im not liable by any bugs introduced in this fix =)

12 lines of code changed in:

res2002 2002-11-24 23:29

- added some doxgen '\file' commands
- added a quirk to getopt.h so the word 'option' doesn't get linked
everywhere

19 lines of code changed in:

res2002 2002-11-24 23:13

- devapi extracts static members as well now
- SCF_VERSION isn't listed as a function in devapi now

6 lines of code changed in:

jorrit 2002-11-24 18:28

Thanks to groton I managed to fix the bug that newsky crashes
with recent versions of CS. The reason was that the default
visibility culler was not initialized.

5 lines of code changed in:

alquarra 2002-11-23 23:02

fixed the bug in MSVC where cloth doesnt show up. Now the cloth can be seen also compiled with MSVC


Thanks to Groton for the remote debugging

12 lines of code changed in:

jorrit 2002-11-23 07:38

Removed the meta manager again. This is a totally unneeded
addition since it is already possible to attach name/value
data to any thing that supports iObject. Just use the following
syntax:
<key name="editor_bla" value="whatever" />

7 lines of code changed in:

sirgolan 2002-11-23 00:25

- Extended text box functionality:
- Left/right/home/end keys
- Inserting chars and delete key
- Selecting cursor pos with mouse

90 lines of code changed in:

okt 2002-11-22 22:09

Added Perl interpreter error reporting through iReporter

99 lines of code changed in:

norman 2002-11-22 20:06

added an "-include mk/local.mak" so developers can leave the user.mak and <system>.mak unaltered.
( i usually end up removing the "<<<<<<" and ">>>>>>" after an update from cvs)

5 lines of code changed in:

jorrit 2002-11-22 14:34

Clarification on 0.94 vs cvs.

10 lines of code changed in:

philwyett 2002-11-22 14:08

Removed link to ssh package on CS ftp, as SF have updated their software and that version no longer works correctly.

3 lines of code changed in:

philwyett 2002-11-22 13:56

Removed a couple of dead links and fixed the BisonFlex links for those who use it.

8 lines of code changed in:

jorrit 2002-11-22 13:09

Implemented the start for a new optimization to make recalculating
lighting on huge levels faster (a lot I hope). Not ready yet!

85 lines of code changed in:

jorrit 2002-11-22 10:43

Added forgotten 'public' to some inheritance in frustvis and
dynavis. This caused a warning on MSVC.

6 lines of code changed in:

jorrit 2002-11-22 10:05

All spr2d instances used to have their own local copy of
G3DPolygonDPFX. Since this structure is more than 4K big I decided
to move this to the factory so that all instances created from
a factory reuse the same structure. For particle systems this
is a huge memory improvement.

11 lines of code changed in:

dentoid 2002-11-22 01:53

Fixed a case where glShadeModel was called instead of statecache->SetShadeModel, which broke the state caching.

1 lines of code changed in:

okt 2002-11-21 23:53

Added support for putting meta-data in map files, for level editors and such.

76 lines of code changed in:

thebolt00 2002-11-21 23:14

* Fixed MSVC6 bug (hopefully)

3 lines of code changed in:

thebolt00 2002-11-21 23:13

* Added support for shaderprogram plugins

49 lines of code changed in:

sunshine 2002-11-21 22:07

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

0 lines of code changed in:

thebolt00 2002-11-21 20:17

* Added shaders for the new renderer. A CS shader today is a combination
of vertex and fragment processing instructions.

902 lines of code changed in:

res2002 2002-11-21 17:52

- added csgeom headers to Geometry Utils doc module
- tweaked the doc stylesheet a bit

366 lines of code changed in:

res2002 2002-11-21 17:04

- tweaked the alphabetical index

5 lines of code changed in:

res2002 2002-11-21 16:51

- added some more doc modules

215 lines of code changed in:

res2002 2002-11-21 16:09

- removed call to efed.pl after doxygen run; isn't needed because a
custom footer w/o date is used.
- added some eyecandy to pubapi docs

35 lines of code changed in:

jorrit 2002-11-21 10:23

Fixed CastShadows() implementation in Dynavis and Frustvis
so that it shadow casting is now correct (I hope).

211 lines of code changed in:

sunshine 2002-11-21 10:03

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

20 lines of code changed in:

philwyett 2002-11-21 06:26

Added test for csperl5 plugins existence in build to stop the test app being built if it is not.

20 lines of code changed in:

philwyett 2002-11-21 06:23

Removed FTP mirror link until the machines relocation is complete.

1 lines of code changed in:

sirgolan 2002-11-21 01:33

- Initialized title_bar_height to 0 to stop randomly sized title bars

2 lines of code changed in:

pgarceau 2002-11-21 00:14

Minor cleanup -- eliminated comments re: "dllwrap" as gcc -shared is now being
used for plugin generation (.dlls) instead of "dllwrap"

2 lines of code changed in:

dentoid 2002-11-21 00:04

Some changes to the new renderer API, and work on clipping

166 lines of code changed in:

sunshine 2002-11-20 16:48

Now also has special knowledge of -Wmost.

1 lines of code changed in:

sunshine 2002-11-20 16:47

Fixed bugs in csperl5.mak

11 lines of code changed in:

okt 2002-11-20 15:03

Made same changes to libs/cssys/{next,win32}/*conf.sh
as I did to unixconf.sh for the Perl5 plugin.

2 lines of code changed in:

sunshine 2002-11-20 10:11

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

32 lines of code changed in:

jorrit 2002-11-20 09:51

- Use csRef for storing the images in the texture manager.
- Fixed a pseudo-'memory leak' with images. After registering textures
the original source images are (usually) no longer needed. But CS
was keeping them in memory anyway. This resulted in a big overhead
since those textures can be very big. Now by default the original
image pointers (iImage instances) are removed after registering
a texture wrapper (iTextureWrapper->Register() will release it's
link and iTextureManager->FreeImages() will then release the link
in the renderer).
- Added iTextureWrapper->SetKeepImage() and KeepImage() to control
this new behaviour. If you call SetKeepImage(true) then the
texture wrapper will keep a pointer to the image when Register()
is called.
- Added <keepimage> option for textures so that you can indicate
in a map file that you want to keep the image.

66 lines of code changed in:

jorrit 2002-11-20 08:28

Fixed csVfsCacheManager so it no longer tries to use 'scope' if
that is NULL. This has an effect on 'precalc_info' which will now
be placed in that file instead of in '(null)'.

10 lines of code changed in:

okt 2002-11-20 00:00

Added Perl v5 Scripting Plugin and Test Application
Furthermore:
Changed private member csTimer::pause to csTimer::pausetime to fix case-insensitive conflict with iTimer::Pause()
Perl headers define macros that conflict with names of some things in CS, so added #undef's to ivaria/cs.i
Added a template internal-project sub-makefile

2811 lines of code changed in:

res2002 2002-11-19 19:18

- added a line about the online FAQ in the Wiki

3 lines of code changed in:

res2002 2002-11-19 15:22

- octree and lm_precalc_info now use cache id ~0 as well
- iCacheManager docs mention the possibility of using ~0 as ID

3 lines of code changed in:

jorrit 2002-11-19 11:02

Made one of the genmeshes bigger to demonstrate casting shadows.

6 lines of code changed in:

jorrit 2002-11-19 11:01

'genmesh' objects now also cast shadows (they don't receive
shadows yet). Generalized the shadow casting system in the engine
so that this is actually possible.

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