Commit Log (Page 52 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-01-15 to 2005-01-14 (Commits 6732-6781 of 9331)

brlcad 2005-01-15 12:34

create tools/bzwtransform/Makefile

1 lines of code changed in:

brlcad 2005-01-15 12:33

add initial build makefile for bzwtransform

8 lines of code changed in:

brlcad 2005-01-15 12:31

create tools/Makefile

1 lines of code changed in:

brlcad 2005-01-15 12:30

initial makefile.am to build the optional tools/ stuff. one dir per tool with a make rule for each dir to go into it and build it (some will compile, some will not depending on your system).

13 lines of code changed in:

brlcad 2005-01-15 12:19

move bzwtransform from bzwtransform/ to tools/bzwtransform/ consolidating extra tools to there (regardless of platform support).

649 lines of code changed in:

brlcad 2005-01-15 11:28

accept sf patch 1100328 from arigo -- modifies the MsgTimeUpdate to support times longer than 18 hours and aborting the countdown on a -1 update. future server-side mod may utilize this to pause/resume/stop countdowns.

16 lines of code changed in:

brlcad 2005-01-15 11:14

prefer to link libcurl static for now on macos due to 10.2 vs 10.3 differences. check for the search_paths_first linker flag to not always use the first dylib found.

20 lines of code changed in:

trepan 2005-01-15 09:01

- bump protocol and version
- add "noculling", "nosorting", and "alphathresh" material properties
- "noculling" only applies to clustered mesh faces
- "nosorting" allows for clustering of alpha'ed mesh faces, and routes
them into the depth buffer renderering path (if it is enabled)

168 lines of code changed in:

timriker 2005-01-15 04:55

not needed, just a bug in temp.php that's fixed now

0 lines of code changed in:

timriker 2005-01-15 04:25

ws

563 lines of code changed in:

timriker 2005-01-15 03:58

BZFlag-Info.plist

1 lines of code changed in:

timriker 2005-01-15 03:55

not on old curls

2 lines of code changed in:

lan56 2005-01-15 03:52

updates

336 lines of code changed in:

trepan 2005-01-15 03:27

remove Lag flag and some unused files

3 lines of code changed in:

brlcad 2005-01-15 01:57

fine, use CURLE_OK ;)

1 lines of code changed in:

brlcad 2005-01-15 01:54

don't initialize without casting, in fact just don't bother

1 lines of code changed in:

dtremenak 2005-01-15 01:31

Change the mechanism used to exclude groups from a command line switch to a modified name in the groupdb file.
Use LOCAL.FOO to exclude group FOO from the global group import.
Change the default ADMIN group to LOCAL.ADMIN to exclude it automatically.

7 lines of code changed in:

brlcad 2005-01-15 01:26

if the timeout is reached, default curl behavior is to throw a SIGALRM. this happens on Mac OS X regardless (there was list chatter hinting at it being multithreaded related (which cocoa apps are)) so we need to enable another option that disables throwing the signal. This requires curl 7.10 so may need some version wrapping if older versions are in common use.

8 lines of code changed in:

brlcad 2005-01-15 01:23

include the generated BZFlag-Info.plist in source dists.

1 lines of code changed in:

brlcad 2005-01-15 01:18

stubbed initial Info.plist that gets its version from configure

26 lines of code changed in:

brlcad 2005-01-15 01:17

need substitions on the major and minor versions (which should probably move from the cxx to this file eventually and be provided via config.h).

9 lines of code changed in:

dtremenak 2005-01-15 01:12

At TimRiker's request, reverse the logic of useremotegroups to create excluderemotegroups instead. change default from only fetching VERIFIED to fetching all except ADMIN.

23 lines of code changed in:

atupone 2005-01-14 23:01

some more common.h first

9 lines of code changed in:

lan56 2005-01-14 21:19

more help for dummy users :)

5 lines of code changed in:

dtremenak 2005-01-14 20:02

bump to .38 for RC2 to distinguish it from older .37s

1 lines of code changed in:

dtremenak 2005-01-14 19:52

ws

31 lines of code changed in:

dtremenak 2005-01-14 19:49

reorganize to reduce code duplication

80 lines of code changed in:

atupone 2005-01-14 19:24

add windres tool check, and allow mingw32* host_os

11 lines of code changed in:

brlcad 2005-01-14 19:18

reorder sources, and change cppflags to cppflags ;)

8 lines of code changed in:

brlcad 2005-01-14 19:08

don't need the objc libs or cflags, so simplify. try to define the missing fastdep symbol to an AM_CONDITIONAL like automake was supposed to do for us, tying it to dependency checking selection.

2 lines of code changed in:

chestal 2005-01-14 19:05

elaborate on the global login issues

6 lines of code changed in:

lan56 2005-01-14 19:04

take away as much liability on my part, add some helpful stuff, reword so it sounds correct for release builds

25 lines of code changed in:

chestal 2005-01-14 18:58

bzfs asks list server to check whether token and client IP match

4 lines of code changed in:

chestal 2005-01-14 18:37

isolate callsign correctly in bad token reply from list server, so we can send a message to the player

6 lines of code changed in:

dtremenak 2005-01-14 18:03

ws

148 lines of code changed in:

brlcad 2005-01-14 17:35

revome the hack of _AM_DEPENDENCIES for OBJC

0 lines of code changed in:

dtremenak 2005-01-14 17:18

split header order stuff into its own paragraph to make it more obvious, fix grammar

8 lines of code changed in:

atupone 2005-01-14 17:14

Rule1: common.h be the first. Rule2: Body (.cxx) should include interface header first

56 lines of code changed in:

dtremenak 2005-01-14 15:32

do a more extensive check to be sure we can use DXJoystick. should fix linux->mingw cross-compile

25 lines of code changed in:

chestal 2005-01-14 15:14

no need for c_str()

1 lines of code changed in:

dtremenak 2005-01-14 14:14

add -useremotegroups option to limit the fetching of remote groups from the list server to strictly those that the game server is interested in, rather than requesting information on all defined groups.
this ought to work but I haven't tested it (and may have screwed up the manpages) since I'm in windows right now.

33 lines of code changed in:

dtremenak 2005-01-14 12:53

apply patch 1102462 from jeffm2501, -pidfile option

28 lines of code changed in:

chestal 2005-01-14 12:52

global logins need some though

5 lines of code changed in:

dtremenak 2005-01-14 12:32

never, ever, request group info for ADMIN from the list server

4 lines of code changed in:

chestal 2005-01-14 11:36

no phys drivers for tetrahedrons

0 lines of code changed in:

brlcad 2005-01-14 09:29

do not use a header that redefines main or it will simply fail for everyone!

1 lines of code changed in:

brlcad 2005-01-14 05:54

give the other confers something to compile that should fail a little more easily -- link too

1 lines of code changed in:

brlcad 2005-01-14 05:36

try to appease other equally albeit differently buggy old versions of automake

1 lines of code changed in:

brlcad 2005-01-14 05:25

add initial new BZFlag xcode project for mac os x. this new project resolves several long-standing build problems including keeping in sync with the unix build. it still needs a means to do a make clean better as well as autogenerate the info.plist using mkplist.cxx

2 lines of code changed in:

brlcad 2005-01-14 04:59

need objective-c compiler settings for libMac.a now. remove sdl from preprocessor (it's a linker option). remove English.lproj dirs.

14 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