UnknownShadow200
|
0ab5ef4434
|
Rename INetworkProcessor to the more descriptive IServerConnection, since it does not necessarily actually use the network.
|
2016-09-11 12:52:00 +10:00 |
|
UnknownShadow200
|
8c52ada595
|
Use named StringLength constant instead of hardcoding 64 everywhere, replace StringBuilder with StringBuffer.
|
2016-08-15 18:33:37 +10:00 |
|
UnknownShadow200
|
ff4b1eb723
|
Avoid foreach wherever possible.
|
2016-08-15 12:57:25 +10:00 |
|
UnknownShadow200
|
333d7cef53
|
Reduce Texture struct size by 4 bytes, also fix issue with Control+Backspace. (Thanks FabTheZen)
|
2016-07-08 12:29:55 +10:00 |
|
UnknownShadow200
|
29696560be
|
Fix changing a colour code not changing colour in chat, only extended input widget.
|
2016-06-25 23:04:25 +10:00 |
|
UnknownShadow200
|
b1a60aa84e
|
Fix ctrl+backspace (Thanks FabTheZen).
|
2016-06-25 10:21:39 +10:00 |
|
UnknownShadow200
|
4d4ca0adc6
|
Trim whitespace and newlines when pasting text from clipboard.
|
2016-06-16 10:12:49 +10:00 |
|
UnknownShadow200
|
d6266ed61e
|
Normalise line endings to end this madness. (Thanks Jjp137)
|
2016-06-11 17:56:37 +10:00 |
|
UnknownShadow200
|
1ab620559b
|
Fix key bindings not working due to mono compiler issue with enum initalisers.
|
2016-06-10 17:17:10 +10:00 |
|
UnknownShadow200
|
58aea5ca6b
|
Refactor key bindings menus.
|
2016-06-10 15:19:14 +10:00 |
|
UnknownShadow200
|
6111e72f88
|
Remove some unused code.
|
2016-05-31 17:41:49 +10:00 |
|
UnknownShadow200
|
c4f1f69cbd
|
Use a single tab list code base for both CPE ExtPlayerList and original tab list behaviour.
|
2016-05-29 21:37:38 +10:00 |
|
UnknownShadow200
|
e610a191e0
|
Draw input text over top of hotbar (Thanks FrostFox).
|
2016-05-26 10:01:32 +10:00 |
|
UnknownShadow200
|
aebeefc1ed
|
Fix crashing when you type in %8, then press left, then press backspace. (Thanks 123DMWM)
|
2016-05-21 23:58:31 +10:00 |
|
UnknownShadow200
|
d837b31f84
|
Also backspace in input should backspace colour code before the character.
|
2016-05-08 22:06:26 +10:00 |
|
UnknownShadow200
|
667c157ef6
|
Fix tab complete not working when names have _ or . in them. (Thanks goodlyay)
|
2016-05-01 20:57:59 +10:00 |
|
UnknownShadow200
|
fe746d58de
|
Fix scroll wheel being too slow on OSX (Thanks AndrewPH), fix colour codes used internally showing up when pressing left alt.
|
2016-04-17 23:49:23 +10:00 |
|
UnknownShadow200
|
24b5db5bf6
|
Show prefix character in chat input (Thanks FrostFox), partially addresses #167.
|
2016-04-16 22:08:15 +10:00 |
|
UnknownShadow200
|
e5b77528ff
|
Copy/Paste should work on OSX now. (Thanks AndrewPH)
|
2016-04-16 14:17:24 +10:00 |
|
UnknownShadow200
|
02a21ab050
|
Alt+F4 and Cmd+Q on OSX should also close the launcher. (Thanks AndrewPH)
|
2016-04-14 11:51:52 +10:00 |
|
UnknownShadow200
|
b15106c960
|
Fix client crashing in classic mode when pasting past 62*3 characters.
|
2016-04-09 07:44:16 +10:00 |
|
UnknownShadow200
|
7a2e5d6049
|
Organise most things into namespaces.
|
2016-03-27 09:33:51 +11:00 |
|
UnknownShadow200
|
a78205c45a
|
Add copyright notices to every source file.
|
2016-03-26 13:51:42 +11:00 |
|
UnknownShadow200
|
7af045f9a9
|
Text input now properly wraps colour codes across multiple lines. (Thanks xnotx123)
|
2016-03-24 13:11:26 +11:00 |
|
UnknownShadow200
|
c5b2ff1efe
|
Implement multi-line link wrapping.
|
2016-03-03 21:46:21 +11:00 |
|
UnknownShadow200
|
da6c5eed3d
|
Fix fire playing wood sound, clipboard copying with invalid characters should still insert the valid characters (Thanks 123DontMessWitMe), add 0 chatlines support and fix crashing on chatlines less than 10. (Thanks mtndewissewthing)
|
2016-02-08 21:23:09 +11:00 |
|
UnknownShadow200
|
f4ce55cb5c
|
Keypad enter sends chat, double jump loads option and defaults to false, fly is not affected by speed multiplier (Thanks nyxzimus), control+backspace should not remove the space (Thanks FabTheZen), fixes #126.
|
2016-01-12 10:22:58 +11:00 |
|
UnknownShadow200
|
7a866f351e
|
Add auto tab-complete as an option under gui options.
|
2016-01-10 12:57:32 +11:00 |
|
UnknownShadow200
|
d4fcdf3199
|
Use proper key press, instead of looking for KeyDown event.
|
2016-01-10 00:59:10 +11:00 |
|
UnknownShadow200
|
ebe79603d3
|
Temp disable tilde-autocompletion as it doesn't bind to the same character on all keyboards.
|
2016-01-10 00:40:12 +11:00 |
|
UnknownShadow200
|
5e29f5cd23
|
Add tilde auto-completion (Thanks 123DontMessWitMe)
|
2016-01-09 20:00:20 +11:00 |
|
UnknownShadow200
|
6ac0e096a4
|
Add a warning to chat (always shown at button of chat area) when using multiple-line messages on servers that don't support LongerMessages.
|
2016-01-09 15:23:28 +11:00 |
|
UnknownShadow200
|
1c667f7948
|
Quick fix for last commit with copying/pasting.
|
2016-01-09 07:01:44 +11:00 |
|
UnknownShadow200
|
3ddf6b003b
|
Add control left/right/up/down/backspace to chat input. (Thanks FabTheZen)
|
2016-01-08 23:49:15 +11:00 |
|
UnknownShadow200
|
a6cd5f82d5
|
Allow clicking on chat input to move caret to that position, also fix double clicking options crashing (Thanks nyxzimus).
|
2016-01-08 21:14:24 +11:00 |
|
UnknownShadow200
|
da1d880c8c
|
Some minor touchups: play place sound, allow using arrow keys in launcher colour scheme, can press F1 when chat input is open. (Thanks Fudgie and ScruffyRules)
|
2016-01-07 22:55:49 +11:00 |
|
UnknownShadow200
|
b8c5895665
|
Fix pressing text with empty chat input crashing. (Thanks nyxzimus)
|
2016-01-06 15:26:54 +11:00 |
|
UnknownShadow200
|
edd321762e
|
Fix clickable chat not properly checking input for invalid characters on non-FullCP437 servers. (Thanks WhatIDoHere)
|
2016-01-05 13:33:31 +11:00 |
|
UnknownShadow200
|
a6d0bf15b3
|
You can use down arrow back to the original text you had typed in before pressing up, also fix 'Hacks enabled' cycling the camera.
|
2016-01-04 09:44:52 +11:00 |
|
UnknownShadow200
|
333a6b0c89
|
Add extended input key binding.
|
2015-11-23 08:03:35 +11:00 |
|
UnknownShadow200
|
af41465595
|
Make alt text list modifiable.
|
2015-11-11 11:31:12 +11:00 |
|
UnknownShadow200
|
c5a1f5a27e
|
Fix bug with tab list when help down from map change (Thanks 123DMWM), don't show sides/edge block if it is air, add basis for new colours/emotes gui.
|
2015-11-10 18:46:23 +11:00 |
|
UnknownShadow200
|
bbc0ed8edc
|
Fix pasting replacing instead of inserting, fix client showing white textures when default texture pack doesn't have all required textures. Now the client resorts back to default.zip first.
|
2015-11-10 08:25:27 +11:00 |
|