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 Next »
Summary Period: 2005-05-08 to 2005-04-25 (Commits 7332-7381 of 9331)
Fixing motd when motd server is unreachable
2 lines of code changed in:
commands.cxx is not case sensitive but CMDMGR is. When passing set/reset commands to CMDMGR, make sure they're lower case first.
18 lines of code changed in:
ws
47 lines of code changed in:
don't crash when banning people with no banfile defined
3 lines of code changed in:
man info for cameras
39 lines of code changed in:
man page for lights
61 lines of code changed in:
add cURLManager.cxx
6 lines of code changed in:
Removing alarm and some never called proc (now libcurl does the job)
2 lines of code changed in:
Removing an unused parameter
3 lines of code changed in:
Giving user the continuous update on byte transferred for texture
17 lines of code changed in:
fix world ftp/http downloading
1 lines of code changed in:
require talk perm for /report ( todo: make it a seperate perm )
4 lines of code changed in:
get ares to do local "hosts" lookups
9 lines of code changed in:
texcoord printing fix, spotted by DTR
1 lines of code changed in:
Using libcurl function to get a file if more recent then
63 lines of code changed in:
libcurl is mandatory and must be >=7.10.0
4 lines of code changed in:
Entering server only after end of texture downloading
25 lines of code changed in:
update files (I hope I updated all the new files to the BZFlag project; GCC 3.4.2's corresponding updated LD has a bug that keeps it from linking, so I guessed which files to add in bzflag.dev)
45 lines of code changed in:
Not crashing the application if c-ares does not init good
15 lines of code changed in:
Looking at system libcares before compiling ours
23 lines of code changed in:
Little c-ares cleanup :) - avoiding installing c-ares when doing make install
4 lines of code changed in:
- added \{bzdbVar} and \(uptime) evaluation for server messages
(feel free to add more \() vars, or revert the change if it offends)
75 lines of code changed in:
passable for mesh faces
10 lines of code changed in:
use isPassable()
13 lines of code changed in:
- do not insert passable objects into the collision octree
(preparing for higher polygon counts, allows for garnishing)
66 lines of code changed in:
holdoff the signal traps (collision tree + compression can take a while)
56 lines of code changed in:
Some version of libcurl return CURLM_CALL_MULTI_PERFORM while adding handle
7 lines of code changed in:
string passed to setopt should not disappear
10 lines of code changed in:
Stay in the notify table until destroyed. Avoid some SEGV
2 lines of code changed in:
don't include winsock directly
0 lines of code changed in:
remove udpnetwork.cxx|h since we don't actually use them.
0 lines of code changed in:
get rid of _FD_SET usage, instead just case the descriptor as an int. hopefully this sits well with the windows build.
57 lines of code changed in:
is the _FD_SET hack really necessary? if it is, it needs to be renamed as _FD_SET is what OS X 10.4 uses in sys/types.h to denote that the select structs, types, declarations, etc have been parsed. perhaps instead just cast where used to unsigned int..
4 lines of code changed in:
missing common.h
4 lines of code changed in:
header cleanup, common.h is included before system headers. impl files include either their interface or common.h but generally don't need both (only when the interface doesn't require system headers, but the impl does are both needed in the impl)
5 lines of code changed in:
missing common.h
5 lines of code changed in:
print indices as ints
3 lines of code changed in:
printf format specifier warning fix
3 lines of code changed in:
delaying first curl init after startup, using new
4 lines of code changed in:
Use dynamic creation to delay curl init after startup
4 lines of code changed in:
Replace state reset on font rendering because not having it breaks bitmap font rendering for some people. Need to fix this right sometime.
3 lines of code changed in:
don't screw things up if headers are included in a different order in some other file
12 lines of code changed in:
make winsock be all happy on some systems.
2 lines of code changed in:
Different diagnostic for each point of error
6 lines of code changed in:
World transfer (cache format) use cURLManager
70 lines of code changed in:
Adding progress callback mechanism
19 lines of code changed in:
CacheIndex.txt gets an informative header
6 lines of code changed in:
permit OBJ negative indexing, bump version to 1.6
31 lines of code changed in:
Rebuild the scene, after all remote texture are loaded
1 lines of code changed in:
need to request we want file time, before doing the transfer and obtain it
33 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 Next »
Generated by StatCVS 0.2.2