Commit Log (Page 91 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: 2004-07-31 to 2004-07-27 (Commits 4782-4831 of 9331)

jeffm2501 2004-07-31 15:31

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:

brlcad 2004-07-31 14:50

display action messages differently

10 lines of code changed in:

brlcad 2004-07-31 14:46

use "* %s\t*" as the action format. \t should minimize unauthorized action spoofing

3 lines of code changed in:

dtremenak 2004-07-31 13:04

compile on vc, part 2 - someone make sure that doesn't break gcc

1 lines of code changed in:

dtremenak 2004-07-31 13:02

compile on vc, part 1

1 lines of code changed in:

brlcad 2004-07-31 13:00

document the /msg and /me commands

19 lines of code changed in:

brlcad 2004-07-31 12:51

added support for /msg private messages

1 lines of code changed in:

brlcad 2004-07-31 12:50

changelog entries should be < 80 chars long per line

1 lines of code changed in:

brlcad 2004-07-31 12:46

enable /msg command and add actionMessage and privateMessage to the DEFAULT permissions group

5 lines of code changed in:

brlcad 2004-07-31 12:45

make sure /msg is followed by whitespace

6 lines of code changed in:

brlcad 2004-07-31 12:37

cleaned up /me and added new /msg command

245 lines of code changed in:

brlcad 2004-07-31 12:35

add separate action and private permissions for /me and /msg

7 lines of code changed in:

trepan 2004-07-31 11:40

- 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:

brlcad 2004-07-31 11:29

player[] might be null (especially when iterating through curMaxPlayers

29 lines of code changed in:

trepan 2004-07-31 02:22

enable cull-tree display in non-debug builds

3 lines of code changed in:

trepan 2004-07-31 00:24

adding the octree visibility culler

2032 lines of code changed in:

atupone 2004-07-30 19:22

Avoiding a segv when getting SEER

2 lines of code changed in:

atupone 2004-07-30 10:38

Using pack exported by FlagInfo

3 lines of code changed in:

atupone 2004-07-30 10:37

flagIndex is private

4 lines of code changed in:

atupone 2004-07-30 09:28

addFlag & pack methods added in FlagInfo

48 lines of code changed in:

trepan 2004-07-30 05:05

compilation probs

3 lines of code changed in:

lan56 2004-07-30 04:47

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:

dtremenak 2004-07-29 22:31

compile on VC

5 lines of code changed in:

atupone 2004-07-29 20:16

FlagInfo is now a class

193 lines of code changed in:

lan56 2004-07-29 16:28

add /clientquery

10 lines of code changed in:

lan56 2004-07-29 16:04

have robots send their version stuff

1 lines of code changed in:

lan56 2004-07-29 15:52

allow a user to do clientquery just for one person

1 lines of code changed in:

lan56 2004-07-29 15:46

allow a user to do clientquery just for one person

18 lines of code changed in:

brlcad 2004-07-29 14:35

Added support for irc-like /me actions

1 lines of code changed in:

brlcad 2004-07-29 14:33

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:

brlcad 2004-07-29 14:31

add a /me command so users can express actions

19 lines of code changed in:

dtremenak 2004-07-28 21:48

Menu option for tab placement - off/left/right

22 lines of code changed in:

brlcad 2004-07-28 21:11

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:

brlcad 2004-07-28 20:48

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:

dtremenak 2004-07-28 20:24

Initialize WorldSize

1 lines of code changed in:

atupone 2004-07-28 19:46

sorting Lag Stats by Lag values (late commit)

5 lines of code changed in:

atupone 2004-07-28 17:38

Sorting Lag Statistics by Lag value

24 lines of code changed in:

dtremenak 2004-07-28 16:25

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:

dtremenak 2004-07-28 14:49

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:

dtremenak 2004-07-28 14:30

missed a file which uses <string>

1 lines of code changed in:

atupone 2004-07-28 14:27

It was meant just for me. Sorry

2 lines of code changed in:

dtremenak 2004-07-28 14:26

never scale tiny fonts

35 lines of code changed in:

atupone 2004-07-28 13:41

Fixed automake-1.4 warning

18 lines of code changed in:

lan56 2004-07-28 05:46

chop off a bunch of lines

23 lines of code changed in:

lan56 2004-07-28 05:18

remove a bunch of lines

16 lines of code changed in:

brlcad 2004-07-28 00:41

the three stoogies make an appearance in honor of math routines everywhere.

17 lines of code changed in:

brlcad 2004-07-27 22:54

argh, this is so going to break 2.95 on older mac

0 lines of code changed in:

brlcad 2004-07-27 22:46

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:

brlcad 2004-07-27 22:16

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:

dtremenak 2004-07-27 22:12

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