User statistics for dtremenak

back to main page

Summary Period: 2004-01-19 to 2006-06-27

Total Changes

2361 (7.7%)

Lines of Code

36054 (6.5%)

Modules

Directory Changes Lines of Code Lines per Change
Totals 2361 (100.0%) 36054 (100.0%) 15.2
src/bzflag/ 802 (34.0%) 12957 (35.9%) 16.1
src/bzfs/ 426 (18.0%) 7804 (21.6%) 18.3
src/platform/ 149 (6.3%) 3054 (8.5%) 20.4
tools/TextTool-W32/ 64 (2.7%) 2886 (8.0%) 45.0
src/3D/ 66 (2.8%) 1765 (4.9%) 26.7
src/common/ 110 (4.7%) 1408 (3.9%) 12.8
Dev-C++/ 16 (0.7%) 1242 (3.4%) 77.6
include/ 229 (9.7%) 1220 (3.4%) 5.3
src/geometry/ 65 (2.8%) 655 (1.8%) 10.0
/ 150 (6.4%) 618 (1.7%) 4.1
plugins/logDetail/ 9 (0.4%) 507 (1.4%) 56.3
plugins/doc/ 20 (0.8%) 362 (1.0%) 18.1
src/mediafile/ 13 (0.6%) 268 (0.7%) 20.6
src/game/ 53 (2.2%) 242 (0.7%) 4.5
src/obstacle/ 23 (1.0%) 207 (0.6%) 9.0
src/bzadmin/ 27 (1.1%) 178 (0.5%) 6.5
src/ogl/ 17 (0.7%) 129 (0.4%) 7.5
src/scene/ 13 (0.6%) 109 (0.3%) 8.3
plugins/HoldTheFlag/ 4 (0.2%) 79 (0.2%) 19.7
man/ 17 (0.7%) 72 (0.2%) 4.2
src/net/ 15 (0.6%) 51 (0.1%) 3.4
src/geometry/models/tank/ 14 (0.6%) 33 (0.1%) 2.3
misc/ 10 (0.4%) 32 (0.1%) 3.2
src/world/ 2 (0.1%) 29 (0.1%) 14.5
src/date/ 4 (0.2%) 27 (0.1%) 6.7
plugins/RogueGenocide/ 3 (0.1%) 21 (0.1%) 7.0
plugins/chathistory/ 2 (0.1%) 15 (0.0%) 7.5
tools/TextTool-W32/res/ 4 (0.2%) 13 (0.0%) 3.2
src/platform/MacOSX/ 3 (0.1%) 11 (0.0%) 3.6
plugins/killall/ 4 (0.2%) 9 (0.0%) 2.2
tools/modeltool/vc71/ 2 (0.1%) 7 (0.0%) 3.5
plugins/shockwaveDeath/ 3 (0.1%) 7 (0.0%) 2.3
plugins/playHistoryTracker/ 2 (0.1%) 6 (0.0%) 3.0
plugins/fixedspawn/ 3 (0.1%) 6 (0.0%) 2.0
plugins/airspawn/ 1 (0.0%) 4 (0.0%) 4.0
plugins/SAMPLE_PLUGIN/ 1 (0.0%) 4 (0.0%) 4.0
tools/modeltool/ 3 (0.1%) 3 (0.0%) 1.0
plugins/ 4 (0.2%) 3 (0.0%) 0.7
tools/ 1 (0.0%) 2 (0.0%) 2.0
plugins/python/ 1 (0.0%) 2 (0.0%) 2.0
doc/guide/Installation/ 1 (0.0%) 2 (0.0%) 2.0
doc/guide/ 1 (0.0%) 2 (0.0%) 2.0
plugins/vocaliser/ 1 (0.0%) 1 (0.0%) 1.0
plugins/scorereset/ 1 (0.0%) 1 (0.0%) 1.0
doc/faq/ 1 (0.0%) 1 (0.0%) 1.0
plugins/hiddenAdmin/ 1 (0.0%) 0 (0.0%) 0.0

Activity by Clock Time

Most Recent Commits

dtremenak 2006-06-27 12:44

build

1 lines of code changed in:

dtremenak 2006-06-27 12:40

fix segfault (thx toughshooter)

7 lines of code changed in:

dtremenak 2006-06-27 11:23

be consistent, scale other tanks' shots (from white) by height even when colored shots are off.

2 lines of code changed in:

dtremenak 2006-06-23 18:24

when scaling, start big and get small, instead of vice versa, so that long lines of text fit correctly when using unscaled or tiny fonts

2 lines of code changed in:

dtremenak 2006-06-23 17:14

HelpInstructionsMenu fonts are resized dynamically based on the longest localized string, so they aren't all cramped up in one corner.

50 lines of code changed in:

dtremenak 2006-06-23 16:17

headers are headers

4 lines of code changed in:

dtremenak 2006-06-23 16:13

refactor help menus.

665 lines of code changed in:

dtremenak 2006-06-16 19:33

ws, remove unused codependent variables

10 lines of code changed in:

dtremenak 2006-06-16 19:12

ws, remove unnecessary code, remove unnecessary translation call

48 lines of code changed in:

dtremenak 2006-06-16 16:40

redesign quit menu:
add real options for yes and no for people who don't read instructions well.
add non-persistent option to save settings or not when quitting.
remove save settings option from main menu.

67 lines of code changed in:

dtremenak 2006-06-16 15:46

behave as documented. return null for getTargetTank/getTargetFlag if there is no tank or flag targetted because the current mode does not allow it.

8 lines of code changed in:

dtremenak 2006-06-03 18:57

update with 2.0.8 changes

6 lines of code changed in:

dtremenak 2006-05-29 14:29

let there be rounded frames. frame style is selectable.

106 lines of code changed in:

dtremenak 2006-05-27 21:38

simple HUDuiFrame implementation

197 lines of code changed in:

dtremenak 2006-05-27 19:29

split HUDuiControl into two pieces.
HUDuiElement contains necessary members for display of interactive and noninteractive UI elements.
HUDuiControl derives from HUDuiElement and adds members for focus control and interactive manipulation.
Modify HUDDialog to allow a list of HUDuiElements which are not necessarily HUDuiControls to be added and automatically rendered.

307 lines of code changed in:

dtremenak 2006-05-27 17:50

quell warning

1 lines of code changed in:

dtremenak 2006-05-13 17:31

ws (aka cvs works now?)

1 lines of code changed in:

dtremenak 2006-04-18 17:59

pdcurses 2.8 compatibility (thx W. McBrine)
add support for bzadmin+pdcurses on vc8

40 lines of code changed in:

dtremenak 2006-04-12 20:03

use CURLOPT_FORBID_REUSE to avoid stale waiting connections

5 lines of code changed in:

dtremenak 2006-04-04 19:36

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

650 lines of code changed in:

(896 more)

Generated by StatCVS 0.2.2