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-28 to 2005-05-24 (Commits 7582-7631 of 9331)
remove player info, since that's done. add a TODO section so I can keep track of what I'm leaving undone
19 lines of code changed in:
i suspect python will be happier if i actually tell it the types of the args when i build a value
1 lines of code changed in:
register handlers
46 lines of code changed in:
finish adding event handlers. haven't yet figured out how to do the events which pass data back into bzfs
80 lines of code changed in:
more speeling
2 lines of code changed in:
speeling
2 lines of code changed in:
add a few more untested handlers
57 lines of code changed in:
add args for join/part handlers
18 lines of code changed in:
completely untested handler for player-die
20 lines of code changed in:
refactor actual listener calling out into the base class, instead of duplicating huge amounts of code
27 lines of code changed in:
restructure a bit and add a nice macro to clean up class definitions
40 lines of code changed in:
split event handler classes out into a separate file, since there will be a lot of them
213 lines of code changed in:
warning
1 lines of code changed in:
by popular demand, instead of kicking rejoiners off the server and making them wait, just don't let them spawn. players are forcibly killed if they try, forcing them to then at least wait through a rebirth delay (which is more than enough for the default respawn minimum delay). might be nice to modify this so that they are effectively just stalled until entry instead of killing them but that requires more work, I am le tired, and this was le simple.
19 lines of code changed in:
didn't necessarily work, it's just sent
1 lines of code changed in:
add a modified version of menotume's menu dimming. the radar is now never destroyed/recreated everytime we connect, the world is simply set/unset. when the menu becomes active, it darkens the chat console and radar so you can read the menu more easily. radar is dimmed via a blended dimming rect (assuming blending is on), chat is via alpha transparency colors to individual drawing elements. this fixes the radar garbage problem when using the menu and departing servers.
143 lines of code changed in:
ws
1 lines of code changed in:
Fixed Linux name resolution (server list) problem (sf bug 1197856)
1 lines of code changed in:
quell format specifier warning on the struct timeval elements
2 lines of code changed in:
try to not use libbind if libsocket was good enough (derived from linux resolver problems discussed in sf patch 1197856)
2 lines of code changed in:
finally commit toughshooter's sf patch 1118624 with german swear list improvements -- removed a couple of the merely 'damn' rude words and one easily conflicting (arch)
24 lines of code changed in:
add some untested code for binding capture events
59 lines of code changed in:
Adding binary install
2 lines of code changed in:
Hunting observer? no no
1 lines of code changed in:
I am so very much an idiot
1 lines of code changed in:
Warning fix
2 lines of code changed in:
or, just fix it instead of removing it.
17 lines of code changed in:
ws
12 lines of code changed in:
temporarily back out a block of worldEventManagement that breaks at least the LOCAL.ADMIN group
5 lines of code changed in:
fix "with flag" message to use a more sensible format and use the shot flag not the player flag
6 lines of code changed in:
:) what to say? changes
7 lines of code changed in:
Tupone's code for timer jitter suppression works better :)
SportChick reports HUD problems gone, jitter is gone too.
25 lines of code changed in:
ws
33 lines of code changed in:
added more info for links
13 lines of code changed in:
ws
1 lines of code changed in:
add new message to tell client to play a local sound ( plays as custom ).
add api feature to tell clients to play local sound.
message "should" be ignored by older clients
51 lines of code changed in:
bind GetPublic* functions
35 lines of code changed in:
add custom sounds that are refed by names into sound manager.
36 lines of code changed in:
keep the API consistent in caps
6 lines of code changed in:
add API for server public status and info
26 lines of code changed in:
convert simple "samples" array to something more resizeable(vector)
make AudioSamples struct into a smart self cleaning up class.
79 lines of code changed in:
how about code that builds.
#defs are ok I guess.
but this some uglycode now man.
make windows build ( VC71) allways use native stuff
1 lines of code changed in:
Probably need a rest, un-useful statement
0 lines of code changed in:
printf can use char* not std::string
1 lines of code changed in:
warning
1 lines of code changed in:
compare QPC to timeGetTime and correct to timeGetTime's value if it's drifted more than 20ms.
with SC's numbers, it will be reset about 5x per second
this should automatically detect and compensate for The SportChick Jitter Problem.
SportChick still reports that the outside view is not smooth, but her tank movements are much smoother from an observer's perspective
hopefully the added overhead from two timer calls will not cause a problem on slow computers
21 lines of code changed in:
Windows use native by default, switchable via BZDB variable
97 lines of code changed in:
isValid() better be virtual, like the parent is
2 lines of code changed in:
build .exe for windows. I just said autoconf-2.13 is too old :(
2 lines of code changed in:
use '.' as the search path if there are no '/'s in the filename. this still bugs the hell outta me
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 Next »
Generated by StatCVS 0.2.2