Commit Log (Page 229 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-11-20 to 1999-11-15 (Commits 1295-1344 of 12744)

azverkan 1999-11-20 03:03

Fixed the invalid %ld with the correct %u

3 lines of code changed in:

azverkan 1999-11-20 02:25

Fixed the CONSTRUCT_IBASE() macro for setting the scfRefCount to 1 instead of 0

2 lines of code changed in:

rbate 1999-11-19 20:54

Bringing mac port uo to date with scf.

19 lines of code changed in:

azverkan 1999-11-19 18:33

Fixed csstring for NewSize==MaxSize

5 lines of code changed in:

sunshine 1999-11-19 15:53

Added considerable missing historical content.

240 lines of code changed in:

sunshine 1999-11-19 15:52

SCF-related updates.

13 lines of code changed in:

azverkan 1999-11-19 05:10

Vector3 running

47 lines of code changed in:

sunshine 1999-11-19 04:12

Fixed several OpenGL crashers.

11 lines of code changed in:

sunshine 1999-11-19 04:10

Removed obsolete options.

0 lines of code changed in:

sunshine 1999-11-19 04:10

Fixed several bugs in the OpenGL driver which were introduced during the
SCF conversion. These bugs caused the application to crash whenever:
a) Text was drawn.
b) A line was drawn.
c) A pixel was drawn.
d) A 2D sprite (such as the CS logo) was drawn.
This update fixes all known OpenGL-related crashes introduced by the SCF
conversion (except for a termination-time crash which is of an entirely
different nature). This patch also re-enables text on the start-up
console.

27 lines of code changed in:

sunshine 1999-11-19 01:24

Eliminated "unused variable" compiler warnings.

4 lines of code changed in:

sunshine 1999-11-18 22:44

Fixed botches by Brandon.

5 lines of code changed in:

sunshine 1999-11-18 22:27

Reverted Brandon's changes. He totally botched it and completely broke
the reference counting mechanism. Furthermore, his change was entirely
unwarranted. Specifically:
a) He broke DecRef() so that it _never_ deleted any objects.
b) He added a check for a negative reference count even though such a
condition can not occur since the object is deleted when its reference
count drops to zero. The only case when an extra DecRef() could be
sent to the object would be from within its own destructor or one of
the functions which it called, but even in that case his check was
superfluous since the run-time would automatically signal a "pure
virtual method called" error rather than executing his bogus check code.

1 lines of code changed in:

azverkan 1999-11-18 21:38

Fixed the OpenGl crash and added a error condition to scf's DecRef

7 lines of code changed in:

andy 1999-11-18 12:51

Removed default parameter values from implementation

3 lines of code changed in:

alexp 1999-11-18 07:31

Bug fix: was rending z as 1/(z*z).
Also started to implement queue to maintain
z-ordered list of triangles to avoid need for
zbuffer.

65 lines of code changed in:

azverkan 1999-11-18 06:07

Added util script

3 lines of code changed in:

sunshine 1999-11-17 20:32

Spelling correction.

1 lines of code changed in:

sunshine 1999-11-17 19:19

Fixed crasher in ccTest.

2 lines of code changed in:

sunshine 1999-11-17 18:55

BeOS SCF conversion and other fun stuff.

10 lines of code changed in:

sunshine 1999-11-17 18:41

- Fixed bug: Was leaking 'config' object.
- Fixed initialization / termination order just enough so that it is
possible to destroy this object after construction even if Initialize()
fails. Thus it is now possible to use the command-line switch
"-video=opengl". We still need a better solution to the problem, though
since there is no reason to load the software renderer if the OpenGL
renderer has already been loaded.

7 lines of code changed in:

sunshine 1999-11-17 18:36

Performed SCF conversion on BeOS port.

8 lines of code changed in:

sunshine 1999-11-17 18:36

Fixed the help message.

1 lines of code changed in:

sunshine 1999-11-17 18:13

