ChargedMinersClassic

From wiki.vg
Revision as of 04:41, 24 September 2012 by F (talk | contribs)
Jump to navigation Jump to search

Charged Miners is a client for classic, download the launcher here

Improvements

  • Optional/toggle-able collision detection with terrain.
  • Non-flying player movement code.
  • Expose more options through in-game menus.
  • Save last few messages typed into the console, and allow using up/down arrows to scroll through them (like you would in a terminal).
  • Water cosmetic improvements: specularity, volumetric fog underwater, etc.
  • More chat/terminal improvements (being able to move cursor around with arrow keys, selection with shift key, etc).
  • Lighting mode faithful to Minecraft Classic (straight-down shadows), to allow viewing pixelart properly.
  • Create an entry in the configuration file allowing to adjust the movement speed.
    • Ideally separate entries for normal horizontal and vertical speeds, and for sped-up horizontal and vertical speeds.
  • XBox 360 gamepad support (triggers are on the same axis thanks to MS's driver)

Bugs

  • Intel graphics cards doesn't get smooth textures.
  • Interpolate other players' movement.
  • With viewdistance Furthestest, ghost clones of the players on the same map as you can be seen far down below the world.
    • That's fCraft-specific. As part of its bandwidth-saving algorithm, fCraft hides players who are too far away to be visible by the player at (0,0,-32768). If you add a special handler that doesn't draw players at that location, that'd be great. --F (talk) 19:43, 22 September 2012 (MST)
  • Admincrete is delete-able by non-ops.
    • Check the last byte of the handshake (opcode 0) packet. If it's less than 100, admincrete should NOT be clickable/deletable by players. Also check SetPermission packet (opcode 15), which allows changing this flag after connecting.

Done

  • --resume argument that connects to last connected to server.
  • Bringing up chat should release the mouse.
  • Water surface becomes invisible when underwater.
  • Individual water blocks are clickable (unlike vanilla Minecraft water blocks), which makes underwater building very difficult.
  • Ability to paste text while typing (Ctrl+V or Shift+Ins).
  • Turn on the ability to resize the window by default (at least on Windows).
  • Add ability to part a server after joining, to go back to the server list.
  • Show a list of players when pressing <tab>
  • Repeated breaking/placing on mouseclick hold
  • Better error messages!
  • The toolbox not allowing more than one of the same block
  • Intel graphics cards rendering is broken
  • Irssi style tab complete
  • Water isn't transparent
  • Larger chat window