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: 2002-06-28 to 2002-06-24 (Commits 8445-8494 of 12744)
added quotes in post-build step
8 lines of code changed in:
- pubapi grouping; forgot to commit
117 lines of code changed in:
Added authors.
23 lines of code changed in:
History update and update to the contributors list.
10134 lines of code changed in:
Automated Texinfo @node and @menu repair.
2 lines of code changed in:
updated Justin Miller's contributions
3 lines of code changed in:
updated Unix platform build instructions
82 lines of code changed in:
Fixed for the endline problem.
1638 lines of code changed in:
Fixed ugliness with buttons not looking like they move.
10 lines of code changed in:
replaced the NASM flags "-f aoutb CWITH_UNDERSCORE" with the more likely flag "-f elf"
1 lines of code changed in:
replaced SetEngineView(...) with SetProperty("view", wview);
1 lines of code changed in:
Added debug guards so that the mouse status messages don't appear unless you tyrn on the debug flags DEBUG_MANAGER and AWS_COMP_DEBUG in aswcomp.cpp and awsmgr.cpp inversely respective.
8 lines of code changed in:
made "ode/ode.h" to <ode/ode.h>
1 lines of code changed in:
Fixed a few compile problems pointed out by Reed Hedges.
10 lines of code changed in:
added default implementations for the new methods in iAwsComponent
86 lines of code changed in:
Fixes the problem with \r\n in the repository
1221 lines of code changed in:
Fixes the problem with \r\n in the repository.
18933 lines of code changed in:
Ditto, mods.
2 lines of code changed in:
Updated csrectrg for some header mods.
2 lines of code changed in:
Added some test definitions from Noah Falk for examples of how to use some of the new functionality.
1639 lines of code changed in:
A huge number of changes, including the addition of menus and components-are-windows, etc from Noah Falk. I've tried to make sure that the API is mostly the same, but there were some necessary modifications that may break some person's code. Specifically, the 3dengineview is now it's own component. I will post more detailed changes in the formum.
20095 lines of code changed in:
Really dumb error, forgot to make it pure virtual.
1 lines of code changed in:
Small interface defintion error, forgot Create()
13 lines of code changed in:
Forgot one.
46 lines of code changed in:
Committed headers for updated AWS stuff. This may break some older code, though I have tried to make sure that API mods are at a minimum.
1163 lines of code changed in:
DVI, PS, and PDF generation are, once again, quieter. Also, now tells
user to check the log file for problems.
13 lines of code changed in:
Eric Sunshine fixed a significant number of problems in the Texinfo source
files. Also eliminated all TeX overfull and underfull 'hbox' warnings.
312 lines of code changed in:
- docs: removed a couple of '\internal's
- docs: added some more grouping
294 lines of code changed in:
No longer any need to edit ode's config.h.
0 lines of code changed in:
CS-local workaround to prevent int8/uint8/int32/uint32 conflicts with ODE (thanks Eric).
10 lines of code changed in:
Fixed Dynavis so that the 'freeze' visibility feature works
again.
43 lines of code changed in:
Small fix.
1 lines of code changed in:
documentation, again
66 lines of code changed in:
- unified some naming conventions
- fixed printed output in the first 34 pages of the manual
- updated documentation contributor list (added myself!)
- removed ambiguous references to 'I' and 'me' in the contributor list
80 lines of code changed in:
%lflags% and %libs% where swapped in one place.
2 lines of code changed in:
removed incref/decref of the wmgr in the awsembeddedcomponentfactory since this creates circular dependencies (the factories are increfed and stored by the mgr upon registration)
0 lines of code changed in:
Handles length == 0. Fixes a logic error (length should only be 0 in
a degenerate case)
12 lines of code changed in:
more documentation changes.
1146 lines of code changed in:
Updated TurkOp link.
s
11 lines of code changed in:
Found the reason for the csOBB bug but not the correct fix yet.
Working around the bug right now seems to work reasonably well.
6 lines of code changed in:
- some documentation updates.
231 lines of code changed in:
- Added new simple csIndPrint class in csutil which can be used
for indented printing.
- Added temporary debugging code to csOBB to help find a problem
there.
160 lines of code changed in:
Minor fix.
2 lines of code changed in:
Removed reference to Code Warrior as there is no longer a Code Warrior port.
3 lines of code changed in:
Added 'frustvis' target to walkall.
2 lines of code changed in:
- Optimized csOBB code a bit and fixed a huge number of rather
big memory leaks there. There is still a big bug in OBB code
somewhere though. It sometimes crashes with division by zero.
- Added an (untested) frustum view culler. This culler is a simpler
version of Dynavis that will be used as the default culler in
the future for all sectors.
868 lines of code changed in:
Automated Texinfo @node and @menu repair.
2 lines of code changed in:
Added howto for a very simple map.
123 lines of code changed in:
fixed broken link
1 lines of code changed in:
- moved csEvBind from binder.h to binder.cpp.
5 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