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: 2004-09-19 to 2004-09-14 (Commits 5382-5431 of 9331)
add URLManager and MOTD to the changelog, still no cure for karma
3 lines of code changed in:
fix scope of MOTD
7 lines of code changed in:
make a one time only used variable in its own scope, since it won't get used again
6 lines of code changed in:
add new files, and do a few touch-ups
18 lines of code changed in:
don't leave the @CURL_XXX@ variables dangling for non-curl builds
5 lines of code changed in:
get rid of warnings caused by the absence of libcurl
12 lines of code changed in:
Adding kerberos libraries
2 lines of code changed in:
Adding kerberos discovery
15 lines of code changed in:
rewrite the masterban command interface to consolidate the two masterbanflush and masterbanreload commands into a single masterban command with two subcommands (flush and *gasp* reload).. also add another subcommand "list" that reports just who is on the list. while we're at it, clean up the debug levels and output wording.
136 lines of code changed in:
add a masterban permission..
26 lines of code changed in:
remove extraneous function params and #include
5 lines of code changed in:
hook up MOTD
add generic URL manager for geting stuff from the interweb
convert masteban to use URL manager
remove all extra calls to libCURL as it's now all in URLManager
18 lines of code changed in:
add URL manager files for generic URL geting class
133 lines of code changed in:
ws
20 lines of code changed in:
just forget the -Ox commands for bzflag, it is too resource expensive, just use -fexpensive-optimizations, and tone down bzfs to -O1 as well, bzadmin is still small enough that -O3 is fine
2 lines of code changed in:
alright, -O2 is a bit too much of a resource hog so just -O1, lightweight optimizations, better than nothing
1 lines of code changed in:
better directinput error handling
121 lines of code changed in:
ws
1 lines of code changed in:
warning
2 lines of code changed in:
allow callers of FontManager to set the amount of dimness that DimColor triggers.
fix dimming of player callsign/email in hudrenderer
19 lines of code changed in:
Combine the strong_motor and weak_motor in a way that hopefully more closely matches the feel of the Logitech Cordless Rumblepad, which the original Linux FF_RUMBLE API seems to have been designed for. If this works, I'll use the same thing in my Gamecube driver ;)
10 lines of code changed in:
switching resolutions (at least on windows, native & SDL) messes up the fonts real good, and texturefont::rebuild can't cope. probably another gl context problem.
add some ugly hacks to fontmanager to delete and recreate all the texturefonts instead of rebuilding the lists, which seems to work.
43 lines of code changed in:
complete changeover from "force input device" to "active input device"
1 lines of code changed in:
curl libs in the makfile and fixup a copy-paste oops
2 lines of code changed in:
include the header for the arcs so it compiles
1 lines of code changed in:
add in motd files
136 lines of code changed in:
add a few more commands for tab completion
3 lines of code changed in:
add forcefeedback.cxx
3 lines of code changed in:
make the file compile.
cast some floats to ints, and make divisions be all nice and floaty.
4 lines of code changed in:
Warning without rumble effect
8 lines of code changed in:
DirectInput Force Feedback support that ought to work but doesn't seem to.
117 lines of code changed in:
change masterban command names
2 lines of code changed in:
curl-config on mac os x outputs an erroneous "-arch i386" for some unknown reason, even on ppc, so be sure to remove it. also make the silly robots check a proper check.
15 lines of code changed in:
warnings
2 lines of code changed in:
forming a pointer-to-member requires explicit use of the address-of operator ('&') and a qualified name
1 lines of code changed in:
update master ban list commands
2 lines of code changed in:
oops, and actually add the stinking files this time
324 lines of code changed in:
DirectInput joystick support (force feedback support forthcoming)
4 lines of code changed in:
prevent an infinite loop (that happened on a frequent reconnect) on the callback
4 lines of code changed in:
bzfs can now announce to multiple public list servers. also reword master ban list entry to fit 80 char column
3 lines of code changed in:
Y!
1 lines of code changed in:
add masterban commands
2 lines of code changed in:
add master ban list and all those who worked on it.
2 lines of code changed in:
rename masterban commands to avoid substring collision
4 lines of code changed in:
size is not an int
1 lines of code changed in:
I really don't like copy.
11 lines of code changed in:
can't use a pointer to the temporary string returned from substr, it goes out of scope and is cleared on .net STL implemnetions ( and posibly others).
Copy the string ( sorry tupone and DTR)
3 lines of code changed in:
Add a 'Force feedback' setting to the Input menu
46 lines of code changed in:
Map evdev button numbers down to small integers that should actually correspond to what people think of as a button number. This is also necessary with many devices to fit the buttons into an unsigned long.
36 lines of code changed in:
Let's not set ff_rumble to NULL for no particular reason and make everything all crashy
2 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