Commit Log (Page 53 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-14 to 2005-01-11 (Commits 6682-6731 of 9331)

brlcad 2005-01-14 04:47

add the sdlmain hook code

292 lines of code changed in:

brlcad 2005-01-14 04:45

English resouce directory for the old build system is obsoleted by the new build setup, so remove it.

0 lines of code changed in:

brlcad 2005-01-14 04:36

no longer needed with the old project files obliterated

0 lines of code changed in:

timriker 2005-01-13 23:35

typo, OPTIONS

3 lines of code changed in:

timriker 2005-01-13 23:20

sort, -requireidentify, copyright in man pages

87 lines of code changed in:

timriker 2005-01-13 22:48

kick em so they'll MsgEnter again

2 lines of code changed in:

timriker 2005-01-13 22:48

old comment

1 lines of code changed in:

timriker 2005-01-13 22:32

ws

1 lines of code changed in:

timriker 2005-01-13 22:11

formatting

31 lines of code changed in:

timriker 2005-01-13 21:33

add JeffM2501's -requireidentify with updates

24 lines of code changed in:

dtremenak 2005-01-13 20:32

fix vc71 build. remove lame HAVE_VSNPRINTF check because everyone has vsnprintf from common.h.

4 lines of code changed in:

dtremenak 2005-01-13 19:06

test for emptiness before eval'ing

1 lines of code changed in:

atupone 2005-01-13 18:18

common.h should be the first

6 lines of code changed in:

atupone 2005-01-13 18:12

common.h should be the first

18 lines of code changed in:

atupone 2005-01-13 17:55

common.h should be included first

3 lines of code changed in:

atupone 2005-01-13 17:27

Help my cross-compiler include, the previous order gives compiler error

1 lines of code changed in:

atupone 2005-01-13 17:24

avoid duplicate include

0 lines of code changed in:

atupone 2005-01-13 17:16

Interface header is the first, on cxx files

1 lines of code changed in:

atupone 2005-01-13 17:10

common.h should be the first included file

3 lines of code changed in:

atupone 2005-01-13 17:03

common.h should be the first included file

6 lines of code changed in:

atupone 2005-01-13 16:59

#include "common.h" should be the first thing included, directly or indirectly

1 lines of code changed in:

chestal 2005-01-13 14:06

missing argument for "spin" (thanks, cods)

1 lines of code changed in:

chestal 2005-01-13 13:56

SDL 8 bit issue has been fixed (with current CVS SDL)

0 lines of code changed in:

chestal 2005-01-13 06:17

really don't use vsnprintf if we don't have it; fix +1 error for buffer size; only use dynamic buffer when necessary

16 lines of code changed in:

brlcad 2005-01-13 04:17

base the select of SDL/SDL.h versus SDL.h based off of a configure check -- not just for _MSC_VER folks any more (mac -framwork needs it).

2 lines of code changed in:

brlcad 2005-01-13 04:13

look for SDL/SDL.h header (needed for -framework SDL)

1 lines of code changed in:

timriker 2005-01-13 04:04

dead mac files?

0 lines of code changed in:

timriker 2005-01-13 03:47

take that you vs*printf() you

6 lines of code changed in:

timriker 2005-01-13 03:33

libcurl on by default

3 lines of code changed in:

dtremenak 2005-01-13 03:30

Actually reenable SDL if it was disabled by the framework check but found by the sdl-config check, rather than just leaving it disabled anyway

1 lines of code changed in:

brlcad 2005-01-13 03:21

add checks for _stricmp, _strnicmp, and _vsnprintf for vc6's sanity and to clean up common.h

8 lines of code changed in:

davidtrowbridge 2005-01-13 03:16

learner, vsprintf is spelled "vsprintf", not "vsnprintf"

1 lines of code changed in:

brlcad 2005-01-13 03:11

let the windows folk know that they have vsnprintf

3 lines of code changed in:

brlcad 2005-01-13 03:07

do what zlib does -- use vsprintf if vsnprintf isn't available

13 lines of code changed in:

brlcad 2005-01-13 03:00

need framework on cppflags for the headers

2 lines of code changed in:

brlcad 2005-01-13 02:51

accept sf patch 115668 from jeffm2501 -- makes default curl timeout 15 seconds and adds a configurable bzdb var for it as well.

19 lines of code changed in:

timriker 2005-01-13 02:33

libcurl defaults to off till we fix it

30 lines of code changed in:

dbrosius 2005-01-13 02:28

warnings

1 lines of code changed in:

davidtrowbridge 2005-01-13 02:20

This has been bugging me for some time. Maybe this fix even works ;)

7 lines of code changed in:

brlcad 2005-01-13 02:09

add to SDL testing so that the -framework SDL is used when SDL is enabled and is a successful compilation flag. rework X11 inclusion on mac to .. not include X11. output a settings summary since a summary block is starting to take form.

55 lines of code changed in:

brlcad 2005-01-13 02:05

and with a flick of the wrist, the Mac Xcode project disappears

1 lines of code changed in:

timriker 2005-01-13 01:50

recommend disabling curl

2 lines of code changed in:

dtremenak 2005-01-12 19:42

unbind "roam rotate stop" as part of the config file upgrader. should fix people's problems with erratic observer controls.

4 lines of code changed in:

dtremenak 2005-01-12 03:13

by request, give adminMessageSend to the DEFAULT group so that players can send messages to admins

2 lines of code changed in:

dtremenak 2005-01-12 01:33

split "adminMessages" perm into "adminMessageSend" and "adminMessageReceive" and document both of them

16 lines of code changed in:

brlcad 2005-01-11 23:49

okay, what's the deal.. pretty sure I commited this.. make the pbproj go away -- using xcode now.

1 lines of code changed in:

dtremenak 2005-01-11 23:45

One last touch to fix the SUNWPro compile. Remove note in README.SOLARIS that says it's b0rken 'cause it's not anymore.

5 lines of code changed in:

brlcad 2005-01-11 23:44

must not have saved the file before commiting.. make the pbproj go away -- using xcode now.

0 lines of code changed in:

dtremenak 2005-01-11 22:22

include ctype.h for isspace

1 lines of code changed in:

dtremenak 2005-01-11 21:25

oops

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