UnknownShadow200
|
976aab75ab
|
Make UnhandledError message more helpful. (Thanks ironnoyes)
|
2016-04-19 10:07:15 +10:00 |
|
UnknownShadow200
|
96d435edfc
|
Optimise entity rendering, improves FPS when you have 100-200 models rendering.
|
2016-04-14 16:21:13 +10:00 |
|
UnknownShadow200
|
08ae814bb2
|
Cmd+Q should close client on osx, closes #169. (Thanks AndrewPH)
|
2016-04-14 11:09:49 +10:00 |
|
UnknownShadow200
|
93c35029a3
|
Make zoom fov only active when key binding is held down, to match optifine. (Thanks 123DontMessWitMe)
|
2016-04-14 07:38:25 +10:00 |
|
UnknownShadow200
|
0866009fef
|
Alt+Scrolling in inventory should scroll hotbar instead (Thanks FabTheZen), closes #161.
|
2016-04-08 12:16:30 +10:00 |
|
UnknownShadow200
|
7a2e5d6049
|
Organise most things into namespaces.
|
2016-03-27 09:33:51 +11:00 |
|
UnknownShadow200
|
b857bf23ec
|
Implement 'classic + hax' mode, also show 'choose mode' instead of 'pure classic mode' in the launcher.
|
2016-03-26 17:45:52 +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
|
b859739cb7
|
Show texture pack download status in top right corner.
|
2016-03-02 13:37:45 +11:00 |
|
UnknownShadow200
|
3e05ba60de
|
Make jump height calculation more precise and only show three significant figures (Thanks MrGoober), also always show generate/load options but disabled in multiplayer.
|
2016-02-27 08:54:37 +11:00 |
|
UnknownShadow200
|
5f00aad7be
|
Fix alex skin detection for non 64x64 skins.
|
2016-02-22 22:14:28 +11:00 |
|
UnknownShadow200
|
f78af8e815
|
Implement basic entity shadows.
|
2016-02-18 22:09:57 +11:00 |
|
UnknownShadow200
|
eb3bbc168a
|
Separate player logic into separate component classes.
|
2016-02-16 23:37:18 +11:00 |
|
UnknownShadow200
|
55391b3f15
|
Start implementing entity AI.
|
2016-02-16 23:04:09 +11:00 |
|
UnknownShadow200
|
05336ee5ca
|
Removed herobrine.
|
2016-02-11 11:43:00 +11:00 |
|
UnknownShadow200
|
4811f15bf3
|
Announcement texture should be in top quarter, fix non-32 bpp terrain.png files crashing client when saved to texturecache (Thanks goodlyay), fix hotkeys not being removed when closing client then the launcher (Thanks 123DontMessWitMe).
|
2016-02-07 11:59:53 +11:00 |
|
UnknownShadow200
|
20205a42fb
|
Fix NamesMode not being loaded.
|
2016-02-07 09:16:07 +11:00 |
|
UnknownShadow200
|
36ff4f7b6e
|
Add 'time been playing for' that can be shown by pressing F9 (Thanks BDlikes), finally finish entity shadows.
|
2016-02-05 18:51:06 +11:00 |
|
UnknownShadow200
|
25a4f792fe
|
More work on own entity shadow.
|
2016-02-05 13:31:52 +11:00 |
|
UnknownShadow200
|
d6e541bc91
|
Minor memory optimisations.
|
2016-02-02 19:04:20 +11:00 |
|
UnknownShadow200
|
70243e6838
|
Allow using non-arial font names.
|
2016-02-01 18:11:06 +11:00 |
|
UnknownShadow200
|
a682a57e31
|
Don't allocate an object reference to the game class for every particle, instead pass it as an argument. Also use new more organised options key, which are still backwards compatible.
|
2016-01-31 22:53:42 +11:00 |
|
UnknownShadow200
|
c3ffec20a2
|
Save 'show FPS' option, also refresh the level if a BlockDefinition is added/changed/removed after the level loaded the first time.
|
2016-01-30 21:26:59 +11:00 |
|
UnknownShadow200
|
b46f2cff5f
|
Don't overwrite launcher settings, partially fix launcher crashing issue in classic mode.
|
2016-01-28 12:48:51 +11:00 |
|
UnknownShadow200
|
3794876119
|
Initial implementation of classic options menu.
|
2016-01-24 00:14:56 +11:00 |
|
UnknownShadow200
|
1b4071f9eb
|
Allow binding keyboard presses to act like mouse clicks.
|
2016-01-20 16:24:27 +11:00 |
|
UnknownShadow200
|
f6d083f280
|
Slightly reduce own player bobbing to be less noticable (Thanks Cecil), add a confirmation dialog when selecting 'no/always no' to a texture pack (Thanks goodlyay), move arial chat font back to its more logical place in gui options. (Thanks FabTheZen)
|
2016-01-15 22:18:11 +11:00 |
|
UnknownShadow200
|
c11f1d2ebd
|
Add separate option for hotbar and inventory scale (Thanks FabTheZen), also fix blocks in hotbar not properly scaling on large resolutions.
|
2016-01-13 23:32:26 +11:00 |
|
UnknownShadow200
|
6a2514af4e
|
Fix 'use classic gui' option not being shown (Thanks venom983), fix view matrix having issues when spectating someone who is looking straight up or down in classicube. (Thanks 123DontMessWitMe)
|
2016-01-13 22:16:45 +11:00 |
|
UnknownShadow200
|
7c7bc4e79d
|
Add 'use CPE' button to nostalgia settings.
|
2016-01-12 22:15:54 +11:00 |
|
UnknownShadow200
|
bbe3820e95
|
Initial implementation of head vs body yaw roation, also use default.png in more places instead of always hardcoding arial. (Thanks Vladcosmonaut)
|
2016-01-12 21:32:31 +11:00 |
|
UnknownShadow200
|
6621f81cda
|
Implement the old classic player list.
|
2016-01-12 14:26:39 +11:00 |
|
UnknownShadow200
|
a4c548cd14
|
Initial implementation of nostalgia options - can turn off custom blocks, and can turn off using server textures.
|
2016-01-11 19:44:50 +11:00 |
|
UnknownShadow200
|
b79de4c457
|
Create and implement the CpeTextColours extension.
|
2016-01-10 21:05:46 +11:00 |
|
UnknownShadow200
|
7a866f351e
|
Add auto tab-complete as an option under gui options.
|
2016-01-10 12:57:32 +11:00 |
|
UnknownShadow200
|
f742ba6f20
|
Set output type to windows application again, start work on double/triple jump from classicube.
|
2016-01-10 00:35:52 +11:00 |
|
UnknownShadow200
|
5e29f5cd23
|
Add tilde auto-completion (Thanks 123DontMessWitMe)
|
2016-01-09 20:00:20 +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
|
101cbc5f06
|
Add more methods for android, add platform class to abstract away some platform differences.
|
2016-01-07 22:29:40 +11:00 |
|
UnknownShadow200
|
526fa9669c
|
Properly fix rope, also draw selected texture over top of isometric blocks.
|
2016-01-06 23:21:00 +11:00 |
|
UnknownShadow200
|
784bcd73b4
|
Allow using classic gui.png texture.
|
2016-01-02 23:49:05 +11:00 |
|
UnknownShadow200
|
d51f3572b6
|
Add zoom option to client.
|
2015-12-31 12:33:55 +11:00 |
|
UnknownShadow200
|
f8e19afe65
|
Implement clipping for third person camera, also fix sound selection method for blocks being wrong (Thanks 123DontMessWitMe)
|
2015-12-31 11:09:53 +11:00 |
|
UnknownShadow200
|
ec4b708a84
|
Fix not being able to select sprites, start work on camera clipping.
|
2015-12-31 09:28:19 +11:00 |
|
UnknownShadow200
|
1887b2f389
|
Add a first person zoom camera (Thanks imjonnyboy), also first step sound chosen should be solid block directly at feet (Thanks goodlyay).
|
2015-12-30 21:03:32 +11:00 |
|
UnknownShadow200
|
1bb4b9d99b
|
Move texture packs and map files into their own sub-directories.
|
2015-12-30 13:54:33 +11:00 |
|
UnknownShadow200
|
f03148555e
|
Use absolute instead of relative paths, launching ClassicalSharp from terminal works properly now.
|
2015-12-27 22:51:26 +11:00 |
|