UnknownShadow200
|
98d435b110
|
fix licensing
|
2017-01-20 09:12:04 +11:00 |
|
UnknownShadow200
|
1aef52fab2
|
Use standard indentation for everything.
|
2016-11-27 14:47:09 +11:00 |
|
UnknownShadow200
|
c1ade5f0e1
|
Style: More work on making widget code cleaner.
|
2016-10-30 12:50:15 +11:00 |
|
UnknownShadow200
|
d4b38709e1
|
Style: Refactor gui widget layout code.
|
2016-10-30 11:20:49 +11:00 |
|
UnknownShadow200
|
71799ba86c
|
Survival: add basic structure for a healthbar
|
2016-10-20 16:52:37 +11:00 |
|
UnknownShadow200
|
cc4f284591
|
Client: Fix 'always yes' not working (Thanks Daeslender), fix sprite blocks loading wrongly from .cw files.
|
2016-10-19 07:52:18 +11:00 |
|
UnknownShadow200
|
62f01431ba
|
Client: Remove client clock in top right.
|
2016-10-18 18:12:20 +11:00 |
|
UnknownShadow200
|
03a8c27deb
|
Client: Modularise out TextAtlas part of FPSScreen
|
2016-10-18 18:09:36 +11:00 |
|
UnknownShadow200
|
2452cc93a7
|
Style: Use gfx consistently everywhere, instead of mixing api and graphics.
|
2016-10-12 12:25:12 +11:00 |
|
UnknownShadow200
|
273b3b32e2
|
Gfx: Remove unnecessary parameter from UpdateDynamicIndexedVb
|
2016-10-10 09:13:32 +11:00 |
|
UnknownShadow200
|
e20f57dcb5
|
Style: Namespace everything.
|
2016-09-26 18:33:05 +10:00 |
|
UnknownShadow200
|
7d2c9b0829
|
Fixes messages to the server including trailing spaces at the end of the chat input.
|
2016-09-11 13:02:35 +10:00 |
|
UnknownShadow200
|
cc92a2794e
|
oldWidth/oldHeight is never used in the gui code, removed it.
|
2016-07-25 12:24:57 +10:00 |
|
UnknownShadow200
|
7432413a77
|
Move gui code to a separate class.
|
2016-07-25 12:11:55 +10:00 |
|
UnknownShadow200
|
b86dd00e13
|
Fix F9 clock showing 0 mins when played for exactly 1h0m. (Thanks KawaiiCube)
|
2016-07-16 08:30:35 +10:00 |
|
UnknownShadow200
|
7be81bea37
|
Fix most of remaining compilation errors on android project type.
|
2016-07-14 11:29:54 +10:00 |
|
UnknownShadow200
|
f227bbfbbf
|
Modularise animation part of held block into a separate file.
|
2016-07-08 22:06:35 +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
|
11f2695771
|
Make bottom right text group same location as normal chat group, reduce code duplication.
|
2016-06-20 20:21:07 +10:00 |
|
UnknownShadow200
|
69d5d213a0
|
Fix 'speed on' not showing in top left status screen. (Thanks Tree)
|
2016-05-17 07:45:52 +10:00 |
|
UnknownShadow200
|
21e8a34b36
|
Make ParticleManager an IGameComponent, remember to release native textures.
|
2016-05-13 16:26:31 +10:00 |
|
UnknownShadow200
|
442d72bd6b
|
More usage of IGameComponent
|
2016-05-08 18:53:52 +10:00 |
|
UnknownShadow200
|
27f329ac15
|
Fix 'speed on' being in HUD even when on -hax maps. (Thanks 123DMWM)
|
2016-05-08 14:10:24 +10:00 |
|
UnknownShadow200
|
3b5f676a7a
|
Fix scaling of all other default.png text.
|
2016-04-20 11:19:37 +10:00 |
|
UnknownShadow200
|
7115728547
|
Reduce padding for FPS widget.
|
2016-04-18 21:44:10 +10:00 |
|
UnknownShadow200
|
790e1f783a
|
Make GDI backend draw text consistently with default.png backend.
|
2016-04-18 16:49:53 +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
|
b7342d79af
|
Fix client clock showing 'minss' instead of 'mins' when playing for one hour and X minutes. (Thanks supasoph654)
|
2016-04-11 18:54:11 +10:00 |
|
UnknownShadow200
|
634b3213c3
|
Modularise LocalPlayer.Physics into separate PhysicsComponent.
|
2016-03-31 21:25:25 +11:00 |
|
UnknownShadow200
|
32697c43ca
|
Implement proper scrollbar for the block inventory, partially addresses #141.
|
2016-03-30 22:43:08 +11: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
|
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
|
70243e6838
|
Allow using non-arial font names.
|
2016-02-01 18:11:06 +11:00 |
|
UnknownShadow200
|
bb5977b75e
|
Don't show water/lava blocks in pure classic mode (Thanks FrostFox), only show scrollbar when necessary in inventory.
|
2016-01-31 00:27:29 +11:00 |
|
UnknownShadow200
|
59a968662b
|
Add control left for half speed modifier, also save spawn yaw/pitch (Thanks FabTheZen).
|
2016-01-08 17:52:58 +11:00 |
|
UnknownShadow200
|
5e5ee2a1cd
|
Allow changing jump height and fov again.
|
2016-01-02 22:51:38 +11:00 |
|
UnknownShadow200
|
d7128d5bc7
|
Use scrollable zoom.
|
2015-12-31 13:52:58 +11:00 |
|
UnknownShadow200
|
d51f3572b6
|
Add zoom option to client.
|
2015-12-31 12:33:55 +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
|
a13d3147bc
|
Use gui.png.
|
2015-11-30 14:16:48 +11:00 |
|
UnknownShadow200
|
1c5ef409ed
|
Fix some of current text in top left not having font changed, hopefully improve view bobbing somewhat.
|
2015-11-24 11:04:29 +11:00 |
|
UnknownShadow200
|
d05fdd1aa0
|
Update entity names when default.png changes.
|
2015-11-11 15:02:58 +11:00 |
|
UnknownShadow200
|
f1a7a0e513
|
Remove 'Add new' from hotkeys, just clicking on empty hotkey line does the same thing. Make HUD show behind pause and block menu screen.
|
2015-11-08 17:03:44 +11:00 |
|
UnknownShadow200
|
c8061b64fd
|
Cleanup SelectionManager, don't show all 64 spaces in ChatInputWidget.
|
2015-11-08 16:32:08 +11:00 |
|
UnknownShadow200
|
57d4a937c8
|
Press F8 (temp debug) to switch between default.png and arial for chat.
|
2015-10-28 16:40:36 +11:00 |
|
UnknownShadow200
|
2493feb86f
|
Initial implementation of being able to switch between arial and default.png (only works for FPSscreen right now)
|
2015-10-28 07:20:15 +11:00 |
|
UnknownShadow200
|
72db7f7245
|
add support for italics and whatnot, add support for loading default.png from different texture packs (but I need to force redraw of all gui)
|
2015-10-27 19:46:22 +11:00 |
|
UnknownShadow200
|
7cf129963d
|
More comments, new launcher works on linux.
|
2015-10-21 18:30:18 +11:00 |
|