Commit Log (Page 239 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-14 to 1999-09-08 (Commits 795-844 of 12744)

sunshine 1999-09-14 00:13

Was failing to respect the SYSDEF_ACCESS request to declare access().

4 lines of code changed in:

sunshine 1999-09-13 21:55

Now uses -[NSWindow center] to center the window rather than doing so
manually.

10 lines of code changed in:

thieber 1999-09-13 21:19

made compilable on MSVC

2 lines of code changed in:

thieber 1999-09-13 21:19

removed a warning

1 lines of code changed in:

thieber 1999-09-13 21:17

removed a warning about unused variable

1 lines of code changed in:

sunshine 1999-09-13 20:37

Fixed problems with VFS and vsh.

25 lines of code changed in:

sunshine 1999-09-13 20:33

Fixed a bug in csVFS::FindFiles() which was introduced when wildcard
expansion capability was added. Problem was that it would return a list
of files from the root (/) directory instead of the directory being
searched in the event that the directory being searched did not represent
an actual node in the NodeList (a very common occurrence with virtual
directories such as lib/, data/, and lev/).

9 lines of code changed in:

andy 1999-09-13 14:37

Added wildcard support to csVfs::FindFiles. Now you can do
Vfs->FindFiles ("/lev/*");
Added preliminary wildcard support to VSH. Not complete though.

74 lines of code changed in:

andy 1999-09-13 12:27

Renamed AtEOF back into EOF.

4 lines of code changed in:

andy 1999-09-13 11:29

Replaced by "real" vfs.h

170 lines of code changed in:

jorrit 1999-09-13 10:29

Various updates to the visibility system (octree/c-buffer).
Sprites in octree level works again.

269 lines of code changed in:

jorrit 1999-09-13 10:27

New sprite selection code from David Durant. Is assigned
to third mouse button. Note that it doesn't work for skeletal
sprites yet.

71 lines of code changed in:

jorrit 1999-09-13 10:26

Update to tutorial from Seth Galbraith.
Seth also added a new djgpp.html containing more instructions for DOS/djgpp.

367 lines of code changed in:

jorrit 1999-09-13 10:26

Update.

35 lines of code changed in:

sunshine 1999-09-13 06:42

No longer uses GNU-specific extension for stack-based array creation where
size is not known ahead of time.

2 lines of code changed in:

sunshine 1999-09-12 10:16

Slight reorganization.

4 lines of code changed in:

sunshine 1999-09-12 10:15

Patched MazeEditor::LoadWorld() so that it integrates correctly with VFS
and can once again load worlds.

3 lines of code changed in:

sunshine 1999-09-12 09:12

Worked around an OpenStep 4.2 compiler bug.

5 lines of code changed in:

sunshine 1999-09-12 09:11

Worked around an OpenStep 4.2 compiler bug where the compiler generates an
unlinkable object file when the inline VfsArchive constructor made a call
to UpdateTime() before the compiler had seen the inline declaration of
UpdateTime().

18 lines of code changed in:

sunshine 1999-09-12 06:24

Fixed a couple typographical errors.

2 lines of code changed in:

sunshine 1999-09-12 06:12

Created a replacement vfs.h for the one which Andrew forgot to check in.
Numerous bug fixes related to VFS and other changes made by Andrew.

96 lines of code changed in:

sunshine 1999-09-12 06:05

A replacement vfs.h for the one which Andrew forgot to check in when he
committed VFS to the repository. I created this header by reverse
engineering VFS itself. This header is fully functional and allows the
project to be built and run.

69 lines of code changed in:

sunshine 1999-09-12 06:04

Renamed: Rhapsody-DR2 --> MacOS/X Server

5 lines of code changed in:

sunshine 1999-09-12 05:57

Fixed initialization-order bug which prevented CSWS from locating its image
resources in MazeD.zip. This problem was introduced with the integration
of VFS.

4 lines of code changed in:

sunshine 1999-09-12 05:39

Fixed a serious bug. Was still calling csLoader::LoadLibrary() instead of
LoadLibraryFile() in order to load "standard.zip". In some cases this
resulted in semi-random crashes. In all cases it resulted in a failure to
load standard.zip. This bug was introduced with the introduction of VFS.

1 lines of code changed in:

sunshine 1999-09-12 05:38

Fixed an initialization-order bug which caused some command-line arguments
to be ignored. It was impossible, for instance, to specify the level file
name on the command-line as a consequence of this bug. This bug was
introduced during the VFS integration.

12 lines of code changed in:

sunshine 1999-09-12 05:36

Renamed: Rhapsody --> MacOS/X Server

1 lines of code changed in:

sunshine 1999-09-12 05:35

Fixed the comments to reflect Andrew's name changes.

2 lines of code changed in:

sunshine 1999-09-12 05:34

Fixed an initialization-order bug which was introduced with the integration
of VFS and resulted in CSWS being unable to find its image resources.

1 lines of code changed in:

sunshine 1999-09-12 05:33

Fixed compilation warning about unused variable.

1 lines of code changed in:

sunshine 1999-09-12 05:33

Fixed bug: csPolygonSet::CompressVertices() would crash on empty polygons.
This bug prevented numerous levels from loading.
Fixed compilation warning about unused variable.

3 lines of code changed in:

sunshine 1999-09-12 05:28

Renamed csVFS::EOF() to AtEOF() in order to prevent conflicts with the
pre-processor macro EOF which is defined on many systems as (-1).
Fixed a problem where NULL was being returned froma 'bool' function. Not
all compilers on all platforms accepted that on account of various
definitions of the NULL macro.

6 lines of code changed in:

sunshine 1999-09-12 05:26

Fixed an initialization-order bug which was introduced with the integration
of VFS and resulted in CSWS being unable to find its image resources.

4 lines of code changed in:

sunshine 1999-09-12 05:25

Fixed bug: Was unable to locate image resources in MazeD.zip after Andrew
reorganized that archive.

5 lines of code changed in:

andy 1999-09-11 18:15

Fixed a small typo: CS_INISPACE not INISPACE

1 lines of code changed in:

andy 1999-09-11 17:49

Many modifications, small and not quite, required for VFS integration

1269 lines of code changed in:

andy 1999-09-11 17:48

The Virtual File System layer

18 lines of code changed in:

andy 1999-09-11 17:48

Many modifications, small and not quite, required for VFS integration

37 lines of code changed in:

andy 1999-09-11 17:35

-*- New methods in csVector: QuickSort(), FindKey(), Find(), FindSortedKey(),
Compare(), CompareKey(). QuickSort() sorts the csVector using Compare()
virtual method which compares two elements of array (and returns
-1,0 or +1). FindKey() scans entire array for a element matching specific
key in specific Mode using the virtual CompareKey() method (for example,
if csVector contains a kind of records, Mode can specify which record
field should be checked against Key). FindSortedKey() does the same but
works on pre-sorted arrays (using a binary tree algorythm).

-*- Added Compare() and CompareKey() methods to csStrVector class. Now string
vector can be sorted and scanned for strings (Mode parameter is ignored).

83 lines of code changed in:

andy 1999-09-11 17:34

-*- Renamed Archive -> csArchive class.

-*- Removed readonly archive support from csArchive - with Virtual File
System it looks like a kludge (which it really is, or was :-)

-*- Removed csArchive::Append method; I've left only Write method which
appends by itself. I don't understand why I made two separate methods
for this...

-*- Renamed csArchive::WriteArchive() to csArchive::Flush()

125 lines of code changed in:

jorrit 1999-09-10 15:16

Many changes to octree visibility stuff. Works much better now.
Still in an experimental stage though. Much work needs to be done.

504 lines of code changed in:

jorrit 1999-09-10 15:14

Fixed bug with zero size allocation of csVector.
Fixed by Brandon Ehle.

2 lines of code changed in:

jorrit 1999-09-10 15:12

Update.

84 lines of code changed in:

haussman 1999-09-09 20:32

Added code to properly delete texture and lightmap data nodes, which
were causing a memory leak.

5 lines of code changed in:

thieber 1999-09-09 19:46

Made compileable on Win32 again. (hope this works on other platforms too.)

2 lines of code changed in:

thieber 1999-09-09 19:36

removed warning related to new COM definitions of
DECLARE_COMPOSITE_INTERFACE (something)

3 lines of code changed in:

thieber 1999-09-09 19:35

RemoveThing (untested)

30 lines of code changed in:

thieber 1999-09-09 19:34

Intersection of 3 planes

56 lines of code changed in:

haussman 1999-09-08 19:16

Added initial support for ARB_multitexture extension. The
only use of multitexture is to merge texture and lightmap rendering
into one pass, if multitexture is available.

3 lines of code changed in:

haussman 1999-09-08 19:14

Code cleanup. Comments formatted to comply with doc++ format, some
'#if 0' blocks removed, clarification comments added.

43 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