Commit Log (Page 35 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-05-28 to 2005-05-24 (Commits 7599-7648 of 9348)

davidtrowbridge 2005-05-28 19:04

make things run again, mostly. Handler::process needs to pure virtual, since that class is abstract, and there's no vtable in the symbol table to link in. also properly create lists for event handlers

45 lines of code changed in:

davidtrowbridge 2005-05-28 18:32

add a bzdb object to the BZFlag module

9 lines of code changed in:

davidtrowbridge 2005-05-28 18:27

this might be how this is supposed to work...

13 lines of code changed in:

davidtrowbridge 2005-05-28 18:10

add mapping functions. looks like this should let us expose BZDB as if it were just a normal dictionary

50 lines of code changed in:

davidtrowbridge 2005-05-28 18:03

start adding a type for BZDB

94 lines of code changed in:

dtremenak 2005-05-28 17:36

that should have been flagType not flag...print the flag the shot was fired with, not the flag your tank has, which would just be stupid

2 lines of code changed in:

davidtrowbridge 2005-05-28 05:40

remove player info, since that's done. add a TODO section so I can keep track of what I'm leaving undone

19 lines of code changed in:

davidtrowbridge 2005-05-28 05:39

i suspect python will be happier if i actually tell it the types of the args when i build a value

1 lines of code changed in:

davidtrowbridge 2005-05-28 05:29

register handlers

46 lines of code changed in:

davidtrowbridge 2005-05-28 05:04

finish adding event handlers. haven't yet figured out how to do the events which pass data back into bzfs

80 lines of code changed in:

davidtrowbridge 2005-05-28 05:03

more speeling

2 lines of code changed in:

davidtrowbridge 2005-05-28 04:50

speeling

2 lines of code changed in:

davidtrowbridge 2005-05-28 04:36

add a few more untested handlers

57 lines of code changed in:

davidtrowbridge 2005-05-28 04:14

add args for join/part handlers

18 lines of code changed in:

davidtrowbridge 2005-05-28 04:11

completely untested handler for player-die

20 lines of code changed in:

davidtrowbridge 2005-05-28 04:04

refactor actual listener calling out into the base class, instead of duplicating huge amounts of code

27 lines of code changed in:

davidtrowbridge 2005-05-28 03:59

restructure a bit and add a nice macro to clean up class definitions

40 lines of code changed in:

davidtrowbridge 2005-05-28 03:48

split event handler classes out into a separate file, since there will be a lot of them

213 lines of code changed in:

dtremenak 2005-05-27 15:00

warning

1 lines of code changed in:

brlcad 2005-05-27 14:55

by popular demand, instead of kicking rejoiners off the server and making them wait, just don't let them spawn. players are forcibly killed if they try, forcing them to then at least wait through a rebirth delay (which is more than enough for the default respawn minimum delay). might be nice to modify this so that they are effectively just stalled until entry instead of killing them but that requires more work, I am le tired, and this was le simple.

19 lines of code changed in:

brlcad 2005-05-27 13:44

didn't necessarily work, it's just sent

1 lines of code changed in:

brlcad 2005-05-27 12:09

add a modified version of menotume's menu dimming. the radar is now never destroyed/recreated everytime we connect, the world is simply set/unset. when the menu becomes active, it darkens the chat console and radar so you can read the menu more easily. radar is dimmed via a blended dimming rect (assuming blending is on), chat is via alpha transparency colors to individual drawing elements. this fixes the radar garbage problem when using the menu and departing servers.

143 lines of code changed in:

brlcad 2005-05-27 11:59

ws

1 lines of code changed in:

brlcad 2005-05-27 01:29

Fixed Linux name resolution (server list) problem (sf bug 1197856)

1 lines of code changed in:

brlcad 2005-05-27 00:17

quell format specifier warning on the struct timeval elements

2 lines of code changed in:

brlcad 2005-05-27 00:04

try to not use libbind if libsocket was good enough (derived from linux resolver problems discussed in sf patch 1197856)

2 lines of code changed in:

brlcad 2005-05-26 23:40

finally commit toughshooter's sf patch 1118624 with german swear list improvements -- removed a couple of the merely 'damn' rude words and one easily conflicting (arch)

24 lines of code changed in:

davidtrowbridge 2005-05-26 23:34

add some untested code for binding capture events

59 lines of code changed in:

atupone 2005-05-26 17:42

Adding binary install

2 lines of code changed in:

atupone 2005-05-26 16:30

Hunting observer? no no

1 lines of code changed in:

jeffm2501 2005-05-26 15:37

I am so very much an idiot

1 lines of code changed in:

atupone 2005-05-26 14:56

Warning fix

2 lines of code changed in:

dtremenak 2005-05-26 01:02

or, just fix it instead of removing it.

17 lines of code changed in:

dtremenak 2005-05-26 00:48

ws

12 lines of code changed in:

dtremenak 2005-05-26 00:39

temporarily back out a block of worldEventManagement that breaks at least the LOCAL.ADMIN group

5 lines of code changed in:

dtremenak 2005-05-25 20:07

fix "with flag" message to use a more sensible format and use the shot flag not the player flag

6 lines of code changed in:

atupone 2005-05-25 17:53

:) what to say? changes

7 lines of code changed in:

dtremenak 2005-05-25 16:54

Tupone's code for timer jitter suppression works better :)
SportChick reports HUD problems gone, jitter is gone too.

25 lines of code changed in:

dtremenak 2005-05-25 14:21

ws

33 lines of code changed in:

galkire 2005-05-25 12:46

added more info for links

13 lines of code changed in:

dtremenak 2005-05-25 00:53

ws

1 lines of code changed in:

jeffm2501 2005-05-25 00:40

add new message to tell client to play a local sound ( plays as custom ).
add api feature to tell clients to play local sound.
message "should" be ignored by older clients

51 lines of code changed in:

davidtrowbridge 2005-05-25 00:39

bind GetPublic* functions

35 lines of code changed in:

jeffm2501 2005-05-25 00:38

add custom sounds that are refed by names into sound manager.

36 lines of code changed in:

jeffm2501 2005-05-24 21:27

keep the API consistent in caps

6 lines of code changed in:

jeffm2501 2005-05-24 21:26

add API for server public status and info

26 lines of code changed in:

jeffm2501 2005-05-24 21:18

convert simple "samples" array to something more resizeable(vector)
make AudioSamples struct into a smart self cleaning up class.

79 lines of code changed in:

jeffm2501 2005-05-24 21:15

how about code that builds.
#defs are ok I guess.
but this some uglycode now man.
make windows build ( VC71) allways use native stuff

1 lines of code changed in:

atupone 2005-05-24 16:29

Probably need a rest, un-useful statement

0 lines of code changed in:

atupone 2005-05-24 16:27

printf can use char* not std::string

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