57
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 16, 2024 — Jun 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Deprecated some more things, fixed some javadoc links, and added some more package.html files. More... about 14 years ago
Better address binding. Deprecated the methods on the old Message class that are truly dangerous in the new version since they always return null. More... about 14 years ago
Added a form of client that allows delayed connection using the standard network stack. More... about 14 years ago
Added the disconnect message which kicking a client from the new server... haven't actually tested it. More... over 14 years ago
Centralize the logic for accumulating and converting non-aligned ByteBuffers into messages and messages into ByteBuffers. More... over 14 years ago
Update a javadoc for clarity. More... over 14 years ago
My not cleaned up throughput test showing the basic calling of the new SM API. More... over 14 years ago
Still a work in progress. The new API and base implementations of the new interfaces. Still exists entirely in parallel with the old code. More... over 14 years ago
Still a work in progress. This is the new 'heart' of the SM module that simply routes raw bytes over transports, hiding the particular transport implementation and threading model. More... over 14 years ago
SimpleApplication has now built in methods to display or not fps tex and stat view. More... over 14 years ago
SSAOFilter can now be multi sampled More... over 14 years ago
* Attempt to fix ATI native crash with particles
Momoko_Fan
as sha..rd
More... over 14 years ago
Unwinding the ouroboros... modified these public API classes to not expose their internals by implementing listeners directly. Moved the listeners inside. More... over 14 years ago
Removing deprecated methods. So long, and don't let the door hit you on the way out... More... over 14 years ago
A tourniquet to steep the bleeding on the UDP side before it gets replaced. More... over 14 years ago
Just renaming some vars to be more inline with what they are. Makes it easier to find calls to Client. More... over 14 years ago
Added PosterizationFilter contribution by Roy Straver a.k.a. Baal Garnaal More... over 14 years ago
Added CrossHatchFilter contribution by Roy Straver a.k.a. Baal Garnaal More... over 14 years ago
BitmapText.setColor(color) now behaves as expected and sets the default color for all letters even after a text change. More... over 14 years ago
- improve ant task for fetching wiki pages, no build fail when data cannot be loaded More... over 14 years ago
- update jmp build script More... over 14 years ago
Update sdk build script More... over 14 years ago
- update build copy location More... over 14 years ago
Bone animation : - Fixed squashing flickering when changing animation - Fixed scale computation when blending - Ogre loader can now properly load scales from ogre xml files More... over 14 years ago
- add DDS support to texture browser (thanks to @destroflyer!) More... over 14 years ago
- enable stable update center More... over 14 years ago
- add obfuscation support to build More... over 14 years ago
- add obfuscation support to jMP via ProGuard More... over 14 years ago
Adding a comment hinting at maybe why jme nifty text used to work better and then broke at some point. The older previously commented out code provided a better text width value than BitmapFont did before the recent fixes. More... over 14 years ago
Fixed a handful of bugs in the getLineWidth() method. Essentially, it is doing a parallel and nearly completely different calculation of line width than the one that Letters/BitmapText does. Consolidating this position model would probably be a good idea someday. More... over 14 years ago