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-08-16 to 2005-08-14 (Commits 8182-8231 of 9331)
yes there is a point to all the common.h requiring before system headers, have faith ye faithless
9 lines of code changed in:
more header cleanup, follow inclusion conventions consistently
9 lines of code changed in:
more header cleanup, follow inclusion conventions consistently -- this one definitely needs windows testing
10 lines of code changed in:
more header cleanup, follow inclusion conventions consistently
15 lines of code changed in:
common.h needs to be included before any system headers, follow the header inclusion conventions consistently
22 lines of code changed in:
did it even compile?
3 lines of code changed in:
common.h comes before any system headers .. I know this one used to have a common.h.. who moved my cheese?
3 lines of code changed in:
custom group permisions
api exposure of permisions
doc update to include permision functions
API version bump
176 lines of code changed in:
common.h comes before any system headers
9 lines of code changed in:
class interface headers come before system implementation headers
3 lines of code changed in:
add some trailing spaces
3 lines of code changed in:
typo
1 lines of code changed in:
- converter client commands DUMP, SILENCE, UNSILENCE, and SAVEWORLD
to /dumpvars, /silence, /unsilence, and /saveworld
(CLIENTQUERY should probably just be removed)
- added -g and -m options to /saveworld
152 lines of code changed in:
write a simple diagnostic if /xxx? does not match any command
6 lines of code changed in:
help is command name if not specified
2 lines of code changed in:
more venerable common.hage
8 lines of code changed in:
revert _wingsSlideTime
1 lines of code changed in:
revert _wings var changes
2 lines of code changed in:
missing the venerable common.h before a system header
4 lines of code changed in:
darkened divisions
5 lines of code changed in:
print a debug0 warning if a plugin in the command line can't load.
8 lines of code changed in:
update docs with new team enums
15 lines of code changed in:
update default plugins with new team enums and #defs
29 lines of code changed in:
convert teams from #defs to a real enum.
modify guts of API to work with new team
modify guts of default OnCap stuff to filter per team in the callback,
136 lines of code changed in:
quit server if -g and -mps or -mts are used
15 lines of code changed in:
add /cmds to list client-side commands (better name? "/client?" ?)
72 lines of code changed in:
yet another /? format change
16 lines of code changed in:
better /? formatting
35 lines of code changed in:
add bz_eLastEvent to bz_eEventType. Maybe we want to know the number of available perms.
2 lines of code changed in:
move defineTeamWorld() and defineRandomWorld() into a new file
659 lines of code changed in:
Moving Ban related command (including kick, kill and mute) to BanCommands.cxx
858 lines of code changed in:
hide that which should be hidden
3 lines of code changed in:
- loadTexture() can now use cached textures from their URL names.
(ex: BZDB _rainTexture and _rainPuddleTexture). These textures
can be signalled for downloading using unbound materials.
Let it rain cats and dogs...
11 lines of code changed in:
added serverquery
1 lines of code changed in:
strip the leading slash on comparison or it will be larger more often than it should (thx meacan)
1 lines of code changed in:
- improvements to the server list
- added FontManager.setDarkness() (separate from setDimFactor)
77 lines of code changed in:
typos and the such
4 lines of code changed in:
- change current CmdList to CmdHelp
- add a new CmdList that prints a nicely formatted list
- fix the "/lagstats" command
104 lines of code changed in:
Handling command list help "/? or /a?"
60 lines of code changed in:
/record /replay /say /masterban using ServerCommand class
63 lines of code changed in:
/date & /time use ServerCommand class
27 lines of code changed in:
/reload /setgroup /removegroup /reload /poll /vote /veto /viewreports
/clientquery use ServerCommand class
141 lines of code changed in:
/identify /register /ghost /deregister /setpass /grouplist /showgroup
/groupperms /setgroup /removegroup use ServerCommand class
142 lines of code changed in:
/ban /hostban /unban /hostunban /lagwarn /lagstat /idlestats /flaghistory
/mute /unmute /playerlist /report /help use ServerCommand
198 lines of code changed in:
/ban handled by ServerCommand
73 lines of code changed in:
let the rest of the world use std::min
6 lines of code changed in:
std::min does not exist, it's just "min"
2 lines of code changed in:
repolarize font manager opacity
9 lines of code changed in:
use opacity for dimming
23 lines of code changed in:
scoreboard dimming
29 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