Commit Log (Page 12 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: 2003-05-31 to 2003-05-27 (Commits 12145-12194 of 12744)

dentoid 2003-05-31 02:11

Updated history entry to reflect that the bug fix was for the new renderer.

4 lines of code changed in:

okt 2003-05-31 02:05

Re-fixed the my_perl bug.

7 lines of code changed in:

dentoid 2003-05-31 02:04

Finally fixed an annoying bug causing errors in the the 2x2 mipmap. The problem was that GL_UNPACK_ALIGNMENT wasn't changed from the default of 4 byte alignment. (Thanks res for the help.)

2 lines of code changed in:

res2002 2003-05-31 00:45

- augmented the Win32 Alert() facility (i.e. message boxes) to
honor okMsg (that is, you can now give the OK button a different
text.)

54 lines of code changed in:

sunshine 2003-05-31 00:31

Eric Sunshine fixed macosx/cocoa/Jamfile so that it now links with the
canvascommon library target.

3 lines of code changed in:

sunshine 2003-05-31 00:20

Eric Sunshine eliminated unportable ussage of "echo -e" from static.jam.

1 lines of code changed in:

sunshine 2003-05-31 00:19

Eric Sunshine made the following changes to the Jam build:

-*- Removed some leftover junk from LinkStaticPlugins in static.jam.

-*- Added a hack to Jamrules to allow STATIC.PLUGINLIST work on all
supported platforms, rather than only Linux. (This is a hack because
STATIC.PLUGINLIST itself is an ugly hack.)

-*- Fixed problem in macosx/cocoa/Jamfile which prevented cocoa2d driver
from ever being considered a build target by Jam.

104 lines of code changed in:

duhprey 2003-05-30 21:00

Updated

11 lines of code changed in:

duhprey 2003-05-30 20:54

- Added linear and angular global dampening hack
- Added interface for anonymous colliders in system, these have body 0 in
ode terms which makes then immune to gravity and collision response
- Modified joint interface to survive being attached to only one body, the
other is attached to body 0 and static on the other end.
- Allowed an arbitrary execute callback for use when a mesh or a bone
is not attached to a body, but there is a callback handler.

22 lines of code changed in:

duhprey 2003-05-30 20:52

- Fixed a few bugs in the parsing
- Added parse commands for the new features in odedynam

91 lines of code changed in:

duhprey 2003-05-30 20:48

- Added linear and angular global dampening hack
- Added interface for anonymous colliders in system, these have body 0 in
ode terms which makes then immune to gravity and collision response
- Modified joint interface to survive being attached to only one body, the
other is attached to body 0 and static on the other end.

256 lines of code changed in:

matzebraun 2003-05-30 19:14

fixed crasher in map loader.

8 lines of code changed in:

res2002 2003-05-30 19:04

- changed the Win32 port to eliminate the global ApplicationShow
and ModuleHandle variables. Those are now members of the
Win32Assistant and the values are retrieved at it's construction.

29 lines of code changed in:

philwyett 2003-05-30 04:02

- Philip Wyett added the CS copyright notice and moved the
includes to the correct place in 'iddetect.h'.

24 lines of code changed in:

philwyett 2003-05-30 02:10

Manual update for MSVC port(s).

4425 lines of code changed in:

sunshine 2003-05-30 01:09

Eric Sunshine removed unnecessary duplicate code from
libs/cssys/general/runloop.cpp which was pointed out by Matze.

7 lines of code changed in:

matzebraun 2003-05-29 13:27

todo_1.0.txt update

6 lines of code changed in:

matzebraun 2003-05-29 11:54

disabled some warnings

1 lines of code changed in:

sunshine 2003-05-29 09:43

Reverted Jorrit's change to simple1.cpp. He accidentally clobbered the
real simple1.cpp tutorial with a completely unrelated STL test program.

336 lines of code changed in:

jorrit 2003-05-29 08:04

Replaced NULL with 0.

11602 lines of code changed in:

jorrit 2003-05-29 07:39

Replaced all NULL with 0.

219 lines of code changed in:

okt 2003-05-29 04:37

Added a forward declaration of iConfigFile.

3 lines of code changed in:

okt 2003-05-29 02:58

Removed the clean target from swig.jam since it was deleting the Swig-generated Python and Perl module source files.

3 lines of code changed in:

jtarbox 2003-05-29 00:46

Fixed a bug with Post() and added iEvent::Pooled()

26 lines of code changed in:

okt 2003-05-29 00:42

Commented out the PicoGUI font engine constructor until I've patched PicoGUI
in order to make the code valid. Rearranged the pgserver initialization code
to solve a segfault.

15 lines of code changed in:

okt 2003-05-29 00:30

Added a Jamfile for the PicoGUI test app.

11 lines of code changed in:

sunshine 2003-05-28 22:09

Automated Visual-C++ SLN and VCPROJ project file repair.

14 lines of code changed in:

sunshine 2003-05-28 22:09

Automated Visual-C++ DSW and DSP project file repair.

0 lines of code changed in:

neverjade 2003-05-28 16:43

Applied patch from Logan Gabriel which allows AWS to have modal dialogs.

6 lines of code changed in:

neverjade 2003-05-28 16:42

Applied a patch from Logan Gabriel which allows AWS to have modal dialogs.

63 lines of code changed in:

jorrit 2003-05-28 16:25

Fixed iso engine for latest changes.

3 lines of code changed in:

jorrit 2003-05-28 16:22

Jorrit removed a GetPrivateObject() from csTextureWrapper that
wasn't even reachable.

2 lines of code changed in:

jorrit 2003-05-28 16:19

Jorrit removed GetPrivateObject() in iMaterialWrapper and
iMeshWrapper. They were no longer used. Also removed a few addditional
GetPrivateObject() calls.

32 lines of code changed in:

sunshine 2003-05-28 15:41

Eric Sunshine eliminated the unmaintained and broken cslua module.

4 lines of code changed in:

jorrit 2003-05-28 15:38

Jorrit removed several usages of GetPrivateObject() in the engine.
Not all usages could be removed however. The ones that were removed
now were the easy ones.

48 lines of code changed in:

sunshine 2003-05-28 15:10

Eric Sunshine eliminated several comilation warnings from clothldr.cpp.

6 lines of code changed in:

sunshine 2003-05-28 14:16

Eric Sunshine performed Phase Two of the elimination of the
monolithic scf.cfg:

-*- Converted SCF to understand XML format meta-information resources
associated with plugins. More specifically, it understands resources
accessed via the iDocument interface.

-*- SCF now actually utilizes the .csplugin meta-information resources
associated with plugins. It no longer consults scf.cfg nor the
individual .scf files. (Presently, the old code for locating .scf
files is being re-used to locate the new .csplugin files. Fully
dynamic, recursive discovery of plugin modules is not yet implemented.
See To-Do below.)

-*- Eliminated scf.cfg, as well as all remaining code references to it.
(Some other non-SCF code was accessing scf.cfg for other purposes.)

-*- Eliminated the now obsolete scfreg. Eliminated references to scfreg
from install.jam.

-*- Still To-Do:

- Remove references to scf.cfg and scfreg from documentation. Also
document new .csplugin resources.

- Add platform-specific function to scan and locate plugins
automatically rather than using the ad-hoc approach inherited from
scanning for .scf files.

- Add platform-specific function to query a plugin's meta-information.
This should be used by SCF to do the raw extraction. Provide and
finalize API for higher-level clients to access meta-information.

- Augment static linking to work with the new facility.

- Eliminate the hard-coded SCF registration information in each
plugin's source code.

232 lines of code changed in:

sunshine 2003-05-28 10:18

Automated Visual-C++ SLN and VCPROJ project file repair.

6 lines of code changed in:

sunshine 2003-05-28 10:18

Automated Visual-C++ DSW and DSP project file repair.

0 lines of code changed in:

sunshine 2003-05-28 09:53

Eric Sunshine eliminated several compilation warnings from
win32/registrycfg.cpp.

4 lines of code changed in:

tetron 2003-05-28 09:35

adds an Unprepare() method

23 lines of code changed in:

tetron 2003-05-28 07:17

uses
m->GetMeshObject()->GetObjectModel()->GetPolygonMeshColldet()
instead of querying an iPolygonMesh from the meshwrapper directly
(which was depricated)

10 lines of code changed in:

sunshine 2003-05-28 06:54

Eric Sunshine added the new csPhysicalFile class to csutil. This is an
implementation of the abstract iFile interface for "real" files within the
physical filesystem. It is essentially the complement of virtual iFile
implementations for VFS, and the antithesis of csMemFile.

297 lines of code changed in:

philwyett 2003-05-28 04:53

- Philip Wyett moved the existing MSVC external application creation
HOWTO, to a new directory indicating MSVC 6. He also created
a new one for the upcoming MSVC 7 external application HOWTO.

3 lines of code changed in:

philwyett 2003-05-28 04:40

Updated docs to take account of new MSVC external application HOWTO additions.

9 lines of code changed in:

philwyett 2003-05-28 04:39

Added txi file for the new MSVC 7 external app howto.

File is emtpy at the moment, bar required texi etc.

8 lines of code changed in:

philwyett 2003-05-28 04:35

Move of MSVC external application howto too a versioned dir, ready for a new HOWTO for MSVC 7.

9666 lines of code changed in:

okt 2003-05-28 03:47

Reorganised the convenience functions in iReporter and csReporterHelper for
more compatible use of the GNU extension keyword __attribute__. A side-effect
of this fix is that these functions must be declared inline.

91 lines of code changed in:

sunshine 2003-05-27 23:47

Eric Sunshine eliminated compilation warning in Win32 OpenGL canvas.

22 lines of code changed in:

groton 2003-05-27 23:40

groton fixed the compilation of the ddraw canvas plugin on a plain MSVC6, just including the file multimon.h for that compiler.

14 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