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-10-14 to 2004-10-03 (Commits 5632-5681 of 9331)
finally working audio playback \o/
still, sounds are looped after started... noone tells to stop !?
148 lines of code changed in:
Really ignore EAGAIN & EINTR
2 lines of code changed in:
if your going to make something like another feature, actualy make it LIKE the feature
clean up command line MOTD server set.
4 lines of code changed in:
implement what I consider to be user reconfigurable MOTD url changing option, to reconfigure the URL to get the motd from.
7 lines of code changed in:
tcp messages handled by a procedure (handleTcp)
85 lines of code changed in:
remove meshmaterial.cxx
42 lines of code changed in:
note about building with everything
4 lines of code changed in:
make it even clearer, and note that the previuos commits were not tested, the worldDatabase manipulations have borked replay
14 lines of code changed in:
false isn't supposed to be a pointer (bis repetita).
1 lines of code changed in:
return NULL, not false, for FILE*, and clean up some messy logic
2 lines of code changed in:
Hmm I get __BEGIN_DECLS redeclared here.
If you don't like this then just #include the file instead of picking pieces
from it and not caring if other headers do include it...
8 lines of code changed in:
"lazy" delete of GameKeeper::Player. Memory is freed with clean()
62 lines of code changed in:
BeOS has tolower/toupper #defined... doesn't really help overriding C++ methods, so #undef those.
8 lines of code changed in:
player existence is tested only with getPlayerByIndex method
26 lines of code changed in:
added -cacheout option to bzfs
52 lines of code changed in:
touchup for observer tracking status
17 lines of code changed in:
add colorization and flag type to the observer tracking state
36 lines of code changed in:
ack
0 lines of code changed in:
fix treads view clipping, thx to DTR for spotting it
21 lines of code changed in:
Cosmetic changes
5 lines of code changed in:
Add new files to vc projects, fix compile
3 lines of code changed in:
remove some test code
0 lines of code changed in:
deleted some old files, also forgot to mention the named object linkage in the last commit
1 lines of code changed in:
- changed to shared material references
- moved arcs, cones, and spheres client side
- bumped the app version and the protocol
4257 lines of code changed in:
move front frustum plane back another 0.25 for Wide Angle flag, thx DTR
1 lines of code changed in:
Added a flapping sound for the wings flag
1 lines of code changed in:
add a nice flapping sound for the wings flag
20 lines of code changed in:
move textutils.cxx to the correct folder
1 lines of code changed in:
Adding thread support
16 lines of code changed in:
URL cache now is a full file path name, not just a dir
can be any valid url name (e.g. -cache http://world.bzflag.org/hix.bzc)
22 lines of code changed in:
Save memory
1 lines of code changed in:
compile on vc5
13 lines of code changed in:
Protocol change (Game Setting added)
1 lines of code changed in:
Game Setting are now kept separate from world
70 lines of code changed in:
When ctf world is used for non ctf, transform bases into boxes
18 lines of code changed in:
oops, lookie at the lil gnu search turd .. squish it away\!
1 lines of code changed in:
support those rebel linux folk that don't want the GNU klingon sticking to their linux name
5 lines of code changed in:
decresed the height of the bottom corner teleporters so that they don't intersect ever so slightly with the top teleporters
4 lines of code changed in:
signedness warning
1 lines of code changed in:
change list server to list.bzflag.bz/db
bump to 1.11.16
2 lines of code changed in:
g++ 2.95 seems to be missing string::clear
2 lines of code changed in:
use tabs for columnation in controlpanel. send lagstats with tabs.
28 lines of code changed in:
unused var warning
1 lines of code changed in:
remove special recognition of linebreaks from font manager, since it was causing more trouble than it was worth.
33 lines of code changed in:
selecting ctf with un-based world return error, does not change style
2 lines of code changed in:
allow quick rejoins into empty games
4 lines of code changed in:
need to verify that the antipermissions actually do what there supposed to under all sitautiosn
4 lines of code changed in:
don't code stupid
2 lines of code changed in:
added scrollPages to config file for ControlPanel scrollback length
15 lines of code changed in:
textutils.cxx
31 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