Commit Log (Page 22 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-22 to 2005-08-16 (Commits 8232-8281 of 9331)

atupone 2005-08-22 06:39

Removing unused var warning.

16 lines of code changed in:

dtremenak 2005-08-21 17:20

add bz_getDebugLevel to the API

10 lines of code changed in:

atupone 2005-08-21 17:13

use sinf cosf instead of sin cos where is ok

17 lines of code changed in:

dtremenak 2005-08-21 12:21

oops, missed playeID

1 lines of code changed in:

dtremenak 2005-08-21 11:55

no need to make things more complicated than necessary. take a playerID instead of a playerData for hasPerm/grantPerm/revokePerm
add an undocumented api function to set a player's admin bit (if possible, you should use permissions instead)
bump API revision to 11 in light of the above changes

40 lines of code changed in:

atupone 2005-08-21 09:35

Fix the idiotic way global login being not used when joining from command line

20 lines of code changed in:

dtremenak 2005-08-21 07:38

proofreading

164 lines of code changed in:

dtremenak 2005-08-21 06:44

actually commit the "couple more little things."

2 lines of code changed in:

dtremenak 2005-08-21 06:42

couple more little things. rewrite SAMPLE_PLUGIN readme to be in comprehensible english instead of druken english

4 lines of code changed in:

dtremenak 2005-08-21 06:35

add killall and fixedspawn to the plugin build solution. clean them up and fix their useless readmes.

9 lines of code changed in:

dtremenak 2005-08-21 06:20

misc plugin & api cleanups. mostly speling and typso.

36 lines of code changed in:

trepan 2005-08-20 21:34

- fix bzadmin w.r.t. MsgMessage's sent form the server before auth.
(should probably also display these messages, but I'll leave that
for somebody else)

25 lines of code changed in:

atupone 2005-08-20 11:52

Executing abbreviated commands

26 lines of code changed in:

trepan 2005-08-19 14:58

allow larger textures

147 lines of code changed in:

trepan 2005-08-19 10:57

shadow warning

2 lines of code changed in:

trepan 2005-08-19 00:30

replace Extents.copy() with an operator

9 lines of code changed in:

trepan 2005-08-18 23:51

- calculate visual extents so that passable objects don't
get clipped when using "fast mode" radar rendering
- draw team flag last, so that they can't be hidden behind a normal flag
(feel free to revert this one if you feel so inclined)

67 lines of code changed in:

trepan 2005-08-18 18:19

fix /shutdownserver, touchup the help

10 lines of code changed in:

chestal 2005-08-18 14:06

better URL-encode server description and advertised group names

2 lines of code changed in:

chestal 2005-08-18 13:52

more ws

6 lines of code changed in:

chestal 2005-08-18 13:47

ws

2 lines of code changed in:

timriker 2005-08-17 21:47

utf8

88 lines of code changed in:

jeffm2501 2005-08-17 19:21

provide a way for command manager callbacks to return an error state besides the string, so that commands that call them can know that something bad happend. Like /set, it dosn't need to let the world know that somone spelled a variable name wrong.

99 lines of code changed in:

jeffm2501 2005-08-17 18:03

current curl is gonna need network before it, so it dosn't geek
god I hate curl.

2 lines of code changed in:

timriker 2005-08-17 15:40

utf8

1 lines of code changed in:

atupone 2005-08-17 15:25

unsigned int != std::string::size_type on 64 bit OS

1 lines of code changed in:

trepan 2005-08-17 05:51

-gndtex option (for team and random worlds)

10 lines of code changed in:

trepan 2005-08-17 03:47

color adjustments

7 lines of code changed in:

lan56 2005-08-17 02:29

update

16 lines of code changed in:

bryjen 2005-08-16 23:52

watch out for NULL returned by getPlayerByIndex

12 lines of code changed in:

jeffm2501 2005-08-16 20:48

vector bad

2 lines of code changed in:

jeffm2501 2005-08-16 16:12

remove the storage of the rogue list, since we don't need it or use it.
kill the right people at the right time once and only once.
don't kill non spawned people.
update windows projects to current standards.

48 lines of code changed in:

jeffm2501 2005-08-16 14:19

api don't need or want config, since the plugins may not even have it :)

0 lines of code changed in:

jeffm2501 2005-08-16 13:40

like totaly make it build on windows again
ares and curl can suck it.

38 lines of code changed in:

trepan 2005-08-16 12:06

avoid unused var warnings

3 lines of code changed in:

brlcad 2005-08-16 11:32

it should now be safe to use std::min and std::max..

17 lines of code changed in:

brlcad 2005-08-16 11:32

more common.h header cleanup!

31 lines of code changed in:

brlcad 2005-08-16 11:30

rewrite/remove the std_max section and add template functions for std::min and std::max if they are not available. define NOMINMAX before including win32.h (hence before windows.h) to encourage the new templates.

27 lines of code changed in:

brlcad 2005-08-16 11:28

use HAVE_STD__COUNT

1 lines of code changed in:

brlcad 2005-08-16 11:27

header cleanup

10 lines of code changed in:

brlcad 2005-08-16 11:26

_COUNT, define NOMINMAX before including windows.h to prevent legacy mfc min and max macros from being defined

1 lines of code changed in:

brlcad 2005-08-16 11:22

change the std::count define to HAVE_STD__COUNT

1 lines of code changed in:

brlcad 2005-08-16 11:21

add custom tests for std::min and std::max, change the define for std::count to be consistent with autoconf's naming rules: HAVE_STD__COUNT

21 lines of code changed in:

brlcad 2005-08-16 11:19

more header cleanup related to the need for common.h to appear before any system headers

26 lines of code changed in:

jujibo 2005-08-16 08:51

fix: stop displaying Reloaded in... if 0-shot server

5 lines of code changed in:

trepan 2005-08-16 08:31

- do some stupid stuff with /cmds
- use the same directory for /saveworld and saving from the menu
- include "common.h" in "World.cxx"

50 lines of code changed in:

trepan 2005-08-16 04:13

change the color for 0-shot servers

1 lines of code changed in:

jeffm2501 2005-08-16 03:46

function to get a list of all bzdb var names.

19 lines of code changed in:

trepan 2005-08-16 03:24

source file templates

79 lines of code changed in:

brlcad 2005-08-16 03:13

more common.h fixage

10 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