Commit Log (Page 21 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-08-26 to 2005-08-22 (Commits 8282-8331 of 9331)

dtremenak 2005-08-26 22:25

note about what happens if you don't check for NULL from getPlayerByIndex

1 lines of code changed in:

dtremenak 2005-08-26 22:23

big fat warning about NULL from getPlayerByIndex

1 lines of code changed in:

jeffm2501 2005-08-26 21:11

fix the ban command to work when you don't use a ban duration ( like it used to work ), uses the shortban max time

20 lines of code changed in:

jeffm2501 2005-08-26 18:00

add the monkeys real name

1 lines of code changed in:

jeffm2501 2005-08-26 17:57

notes on hooks that are still neeeded

1 lines of code changed in:

jeffm2501 2005-08-26 17:53

remove fixedspawn because it's stupid

0 lines of code changed in:

jeffm2501 2005-08-26 17:53

don't write out custom spawn object, save it for zones later

2 lines of code changed in:

jeffm2501 2005-08-26 17:50

let the team colored outline go transpeant with the radar and panel, but only at a % of it's value so it shows more, % controlable via config option "hudGUIBorderOpacityFactor", default is 75% of the panels transperancy.
From patch by a_monkey.

41 lines of code changed in:

jeffm2501 2005-08-26 17:34

if we are using doubles, why the heck should we use the float version of sin and cos? use the doubles, quell the warning.

4 lines of code changed in:

trepan 2005-08-26 17:28

do not use global vars if they don't need to be exported

4 lines of code changed in:

jeffm2501 2005-08-26 16:55

fix RPG's download patch to not suck, and actualy work.
Must remember to not trust people who don't know basic C

15 lines of code changed in:

trepan 2005-08-25 20:22

add a safety for the ground normal in experimental mode

3 lines of code changed in:

dtremenak 2005-08-25 10:47

Check for and define if necessary log10f. Do not clobber in the middle of solaris configure.

10 lines of code changed in:

dtremenak 2005-08-25 08:57

old sun x headers are non-iso-c++ compliant, add a note about -fpermissive. maybe we should have an automatic check for this but I don't wanna write it.

5 lines of code changed in:

brlcad 2005-08-25 08:50

try substituting libtool_deps instead and see if that works

1 lines of code changed in:

dtremenak 2005-08-25 07:17

pass LIBTOOLFLAGS to libtool. some sources seem to imply that this should be done automatically but it's not on either of my machines.

2 lines of code changed in:

atupone 2005-08-25 05:27

Other backup files to ignore

3 lines of code changed in:

dtremenak 2005-08-25 05:07

scorereset is dead and gone, do not try to build it

0 lines of code changed in:

atupone 2005-08-25 04:01

Ignore file produces from automake tools

8 lines of code changed in:

brlcad 2005-08-25 02:03

convert the build targets to libtool equivalently. that means static libtool libraries and libtool objects, an equivalent conversion even down to the convenience libraries.

111 lines of code changed in:

brlcad 2005-08-25 00:28

traverse m4/ on a dist

4 lines of code changed in:

brlcad 2005-08-25 00:20

helps to save the file -- move the autogenerated build helper files to the aux dir (misc) and add ignorance for the new ones that libtool will dump

1 lines of code changed in:

brlcad 2005-08-25 00:18

move the autogenerated build helper files to the aux dir (misc) and add ignorance for the new ones that libtool will dump

14 lines of code changed in:

brlcad 2005-08-25 00:14

even without libtool there's a good bit of generated files, with it there are even more. put it all into misc, nice a tidy out of the way. add a revision tag to keep tabs on which version people are using.

3 lines of code changed in:

brlcad 2005-08-25 00:10

about time the damn thing had a header. secrets, there ain't no secrets. the riker chowns all.

12 lines of code changed in:

brlcad 2005-08-25 00:06

one cannot override LD directly, so warn if a user tries. configure forcibly overrides it when needed under many circumstances (e.g. 64bit builds)

7 lines of code changed in:

brlcad 2005-08-25 00:03

perform libtool initialization via AC_PROG_LIBTOOL. AC_PROG_LIBTOOL goes poof in libtool 1.9 or thereabouts replaced with LT_INIT, but that's not very widespread in the least.

8 lines of code changed in:

brlcad 2005-08-24 23:58

aclocal needs to be encouraged to search the m4 directory. the new autogen.sh will do this for us, but make sure reinvocations of buggy aclocals know they need to look in m4

2 lines of code changed in:

brlcad 2005-08-24 23:57

add m4/Makefile to generation list and sort

8 lines of code changed in:

brlcad 2005-08-24 23:56

initial makefile with curl.m4, curses.m4, and sdl.m4. keep the mail servers busy

6 lines of code changed in:

brlcad 2005-08-24 23:55

move acinclude.m4 from the top level to m4/ and separate it into separate files for the different macros. namely curl.m4 curses.m4 and sdl.m4

497 lines of code changed in:

brlcad 2005-08-24 23:47

begin accommodations for libtool. add their m4 to support older systems that are often broken, misconfigured, or simply too old to have a functioning version of AC_PROG_LIBTOOL. autogen will automatically find this file and use it only if needed. no, it cannot be shoved into a local m4 directory or acinclude or it can conflict in nasty ways with working systems.

6001 lines of code changed in:

brlcad 2005-08-24 23:42

oh yeah, need to commit the automake conditional for BUILD_PLUGINS. add plugins/Makefile to the list while we're at it

3 lines of code changed in:

brlcad 2005-08-24 23:40

initial contents that just includes all plugin dirs in the dist

22 lines of code changed in:

brlcad 2005-08-24 23:36

declare automake options for minimal version suitability and to generate the zip and bzip2 during as part of the distribution generation

3 lines of code changed in:

brlcad 2005-08-24 23:35

replace the naive logic with a robust version that accounts for many well known gnu build system bugs and misconfigurations that have existed. autoreconf is well known to fail under many circumstances where the manual steps may succeed for example so don't assume that it'll just work or that it even exists. this script also checks for autoconf, automake, libtool version suitability. (script provided courtesy the brl-cad project)

659 lines of code changed in:

brlcad 2005-08-24 23:24

clean up the subdir traversal a little fixing the possible double traversal of plugins on a dist. designate the phony build rules like they should be since those aren't actually target files that will get generated.

36 lines of code changed in:

atupone 2005-08-24 22:01

Reverting /reset to re-raise a warning in replay mode

44 lines of code changed in:

atupone 2005-08-23 21:39

/reset command is not valid in Replay. So remove from the list

57 lines of code changed in:

jeffm2501 2005-08-23 19:10

remove exposure of API for seting player scores because it's buggy as HELL

13 lines of code changed in:

jeffm2501 2005-08-23 18:53

byebye score reset, it was nice knowing you. Maybe we will see you later when you work again

0 lines of code changed in:

jeffm2501 2005-08-23 18:24

more download info patch from Garrett Padera

17 lines of code changed in:

jeffm2501 2005-08-23 16:06

don't compute it if you don't need it.

2 lines of code changed in:

jeffm2501 2005-08-23 15:58

don't compute it if you don't need it.

2 lines of code changed in:

atupone 2005-08-23 08:52

fix again /date and /time

58 lines of code changed in:

atupone 2005-08-23 08:25

invalidating token, when you change either callsign or password

8 lines of code changed in:

jujibo 2005-08-23 08:24

line help for /date* /time*

4 lines of code changed in:

jujibo 2005-08-23 05:55

set the help message for the new commands stuff in commands.cxx

58 lines of code changed in:

jujibo 2005-08-23 04:13

set the help message for the new commands stuff

22 lines of code changed in:

dtremenak 2005-08-22 08:06

mostly ws

31 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