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-07-31 to 2004-07-27 (Commits 4782-4831 of 9331)
convert the"ridiculously complex" code to get the app path, to the simple function the windows API provides to give you said path. Silly 'nixies :)
8 lines of code changed in:
display action messages differently
10 lines of code changed in:
use "* %s\t*" as the action format. \t should minimize unauthorized action spoofing
3 lines of code changed in:
compile on vc, part 2 - someone make sure that doesn't break gcc
1 lines of code changed in:
compile on vc, part 1
1 lines of code changed in:
document the /msg and /me commands
19 lines of code changed in:
added support for /msg private messages
1 lines of code changed in:
changelog entries should be < 80 chars long per line
1 lines of code changed in:
enable /msg command and add actionMessage and privateMessage to the DEFAULT permissions group
5 lines of code changed in:
make sure /msg is followed by whitespace
6 lines of code changed in:
cleaned up /me and added new /msg command
245 lines of code changed in:
add separate action and private permissions for /me and /msg
7 lines of code changed in:
- add user key to toggle radar and console visibility (F3)
- remove flag visibility persistence from configuration file
- turn flag visibility back on upon entering a game
54 lines of code changed in:
player[] might be null (especially when iterating through curMaxPlayers
29 lines of code changed in:
enable cull-tree display in non-debug builds
3 lines of code changed in:
adding the octree visibility culler
2032 lines of code changed in:
Avoiding a segv when getting SEER
2 lines of code changed in:
Using pack exported by FlagInfo
3 lines of code changed in:
flagIndex is private
4 lines of code changed in:
addFlag & pack methods added in FlagInfo
48 lines of code changed in:
compilation probs
3 lines of code changed in:
tab completion (or at least what I believe it to be). currently it is called by pressing F2 alone, and checking is done to make sure there is no modifier (such as Ctrl or Shift) as to not interfere with quick keys.
44 lines of code changed in:
compile on VC
5 lines of code changed in:
FlagInfo is now a class
193 lines of code changed in:
add /clientquery
10 lines of code changed in:
have robots send their version stuff
1 lines of code changed in:
allow a user to do clientquery just for one person
1 lines of code changed in:
allow a user to do clientquery just for one person
18 lines of code changed in:
Added support for irc-like /me actions
1 lines of code changed in:
enable the /me command and sort it at the top since it'll be a lot more frequent than the other commands
4 lines of code changed in:
add a /me command so users can express actions
19 lines of code changed in:
Menu option for tab placement - off/left/right
22 lines of code changed in:
suppose that static data should be initialized/declared so that the compiler will make some memory for it.. *ahem* compiling would help too
1 lines of code changed in:
silly learner. don't use new on static data unless you delete it too. non-pointer works well enough here too.
4 lines of code changed in:
Initialize WorldSize
1 lines of code changed in:
sorting Lag Stats by Lag values (late commit)
5 lines of code changed in:
Sorting Lag Statistics by Lag value
24 lines of code changed in:
don't load ALL fonts every time fm::rebuildall is called, just those which already have lists built.
only load fonts when first demanded.
5 lines of code changed in:
allow functions calling getStrLength to specify that the string is already ansi-code free
make FM::draw() use this, to hopefully speed up font rendering
11 lines of code changed in:
missed a file which uses <string>
1 lines of code changed in:
It was meant just for me. Sorry
2 lines of code changed in:
never scale tiny fonts
35 lines of code changed in:
Fixed automake-1.4 warning
18 lines of code changed in:
chop off a bunch of lines
23 lines of code changed in:
remove a bunch of lines
16 lines of code changed in:
the three stoogies make an appearance in honor of math routines everywhere.
17 lines of code changed in:
argh, this is so going to break 2.95 on older mac
0 lines of code changed in:
will break the old __APPLE__ compilers, but let's think different. should be using stdint.h instead of those silly typedef's too.. at least until we can update from autoconf 2.13 and use "the check" for standard int types.
5 lines of code changed in:
this will break the older __APPLE__ gcc 2.95 compilers, but the proper fix was rejected with a slew of other autoconf-2.13-breaking fixes. someone else's problem now.
1 lines of code changed in:
need ctype.h for isdigit
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