UnknownShadow200
|
ddba1b1838
|
Fix names not disappearing when using LegendCraft.
|
2015-11-01 10:16:27 +11:00 |
|
UnknownShadow200
|
b4c64425f5
|
Fixed crashing of client on Mono when receiving 404 for requests for images.
|
2015-11-01 06:42:50 +11:00 |
|
UnknownShadow200
|
5c586bbeb0
|
Fix names not appearing in LegendCraft.
|
2015-10-30 14:33:55 +11:00 |
|
UnknownShadow200
|
043c14fad7
|
Add support for FullCP437 CPE extension, add support for LongerMessages CPE extension
|
2015-10-30 08:24:35 +11:00 |
|
UnknownShadow200
|
c7ebbf985b
|
Fix block model on AMD, fix /client gpu info crashing client, add support for default minecraft font.
|
2015-10-27 18:02:57 +11:00 |
|
UnknownShadow200
|
59aa0a1c07
|
Remove console window from default builds.
|
2015-10-27 07:08:46 +11:00 |
|
UnknownShadow200
|
6f8a4be44d
|
Use /client gpuinfo and log gpu info when an unhandled exception occurs, rather than always displaying it at startup.
|
2015-10-26 20:51:55 +11:00 |
|
UnknownShadow200
|
f63d1e35e1
|
Begin to phase out usage of LogX/Y/Z calls, see issue #108 for why this is being done
|
2015-10-26 19:55:16 +11:00 |
|
UnknownShadow200
|
a9406906cb
|
Add hotkey gui, workaround MCDzienny servers adding a + for classicube.net accounts.
|
2015-10-26 10:46:48 +11:00 |
|
UnknownShadow200
|
e83957c685
|
More code commenting and cleanup.
|
2015-10-25 20:34:47 +11:00 |
|
UnknownShadow200
|
c81014d6ef
|
Add CpeTextHotKey support.
|
2015-10-25 19:28:27 +11:00 |
|
UnknownShadow200
|
0d255b4586
|
More cleanup, fix map side textures being upside down.
|
2015-10-25 15:36:40 +11:00 |
|
UnknownShadow200
|
6748d3fe6d
|
Fix entities being lit as shadows when standing in empty chunks, add support for 'push back' when placing blocks that intersect your position, making building much faster. Add more comments to various parts of the client.
|
2015-10-24 19:00:49 +11:00 |
|
UnknownShadow200
|
a6f90acf00
|
More comments.
|
2015-10-24 15:31:57 +11:00 |
|
UnknownShadow200
|
8c8a850fad
|
Fix some things in launcher, update readme.
|
2015-10-23 18:23:03 +11:00 |
|
UnknownShadow200
|
e1a244e319
|
Implement servers list and stuff.
|
2015-10-20 12:57:18 +11:00 |
|
UnknownShadow200
|
f639de8f7b
|
More work on simplifying gui functions, more work on new launcher.
|
2015-10-19 18:19:05 +11:00 |
|
UnknownShadow200
|
80f6793a33
|
Add more comments to utils class, modify ExtPlayerWidget to strip colour codes from names and display group name ahead of players.
|
2015-10-14 20:26:02 +11:00 |
|
UnknownShadow200
|
00945a6095
|
More comments, more refactoring. Remove WoM terrain atlas support because WoM's file server has been down for quite a long time now.
|
2015-10-10 20:29:29 +11:00 |
|
UnknownShadow200
|
5d2386b931
|
Fix slabs not occluding properly.
|
2015-10-09 17:47:05 +11:00 |
|
UnknownShadow200
|
1f54263749
|
Fix sprites not being full bright if they should, overhaul fps screen to also display current position and hack states. FPS can be hidden with option 'Show FPS' now.
|
2015-10-08 19:39:27 +11:00 |
|
UnknownShadow200
|
dc5a29e9f1
|
Move CloudsLevel to map class, simplify various map set methods, reset texture pack to default if we can't download the .png or .zip., fixes #90.
|
2015-10-05 16:57:39 +11:00 |
|
UnknownShadow200
|
28583dd90d
|
Add support for skipping GZip comments and original filename fields, fixes #91.
|
2015-10-05 16:24:06 +11:00 |
|
UnknownShadow200
|
5593bda240
|
More work on BlockDefinitions. Remove minecraft.net functonality from launcher because classic was removed from minecraft.net.
|
2015-10-03 17:00:26 +10:00 |
|
UnknownShadow200
|
25406a0bb2
|
Fix packetSizes, oops.
|
2015-10-03 15:29:08 +10:00 |
|
UnknownShadow200
|
bf6532af07
|
Update NetworkProcessor with latest changes to BlockDefinitions.
|
2015-10-03 15:24:01 +10:00 |
|
UnknownShadow200
|
bf314359cd
|
Use dispatch table for reading packets, split off CPE reading/writing into a separate file.
|
2015-10-03 15:04:59 +10:00 |
|
UnknownShadow200
|
87ffa1e5fe
|
Fix Direct3D9 build crashing if another application took and exited exclusive fullscreen, potentially fix crash in SetBlock packet.
|
2015-10-03 08:25:28 +10:00 |
|
UnknownShadow200
|
e5cd574dae
|
Replace local with direct connection tab, store resume information.
|
2015-10-03 06:24:29 +10:00 |
|
UnknownShadow200
|
69e23c88e1
|
Separate various aspects of 'Game' class into own separate classes.
|
2015-10-02 16:03:55 +10:00 |
|
UnknownShadow200
|
067f87ce37
|
Use default op block permissions regardless of whether BlockPermissions is used or not. BlockPermissions settings always override other attempts to set permissions.
|
2015-09-27 06:40:33 +10:00 |
|
UnknownShadow200
|
808d66ea6c
|
Initial single player physics added.
|
2015-09-25 18:17:04 +10:00 |
|
UnknownShadow200
|
a119b2bddf
|
Add support for EnvMapApperance v2 packets, other various cleanup.
|
2015-09-23 19:53:12 +10:00 |
|
UnknownShadow200
|
b195699620
|
Ignore extraneous byte for HackControl sent by older D3 servers, but doesn't work properly if jump height is >= 0.
|
2015-09-23 11:31:59 +10:00 |
|
UnknownShadow200
|
56089bf275
|
More work on BlockDefinitions support. Liquid collision and gravity still not properly supported.
|
2015-09-23 08:45:16 +10:00 |
|
UnknownShadow200
|
dde58e8b1d
|
Reorganise BlockInfo, more work on BlockDefinitions.
|
2015-09-22 16:48:04 +10:00 |
|
UnknownShadow200
|
3d9d2a0e76
|
If Op user type and not using block permissions, the player should be able to place grass, water, lava, and admincrete.
|
2015-09-21 11:13:37 +10:00 |
|
UnknownShadow200
|
fb566ac505
|
Fix two reported bugs: Client crashes when receiving block update while still loading a map (thanks Goodlyay), client doesn't remove player names from list when ExtPlayerList CPE extension is used (thanks 123DMWM)
|
2015-09-21 07:19:33 +10:00 |
|
UnknownShadow200
|
12da9e5d7a
|
Fix Y offseting being incorrect for self teleportation packets, remove ugly hack in Entity.Physics and fixes #78.
|
2015-09-20 07:18:41 +10:00 |
|
UnknownShadow200
|
766943bd8c
|
EnvMapApperance should clear client animations, fixes #74.
|
2015-09-16 17:20:59 +10:00 |
|
UnknownShadow200
|
d4a5bf9fff
|
Make function keys reassignable, change view distance binding to default as F, make function keys only apply when a screen does not have input locked.
|
2015-09-13 19:06:27 +10:00 |
|
UnknownShadow200
|
d5f36adc8d
|
Undo debug yaw/pitch offesting.
|
2015-09-13 12:19:20 +10:00 |
|
UnknownShadow200
|
c88348c6d8
|
Fix rotation of models, use nicer constants in Model classes.
|
2015-09-13 12:17:34 +10:00 |
|
UnknownShadow200
|
2920b3afb5
|
Hopefully address problem raised in comments in #61, thanks Mono.
|
2015-09-09 18:25:29 +10:00 |
|
UnknownShadow200
|
2e502ee8bb
|
Implement support for resetting block definitions.
|
2015-09-08 20:10:54 +10:00 |
|
UnknownShadow200
|
d705593c36
|
Add highly experimental, partial support for BlockDefinitions to address #42.
|
2015-09-08 06:28:30 +10:00 |
|
UnknownShadow200
|
8a531558ff
|
Implement reading of BlockDefinitions packet, but no actual support yet.
|
2015-09-07 16:56:01 +10:00 |
|
UnknownShadow200
|
d95272f4a7
|
Read saved environment metadata from maps in singleplayer mode.
|
2015-09-05 20:24:54 +10:00 |
|
UnknownShadow200
|
0c7dec86e4
|
Sadly, it turns out that our memory string optimisation procedures corrupted the headp after the GC was run. Turns out because (I might be wrong though) that the GC appears to try to use leftover string space for heap allocations, which sometimes caused random corruptions but mostly crashes as were directly modifying the underlying string length. Fixes #51.
|
2015-09-05 07:36:51 +10:00 |
|
UnknownShadow200
|
1aff357e80
|
Make sure we don't overwrite existing map files when saving, because we permanently lose some of the original map's metadata when the client loads a map.
|
2015-09-01 20:05:53 +10:00 |
|