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-08-26 to 2004-08-22 (Commits 5082-5131 of 9331)
Tupone: feel free to revert this and replace with yours as this one may be wrong. but hey, at least it compiles..
2 lines of code changed in:
Increase the stable jitter-compensation alpha factor
20 lines of code changed in:
Adding time sync between bzfs and PlayerInfo & Co. (Only 1 getCurrentTime())
36 lines of code changed in:
use -O for debug compilation on all platform
2 lines of code changed in:
Seems sign are wrong. It should stop strange behaviour when there's jitter
4 lines of code changed in:
add shadow rendering nodes before any culling
43 lines of code changed in:
crude 3ds to bz-tetra converter
265 lines of code changed in:
make it human friendly and send each line with a finished word at the end
9 lines of code changed in:
have a live broadcast of /report messages sent as an Admin message to all joined admins, as it happens
7 lines of code changed in:
less access to BZDB.eval("_gravity")
4 lines of code changed in:
attempts on saving CPU time by doing less access to BZDB.eval
22 lines of code changed in:
Initial revision.
469 lines of code changed in:
linux/mingw gcc uses now a little optimization with --enable-debug
3 lines of code changed in:
init variables to stop compiler whining about usage before being set
2 lines of code changed in:
although console is nice for debugging and extra information, the public releases oughta be compiled as a GUI application, so change that
4 lines of code changed in:
revert simon richard grint's patch for subset /poll permissions
0 lines of code changed in:
don't define the conditional conditionally for BUILD_REGEX
1 lines of code changed in:
warnings
2 lines of code changed in:
don't let negitive values into isspace, it makes baby jesus cry.
1 lines of code changed in:
Silly devs don't want to add themselves. :)
3 lines of code changed in:
don't wait 5 sec to enter autopilot, the first time
1 lines of code changed in:
Tupone's bzfs profile shows that a lot of time is spent searching for message types -- instead of performing a linear search for every packet type, store the counters in a map using the message type for O(logN) time.
47 lines of code changed in:
compiling is always good
4 lines of code changed in:
flagList is now private
49 lines of code changed in:
fixing SEGV at server Startup.
0 lines of code changed in:
using existing code to do some DR stuff
1 lines of code changed in:
update a bit
12 lines of code changed in:
config.h is in ., don't forget to look there
1 lines of code changed in:
adding timeSent info to Begin Shot and bumping version
11 lines of code changed in:
beginShot msg-length (39) subs'ed with the ShotUpdate.h value (FiringInfoPLen)
1 lines of code changed in:
Too much jittered message are dropped, and earlier messages resync mean delay
14 lines of code changed in:
player score doesn't match server score (that is relayed to other players) when there are tks -- local client disregards, server counts it.
5 lines of code changed in:
revert the .map checking. riker says: ".map" files are used for other things. ".bzw" is the "correct" extension for BZFlag worlds. Checking for others encourages their use.
8 lines of code changed in:
rewording and fit to 80-char columns
7 lines of code changed in:
expose pulsation settings in bzdb and the gui options menu
41 lines of code changed in:
the redefinition of i strikes again
3 lines of code changed in:
make the veto time default tiny -- 2 seconds should be more than enough since they can veto during voteTime as well.
1 lines of code changed in:
revert not waiting until the poll is actually "over" .. otherwise the veto time is meaningless. the poll is over when the vote + veto time has elapsed.
5 lines of code changed in:
avoid crashes when trying to complete names on an empty line
2 lines of code changed in:
It doesn't really blink, so let's call it pulsating instead. while we're at it, slow it down and make it generally less in thy face until someone adds some nice sliders to configure the pulsage. reserve zero for none since that makes a lil more sense too.
35 lines of code changed in:
commit an updated position tracker before more ws commits cause more conflicts.. this revision adds support for waypoints and distance computation through those waypoints. also adds ability to have objects tracked by numeric id or string.
276 lines of code changed in:
note about ban notification
3 lines of code changed in:
start using small packets
1 lines of code changed in:
add a WorldInfo collision method that doesn't use CollisionManager
90 lines of code changed in:
fixing messaging, take #2
5 lines of code changed in:
trying to fix the messaging system
13 lines of code changed in:
chop the '.' too
2 lines of code changed in:
zlib is required by bzfs
1 lines of code changed in:
stop using the generic BSD define, instead use HAVE_VALUES_H from configure
9 lines of code changed in:
check for the values.h header
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 Next »
Generated by StatCVS 0.2.2