Mercury Developers: cnlohr

Login name:
cnlohr
Total Commits:
2492 (34.6%)
Lines of Code:
117304 (38.0%)
Most Recent Commit:
2007-06-17 01:08

Activity by Clock Time

Activity by Hour of Day for cnlohr

Activity by Day of Week for cnlohr

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 2492 (100.0%) 117304 (100.0%) 47.0
src/compile_all_in/ 44 (1.8%) 48838 (41.6%) 1109.9
src/ 2004 (80.4%) 45742 (39.0%) 22.8
Themes/default/Models/ 15 (0.6%) 6347 (5.4%) 423.1
src/ode/ 23 (0.9%) 3502 (3.0%) 152.2
Doxygen/Graphviz/ 20 (0.8%) 2824 (2.4%) 141.2
Themes/default/Files/ 78 (3.1%) 1845 (1.6%) 23.6
Util/HGPack/ 3 (0.1%) 1687 (1.4%) 562.3
Util/OgreXMLToHG/ 13 (0.5%) 1678 (1.4%) 129.0
Util/ModelOptimizer/ 29 (1.2%) 1323 (1.1%) 45.6
Util/MS3DPlugin/ 18 (0.7%) 1092 (0.9%) 60.6
/ 42 (1.7%) 707 (0.6%) 16.8
src/Crash/ 16 (0.6%) 364 (0.3%) 22.7
src/Crash/Windows/ 11 (0.4%) 261 (0.2%) 23.7
Themes/default/Graphics/ 45 (1.8%) 254 (0.2%) 5.6
Doxygen/ 7 (0.3%) 228 (0.2%) 32.5
Util/MakeOBJ/ 4 (0.2%) 219 (0.2%) 54.7
Themes/default/ 31 (1.2%) 175 (0.1%) 5.6
Themes/default/Models/Skybox/ 50 (2.0%) 73 (0.1%) 1.4
Themes/ 2 (0.1%) 56 (0.0%) 28.0
Docs/ 17 (0.7%) 53 (0.0%) 3.1
src/Crash/Linux/ 14 (0.6%) 36 (0.0%) 2.5
src/Crash/Windows/ddk/ 6 (0.2%) 0 (0.0%) 0.0

Activity of cnlohr

Most Recent Commits

cnlohr 2007-06-17 01:08

Fix warnings for Linux. If this creates any serious problems for windows,
revert.

15 lines of code changed in:

  • adv_set.c (+2 -1)
  • src: MercuryGLState.cpp (+1 -1), MercuryGLState.h (+3 -3), MercuryMesh.cpp (+5 -5), MercuryNetClient.cpp (+1 -1), MercuryObjectFactory.h (+1 -1), ScreenFPS2.cpp (+2 -2)
cnlohr 2007-06-13 21:37

Add some new features to ezSockets

37 lines of code changed in:

  • src: ezSockets.cpp (+34 -1), ezSockets.h (+3)
cnlohr 2007-05-25 00:47

Hmm... Apparently we need to set ambient in both sections (FPSStuff, and ScreenFPS)

2 lines of code changed in:

  • Themes/default: metrics.ini (+2 -2)
cnlohr 2007-05-12 21:13

Woah big memory leak on PS3

4 lines of code changed in:

  • src: MercuryInputFB.cpp (+4 -4)
cnlohr 2007-04-24 21:50

fix the rock

25 lines of code changed in:

  • Themes/default/Files: myworld2.ini (+19 -19)
  • src: MercuryODE.cpp (+6 -3)
cnlohr 2007-04-14 21:19

Fix ezsockets to reflect the non-crash-on-send-crap, and newline should
send full newline, not \r.

2 lines of code changed in:

  • src: ezSockets.cpp (+2 -2)
cnlohr 2007-04-13 12:21

Add a new screen, ScreenFPS2, this is where I'll throw any heavily exparemental stuff.

656 lines of code changed in:

  • adv_set.c (+3 -2)
  • Themes/default: metrics.ini (+4)
  • Themes/default/Files: Copper.ini (+4 -4)
  • src: MercuryODE.h (+3 -2), MercuryTexture.cpp (-2), ScreenFPS2.cpp (new 546), ScreenFPS2.h (new 96)
cnlohr 2007-04-13 02:02

Finally got it working :)

9 lines of code changed in:

  • src: MercuryDynTex.cpp (+6), MercuryDynTex.h (+1 -1), MercuryOGL.cpp (+1 -1), MercuryTexture.h (+1)
cnlohr 2007-04-13 01:31

Clean up some stuff, and get most of the code in that it takes to do some real GPGPU.

26 lines of code changed in:

  • src: MercuryDynTex.cpp (+1 -5), MercuryDynTex.h (-2), MercuryOGL.cpp (+19 -2), MercuryOGL.h (+4), MercuryTexture.h (+2)
cnlohr 2007-04-02 02:06

fix linux compile (oops)

1 lines of code changed in:

  • src: RaceCar.cpp (+1 -1)
cnlohr 2007-04-02 02:02

Update -- add the car screen, and don't delete sound on exit. I can't
debug this worth anything in linux because of that.

5 lines of code changed in:

  • adv_set.c (+2 -2)
  • src: Mercury.cpp (+3 -1)
cnlohr 2007-03-31 13:29

fix no-glsl-available problem.

6 lines of code changed in:

  • src: MercuryOGL.cpp (+6 -1)
cnlohr 2007-03-07 15:09

Add small quantity of stuff for snow project, for helping dave

39 lines of code changed in:

  • src: MercuryDynTex.cpp (+12), MercuryDynTex.h (+3), MercuryMesh.cpp (+1), MercuryMesh.h (+2), MercuryOGL.cpp (+21 -1)
cnlohr 2007-03-07 14:59

Tweak sprites.

5 lines of code changed in:

  • src: MercuryShapes.cpp (+2 -1), MercuryShapes.h (+3)
cnlohr 2007-03-05 00:49

Allow sprites to be turned into meshes.

46 lines of code changed in:

  • src: MercuryShapes.cpp (+45 -34), MercuryShapes.h (+1 -1)
cnlohr 2007-03-04 21:44

Number of tweaks were necessiary for snow.

53 lines of code changed in:

  • src: MercuryDynTex.cpp (+21 -2), MercuryDynTex.h (+8), MercuryShapes.cpp (+18 -20), MercuryShapes.h (+4 -1), PStack.h (+2)
cnlohr 2007-02-27 23:30

Major change -- add mesh manager back! Now, we can "stamp" common objects.

317 lines of code changed in:

  • src: MercuryLoadableModel.cpp (+10 -5), MercuryLoadableModel.h (+2 -1), MercuryMesh.cpp (+66 -15), MercuryMesh.h (+82 -54), MercuryModel.cpp (+1 -1), MercuryODE.cpp (+4 -4), MercuryShapes.cpp (+151 -154), MercurySprite.cpp (+1 -1)
cnlohr 2007-02-27 20:42

Tweaks/optimizations

8 lines of code changed in:

  • ode.dll (changed)
  • src: Mercury-VC2005.vcproj (+1), MercuryText.cpp (+6 -6), ezSockets.cpp (+1 -1), ode.lib (changed)
cnlohr 2007-02-27 20:08

Fix crash when using non-floating-point-FBOs

5 lines of code changed in:

  • Themes/default/Graphics: test2.ini (+1 -1)
  • src: MercuryOGL.cpp (+3 -3), ScreenFPS.cpp (+1 -1)
cnlohr 2007-02-25 14:48

log FPS

1 lines of code changed in:

  • src: MercuryDisplay.cpp (+1)

(1028 more)

Generated by StatCVS 0.3