Commit Log (Page 122 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: 2001-10-25 to 2001-10-22 (Commits 6645-6694 of 12744)

neverjade 2001-10-25 01:05

Added a text box to the definition so that you can play with it.

7 lines of code changed in:

neverjade 2001-10-25 01:04

Christopher:

+ Added new component awsTextBox, named "Text Box" This component currently acts like most other text boxes you've ever seen, with the additional benefit that it can be textured and you can completely replace it's background with a bitmap if you like. It also has support for character disallowing. I also plan to add character masking so that it replaces the view on screen with a random number of asterisks or user defined character. This component is currently missing a cursor.

331 lines of code changed in:

neverjade 2001-10-25 01:01

Christopher:

+ Added awsTextBox to manager.

2 lines of code changed in:

neverjade 2001-10-24 19:41

Modified test definitions to include label.

6 lines of code changed in:

neverjade 2001-10-24 19:40

Christopher:

+ Added trivially simply static label component named "Label"
+ Added this to the common components registry.

208 lines of code changed in:

neverjade 2001-10-24 18:38

Added a close button that hooks into the standard sink and makes the main window go away.

13 lines of code changed in:

neverjade 2001-10-24 18:37

Fixed bug where hidden windows were still displayed.

14 lines of code changed in:

neverjade 2001-10-24 18:29

Bug fix for StandardSink.

25 lines of code changed in:

jorrit 2001-10-24 14:35

- Added iSectorIterator interface to iterate over sectors.
- csSectorIt and csObjectIt are now private classes for csengine
and they implement iSectorIterator and the already existing
iObjectIterator.
- Changed GetNearbySectors() and GetNearbyObjects() to return
the iterator and work with SCF objects. Also added both functions
to iEngine.
- Also added GetNearbyLights() to iEngine and changed prototype
to work with SCF interfaces.

243 lines of code changed in:

jorrit 2001-10-24 06:42

Bumped up development version of CS to 0.91.

9 lines of code changed in:

jorrit 2001-10-24 06:40

Update

1 lines of code changed in:

neverjade 2001-10-24 00:13

Fixed some bugs. Added Execute. Added some other stuff to make the some useful things in StandardSink work.

85 lines of code changed in:

matzebraun 2001-10-23 20:10

add csphyzik to cs-config which was forgotten before...

5 lines of code changed in:

jorrit 2001-10-23 15:59

Update.

3 lines of code changed in:

jacereda 2001-10-23 15:52

Removed unneeded includes in csfont.cpp.

1 lines of code changed in:

jorrit 2001-10-23 15:48

res <reque@gmx.net> fixed several problems in the software
renderer with some cases of scanline renderers (keycolor, alpha,
...).

19 lines of code changed in:

jacereda 2001-10-23 15:45

Removed unneeded includes iutil/plugin.h and iutil/eventh.h.

0 lines of code changed in:

sunshine 2001-10-23 15:43

Updated next.txi and next.txi. :-)

8 lines of code changed in:

jacereda 2001-10-23 15:31

Added NetBSD alias in vfs.cfg.

1 lines of code changed in:

sunshine 2001-10-23 15:24

