3939 Commits

Author SHA1 Message Date
UnknownShadow200
89c4ad14bb Fix /global. 2015-12-13 17:37:41 +11:00
UnknownShadow200
bdf2e97f91 Plugin events now have 63.29% less code duplication. 2015-12-13 17:06:43 +11:00
UnknownShadow200
a68ed87416 Fix long messages being borked on Mono. Thanks venom983 for his moral support and reassurance with finding the bug. 2015-12-13 14:20:56 +11:00
UnknownShadow200
80d4f757f3 Add LongerMessages CPE extension support. 2015-12-11 15:45:26 +11:00
UnknownShadow200
3a90195de4 Add /reach, which allows AdvBuilder+ to change their reach distance for modifying blocks on supporting clients. 2015-12-11 15:20:48 +11:00
UnknownShadow200
885978cf38 Remove the forge protection code, as it defaulted to off anyways and is pretty much useless. 2015-12-10 23:50:47 +11:00
UnknownShadow200
b5aa9ceb0d Remove /megaboid, as it has long since been obsoleted by cuboid with blockqueue. 2015-12-09 13:08:30 +11:00
UnknownShadow200
0aef4aeedb Minor performance optimisations, some removal of duplicated code. 2015-12-08 20:34:36 +11:00
UnknownShadow200
12e4017d76 Give names to each manually created thread for easier debugging. 2015-12-08 18:00:44 +11:00
UnknownShadow200
c25c6dec3d Merge pull request #81 from UnknownShadow200/Physics45
More cleanup of block physics.
2015-12-08 17:39:38 +11:00
UnknownShadow200
bb151638ed Correct licenses to note that original physics were from MCSharp/MCZall/MCLawl 2015-12-08 17:37:48 +11:00
UnknownShadow200
db5db2d9c9 Cleanup firework physics. 2015-12-08 17:28:11 +11:00
UnknownShadow200
c71d0e3c77 Cleanup waterfall/lavafall/magma/geyser block physics. Fix magma physics which has been broken since MCLawl. 2015-12-08 16:39:49 +11:00
UnknownShadow200
fe71c81e75 Cleanup snake block physics, and make them actually work again. 2015-12-08 14:24:10 +11:00
UnknownShadow200
436583659a Modularise air physics. 2015-12-08 13:00:49 +11:00
UnknownShadow200
1763dc9e35 Cleanup active lava/water physics. 2015-12-08 11:19:38 +11:00
UnknownShadow200
e838249754 Move physics for blocks with extrainfo into their own class. Remove explode/rainbow/finite extrainfo as they are unused in the core. 2015-12-08 10:19:43 +11:00
UnknownShadow200
de01b13afe Add basic framework for new draw operations. 2015-12-07 23:00:40 +11:00
UnknownShadow200
651de972d4 Merge pull request #80 from UnknownShadow200/NetCleanup
Networking cleanup
2015-12-07 22:24:36 +11:00
UnknownShadow200
9c3269944a Fix issues with entities not having position updates. 2015-12-07 22:22:28 +11:00
UnknownShadow200
6e1c995a52 Cleanup level sending. Position movement is still broken however. 2015-12-07 21:23:32 +11:00
UnknownShadow200
22a20482cd Reduce memory allocations even further for most of the common packets. 2015-12-07 20:19:51 +11:00
UnknownShadow200
deceb646e0 Rewrite HTNO/NTHO/StringFormat functions to avoid memory allocations. 2015-12-07 18:56:57 +11:00
UnknownShadow200
bdd442c7b0 Move core commands list to a separate file, use 'RevertAndClearState' for commands that revert a block and clear block change (mainly drawing ones). 2015-12-07 18:12:46 +11:00
UnknownShadow200
f9c322f9aa Cleanup /os, remove /os load as this /os go already performs a load. 2015-12-07 17:57:44 +11:00
UnknownShadow200
6ce7a4265a Cleanup /aka. 2015-12-07 16:22:12 +11:00
UnknownShadow200
c12826e9f6 Remove unused pinvoke and native constants. 2015-12-07 14:47:13 +11:00
UnknownShadow200
c092141645 Get rid of some code duplication in networking. 2015-12-07 14:28:46 +11:00
UnknownShadow200
03887f1f79 Add an opcodes class with names of packets, instead of just using the numerical constants. 2015-12-07 14:12:37 +11:00
UnknownShadow200
a190713648 Separate most networking code into a different file. 2015-12-07 13:51:04 +11:00
UnknownShadow200
3661fa2c2c Remove /stairs, as it was a limited command that could only ever make vertical circular stairs with a gap of one block between the edges of the stairs. Also added my name to devs list as per Hetal's request. 2015-12-07 13:33:04 +11:00
UnknownShadow200
3649791ef3 Cleanup /addglobalblock. 2015-12-07 13:12:19 +11:00
UnknownShadow200
276869c624 Merge pull request #79 from UnknownShadow200/CmdCleanupIV
Cleanup various world commands, cleanup /write.
2015-12-07 12:32:51 +11:00
UnknownShadow200
02e5e3773c Fix all remaining issues. 2015-12-07 12:31:48 +11:00
UnknownShadow200
a016b5086e Cleanup /clearblockchanges and allow it to be used from console, other command touchups. 2015-12-07 09:38:17 +11:00
UnknownShadow200
a8591c028e Cleanup /physics. 2015-12-07 09:20:37 +11:00
UnknownShadow200
89c50ca378 Minor touchups to /setspawn and /import. 2015-12-07 09:02:02 +11:00
UnknownShadow200
798bbab2f7 Cleanup /unload. 2015-12-07 08:55:42 +11:00
UnknownShadow200
1e0f17ef65 Cleanup /pause. 2015-12-07 08:37:32 +11:00
UnknownShadow200
62d67feb64 Cleanup /write. 2015-12-07 00:53:24 +11:00
UnknownShadow200
eac8a23f43 Cleanuo reload. 2015-12-06 23:40:37 +11:00
UnknownShadow200
291caf3f27 Cleanup perbuild/pervisit/perbuildmax/pervisitmax commands. 2015-12-06 20:59:13 +11:00
UnknownShadow200
10223033c6 Cleanup newlvl command, cleanup level constructor. 2015-12-06 15:55:43 +11:00
Hetal728
1e1dfbbceb Merge pull request #78 from UnknownShadow200/CmdCleanup
Cleanup of /copy, /paste and /spin type commands.
2015-12-04 16:14:32 -05:00
UnknownShadow200
80e2582fd9 Support loading old files. 2015-12-04 23:16:38 +11:00
UnknownShadow200
64e7e06304 Fix up all the remaining issues. 2015-12-04 22:55:22 +11:00
UnknownShadow200
e6e0175651 Fix crashing. 2015-12-04 21:55:09 +11:00
UnknownShadow200
26550adc9b And update CmdSpin. 2015-12-04 21:29:17 +11:00
UnknownShadow200
c2cb1ac0c0 Update CmdPaste to work with new CopyState. 2015-12-04 20:39:36 +11:00
UnknownShadow200
8badb553e3 Remove /retrieve, can be done with /copy list and /copy load X anyways. 2015-12-04 19:23:24 +11:00