Commit Log (Page 237 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: 1999-09-29 to 1999-09-23 (Commits 895-944 of 12744)

serplord 1999-09-29 16:23

Squawk 3D Game (hope this name sticks :-) version 17
massive changes

121 lines of code changed in:

sunshine 1999-09-29 16:18

Fixed some compilation warnings.

3 lines of code changed in:

sunshine 1999-09-29 16:08

Re-introduced ProcessConfig(). Apparently WalkTest wants this (curently
do-nothing) function to exist for "testing" (?) purposes.

2 lines of code changed in:

jorrit 1999-09-29 15:56

Patch from Brandon Ehle:
- Fundaments of CSS and CrystalSpript.
- csString class.

461 lines of code changed in:

jorrit 1999-09-29 15:54

Initial implementation of csQuadTree.
It is not used yet and also not finished.

67 lines of code changed in:

jorrit 1999-09-29 15:53

Update.

10 lines of code changed in:

sunshine 1999-09-29 15:16

Bunch o' stuff from Andrew. Bunch o' stuff from Eric.

25 lines of code changed in:

sunshine 1999-09-29 15:15

Now removes generated ivcon.log in 'clean'.

1 lines of code changed in:

sunshine 1999-09-29 15:14

Fixed so that it is now possible to actually convert models in memory.
Writing the converted model to disk and generation of a log file are now
optional. Now appends to log file rather than overwriting it for each
conversion. Removed some unused methods.

11 lines of code changed in:

sunshine 1999-09-29 15:10

Added missing const's.

4 lines of code changed in:

sunshine 1999-09-29 15:08

A new version of Squawk (v16) from Seth (with a few additional minor
modifications by Eric Sunshine).

25 lines of code changed in:

sunshine 1999-09-29 15:08

Added warning about creating 'converter' objects on the stack.

8 lines of code changed in:

sunshine 1999-09-29 15:08

Updated to reflect obsolescence of NeXTfopen.cpp.

4 lines of code changed in:

sunshine 1999-09-29 15:01

A new version of Squawk (v16) from Seth (with a few additional minor
modifications by Eric Sunshine).

5 lines of code changed in:

andy 1999-09-29 12:37

Removed SystemDriver::fopen method, outdated by the new virtual file system.
Respective port maintainers will have to remove cssys/*/fopen.cpp from
their project files... I did it already for ports that use the Makefile
system.
Removed FOpen and FClose (huh?) methods from ISystem interface, for
same reason.
Removed SaveFile() and LoadFile() methods from csCamera class. Debug
methods moved to debug program (i.e. walktest).
MazeD now is compilable. However, some important functions are disabled
(saving and loading). Many small fixes.
Added "const" here and there through the entire CS source tree.

148 lines of code changed in:

andy 1999-09-29 12:33

Faster motion parameters, less inertial (more natural) motion

5 lines of code changed in:

sunshine 1999-09-29 12:06

Renamed from .html to .htm for DOS 8.3 compatibility via request from Seth.

40 lines of code changed in:

sunshine 1999-09-29 12:03

Renamed from .html to .htm for DOS 8.3 compatibility.

5 lines of code changed in:

jorrit 1999-09-29 11:28

Accidently commited the octree movement fix. Restored now.

2 lines of code changed in:

jorrit 1999-09-28 14:52

Small changes to lighting system again. Nothing dramatic.
Dynamic lighting now works for BSP levels.

8 lines of code changed in:

jorrit 1999-09-28 14:51

Update.

12 lines of code changed in:

thieber 1999-09-27 21:54

made compilabe again (Open changed to const char*)

4 lines of code changed in:

thieber 1999-09-27 21:53

removed some warnings

3 lines of code changed in:

sunshine 1999-09-27 16:52

csSystemDriver::Open(), IGraphics3D::Open(), and IGraphics2D() now accept
a parameter of type (const char*) rather than (char*).

3 lines of code changed in:

sunshine 1999-09-27 16:39

Fixed an "unused variable" warning.

1 lines of code changed in:

jorrit 1999-09-27 16:22

Fixed.

2 lines of code changed in:

sunshine 1999-09-27 16:10

Fixed some simple compilation errors and warnings.

16 lines of code changed in:

jorrit 1999-09-27 15:40

Initial work on implementing lighting using octree. It already works
faster now but still not idea (we still haven't implemented quadtree).
Progress bar for lighting is now based on number of lights
instead of sectors.
Fixed bug with splitting of BSP polygons. It could happen that polygons
were split to polygons with only one vertex.

217 lines of code changed in:

jorrit 1999-09-27 15:38

Update.

15 lines of code changed in:

andy 1999-09-27 14:12

Well... I'm back to MazeD. I've started a major rewrite of MazeD, so it will
be non-compilable for some time. Here are most important changes:
-*- Split mz3DModel into mz3DRoom, mz3DSprite and mz3DThing. Other 3D object
types can be added if needed.
-*- Removed all duplication of MazeD models into a "World" object. I plan to
do 3D visualising completely different way.
-*- Added "const" to many arguments that should be const (not MazeD only,
in some place through the engine too).

156 lines of code changed in:

andy 1999-09-27 14:05

Re-indented DECLARE_TYPED_XXX macro

34 lines of code changed in:

sunshine 1999-09-27 10:18

Applied the final tweak to Andrew's fix to actually get it working.

13 lines of code changed in:

sunshine 1999-09-27 07:52

Fixed some warnings. Cleaned up DECLARE_TYPED_VECTOR().

8 lines of code changed in:

sunshine 1999-09-27 07:51

Cleaned up DECLARE_TYPED_VECTOR() macro based on suggestions by Brandon
Ehle <azverkan@yahoo.com>.

35 lines of code changed in:

sunshine 1999-09-27 07:50

Fixed "const versus non-const" warnings experienced by Petr Kocmid
<pkocmid@atlas.cz>.

10 lines of code changed in:

noote 1999-09-25 16:26

full features for software

41 lines of code changed in:

noote 1999-09-25 16:25

full feature fors eax

101 lines of code changed in:

noote 1999-09-25 16:24

full feature fors ds3d

100 lines of code changed in:

noote 1999-09-25 16:23

put SoundRender.Software options out of cryst.cfg

1 lines of code changed in:

noote 1999-09-25 16:20

put SoundDrv.waveOut options out of cryst.cfg

7 lines of code changed in:

noote 1999-09-25 16:18

add more sound buffer control

8 lines of code changed in:

andy 1999-09-24 14:47

Oops! after thinking a bit I decided to shift to the left instead of right :-)

2 lines of code changed in:

andy 1999-09-24 14:44

Tried to fix lightmapping on NeXT for RGBA modes on Big-Endian machines.

38 lines of code changed in:

rbate 1999-09-23 18:13

Getting VFS to work for Mac port.

1 lines of code changed in:

jorrit 1999-09-23 15:59

Bugfix in csPolygonClipper::ClassifyBox().

38 lines of code changed in:

jorrit 1999-09-23 15:58

Fix for DOS (from Seth Galbraith).

2 lines of code changed in:

jorrit 1999-09-23 15:58

Update and some new docs.

55 lines of code changed in:

jorrit 1999-09-23 14:38

Forgot to add files.

332 lines of code changed in:

jorrit 1999-09-23 13:42

Fix.

1 lines of code changed in:

jorrit 1999-09-23 13:41

Various optimizations on sprites. Sprite drawing should be more
efficient now. Also changed sprite lighting. There is now a low-quality
mode (default) and a high-quality mode. In low-quality mode speed should
be a lot better without loosing too much quality (I hardly notice a difference).

194 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