Commit Log (Page 25 of 187)

back to main page

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-10 to 2005-08-05 (Commits 8082-8131 of 9331)

pimpinella 2005-08-10 12:27

document ban, hostban, kill, kick events and bz_saveRecBuf

59 lines of code changed in:

pimpinella 2005-08-10 09:27

make sure filenames don't contain any harmful characters.
don't rely on the plugin for this

10 lines of code changed in:

atupone 2005-08-10 08:00

Use Textutils to lowercase the command token

3 lines of code changed in:

atupone 2005-08-10 07:22

/part /quit /uptime /password /set use ServerCommand

70 lines of code changed in:

atupone 2005-08-10 06:16

Use compiler magic to lazy init map of command

14 lines of code changed in:

atupone 2005-08-10 04:28

Moving /msg and /serverquery to use ServerCommand class

37 lines of code changed in:

atupone 2005-08-10 04:25

Adding ServerCommand class to handle server side commands

118 lines of code changed in:

atupone 2005-08-10 02:39

Some obsolete Macro (autoconf 2.1) removed

2 lines of code changed in:

pimpinella 2005-08-10 01:27

start updating doc

6 lines of code changed in:

pimpinella 2005-08-10 01:25

use data changed by a plugin also for ban and hostban event

25 lines of code changed in:

trepan 2005-08-10 01:17

required for the explosion changes

1 lines of code changed in:

trepan 2005-08-10 00:47

- spheroid explosion patterns
- fade out at the end of explosions

35 lines of code changed in:

pimpinella 2005-08-09 11:55

use a plugin's mods in /kick too
/ban and /hostban are still to follow

14 lines of code changed in:

atupone 2005-08-09 09:30

our regex.h conflict with system wide. Renaming

134 lines of code changed in:

pimpinella 2005-08-09 09:23

make /kill use any data changed by a plugin

12 lines of code changed in:

pimpinella 2005-08-09 07:26

bzfsAPI events for /hostban /kick and /kill

83 lines of code changed in:

jujibo 2005-08-09 06:55

Added playername to messages logs

7 lines of code changed in:

pimpinella 2005-08-09 06:31

/home/frank/src/bzflag.2_0_2/bzflag/src/bzfs/commands.cxx

4 lines of code changed in:

pimpinella 2005-08-09 06:31

pass all data with bz_BanEventData that might turn out to be useful

4 lines of code changed in:

pimpinella 2005-08-09 06:07

allow a comma separated list of arguments instead of only allowing one argument to be passed to plugins

1 lines of code changed in:

jeffm2501 2005-08-08 23:22

add ability for text message to go to admin players

10 lines of code changed in:

jeffm2501 2005-08-08 23:15

notify the kickie when doing an API kick as well

7 lines of code changed in:

jeffm2501 2005-08-08 23:09

send out the admin channel notification on an API kick like /kick does

6 lines of code changed in:

atupone 2005-08-08 22:39

Logging destination of chat message, together with sender and message

16 lines of code changed in:

atupone 2005-08-08 22:38

Cleaning gcc warning

2 lines of code changed in:

jeffm2501 2005-08-08 22:35

let custom map objecst actualy be parsed!

18 lines of code changed in:

bryjen 2005-08-08 22:17

need these includes on Linux too

3 lines of code changed in:

jeffm2501 2005-08-08 20:19

little split and cleanup in client main code, just to make it not all nasty phat.

546 lines of code changed in:

atupone 2005-08-08 19:39

Do not enter regex if we don't build it

7 lines of code changed in:

trepan 2005-08-08 16:39

bow down before the mighty orange

1 lines of code changed in:

trepan 2005-08-08 16:15

simplify

4 lines of code changed in:

bryjen 2005-08-08 15:16

command line option to disable MOTD

19 lines of code changed in:

menotume 2005-08-08 14:32

Added optional sort to "/replay list" and "record list" commands.

64 lines of code changed in:

trepan 2005-08-08 13:17

smoothed observer controls (toggled with slowKeyboard)

114 lines of code changed in:

pimpinella 2005-08-08 13:05

add ban event

25 lines of code changed in:

trepan 2005-08-08 11:03

notify other replay observers of state changes (and by whom)

13 lines of code changed in:

trepan 2005-08-08 09:56

correct allowFileRecords init., allow ServerPlayer to save (or at least some of it)

14 lines of code changed in:

pimpinella 2005-08-08 09:39

event based triggered saving of record buffer

11 lines of code changed in:

jeffm2501 2005-08-06 15:14

fixedspawn plugin to read fixed pos spawns from a map and use them instead of default spawn logic.

5 lines of code changed in:

jeffm2501 2005-08-06 15:10

break up concave thigns into valid faces so that poly faces look correct ( surfs and meshes are still a little jacked, but it is now useable )
add in export of spawns

48 lines of code changed in:

jeffm2501 2005-08-05 21:42

write out ent list as a set of custom objects.
turn anything that has a pos, and is NOT a map model, into a spawn point for the fixedSpawn plugin

89 lines of code changed in:

jeffm2501 2005-08-05 19:36

Add support for custom map objects via callbacks.

124 lines of code changed in:

bryjen 2005-08-05 17:50

spellcheck samoa

36 lines of code changed in:

jeffm2501 2005-08-05 17:33

split the polygon faces into triangles, since they are really trifans in quake

28 lines of code changed in:

jeffm2501 2005-08-05 17:16

import quake3 bsp files will all faces except billboards.
add global options to scale and shift the map on output.
add option to tell bsp reader to skip faces with specific materials.

169 lines of code changed in:

bryjen 2005-08-05 16:21

move declaration inside #def to quiet unused warning

2 lines of code changed in:

bryjen 2005-08-05 16:16

newline at end

2 lines of code changed in:

jeffm2501 2005-08-05 16:08

make the evil do something

127 lines of code changed in:

jujibo 2005-08-05 15:43

Another try, still better

2 lines of code changed in:

jujibo 2005-08-05 15:30

Reduced thanks Tupone :-)

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