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)
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:
newplug.sh not new_plug.sh
1 lines of code changed in:
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:
ignore the auto-generated files
9 lines of code changed in:
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:
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:
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:
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:
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:
initial Makefile.am for building the nagware plugin, includes all files in the dist
14 lines of code changed in:
these are not portable among mixed invocations of autoconf/automake
0 lines of code changed in:
what, you expect it to actually compile in linux?
8 lines of code changed in:
d'oh, actually add the new files for update notification/download
340 lines of code changed in:
merge from v2_0branch. v2_0branch tagged as merge-2_0-2_1-9.
388 lines of code changed in:
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:
doing flag identifying server side
68 lines of code changed in:
Add items from conversations with the Riker
31 lines of code changed in:
give the specific curl download link
2 lines of code changed in:
removing MsgGrabFlag handling
0 lines of code changed in:
Don't ask for flags, they will be given
0 lines of code changed in:
Give tanks unrequested flags
40 lines of code changed in:
Send Tank position before requesting a flag grab
8 lines of code changed in:
nagware plugin: send info message to requesting player, not all players.
5 lines of code changed in:
Broken icon - Visual Studio has nothing to to with Mac
0 lines of code changed in:
Only kick one player at a time.
11 lines of code changed in:
the same ol' libcurldll and libsdlmain stuff
3 lines of code changed in:
update curl link and offer solutions for huwnet's errors
9 lines of code changed in:
Copy new nagware plugin from v2_0branch
844 lines of code changed in:
No more Bot-only connection, so no need to filter to them
1 lines of code changed in:
no more crashie crashie. sizeof(char[2]) == sizeof(char*) == 4, not 2.
1 lines of code changed in:
usque tandem lan56 ... Adding include for unix
4 lines of code changed in:
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:
should be #ifdef not #ifNdef
1 lines of code changed in:
Jitter changes 2, to doc and conf. From Thomas Stauer
45 lines of code changed in:
only restore the backup if we created it, an aborted autogen.sh can leave a stale backup.
8 lines of code changed in:
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:
err ... debugging lines should go
0 lines of code changed in:
Jitter kick from Thomas Stauer sf patches
130 lines of code changed in:
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:
visual studio 8 compatibility checkin. builds (with warnings) and runs.
13 lines of code changed in:
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:
Send MsgAddPlayer to bzadmin too
1 lines of code changed in:
result of - between unsigned look strange :) at first sight
6 lines of code changed in:
BZAdmin is too much sequenced. Respect is wish for having Enter done has first things
10 lines of code changed in:
rabbit chase objective wording
3 lines of code changed in:
bzfs yells if no users or groups have the SPAWN permission
26 lines of code changed in:
more ws
3 lines of code changed in:
ws
14 lines of code changed in:
ws
8 lines of code changed in:
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