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)
add the sdlmain hook code
292 lines of code changed in:
English resouce directory for the old build system is obsoleted by the new build setup, so remove it.
0 lines of code changed in:
no longer needed with the old project files obliterated
0 lines of code changed in:
typo, OPTIONS
3 lines of code changed in:
sort, -requireidentify, copyright in man pages
87 lines of code changed in:
kick em so they'll MsgEnter again
2 lines of code changed in:
old comment
1 lines of code changed in:
ws
1 lines of code changed in:
formatting
31 lines of code changed in:
add JeffM2501's -requireidentify with updates
24 lines of code changed in:
fix vc71 build. remove lame HAVE_VSNPRINTF check because everyone has vsnprintf from common.h.
4 lines of code changed in:
test for emptiness before eval'ing
1 lines of code changed in:
common.h should be the first
6 lines of code changed in:
common.h should be the first
18 lines of code changed in:
common.h should be included first
3 lines of code changed in:
Help my cross-compiler include, the previous order gives compiler error
1 lines of code changed in:
avoid duplicate include
0 lines of code changed in:
Interface header is the first, on cxx files
1 lines of code changed in:
common.h should be the first included file
3 lines of code changed in:
common.h should be the first included file
6 lines of code changed in:
#include "common.h" should be the first thing included, directly or indirectly
1 lines of code changed in:
missing argument for "spin" (thanks, cods)
1 lines of code changed in:
SDL 8 bit issue has been fixed (with current CVS SDL)
0 lines of code changed in:
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:
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:
look for SDL/SDL.h header (needed for -framework SDL)
1 lines of code changed in:
dead mac files?
0 lines of code changed in:
take that you vs*printf() you
6 lines of code changed in:
libcurl on by default
3 lines of code changed in:
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:
add checks for _stricmp, _strnicmp, and _vsnprintf for vc6's sanity and to clean up common.h
8 lines of code changed in:
learner, vsprintf is spelled "vsprintf", not "vsnprintf"
1 lines of code changed in:
let the windows folk know that they have vsnprintf
3 lines of code changed in:
do what zlib does -- use vsprintf if vsnprintf isn't available
13 lines of code changed in:
need framework on cppflags for the headers
2 lines of code changed in:
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:
libcurl defaults to off till we fix it
30 lines of code changed in:
warnings
1 lines of code changed in:
This has been bugging me for some time. Maybe this fix even works ;)
7 lines of code changed in:
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:
and with a flick of the wrist, the Mac Xcode project disappears
1 lines of code changed in:
recommend disabling curl
2 lines of code changed in:
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:
by request, give adminMessageSend to the DEFAULT group so that players can send messages to admins
2 lines of code changed in:
split "adminMessages" perm into "adminMessageSend" and "adminMessageReceive" and document both of them
16 lines of code changed in:
okay, what's the deal.. pretty sure I commited this.. make the pbproj go away -- using xcode now.
1 lines of code changed in:
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:
must not have saved the file before commiting.. make the pbproj go away -- using xcode now.
0 lines of code changed in:
include ctype.h for isspace
1 lines of code changed in:
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