Commit Log (Page 110 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: 2004-03-09 to 2004-03-06 (Commits 3832-3881 of 9331)

dtremenak 2004-03-09 20:26

use product name rather than VxD filename for identifying the joystick

2 lines of code changed in:

dtremenak 2004-03-09 20:08

initialize mx, my, jx, jy all to 0 to avoid switching mouse/joystick/keyboard if mouse or joystick are not plugged in

2 lines of code changed in:

dtremenak 2004-03-09 20:00

explicitly initialize inited to false to prevent systems without joysticks from thinking they have one

1 lines of code changed in:

dtremenak 2004-03-09 19:49

Make native windows MMSystem joystick use up to ten buttons

9 lines of code changed in:

dtremenak 2004-03-09 19:09

#error if trying to compile USBJoystick on a non-BSD system, as it requires BSD.

3 lines of code changed in:

dtremenak 2004-03-09 19:02

When turning SDL Joystick off, close it first.

5 lines of code changed in:

brlcad 2004-03-09 01:20

initial agility guts, albeit incomplete still -- needs code to limit boost to only initial movements for speed and turns.

22 lines of code changed in:

brlcad 2004-03-09 01:17

agility should modify angular too, make default velocity modifiers dependant on HS and QT flags

5 lines of code changed in:

brlcad 2004-03-09 01:16

agility should modify angular too

1 lines of code changed in:

brlcad 2004-03-09 00:19

add statedatabase convenience vars

9 lines of code changed in:

brlcad 2004-03-08 23:58

added dodge count var

3 lines of code changed in:

brlcad 2004-03-08 23:54

agility variables

5 lines of code changed in:

dtremenak 2004-03-08 23:07

Might be a good idea to initialize variables before returning them...thanks to sgk284 on secretplace for the bug report

2 lines of code changed in:

dbrosius 2004-03-08 22:27

Set spawn azimuth directly opposite of the nearest tank

9 lines of code changed in:

dtremenak 2004-03-08 16:05

Change some defined(__FreeBSD__)'s to defined(BSD)'s to make the other BSD's happier

2 lines of code changed in:

atupone 2004-03-08 15:24

fixing resolution menu when starting without a config

9 lines of code changed in:

dtremenak 2004-03-08 14:55

Make USBJoystick at least compile

17 lines of code changed in:

brlcad 2004-03-08 00:12

some flags missing

8 lines of code changed in:

dtremenak 2004-03-08 00:10

ws

134 lines of code changed in:

brlcad 2004-03-08 00:07

add bouncy flag

1 lines of code changed in:

brlcad 2004-03-07 21:07

doxygenify the header comment

30 lines of code changed in:

dbrosius 2004-03-07 21:07

fix winsock/winsock2 collision

0 lines of code changed in:

dtremenak 2004-03-07 21:00

keep these things compiling on win too :)

1 lines of code changed in:

dtremenak 2004-03-07 20:56

keep things compiling on win

4 lines of code changed in:

atupone 2004-03-07 20:54

recomputing gamma :)

33 lines of code changed in:

brlcad 2004-03-07 20:54

w00t.. finally can get rid of the hard-coded flag lists as they are now automatically generated using the new FlagDesc::label() and iterating over good and bad flag sets

28 lines of code changed in:

brlcad 2004-03-07 20:52

added methods to return a flag label (flagname ([+-]abbv)) and a string of information about a flag (label: description). ws and some doxygen too.

206 lines of code changed in:

dtremenak 2004-03-07 20:51

Make native win joystick recognize "off" and turn off, and make it initialize the first time initJoystick is called instead of the second.

9 lines of code changed in:

dtremenak 2004-03-07 20:50

Clarify readmes' in regard to SDL builds on Win32

10 lines of code changed in:

brlcad 2004-03-07 20:48

ws

2 lines of code changed in:

dtremenak 2004-03-07 19:13

Don't leave MingW out of the MMSystem joystick goodness

4 lines of code changed in:

dtremenak 2004-03-07 19:04

Native windows (MMSystem) joystick support

199 lines of code changed in:

brlcad 2004-03-07 18:21

initial agility doc stub that was forgotten

30 lines of code changed in:

atupone 2004-03-07 18:15

getting gamma from SDL_GetGamma (even if unsupported) ?

12 lines of code changed in:

atupone 2004-03-07 17:34

Adding freebsd configuration

1 lines of code changed in:

dtremenak 2004-03-07 16:45

Add the .cxx to CVS, otherwise having it in the makefile doesn't do a whole lot of good

61 lines of code changed in:

dtremenak 2004-03-07 16:41

Add the .cxx to the makefile, too

8 lines of code changed in:

dtremenak 2004-03-07 16:29

Yeah, put it in the Makefile, too

1 lines of code changed in:

dtremenak 2004-03-07 16:27

Add the missing (but somewhat important) BzfJoystick class header

48 lines of code changed in:

dtremenak 2004-03-07 12:57

Break joystick stuff out of BzfWindow. Create BzfJoystick platform-level class. Move USB and SDL Joystick support to new model.
Hopefully this doesn't bust anything but XIJoystick, which will have to be moved also, but did not look straightforward.

533 lines of code changed in:

atupone 2004-03-07 11:41

typo

1 lines of code changed in:

brlcad 2004-03-07 05:03

adde ability to configure agility flag, denoted use of QT instead of A for quickturn.

7 lines of code changed in:

brlcad 2004-03-07 04:55

added Agility flag doc stub

1 lines of code changed in:

brlcad 2004-03-07 04:52

add new Agility flag

5 lines of code changed in:

brlcad 2004-03-07 04:51

fix FO and RO typo, denote QuickTurn as QT now, add Agility flag

6 lines of code changed in:

brlcad 2004-03-07 04:39

QuickTurn flag symbol changed from A to QT

5 lines of code changed in:

brlcad 2004-03-07 04:32

need to add language translations for the new flags

1 lines of code changed in:

jeffm2501 2004-03-07 00:05

update VC 7.1 to use multi threaded runtime DLLs for ALL projects so that relase builds, build.
rename src/bzflag/commands.cxx to clientCommands.cxx cus VC didn't like having 2 files with the same names since we build all the apps at the same time in the same project ).

732 lines of code changed in:

atupone 2004-03-06 22:54

Adding alternate to the generation system

1 lines of code changed in:

dtremenak 2004-03-06 16:13

kill some dead code

0 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