Eric Sunshine updated the Apple/NeXT build instructions
(CS/docs/texinfo/build/platform/next.txi) which were slightly
outdated. Also update the Apple/NeXT internal documentation
(CS/docs/texinfo/internal/platform/next.txi), part of which had become
obsolete following all of the major changes to the "system driver" (in
preparation of the system driver's ultimate removal).

112 lines of code changed in:

jacereda 2001-10-23 15:21

Added alias for NetBSD.

1 lines of code changed in:

sunshine 2001-10-23 14:37

Eliminated an `overfull hbox' warning reported by TeX.

7 lines of code changed in:

jorrit 2001-10-23 13:57

'Fixed' -infinite option for walktest by making it a bit simpler.
Note that the performance is not very good when creating new
rooms. This is something that will have to be looked into later.
But at least it no longer crashes.

9 lines of code changed in:

jorrit 2001-10-23 13:51

Fixed small error in external application howto.

3 lines of code changed in:

sunshine 2001-10-23 13:43

Eric Sunshine made the following changes to the new External MSVC
Application HOWTO:

-*- Fixed a lot of Texinfo mark-up problems.

-*- Fixed a number of spelling errors.

-*- Fixed several occurrences of nonsensical sentences. (This document
apparently had not been proof-read.)

-*- Fixed a number of formatting problems.

-*- Fixed some (but not all) of instances of poor grammar.

-*- Eliminated several `overfull hbox' warnings emitted by TeX.

-*- Made numerous enhancements for Info mode.

-*- Renamed the screenshots from `snap_NN' to `snapN' since TeX can not
grok the underscore (`_') in filenames.

-*- Removed the simple1.cpp and simple1.h files from the simple1.zip
archive which accompanies this HOWTO. These files were just verbatim
copies of the files in CS/apps/tutorial/simple1. Having them in the
ZIP archive is a bad idea since it is guaranteed that they will become
outdated in about two seconds flat. Instead, the HOWTO just mentions
that they can be grabbed from CS/apps/tutorial/simple1.

Made the following changes to the new External Application HOWTO:

-*- Fixed a number of Texinfo mark-up problems.

-*- Minor re-writing of some paragraphs.

70 lines of code changed in:

jorrit 2001-10-23 13:23

Small amendment.

4 lines of code changed in:

jorrit 2001-10-23 12:04

Update.

6 lines of code changed in:

jorrit 2001-10-23 11:58

Added a new howto which explains how to use Crystal Space in
an external application using the new cs-config script that Matze
added.

78 lines of code changed in:

jacereda 2001-10-23 11:51

Added #include "cssysdef.h", it must be included by all source files.
Removed #include "csutil/csstring.h", no longer needed.

2 lines of code changed in:

jorrit 2001-10-23 11:42

- Fixed cs-config so the dependencies are more correct (for libraries).
- Also added Makefile.template to scripts/cs-config. Use this makefile
as a template for a project that uses Crystal Space. It has to
be used together with cs-config. I'm planning a howto for this
very soon now.

85 lines of code changed in:

matzebraun 2001-10-23 11:33

no find needed anymore

1 lines of code changed in:

philwyett 2001-10-23 11:23

Added a new HOWTO on creating an external CS app with MSVC.

2 lines of code changed in:

sunshine 2001-10-23 10:51

Eric Sunshine made the following changes to the documentation:

-*- Fixed a number of Texinfo mark-up errors.

-*- Eliminated numerous overfull and underfull `hbox' warnings reported
by TeX.

65 lines of code changed in:

jorrit 2001-10-23 09:55

Update.

45 lines of code changed in:

jorrit 2001-10-23 09:24

res <reque@gmx.ch> added alpha support for TGA images.

4 lines of code changed in:

jorrit 2001-10-23 09:18

Fixed a problem that precalc_info is written even if caching
of lightmap data is disabled. Thanks to res <reque@gmx.ch> for
spotting this.

5 lines of code changed in:

jorrit 2001-10-23 09:12

Fixed SCF dependencies for fancy console and standard console.
Thanks to res <resqu@gmx.ch> for spotting this.

11 lines of code changed in:

miklby 2001-10-23 04:09

- Improved lighting on water procedural texture in flarge.

5 lines of code changed in:

neverjade 2001-10-23 00:51

Christopher:

+ Added a new class to AWS called awsParmList. The point of this class is to provide a type-safe and portable mechanism for passing a number of parameters to a component, without having to specify at compile time what order they are in. This class is similiar to BMessage in that it maintains a list of parameters of various types and lets to get them back. This will be used in conjunction with a new method in components called "Execute" or maybe "PerformAction" which will let sinks tell components to do something that they think they can do, without incurring a seg-fault if they are wrong.
For example, if you have a Listbox and a trigger needs to clear that listbox, it's not really sure if the component that it's given is really a listbox, or if the programmer of the listbox decided to call it's clear method something else. So instead of a cast and a call to comp->ClearListbox() you can simply call comp->PerformAction("Clear", parmlist); and the component will do the thing you want if it can and return true, otherwise it will return false.

246 lines of code changed in:

neverjade 2001-10-22 23:00

Christopher:

+ Updated the test platform so that SetProperty and GetComponent is demonstrated. This shows how you can find out stuff about a source or set stuff in a source's component owner after recieving a signal from a source.

11 lines of code changed in:

neverjade 2001-10-22 22:57

More really dumb bug fixes.

26 lines of code changed in:

neverjade 2001-10-22 22:24

Dumb bug fixes.

48 lines of code changed in:

sunshine 2001-10-22 22:06

Eric Sunshine applied a quick-patch to macosx.mak to allow command-line
tools to link. The problem is that the lack of fine-grained
initialization and object-file symbolic management require that
command-line tools now be linked against the AppKit framework. In the
past, this was not required, but now that csPlatformStartup() registers a
NeXTAssistant with the object-registry, it is needed. The proper fix to
this problem requires more fine-grained control over the initialization
process, as well as more fine-grained control over symbolic distribution
within the object files.

9 lines of code changed in:

neverjade 2001-10-22 22:00

Christopher:

+ Made a few adjustments to component
+ Added Get/Set property methods
+ Added awsStandardSink, which registers some standard triggers that you might want to use with any component.

135 lines of code changed in:

sunshine 2001-10-22 21:54

Eric Sunshine made the following changes to the MSVC project file
synthesis facility:

-*- msvcgen.mak now publishes a DO_MSVCGEN variable. This variable is set
to `yes' during the msvcgen build step.

-*- Removed the dangerous and inflexible $(OS) override capability which
was added to linux.mak.

-*- Patched mp3.mak so that it correctly omits the Unix `xfermem'
extension when generating the MSVC project file.

17 lines of code changed in:

sunshine 2001-10-22 21:41

Eric Sunshine made a small adjustment to the interopolate function in
msvcgen.pl to allow it to work cleanly with old Perl version 5.001.

6 lines of code changed in:

sunshine 2001-10-22 21:02

Eliminated a compilation warning from syntxldr.cpp.

21 lines of code changed in:

sunshine 2001-10-22 20:30

Fixed an error introduced by the last commit.

0 lines of code changed in:

philwyett 2001-10-22 17:57

Released new versions of both CS MingW and msvc_libs.

These relates to tomorrows release of CS 0.90 and match that
release as to their file naming to make this release as transparent
as physically possible for folks wishing to use CS, be they old heads
or new users coming to CS.

- Uploaded CS MinGW 0.90 and msvc_libs_0.90 to CS ftp.
- Updated CS\bin\win32conf.bat to show CS MingW 0.90 as
the latest and supported version as all the tests are going on.
- Updated date in version.txi.
- Updated links to new version of CS MinGW in docs.
- Updated links to new msvc_libs in docs.
- Added Windows XP under CS MingW setup instructions.
- Removed links to my personal site as this is due for a
revamp and creating future dead links is not a good idea! :-)

10 lines of code changed in:

matzebraun 2001-10-22 16:30

fixed static make walkall

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