Commit Log (Page 90 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-08-04 to 2004-07-31 (Commits 4832-4881 of 9331)

lan56 2004-08-04 01:05

compile C files as C files, not C++

26 lines of code changed in:

dtremenak 2004-08-04 00:58

heck, for that matter, don't even use W32_DEBUG_TRACE for mingw

1 lines of code changed in:

lan56 2004-08-04 00:54

Initial revision.

31 lines of code changed in:

dtremenak 2004-08-04 00:54

scrap the dev-cpp specific debug trace, there's a mingw one already defined

0 lines of code changed in:

lan56 2004-08-04 00:53

add resource stuff and icon.

5 lines of code changed in:

dtremenak 2004-08-04 00:53

mingw builds really ought to do _something_ with the -debug output, dump it to std::cout

2 lines of code changed in:

lan56 2004-08-04 00:45

add sub-dirs

41 lines of code changed in:

jeffm2501 2004-08-04 00:35

save BEFORE commiting

4 lines of code changed in:

jeffm2501 2004-08-04 00:29

make devC++ folder not geek on the command line builds
fix build OS for devC++

11 lines of code changed in:

lan56 2004-08-04 00:24

Initial revision.

5563 lines of code changed in:

trepan 2004-08-03 22:39

don't make the robot obstacle list if it isn't needed

6 lines of code changed in:

dtremenak 2004-08-03 21:24

make that sucker compile on vc

14 lines of code changed in:

trepan 2004-08-03 21:07

added culling occluders. this is only a preliminary
version with a random occluder selection algorithm,
but it sure looks pretty with cull visibility and
wireframe display modes enabled.

1081 lines of code changed in:

atupone 2004-08-03 20:58

adding vanish parameter to dropFlag + some other cosmetic changes

20 lines of code changed in:

lan56 2004-08-03 20:40

just go back to the way I wrote it--use CMDMGR.run(), which is, I may add, how /set does its job.

3 lines of code changed in:

lan56 2004-08-03 19:57

fix bug report #1002796 -- "Flagreset fails". Since the server is referenced to as variable "ServerPlayer" (or is at least when calling parseCommand() ), when parseCommand() checks to make sure the given ID is sane and has integrity, have it return if the ID is not sane and is not ServerPlayer. Obivously, the server is going to be a valid person, even if the ID is a little goofy, so the server must not be forsaken!

1 lines of code changed in:

dtremenak 2004-08-03 19:39

ws, spelling

8 lines of code changed in:

trepan 2004-08-03 16:52

make the scene database on the fly

17 lines of code changed in:

brlcad 2004-08-03 09:57

Goodness! How did those pollAction values disappear?! Thx, simon-richard.

2 lines of code changed in:

timriker 2004-08-03 01:08

configure should test and enable the fudged acosf atanf asinf

2 lines of code changed in:

timriker 2004-08-03 01:05

ws

4 lines of code changed in:

jeffm2501 2004-08-02 22:39

allow bzdb to overide non textured ground color

5 lines of code changed in:

dtremenak 2004-08-02 22:02

mingw warning, ws

5 lines of code changed in:

dtremenak 2004-08-02 21:03

ws

152 lines of code changed in:

atupone 2004-08-02 17:31

when dropping flag gives collision with base, don't look for base again.
Take the collided one

9 lines of code changed in:

timriker 2004-08-02 17:23

now in /db/ module

0 lines of code changed in:

atupone 2004-08-02 16:06

Adding Landing Position params to dropFlag. Landing Position
computation cleaned (possibly)

74 lines of code changed in:

atupone 2004-08-02 15:23

When going down to find drop flag intesect with building stop after
reaching 0 or below, not before

8 lines of code changed in:

jeffm2501 2004-08-02 15:20

add bzdb item to suppress GM smoke puffs

6 lines of code changed in:

dtremenak 2004-08-02 14:12

broken lines should have the same coloration/style as the end of the line before

12 lines of code changed in:

dtremenak 2004-08-02 13:57

break lines at whitespace if possible, rather than the middle of a word

8 lines of code changed in:

atupone 2004-08-02 12:32

let cell start a little below 0, so to have default ctf base inside

1 lines of code changed in:

atupone 2004-08-02 11:49

Bases were missing from the world, in default ctf

5 lines of code changed in:

atupone 2004-08-02 08:55

This fix dropping flag, still retaining check for max Height

2 lines of code changed in:

atupone 2004-08-02 08:45

Removing check on height of dropped flag. It made fall it to floor

3 lines of code changed in:

atupone 2004-08-02 07:47

Fixing warning on gcc

1 lines of code changed in:

dtremenak 2004-08-01 20:54

fix linewrapping for proportional fonts
still needs to be fixed to continue coloring from the previous line

30 lines of code changed in:

trepan 2004-08-01 12:16

copyright

38 lines of code changed in:

trepan 2004-08-01 12:08

compartmentalize the header, and shrink octree cells

123 lines of code changed in:

trepan 2004-08-01 10:33

everyone likes fudge, make the culler a little more tolerant

2 lines of code changed in:

trepan 2004-08-01 09:47

regulars players don't have to wait if rejoining as an observer.
as well, observers don't have to wait to rejoin as a regular player
if the last time they were a regular player is not in the rejoin list.

20 lines of code changed in:

dbrosius 2004-07-31 23:55

moo

1 lines of code changed in:

atupone 2004-07-31 22:03

adding a preliminary dropFlag method to FlagInfo

44 lines of code changed in:

lan56 2004-07-31 21:38

put spam checking into its own function

39 lines of code changed in:

lan56 2004-07-31 20:59

have spam checking use strncmp(), so "I am a big ape" will match "I am a big ape!!", since they are basically the same message

5 lines of code changed in:

lan56 2004-07-31 20:45

thank you, thank you

1 lines of code changed in:

atupone 2004-07-31 18:55

Fixx gcc warning

10 lines of code changed in:

brlcad 2004-07-31 16:39

This should fix the infinite loop problem on sparc64. If the compiler makes verbose complaints about comparisons always being false, that's worth pointing out to the devs when you have crash issues... *sigh*

8 lines of code changed in:

brlcad 2004-07-31 16:06

add ability to pass std::strings to filter(), even if in a round-about hacked way

25 lines of code changed in:

brlcad 2004-07-31 16:05

filter ALL outbound chat traffic if filtering is enabled (this catches admin, /me, /msg, team chat, etc)

16 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