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: 2003-07-09 to 2003-07-08 (Commits 782-831 of 9331)
instead of explicitly testing for rabbit, just loop within CtfTeams
2 lines of code changed in:
don't complain if the client doesn't have NullFlag
7 lines of code changed in:
Rabbit team has no flag, don't check for flag timeouts for them
3 lines of code changed in:
Make FlagDesc::flagMap a singleton to make sure that it's initialized before it's used
24 lines of code changed in:
increment the right iterator
1 lines of code changed in:
Fixed checks for multiple game styles, added \n to error messages
7 lines of code changed in:
Don't store 4 bytes of garbage after the end of a cached world
1 lines of code changed in:
Fix another aspect of the same bug in makeWorld() that would save incomplete worlds in the cache.
5 lines of code changed in:
Fixed a segfault on world download that seems to be triggered by bzfs.py
because it uses a different world block size than bzfs. makeWorld() was
not allocating enough space for the entire world, just the remaining
data after the first block.
1 lines of code changed in:
Merging remove_flag_id branch. This removes all use of enums for identifying
flags, instead using pointers to singleton FlagDesc instances with information
about the flag. On the wire, flags are now represented by their 2-character
abbreviation in place of the 16-bit enum. Flag negotiation has changed- the
redundant numFlags field is gone, and the reply is always a list of missing flags.
702 lines of code changed in:
fix broken fov
1 lines of code changed in:
move tank labels to bzdb
2 lines of code changed in:
move silence to new keybinding paradigm
15 lines of code changed in:
rename showscore for consistency
8 lines of code changed in:
move binoculars into bzdb
7 lines of code changed in:
some more roaming stuff
21 lines of code changed in:
move some roaming to commands
79 lines of code changed in:
separated class declaration from definition/implementation; updated whitecpace; added copyright header
498 lines of code changed in:
snprintf is _snprintf on win32
2 lines of code changed in:
eliminate the evil config-spanning zbuffer
7 lines of code changed in:
Move flag enums from global.h to Flag.h
92 lines of code changed in:
move 'view' into new config
6 lines of code changed in:
move main flag display toggle to new config
7 lines of code changed in:
move radar flag toggle to bzdb
3 lines of code changed in:
win32 doesn't like redefining for loops vars; snprintf is _snprintf on win32
4 lines of code changed in:
use the command version of quit
48 lines of code changed in:
updated ex: whitespace setting to 2/8
1 lines of code changed in:
separated definition from implementation, added header, fixed whitespace
100 lines of code changed in:
updated ex: whitespace setting to 2/8
1 lines of code changed in:
allow people to disable compilation of screenshots, per tim's request
11 lines of code changed in:
more keybindings
22 lines of code changed in:
bind some keys by default
27 lines of code changed in:
get rid of 1.8-style indentation
1035 lines of code changed in:
Fixed indentation
5 lines of code changed in:
Unborked chat messages
20 lines of code changed in:
make default bzdb items less disgusting
47 lines of code changed in:
delete[] what has been newed[]
1 lines of code changed in:
Player::addPlayer() expects a pointer now, not a bool
1 lines of code changed in:
it's the year of the goat
15 lines of code changed in:
screenshot, sans gamma. you're not allowed to bind it if you can't figure out how
33 lines of code changed in:
moved send to commands:
bind M down "send team"
bind N down "send all"
bind P down pause
bind S down "toggle showscore"
52 lines of code changed in:
Seer Flag
8 lines of code changed in:
showscore, add
bind S down "toggle showscore"
0 lines of code changed in:
configified pause, add
bind Pause down pause
bind P down pause
33 lines of code changed in:
destruct, add:
bind Delete down destruct
20 lines of code changed in:
Flag todos
3 lines of code changed in:
Masquerade Flag
8 lines of code changed in:
Masquerade Flag
18 lines of code changed in:
win32 doesn't like redefined for loop vars
2 lines of code changed in:
new command, another config option:
bind "Right Mouse" down identify
16 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