Commit Log (Page 8 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: 2006-01-28 to 2006-01-09 (Commits 8932-8981 of 9331)

brlcad 2006-01-28 16:44

update the script to do more. edit the Makefile.am and the plugin configure.ac automatically now too. plugin makers only need to rerun autogen.sh and configure.

64 lines of code changed in:

brlcad 2006-01-28 15:12

newplug.sh not new_plug.sh

1 lines of code changed in:

brlcad 2006-01-28 15:11

someone needs to write a better README, include basic instructions on creating a new plugin. move the api_notes into the readme.

25 lines of code changed in:

brlcad 2006-01-28 15:02

ignore the auto-generated files

9 lines of code changed in:

brlcad 2006-01-28 14:59

the plugin makefiles are no longer generated in the top-level configure.ac, they get generated by their own configure.ac in the plugins/ directory. plugins are no longer tied to the shared flag, they get their own flag again. might want to do the AC_CONFIG_SUBDIRS regardless of the plugins setting (so that a user could cd plugins and still build even with --disable-plugins), but for now we don't.

12 lines of code changed in:

brlcad 2006-01-28 14:56

remove the CPPFLAGS AND CXXFLAGS -- 'project-level' includes can be set in configure (e.g. the main include/ dir)

2 lines of code changed in:

brlcad 2006-01-28 14:54

add the automake options, and aclocal amflags so that someone could actually autogen.sh in this directory. delete configure on a maintainerclean

5 lines of code changed in:

brlcad 2006-01-28 14:52

the isolated configure does seem to necessitate the stubbed AUTHORS, ChangeLog, NEWS, and README files for the 'subproject'. Should be useful anyways to independently document the plugins.

0 lines of code changed in:

brlcad 2006-01-28 14:50

and the fun begins... give the plugins their own configure.ac so that they may be built shared-only and the rest of bz may be built static-only. this also allows the plugins to compile mostly independant to the rest of bzflag and scripts/instructions for adding new plugins become simplified.

230 lines of code changed in:

brlcad 2006-01-28 14:47

initial Makefile.am for building the nagware plugin, includes all files in the dist

14 lines of code changed in:

brlcad 2006-01-28 14:46

these are not portable among mixed invocations of autoconf/automake

0 lines of code changed in:

dtremenak 2006-01-28 13:54

what, you expect it to actually compile in linux?

8 lines of code changed in:

dtremenak 2006-01-28 12:21

d'oh, actually add the new files for update notification/download

340 lines of code changed in:

dtremenak 2006-01-28 02:53

merge from v2_0branch. v2_0branch tagged as merge-2_0-2_1-9.

388 lines of code changed in:

dtremenak 2006-01-27 20:21

motd can use version globbing. backwards-compatible.
motd can be used to post version upgrade notifications to clients.
windows clients can automatically download and install new versions of bzflag.

41 lines of code changed in:

atupone 2006-01-27 18:55

doing flag identifying server side

68 lines of code changed in:

jeffm2501 2006-01-27 14:28

Add items from conversations with the Riker

31 lines of code changed in:

lan56 2006-01-26 21:53

give the specific curl download link

2 lines of code changed in:

atupone 2006-01-26 18:30

removing MsgGrabFlag handling

0 lines of code changed in:

atupone 2006-01-25 18:06

Don't ask for flags, they will be given

0 lines of code changed in:

atupone 2006-01-24 17:47

Give tanks unrequested flags

40 lines of code changed in:

atupone 2006-01-23 17:21

Send Tank position before requesting a flag grab

8 lines of code changed in:

menotume 2006-01-21 16:51

nagware plugin: send info message to requesting player, not all players.

5 lines of code changed in:

jujibo 2006-01-21 07:30

Broken icon - Visual Studio has nothing to to with Mac

0 lines of code changed in:

menotume 2006-01-20 12:47

Only kick one player at a time.

11 lines of code changed in:

lan56 2006-01-20 01:49

the same ol' libcurldll and libsdlmain stuff

3 lines of code changed in:

lan56 2006-01-19 22:24

update curl link and offer solutions for huwnet's errors

9 lines of code changed in:

menotume 2006-01-19 18:24

Copy new nagware plugin from v2_0branch

844 lines of code changed in:

atupone 2006-01-19 15:58

No more Bot-only connection, so no need to filter to them

1 lines of code changed in:

dtremenak 2006-01-18 17:56

no more crashie crashie. sizeof(char[2]) == sizeof(char*) == 4, not 2.

1 lines of code changed in:

atupone 2006-01-18 17:33

usque tandem lan56 ... Adding include for unix

4 lines of code changed in:

dtremenak 2006-01-18 17:23

revise screenshot incrementing code for simplicity and correctness. don't scan the directory every time we save a screenshot, just the first time in any given session. use real globbing. don't use a vector when there's only one element.

26 lines of code changed in:

lan56 2006-01-18 01:01

should be #ifdef not #ifNdef

1 lines of code changed in:

atupone 2006-01-16 14:37

Jitter changes 2, to doc and conf. From Thomas Stauer

45 lines of code changed in:

brlcad 2006-01-15 20:27

only restore the backup if we created it, an aborted autogen.sh can leave a stale backup.

8 lines of code changed in:

lan56 2006-01-14 17:49

fix/entertain feature request #1121175 - "Screenshot number doesn't increment":
-append screenshots using 1 + highestNumberedShot, instead of overwriting existing ones, starting at bzfi0000.png

38 lines of code changed in:

atupone 2006-01-14 14:11

err ... debugging lines should go

0 lines of code changed in:

atupone 2006-01-14 10:42

Jitter kick from Thomas Stauer sf patches

130 lines of code changed in:

lan56 2006-01-13 23:18

add /modcount [+-seconds] which adds/removes # of seconds from in game. it works with manual countdowns too, whether started or not. thanks to silvercat and orange for the idea.

75 lines of code changed in:

dtremenak 2006-01-13 05:22

visual studio 8 compatibility checkin. builds (with warnings) and runs.

13 lines of code changed in:

jujibo 2006-01-10 16:05

Bug fix: wrong kick if pausing while having V and moving. It happens when the server drops the flag

3 lines of code changed in:

atupone 2006-01-09 15:55

Send MsgAddPlayer to bzadmin too

1 lines of code changed in:

atupone 2006-01-09 15:15

result of - between unsigned look strange :) at first sight

6 lines of code changed in:

atupone 2006-01-09 15:02

BZAdmin is too much sequenced. Respect is wish for having Enter done has first things

10 lines of code changed in:

dtremenak 2006-01-09 03:24

rabbit chase objective wording

3 lines of code changed in:

dtremenak 2006-01-09 03:18

bzfs yells if no users or groups have the SPAWN permission

26 lines of code changed in:

dtremenak 2006-01-09 03:17

more ws

3 lines of code changed in:

dtremenak 2006-01-09 02:48

ws

14 lines of code changed in:

dtremenak 2006-01-09 02:41

ws

8 lines of code changed in:

dtremenak 2006-01-09 02:35

reverse order of request for registration before spawn (suggest global first), ws

9 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