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-07-20 to 1999-07-16 (Commits 445-494 of 12744)
INSTALL.General and INSTALL.Unix were almost identical. Isolated the
general portions and placed them in INSTALL.General. Isolated the Unix
portions and placed them in INSTALL.Unix.
35 lines of code changed in:
Worked around another HPPA compiler bug.
30 lines of code changed in:
Minor changes to bring up-to-date.
9 lines of code changed in:
Added libs/csapputil. Minor updates. Re-wrapped to fit 80-columns.
131 lines of code changed in:
Minor changes to bring more up-to-date.
4 lines of code changed in:
Fixed bug: DemoWrite() was checking for existence of non-existent
System->Console before agreeing to print anything. Since CSWS implements
its own console functionality without use of System->Console, no printing
was ever taking place, thus the console was never even displayed.
Worked around a problem caused by change in csWorld::Prepare(). At some
point csWorld::Prepare() was changed so that it blasts the color palette
after CSWS has initialized it for use with the startup console, but before
it can actually be used. It also leaves the palette in a state where no
colors can be added to it without completely re-initializing it.
Consequently, CWSW was reduced to printing white text on a white
background.
19 lines of code changed in:
Now uses $(wildcard) for SRC.CSSYS to ease maintenance headaches in the
future.
1 lines of code changed in:
Removed the ill-conceived MSG_TICKER. Replaced with new csProgressPulse
and csProgressMeter classes which perform the same user-feedback
functionality but in a clean, high-level, very localized, and reusable
fashion. Removed an excessive amount of copy/paste code which made up the
old progress meter. This simplified that section of code tremendously.
15 lines of code changed in:
Removed the ill-conceived MSG_TICKER. Replaced with new csProgressPulse
class which performs the same user-feedback functionality but in a clean,
high-level, very localized, and reusable fashion.
7 lines of code changed in:
NextStep compiler for HPPA was crashing with an internal compiler error
upon encountering create_lighted_texture_true_rgb_priv(). The buggy
compiler can not cope with such a long method name (actually long
signature). To work around the problem, I shortened the name. For
consistency, I also shortened the name of other similarly named methods.
26 lines of code changed in:
Was unneccessarily including apps/support/command.h and thus causing an
unnecessary dependency on application-specific code from within a library.
0 lines of code changed in:
Removed the ill-conceived MSG_TICKER. Such user-feedback funtionality is
better left to higher level objects than being forced upon low-level system
objects. The new csProgressMeter and csProgressPulse replace this
functionality in a clean, highly localized, and reusable fashion.
0 lines of code changed in:
Links with new csAppUtl library for csSimpleConsole.
Fixed bug: .PHONY mentioned walktestclean rather than walkclean.
2 lines of code changed in:
SimpleConsole renamed to csSimpleConsole and moved to csAppUtil library.
Removed unnecessary DemoWrite() which duplicated, but did not extend
functionality of DemoWrite() in superclass.
17 lines of code changed in:
SimpleConsole renamed to csSimpleConsole.
3 lines of code changed in:
Moved to new csAppUtil library. Rewritten and generalized to be useful by
clients other than just WalkTest. Fixed numerous bugs.
0 lines of code changed in:
Was incorrectly linking with apps/support/command.cpp, thus causing an
unnecessary dependency.
1 lines of code changed in:
Significant updates from Eric Sunshine.
67 lines of code changed in:
removed a warning
1 lines of code changed in:
Removed a warning.
4 lines of code changed in:
New 'addskel' command.
8 lines of code changed in:
Support for new skeletal sprite system. There is an 'addskel' command
which you can use to add a tree that sways in the wind. Note that the
tree will be added to your position so move back a little.
185 lines of code changed in:
New skeletal sprite system based on current frame based sprite system.
96 lines of code changed in:
Removed frame information.
2 lines of code changed in:
New skeletal sprite system based on the current frame based sprites.
52 lines of code changed in:
New Get?Rotation() functions with ? equal to X, Y, or Z.
44 lines of code changed in:
Small comment change.
1 lines of code changed in:
Update.
24 lines of code changed in:
Support for FX_Transparent
3 lines of code changed in:
Added FX_Transparent as new mixing mode
17 lines of code changed in:
Allowed setting for mixmode
8 lines of code changed in:
Removed DrawPolygonQuick
5 lines of code changed in:
Replaced DrawPolygonQuick by DrawPolygonFX
33 lines of code changed in:
Headers for required SDK's to build CS
668 lines of code changed in:
Made compilable with the new structure.
27 lines of code changed in:
Reflects the latest changes. (new lib dirs, new headers...)
31 lines of code changed in:
Made rebuilding of volatile.h a part of configure process
24 lines of code changed in:
Fixed dynamic lighting for 3D sprites
70 lines of code changed in:
Lighting is updated for static sprites on every frame. This is not slow
(at least for one sydney) on the other hand it shows well how sprite lighting
works (or how it doesn't :-)
Also I've rised the max number of lights per sprite to 10. Walktest is a
testbed anyway.
5 lines of code changed in:
Fixed formatting. Addition of irix caused "Other platforms" list to wrap.
5 lines of code changed in:
TARGET_ARCHS for NeXT makes is now "sticky".
2 lines of code changed in:
Rename: Rhapsody --> MacOS/X Server
19 lines of code changed in:
Updated to correspond to new beta 13 organization. In some cases this
meant quite a bit of re-writing.
357 lines of code changed in:
Removed from project on account of obsolescence.
0 lines of code changed in:
Moved README.NeXT and README.NeXT.Binaries from cssys/next to docs.
154 lines of code changed in:
Moved PrimEdit to the attic on account of obsolescence.
2 lines of code changed in:
Updated MacOS/X Server, OpenStep, and NextStep ports to work with beta 13.
Re-wrapped a number of history entries so that file now fits 80-columns.
884 lines of code changed in:
Updated support for MacOS/X Server, OpenStep, and NextStep.
Added 'distclean' target which removes config.mak & volatile.h in addition
to other files removed by 'clean'. Added missing .PHONY:win32vc.
No longer duplicates platform descriptions from mk/common.mak. Now
directly uses $(DESCRIPTION.platform) macros from mk/common.mak instead.
28 lines of code changed in:
Added lighting for static sprites (those that are loaded from world file)
22 lines of code changed in:
Removed from project on account of obsolescence.
0 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