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-06-12 to 2003-06-07 (Commits 12295-12344 of 12744)
fixed 3ds2lev to output lights
2 lines of code changed in:
- Jorrit fixed a small bug in the thing plugin in case a polygon mesh
was requested before the thing was prepared and in case the
thing contained a portal.
9 lines of code changed in:
- Jorrit clarified a comment with csColliderWrapper telling people that you
must DecRef() the new collider wrapper after creating it.
8 lines of code changed in:
Manual update for Windows/MSVC ports.
304 lines of code changed in:
Forgot to commit.
3 lines of code changed in:
moved platformconfig.cpp to general as the macosx target is also using it at the moment and maybe other posix like systems will too
68 lines of code changed in:
- Matze modified the csConfigManager to save the config when in it's
destructor and to report some errors in case of failure.
- Matze fixed a bug in csConfigFile: It was setting
Dirty=false if SaveNow failed.
- Matze also fixed a bug in unix config code.
23 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
3 lines of code changed in:
Automated Visual-C++ DSW and DSP project file repair.
0 lines of code changed in:
change so that new config files get created
2 lines of code changed in:
Completely banished user.cfg from all spheres of
csInitializer::SetupConfigManager() and out of reach of mortal
beings. Also changed OS/X makefile to use the Unix platform
configuration (in lack of a special OS/X variant.)
8 lines of code changed in:
Completed the render loop loader. This includes that the default render steps have been moved to a plugin.
16721 lines of code changed in:
added missing LGPL header
17 lines of code changed in:
Augmented csInitializer::SetupConfigManager() to read user.cfg again for some backward compatibility. user.cfg has a lower priority than the platform-specific configuration.
18 lines of code changed in:
Added "CrystalSpace." prefixes to the default "Noname" application ID and to those of CS demo apps.
25 lines of code changed in:
Added code to save user configuration in Documents & Settings on Win32. Still disabled, though.
Changed the way special folder paths are retrieved on Win32; now shfolder.dll is used.
168 lines of code changed in:
added an assertion that ensures csString::SubString()'s csString& argument
isn't itself.
4 lines of code changed in:
Fixed a stupid bug in the Win32 registry configuration where a
string was deleted and immediately used after. One of the symptoms
were non-functional writing of settings.
8 lines of code changed in:
Eric Sunshine removed an invocation of class_scfFinalize() from
SCF_REGISTER_STATIC_CLASS() which should have been removed yesterday as
part of Eric's other fixes to SCF. This patch eliminates a shutdown-time
crash caused by static global variables being destroyed twice.
(Bug #752140)
6 lines of code changed in:
Changed the Win32 registry to create a key only if a value is written to reduce registry clutter. The old behaviour was to create a key every time a config object was just requested.
89 lines of code changed in:
Matze implemented platform config on unix. Config is stored in /home/matze/.crystal/configname.cfg now
2 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
2 lines of code changed in:
Automated Visual-C++ DSW and DSP project file repair.
0 lines of code changed in:
Changed the Win32 registry config to store floats as strings instead of binaries for better human readability.
7 lines of code changed in:
improved message in createproject.sh
4 lines of code changed in:
Made the following changes:
- Moved CS_INITIALIZE_PLATFORM_APPLICATION invokation to csInitializer::CreateEnvironment() and also augment the doxygen documentation, as suggested by ES.
- Added iWin32Assistant::GetApplicationWindow().
- Replace use of GetForegroundWindow() in DirectSound3D renderer with above (bug 751779).
- Fixed scfString::FindLast() not returning a value.
66 lines of code changed in:
scfSharedLibrary constructor failed to check result of csFindLoadLibrary(),
and attempted to invoke the library initialization function even if the
library failed to load.
12 lines of code changed in:
Eliminated invocation of class_scfInitialize() from
SCF_REGISTER_STATIC_CLASS. This function call is no longer needed
following the last set of changes (and also caused the application to
crash).
0 lines of code changed in:
Jorrit renamed strarr.h to stringarray.h.
433 lines of code changed in:
Eric Sunshine fixed a problem where SCF potentially was initializing and
finalizing plugin modules multiple times as classes exported by the plugin
were instantiated and destroyed. This caused serious havoc since the
static variable cleanup code was being invoked multiple times on the same
loaded plugin module. To fix, instead of trying to keep track of class
usage within the plugin in order to determine when to initialize and
finalize, SCF simply now invokes one, and only one, set of
initilaization/finalization functions which are present in a plugin
module. (One pair of functions is present for each exported factory.)
Initialization is now invoked only immediately after the plugin is loaded.
Finalization is now invoked only immediately before the plugin is
unloaded. This problem was introduced with Eric's large SCF changes on
June 5, 2003.
68 lines of code changed in:
fixed minor off-by-one bug in csString::FindLast(). Documentation for
FindFirst/FindLast has been updated to include the not-found status return
value.
23 lines of code changed in:
added csString::FindLast(). iString/scfString has been updated for new
SubString, FindFirst and FindLast members.
63 lines of code changed in:
Jorrit fixed a bug in registrycfg.cpp. If SetStr() was called
with a 0 value then it would cause a crash. Now it does the
correct thing which is deleting the key.
8 lines of code changed in:
fixed an AWS bug reported by Gersh:
<Gersh> DeSigna: in awswin.cpp's OnMouseMove function, change
the return false to a return true.
(It was not possible to tell if aws deals with a move event if
the mouse is over a window)
6 lines of code changed in:
- Philip Wyett eliminated signed/unsigned mismatch warning in
function csString::SubString ().
4 lines of code changed in:
Automated Visual-C++ SLN and VCPROJ project file repair.
3 lines of code changed in:
Automated Visual-C++ DSW and DSP project file repair.
0 lines of code changed in:
Forgot some #includes.
3 lines of code changed in:
More forgotten commits.
Minor typo fixes.
5 lines of code changed in:
Forgot to mention some changes in the history.
3 lines of code changed in:
Made the following changes:
- Added a macro CS_INITIALIZE_PLATFORM_APPLICATION which is intended to placed near the very start of an application. It is supposed to contain platform-specific initialization stuff, though it's currently only used for MSVC-specific debug flag tweaks.
- CS_INITIALIZE_PLATFORM_APPLICATION is now employed in csInitializer::InitializeSCF().
- Removed ugly main() renaming hack for Win32.
- csInitializer::SetupConfigManager() now attempts to create a platform-specific configuration instance for the user configuration. Falls back to old user.cfg mechanism if csGetPlatformConfig() returns 0.
- Added a dummy csGetPlatformConfig() in libs/cssys/general/platformcfg.cpp.
43 lines of code changed in:
Jorrit made a new csStringArray class.
2 lines of code changed in:
Eric Sunshine fixed a compilation error in m2s_mdl.cpp introduced when
some of the RegisterClass() overloads were removed from iSCF during Eric's
Phase Three removal of monolithic scf.cfg. (Bug #749883)
4 lines of code changed in:
Eric Sunshine fixed problems in csInitializer::CloseApplication() and
csInitializer::DestroyApplication() where they threw assertion failures if
a shared event queue was not present. Since the idea of the various
initialization and setup functions in csInitializer is to allow clients to
pick and choose which components to use, it was wrong for these shutdown
functions to make the assertion that certain components must be present.
This issue was reported by Troy Chard <troy.chard@shaw.ca>.
24 lines of code changed in:
Updated
2 lines of code changed in:
Fix bug #710229: bad indexing.
2 lines of code changed in:
Fix for lighting, but its too slow right now.
4 lines of code changed in:
- DeSigna fixed some minor diagnostic message bugs in nettut.
5 lines of code changed in:
- DeSigna fixed a single word error in manual section 5.2.3,
pointed out by Aner (crystalspace@myway.com)
3 lines of code changed in:
Fixed method name typo. Simple fix since the class isn't really used yet. (Propogate->Propagate)
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