Commit Log (Page 40 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-08 to 2005-04-25 (Commits 7332-7381 of 9331)

atupone 2005-05-08 11:43

Fixing motd when motd server is unreachable

2 lines of code changed in:

dtremenak 2005-05-07 23:25

commands.cxx is not case sensitive but CMDMGR is. When passing set/reset commands to CMDMGR, make sure they're lower case first.

18 lines of code changed in:

dtremenak 2005-05-07 23:06

ws

47 lines of code changed in:

dtremenak 2005-05-07 22:47

don't crash when banning people with no banfile defined

3 lines of code changed in:

trepan 2005-05-07 22:03

man info for cameras

39 lines of code changed in:

trepan 2005-05-07 21:53

man page for lights

61 lines of code changed in:

lan56 2005-05-07 21:25

add cURLManager.cxx

6 lines of code changed in:

atupone 2005-05-07 14:43

Removing alarm and some never called proc (now libcurl does the job)

2 lines of code changed in:

atupone 2005-05-07 12:11

Removing an unused parameter

3 lines of code changed in:

atupone 2005-05-07 09:36

Giving user the continuous update on byte transferred for texture

17 lines of code changed in:

atupone 2005-05-07 08:57

fix world ftp/http downloading

1 lines of code changed in:

jeffm2501 2005-05-06 19:25

require talk perm for /report ( todo: make it a seperate perm )

4 lines of code changed in:

trepan 2005-05-06 19:08

get ares to do local "hosts" lookups

9 lines of code changed in:

trepan 2005-05-06 17:48

texcoord printing fix, spotted by DTR

1 lines of code changed in:

atupone 2005-05-06 17:06

Using libcurl function to get a file if more recent then

63 lines of code changed in:

atupone 2005-05-06 15:45

libcurl is mandatory and must be >=7.10.0

4 lines of code changed in:

atupone 2005-05-06 14:35

Entering server only after end of texture downloading

25 lines of code changed in:

lan56 2005-05-05 20:30

update files (I hope I updated all the new files to the BZFlag project; GCC 3.4.2's corresponding updated LD has a bug that keeps it from linking, so I guessed which files to add in bzflag.dev)

45 lines of code changed in:

atupone 2005-05-05 16:26

Not crashing the application if c-ares does not init good

15 lines of code changed in:

atupone 2005-05-05 15:50

Looking at system libcares before compiling ours

23 lines of code changed in:

atupone 2005-05-04 16:27

Little c-ares cleanup :) - avoiding installing c-ares when doing make install

4 lines of code changed in:

trepan 2005-05-04 05:57

- added \{bzdbVar} and \(uptime) evaluation for server messages
(feel free to add more \() vars, or revert the change if it offends)

75 lines of code changed in:

trepan 2005-05-04 03:12

passable for mesh faces

10 lines of code changed in:

trepan 2005-05-04 02:57

use isPassable()

13 lines of code changed in:

trepan 2005-05-04 02:51

- do not insert passable objects into the collision octree
(preparing for higher polygon counts, allows for garnishing)

66 lines of code changed in:

trepan 2005-05-03 12:26

holdoff the signal traps (collision tree + compression can take a while)

56 lines of code changed in:

atupone 2005-05-02 14:58

Some version of libcurl return CURLM_CALL_MULTI_PERFORM while adding handle

7 lines of code changed in:

atupone 2005-05-01 20:40

string passed to setopt should not disappear

10 lines of code changed in:

atupone 2005-05-01 19:35

Stay in the notify table until destroyed. Avoid some SEGV

2 lines of code changed in:

dtremenak 2005-05-01 16:47

don't include winsock directly

0 lines of code changed in:

dtremenak 2005-05-01 16:39

remove udpnetwork.cxx|h since we don't actually use them.

0 lines of code changed in:

brlcad 2005-05-01 14:19

get rid of _FD_SET usage, instead just case the descriptor as an int. hopefully this sits well with the windows build.

57 lines of code changed in:

brlcad 2005-05-01 14:14

is the _FD_SET hack really necessary? if it is, it needs to be renamed as _FD_SET is what OS X 10.4 uses in sys/types.h to denote that the select structs, types, declarations, etc have been parsed. perhaps instead just cast where used to unsigned int..

4 lines of code changed in:

brlcad 2005-05-01 13:35

missing common.h

4 lines of code changed in:

brlcad 2005-05-01 13:31

header cleanup, common.h is included before system headers. impl files include either their interface or common.h but generally don't need both (only when the interface doesn't require system headers, but the impl does are both needed in the impl)

5 lines of code changed in:

brlcad 2005-05-01 12:36

missing common.h

5 lines of code changed in:

trepan 2005-05-01 06:31

print indices as ints

3 lines of code changed in:

atupone 2005-05-01 06:09

printf format specifier warning fix

3 lines of code changed in:

atupone 2005-04-27 17:40

delaying first curl init after startup, using new

4 lines of code changed in:

atupone 2005-04-27 17:27

Use dynamic creation to delay curl init after startup

4 lines of code changed in:

dtremenak 2005-04-27 02:47

Replace state reset on font rendering because not having it breaks bitmap font rendering for some people. Need to fix this right sometime.

3 lines of code changed in:

dtremenak 2005-04-26 19:32

don't screw things up if headers are included in a different order in some other file

12 lines of code changed in:

jeffm2501 2005-04-26 18:43

make winsock be all happy on some systems.

2 lines of code changed in:

atupone 2005-04-26 17:14

Different diagnostic for each point of error

6 lines of code changed in:

atupone 2005-04-26 16:16

World transfer (cache format) use cURLManager

70 lines of code changed in:

atupone 2005-04-26 16:08

Adding progress callback mechanism

19 lines of code changed in:

trepan 2005-04-26 07:32

CacheIndex.txt gets an informative header

6 lines of code changed in:

trepan 2005-04-26 00:12

permit OBJ negative indexing, bump version to 1.6

31 lines of code changed in:

atupone 2005-04-25 16:48

Rebuild the scene, after all remote texture are loaded

1 lines of code changed in:

atupone 2005-04-25 13:52

need to request we want file time, before doing the transfer and obtain it

33 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