Commit Log (Page 22 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-04-22 to 2003-04-16 (Commits 11645-11694 of 12744)

rhad 2003-04-22 00:10

Modified csPosixCondition::Wait() to not pass through CS_SHOW_ERROR when a timeout is specified and expires.

4 lines of code changed in:

rhad 2003-04-22 00:09

modified csPosixCondition::Wait() to not pass through CS_SHOW_ERROR when a timeout is specified and expires.

1 lines of code changed in:

sunshine 2003-04-21 23:23

Eric Sunshine augmented configure.ac so that it emits PYTHON makefile and
Jam variables. This variable is now required by cspython.mak which uses it
to invoke pythmod_setup.py.

14 lines of code changed in:

philwyett 2003-04-20 21:26

- Philip fixed a couple of typos in the MSVC docs.

3 lines of code changed in:

sunshine 2003-04-20 11:23

Fixed typo.

1 lines of code changed in:

sunshine 2003-04-20 11:03

Re-ordered history entry. Please place entries in ascending order for a
given day (new entries at the bottom of the list for that day).

1 lines of code changed in:

micahjd 2003-04-20 10:53

Added a little error handling to the picogui server plugin

9 lines of code changed in:

sunshine 2003-04-20 10:36

Corrected the WinCVS URL in the tutorial based upon report by
<squee@tdzk.net>.

17 lines of code changed in:

micahjd 2003-04-20 09:14

Updated the .cvsignore files to include flarge's cache and the completed binaries without a special extension.

60 lines of code changed in:

micahjd 2003-04-20 09:11

Fixed some compile errors in the pgserver plugin due to 'or' being a reserved symbol in g++ version 3.3.3

7 lines of code changed in:

norman 2003-04-19 19:52

changed JOYSTICK.AVAILABLE to LINUXJYOSTICK.AVAILABLE

1 lines of code changed in:

sunshine 2003-04-19 10:07

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

302 lines of code changed in:

okt 2003-04-19 00:26

Added the PicoGUI server plugin.

2015 lines of code changed in:

okt 2003-04-18 20:05

Fixed plugin's Jamfile, it was not linking with the correct external svgalib library.

2 lines of code changed in:

okt 2003-04-18 20:03

Fixed svgalib plugin's Jamfile, it was giving the plugin the wrong name.

7 lines of code changed in:

okt 2003-04-18 19:37

Added the Perl extensions to the SWIG interface files. Note that none of these (Python either) build properly with Jam.

899 lines of code changed in:

okt 2003-04-18 16:22

Fixed a dynamically allocated stack array that wouldn't work in MSVC, by using CS_ALLOC_STACK_ARRAY.

3 lines of code changed in:

okt 2003-04-18 15:32

Swapped round a conditional statement that was causing some problems.

4 lines of code changed in:

jorrit 2003-04-18 14:50

Fixed several application makefiles to also link with CSSYS
at the end now. This is needed because of the new csMutex
dependencies.

8 lines of code changed in:

jorrit 2003-04-18 14:24

Removed the STRICT_SMART_POINTERS flag. This is now on in all cases.
People should have converted to smart pointers by now.

11 lines of code changed in:

jorrit 2003-04-18 13:44

The csconout output console is also thread-safe under the
same restrictions as simpcon.

31 lines of code changed in:

jorrit 2003-04-18 12:36

The simpcon output console is now thread-safe provided
auto-updating is disabled! Note that this is enabled by default.

55 lines of code changed in:

jorrit 2003-04-18 11:57

Made the reporter and standard reporter listener thread-safe.
However the standard-reporter listener will only become
really thread-safe after the output consoles are thread-safe.

72 lines of code changed in:

renej_frog 2003-04-18 11:48

Added log about python scripting update.

10 lines of code changed in:

jorrit 2003-04-18 11:21

Some style fixes (i.e. no lines longer than 78 chars and proper
indentation for brackets).

78 lines of code changed in:

jorrit 2003-04-18 11:09

- Made the TinyXML parser thread-safe by moving the node pool from
document system to the document itself (i.e. a pool per document).
Note that this is only thread-safe when using different documents
for different threads. Don't use the same document in different
threads! Also VFS itself is not yet thread-safe. So the parsing
and writing functions on iDocument that use either iFile or
iVFS are not safe!
- The XMLRead parser has been made thread-safe in the same way.

163 lines of code changed in:

jorrit 2003-04-18 10:20

- Removed all the ToText() routines in iSyntaxService. They are not
useful anymore with the new XML format and they prevent the
syntax services plugin from being totally thread-safe.
- Removed all broken implementations of the WriteDown() functions
in the mesh savers. These need to be reimplemented using
XML.

28 lines of code changed in:

jorrit 2003-04-18 10:08

VfsArchiveCache (in VFS plugin) uses csPDelArray<T> instead
of csVector.

39 lines of code changed in:

sunshine 2003-04-18 10:06

Automated Texinfo @node and @menu repair.

2 lines of code changed in:

jorrit 2003-04-18 09:26

- Started a document describing which parts of Crystal Space are
thread-safe and which are not.
- Made SCF class loading/unloading thread-safe. This means
that SCF_CREATE_INSTANCE is safe.
- Made the plugin manager thread-safe. This also means that macros
like CS_LOAD_PLUGIN and CS_QUERY_PLUGIN_CLASS are now thread-safe.
- Made the object registry thread-safe. This means things like
CS_QUERY_REGISTRY are now thread-safe.
- Also the object registry now returns a csPtr<> for the
object registry iterators.
- Added an entry to the faq about lack of hardware stencil causing
possible slow-down if not accelerated.

139 lines of code changed in:

okt 2003-04-17 22:36

Fixed some non-ANSI code that might cause an error in certain compilers.

4 lines of code changed in:

jorrit 2003-04-17 16:07

libs/cssys/win32/win32.cpp was including graph2d.h and
graph3d.h. That is not needed. Only natwin.h and cursor.h
from include/ivideo are required.

4 lines of code changed in:

jorrit 2003-04-17 15:27

Both RAPID and OPCODE now call Cleanup() on the polygon mesh to
release unneeded memory. I thought this was done a long time
ago but apparently not.

5 lines of code changed in:

jorrit 2003-04-17 15:04

- Fixed OPCODE plugin so it tests if the transforms to Collide()
are actually given.
- Added a note to the docs that RAPID is not for commercial usage.
Use OPCODE if you want commercial usage.
- Fixed three initialization errors in the OPCODE plugin which could
cause a crash at exit (and actually did).

30 lines of code changed in:

jorrit 2003-04-17 14:32

Another change.

2 lines of code changed in:

jorrit 2003-04-17 14:29

Replaced some code in Rapid with csVector3 instead of float[3].

29 lines of code changed in:

jorrit 2003-04-17 13:30

- Fixed the rapid fix from Rhad so that instead of comparing directly
with 0 (which you should never do with floats!) it now uses an
epsilon test instead.

10 lines of code changed in:

jorrit 2003-04-17 11:03

- Applied a patch from Anders Reggestad to clear the selection from
an AWS list box when 'ClearList()' is performed. Without this
patch asking for the selection after ClearList() would crash.
- Anders also gave a patch to increase the ref count of an image
in the same list box.

12 lines of code changed in:

sunshine 2003-04-17 10:18

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

4 lines of code changed in:

jorrit 2003-04-17 10:16

Added a kdtree to every sector for representing all the static
and pseudo-dynamic lights. That speeds up the two GetNearbyLights()
routines considerably if there are a lot of lights in the level.
This also means that DeferUpdateLighting() will be faster as it uses
those routines.

164 lines of code changed in:

jorrit 2003-04-17 08:14

Fixed a bug in the common polygon buffer implementation where it
was incrementing the ref count on poly_texture without testing if
it is NULL or not.

8 lines of code changed in:

rhad 2003-04-17 07:29

Altered the rapid triangle collision test to ignore degenerate triangles.

16 lines of code changed in:

philwyett 2003-04-17 06:36

Fix

5 lines of code changed in:

tetron 2003-04-17 05:00

initialize the mesh lights to *something* now, so meshes don't
look like bag of jellybeans if they arn't lit for some reason...

2 lines of code changed in:

renej_frog 2003-04-17 00:59

Major update of CS python scripting.

The cspython plugin can now access CS almost completely.
A python module can be built by "make pythmod" which allows for writing
CS application python.

Development and testing was done with Python 2.2.1, SWIG 1.3.17 on
RedHat Linux 7.2+. For platforms where Python 2.2.x is run by the
command "python2", use "PYTHON=python2" before "./configure" and
"make *" commands.

ToDo's:
* more support for callback situations
* provide support for building with Jam

The following lists repository changes (M=modified, A=addd, R=removed):

scripts/python/:
M cspace.py
generated by SWIG 1.3.17 from include/ivaria/cspace.i
M pysimp.py
used by cspython plugin in pysimp application
A pysimp2.py
second plugin example by Mark Gossage (mark@gossage.cjb.net)
M pysimpcd.py
stand-alone python version of simpcd application
M testpymod.py
simple python module test (much like pysimp.py, but pure python)
A tinydoc.py
test for iDocumentSystem
A tutorial0.py
python version of tutorial 0 by Mark Gossage (mark@gossage.cjb.net)
A tutorial2.py
python version of tutorial 2 by Mark Gossage (mark@gossage.cjb.net)
A tutorial3.py
python version of tutorial 3 by Mark Gossage (mark@gossage.cjb.net)

plugins/cscript/cspython/:
M cs_pyth.cpp
generated by SWIG 1.3.17 from include/ivaria/cspace.i
R cspymod.cpp
replaced by pythmod.cpp, following LANGmod.cpp scheme
M cspython.cpp
main file for cspython plugin
M cspython.mak
makefile for cspython plugin and python module (pythmod)
A pythmod.cpp
application stub for python module
A pythmod_setup.py
setup file for python module
M pytocs.cpp
python-to-CS-console functions for plugin

include/:
M ivaria/cspace.i
too much to mention, please see file
A ivaria/pythpre.i
python pre-include file for cspace.i (LANGpre.i scheme)
A ivaria/pythpost.i
python pre-include file for cspace.i (LANGpost.i scheme)
M igraphic/imageio.h
iImageIO::FileFormatDescription now usable by SWIG by introducing
a global csImageIOFileFormatDescription type
M iutil/event.h
anonymous structs in anonoymous union in iEvent now usable by SWIG,
names csEvent*Data
M ivideo/graph3d.h
"enum {...} vertex_mode;" made usable by SWIG by changing to
"enum {...} VertexMode; VertexMode vertex_mode;"

91074 lines of code changed in:

sunshine 2003-04-17 00:10

Eric Sunshine performed minor clean up of recent changes to configure.ac.

17 lines of code changed in:

sunshine 2003-04-16 22:24

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

0 lines of code changed in:

res2002 2003-04-16 17:57

typo fix

1 lines of code changed in:

res2002 2003-04-16 17:56

slightly improved some doxygen comments.

29 lines of code changed in:

res2002 2003-04-16 16:19

Jamfiles for csappframe

10 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