summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/Packet3Chat.java
Commit message (Collapse)AuthorAgeLines
* Updated version to 1.2.5-R0.1-SNAPSHOTDinnerbone (Laptop)2012-03-30-3/+4
|
* Update for 1.1_01 renames.Erik Broes2012-01-15-1/+1
| | | | | We know these updates (can) break plugins bypassing Bukkit. They are needed for smooth updates however. There will be another one right before before 1.1-R1.
* Updated to Minecraft 1.1Erik Broes2012-01-12-1/+1
|
* Massive renaming update in nms. If you bypassed Bukkit, you will likely break.Erik Broes2011-06-27-5/+6
| | | | Also minimized all the nms diffs and generic cleanups all around.
* Whitespace + general cleanupErik Broes2011-05-15-6/+6
|
* Fix TextWrapping issues; Now limits the packets send to the client to ↵Erik Broes2011-04-25-0/+38
either: 119 chars or 320 width. This will strip disallowed characters, propagate colors properly to the next line and not 'eat' multiple color-codes.