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: 2000-05-09 to 2000-05-06 (Commits 2395-2444 of 12744)
Fixed comment.
1 lines of code changed in:
Update.
7 lines of code changed in:
Fixed formatting of help message.
7 lines of code changed in:
Re-fixed Norman's fix in a way which will work in all cases regardless of
how size_t is defined on any particular platform.
1 lines of code changed in:
disbaled unused var
1 lines of code changed in:
disabled unused vars
4 lines of code changed in:
removed unused variables
2 lines of code changed in:
%ld to %d placeholder change
1 lines of code changed in:
Font update.
-frank (frank@oconnors.org)
20 lines of code changed in:
- More work on saving/loading octree. The octree save/load
now seems to work perfectly. PVS is not cached yet.
The cached octree format contains a few consistency checks
to make sure that the octree is really valid for the current
level. If it fails then the octree will be recalculated
again.
- -revis commandline option will now work to force recalculation
of the octree. -norevis will not work for this as CS cannot
live with an octree that is invalid. If the octree is found
not to match with the level it HAS to be recalculated.
This is different with the PVS. When we cache this then
-norevis will be useful there.
104 lines of code changed in:
Update to font plugin name.
-frank (frank@oconnors.org)
6 lines of code changed in:
Font dir change.
-frank (frank@oconnors.org)
2 lines of code changed in:
Move of font stuff to new directory...
-frank (frank@oconnors.org)
1323 lines of code changed in:
Change directory and naming scheme of normans font plugins
to maintain consitency among the new plugins.
-frank (frank@oconnors.org)
19 lines of code changed in:
Change directory and naming scheme of normans font plugins
to maintain consitency among the new plugins.
-frank (frank@oconnors.org)
1 lines of code changed in:
disabled freetype engine plugin to prevent default compilation, user should enable it itself
1 lines of code changed in:
font rendering interface
0 lines of code changed in:
added FUNC_ID for fontrenderer
2 lines of code changed in:
added FontRender entries
62 lines of code changed in:
added fontrendering entry to PLUGINS
10 lines of code changed in:
here comes the new font rendering
201 lines of code changed in:
Converted legacy SysPrintf to m_piSystem->Printf
-frank (frank@oconnors.org)
29 lines of code changed in:
Fixed eric boobo (typeo v-DecRef to v->DecRef)
-frank (frank@oconnors.org)
1 lines of code changed in:
Update.
4 lines of code changed in:
Worked around a limitation of Wouter's Solaris compiler which could not
grok the 64,000 byte "Data" buffer built into dnFileBuffer. Therefore,
the Data buffer is now allocated from heap.
4 lines of code changed in:
-*- WalkTest now saves and loads 'coord' files via VFS rather than via
a physical filesystem.
-*- The format of the 'coord' file has changed slightly. The stored
sector name is now quoted (with double-quotes) rather than bare.
6 lines of code changed in:
-*- WalkTest now saves and loads 'coord' files via VFS rather than via
a physical filesystem.
-*- The format of the 'coord' file has changed slightly. The stored
sector name is now quoted (with double-quotes) rather than bare.
58 lines of code changed in:
-*- Fixed bug: Wasn't able to parse strings which used only whitespace as
delimiters, such as "%f %f %f". In this case, it would only scan the
first "%f" and skip the remainder of the string. (It has always been
able to parse strings which use non-whitespace delimiters, such as
"%f,%f,%f".)
-*- Is now much more tolerant of Macintosh and Windows/DOS line
terminators (CR and CRLF).
46 lines of code changed in:
Upgraded description of ReadFile().
6 lines of code changed in:
Fixed calls to RequestPlugin() which weren't assigning a "function ID".
3 lines of code changed in:
Add Auth interface/plugin.
Add NetCmd interface
Change icmdmgr.h and iproto.h to use NetCmd interface
add first nstp implementation documentation
upgrade nstp client demo - now it allows login to server
52 lines of code changed in:
Added 'bool' variations of the Append() method and operator+= and
operator<< to csString.
13 lines of code changed in:
-*- All Crystal Space application and plug-in configuration files are now
loaded from virtual filesystems via VFS rather than the physical
filesystem, with the exception of scf.cfg and vfs.cfg which can not be
loaded from VFS for (hopefully) obvious reasons. (scf.cfg is needed to
initialize SCF which is used to load the VFS plug-in, and vfs.cfg is
used to actually define the VFS volumes.)
-*- Moved all configuration files onto the VFS volume /config which
happens to be mounted at physical location CS/data/config.
Note that using the /config volume is a convenience, rather than a
requirement. Programs written using Crystal Space can choose to
locate their own configuration files anywhere they like; even on a
physical filesystem, if desired (though this is frowned upon).
-*- Script files which are executed by 'walktest' are now loaded from
VFS rather than from a physical filesystem.
-*- Fixed a lot more 'const' problems throughout the project. Most of
these involved changing (char*) to (const char*).
690 lines of code changed in:
Software sound renderer name change: sndrrdrs --> sndsoft
1 lines of code changed in:
Update.
15 lines of code changed in:
Documented an entire batch of updates from Eric Sunshine covering the last
several days.
32 lines of code changed in:
Patch submitted by samuel@metalog.softnet.co.uk, to fix segfaults
when using Voodoo/glide based X server.
11 lines of code changed in:
- Fixed bug in csPoly3D::ProjectXPlane (and Y/Z).
- Fixed several bugs in PVS and routines used by PVS. It finally
starts to resemble doing PVS work for real.
- Started working on saving and loading of octree and PVS.
This will help debugging this thing as computing it is
time consuming.
74 lines of code changed in:
Another batch of patches to account for the move of drivers from CS/libs
to CS/plugins.
142 lines of code changed in:
Fixed an error.
1 lines of code changed in:
Hopefully the last of the updates to account for the move of drivers from
CS/libs to CS/plugins:
cs2d --> video/canvas
cs3d --> video/renderer
csdnddrv --> sound/driver
csdndrdr --> sound/renderer
This update includes source code, makefiles, scripts, and documentation.
69 lines of code changed in:
Fixed new Fullscreen command in walktest to use existing Sys->G2D pointer
rather than querying it's own pointer.
1 lines of code changed in:
Fixed bug in the 'make depend' rule.
1 lines of code changed in:
Rewrote alot of DirectDraw. Working on unifying all DirectDraw
drivers into one.
Added ability to dynamically change between window/fullscreen
This is implmented via iGraph2d::PerformExtension(). The extension
is called "fullscreen"
Currently only DirectDraw2d handles this.
-frank (frank@oconnors.org)
431 lines of code changed in:
Added ability to dynamically change between window/fullscreen
This is implmented via iGraph2d::PerformExtension(). The extension
is called "fullscreen"
Currently only DirectDraw2d handles this.
-frank (frank@oconnors.org)
9 lines of code changed in:
Change paths for include files.
11 lines of code changed in:
changed DRIVERS into PLUGINS
27 lines of code changed in:
PLUGIN_SUBMAKEFILES: added cs2d.mak and cs3d.mak
2 lines of code changed in:
changed all (hopefully) refrences to the old directories cs2d and cs3d
75 lines of code changed in:
Eliminated a compilation warning.
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