Author Statistics for gros

Back to Index Page

Author Details

Login: gros
Fullname: gros
Revisions: 609
Lines of Code: 91368
Added Lines of Code: 91598
Lines of Code per Change: 150.0

Author of the Month

Lines Of Code (per Author)

Lines Of Code for gros (per module)

Activity

Commit Log

DateAuthorFile/Message
1/12/06 3:15 PMgros
Better handling of the sixlegs detection. (1 Files changed, 1 Lines changed)
com/realtime/crossfire/jxclient/jxclient.java 1.9 (+1 -2)
1/12/06 3:07 PMgros
Added some primitive detection of the sixlegs PNG. (1 Files changed, 10 Lines changed)
com/realtime/crossfire/jxclient/jxclient.java 1.8 (+10 -1)
1/11/06 2:34 PMgros
Added support for the quote (enter command line) and double-quote ("say") keys, as used in the other clients. (1 Files changed, 10 Lines changed)
com/realtime/crossfire/jxclient/JXCWindow.java 1.9 (+10 -0)
1/11/06 2:27 PMgros
Added support for the numerical keypad as movement keys. (1 Files changed, 64 Lines changed)
com/realtime/crossfire/jxclient/JXCWindow.java 1.8 (+64 -4)
1/11/06 2:04 PMgros
Added preliminary support for scripting. (1 Files changed, 31 Lines changed)
com/realtime/crossfire/jxclient/CrossfireScriptMonitorListener.java 1.1 added 31
1/11/06 2:00 PMgros
Added a "Spell Description" panel, to be later used with the new server spell extension. (7 Files changed, 295 Lines changed)
com/realtime/crossfire/jxclient/JXCSkinPrelude.java 1.4 (+32 -3)
com/realtime/crossfire/jxclient/CfPlayer.java 1.3 (+6 -2)
default.theme/pictures/spell_panel.png 1.1 added 88
com/realtime/crossfire/jxclient/SpellChangedEvent.java 1.1 added 42
com/realtime/crossfire/jxclient/SpellListener.java 1.1 added 32
com/realtime/crossfire/jxclient/JXCWindow.java 1.7 (+17 -0)
com/realtime/crossfire/jxclient/GUILabel.java 1.4 (+78 -23)
1/11/06 1:26 AMgros
Further fix for the flickering problem. (1 Files changed, 8 Lines changed)
com/realtime/crossfire/jxclient/GUIMap.java 1.5 (+8 -1)
1/10/06 1:25 PMgros
Preliminary support for scripting. Far from being complete, though. (5 Files changed, 357 Lines changed)
com/realtime/crossfire/jxclient/GUICommandText.java 1.3 (+4 -0)
com/realtime/crossfire/jxclient/Skill.java 1.3 (+4 -0)
com/realtime/crossfire/jxclient/ServerConnection.java 1.3 (+71 -2)
com/realtime/crossfire/jxclient/ScriptProcess.java 1.1 added 253
com/realtime/crossfire/jxclient/JXCWindow.java 1.6 (+25 -0)
1/10/06 8:53 AMgros
Correcting the long-lasting flickering bug happening with some accelerated renderers settings. (1 Files changed, 5 Lines changed)
com/realtime/crossfire/jxclient/MapSquare.java 1.3 (+5 -1)
1/9/06 12:52 PMgros
- Added an option to directly activate the Java OpenGL accelerated pipeline.
- Make that option default into the JNLP.
(2 Files changed, 9 Lines changed)
com/realtime/crossfire/jxclient/jxclient.java 1.7 (+5 -0)
jxclient.jnlp 1.2 (+4 -2)