Now links on BeOS which has a circular dependancy between csSys and csUtil.

2 lines of code changed in:

sunshine 1999-11-17 18:11

Sanity prevails.

1 lines of code changed in:

azverkan 1999-11-17 15:36

Small fixes

68 lines of code changed in:

andy 1999-11-17 11:10

-*- Update to MazeD (texmanager almost finished)
-*- Moved plugins to plugins/ directory

601 lines of code changed in:

azverkan 1999-11-17 05:08

Added CSSH - Crystal Space SHell

79 lines of code changed in:

azverkan 1999-11-17 04:26

Almost solid

1 lines of code changed in:

azverkan 1999-11-17 04:22

Added init script

0 lines of code changed in:

sunshine 1999-11-16 23:58

Renamed VFS.cfg to vfs.cfg for consistency with other configuration files.

76 lines of code changed in:

sunshine 1999-11-16 23:55

A configuration file for the Simple application. This file allows Simple
to work following the SCF conversion. Jorrit prefers that Simple be kept
simple and not require this file, but for now it is probably better to at
least have a working application than a non-working application.

0 lines of code changed in:

sunshine 1999-11-16 22:59

Changed some SCF interfaces from inherited to embedded in order to work
around a bug in the NextStep compiler which corrupts the virtual table.
The compiler could not correctly handle the case where multiple parent
classes were derived from a common ancestor, iBase. Using virtual-multiple
inheritance was not a solution since the compiler also botches that case.
In general, multiple inheritance works, but the case with a common ancestor
appears to be problematic.

109 lines of code changed in:

sunshine 1999-11-16 22:44

NextStep SCF fixes.

7 lines of code changed in:

thieber 1999-11-16 21:02

reenabled direct input

1 lines of code changed in:

andy 1999-11-16 14:09

Enhancements to MazeD's texture manager

180 lines of code changed in:

sunshine 1999-11-16 01:49

Worked around NextStep compiler bug.

1 lines of code changed in:

sunshine 1999-11-16 01:43

Worked around NextStep compiler bug.

11 lines of code changed in:

sunshine 1999-11-16 01:42

More fixes.

4 lines of code changed in:

sunshine 1999-11-16 00:57

Removed the SOURCE variable. I don't know why Brandon added this in the
first place. It slows down the pre-make setup by an order of magnitude
and is apparently unused.

0 lines of code changed in:

thieber 1999-11-15 22:18

fixed the Win32 version

9 lines of code changed in:

sunshine 1999-11-15 15:38

Fixed lighting progress meters on stdout.

2 lines of code changed in:

sunshine 1999-11-15 15:37

Once again flushes stdout so that lighting progress meters update on
the fly.

1 lines of code changed in:

sunshine 1999-11-15 15:14

Textually re-ordered file to work around OpenStep compiler bug where it
generates unlinkable code if an inline method calls another inline method
before the second inline method has been seen by the compiler.

4 lines of code changed in:

andy 1999-11-15 14:51

Fixed a bug in halos

4 lines of code changed in:

andy 1999-11-15 14:39

Fixed VSH - now it compiles and runs again

8 lines of code changed in:

andy 1999-11-15 13:35

Fixed a bug in scf that was hit by scftut application

12 lines of code changed in:

sunshine 1999-11-15 12:38

Fixed descriptions to match those in source code.

5 lines of code changed in:

andy 1999-11-15 12:27

-*- New file include/csutil/garray.h:
Growing Array implementation. This is a macro that defines a static
object that can grow and that contains an array of given type elements.
Some engine parts use a similar technique for growing some static
arrays, so I thought it would be best to put all that into a separate
file (and add an automatic cleanup mechanism to it to avoid memory leaks)
-*- Cleanup in engine. Fixed some memory leaks.

385 lines of code changed in:

sunshine 1999-11-15 12:25

Default layouts are a little more sane now.

1 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