1707 Commits

Author SHA1 Message Date
UnknownShadow200
bbd599b7de Add /pclients. 2016-01-10 23:05:17 +11:00
UnknownShadow200
892b4d4323 Use separate FillDrawOp class. 2016-01-10 18:20:36 +11:00
UnknownShadow200
4b19ad6faf Fix /fill to work properly now, and now uses much less memory. 2016-01-10 17:02:32 +11:00
UnknownShadow200
07fd3fced9 Fix a bug with IRC. 2016-01-10 11:12:17 +11:00
UnknownShadow200
f828746253 Allow using /texture global/level reset to revert the texture back to an empty string. (Thanks goodlyay) 2016-01-08 21:54:22 +11:00
UnknownShadow200
a6fbd0299c Fix the compilation error, oops. 2016-01-08 18:51:15 +11:00
UnknownShadow200
c69db96f44 Fix undo times being wrong. 2016-01-08 00:08:26 +11:00
UnknownShadow200
6216b0c12b Make some changes to /gb and allow using BlockDefinitions block names in drawing commands. (Thanks goodlyay) 2016-01-07 22:24:43 +11:00
UnknownShadow200
c5578e1614 Fix undo files being chosen in the wrong order. 2016-01-07 19:13:30 +11:00
UnknownShadow200
4535e36d5f Some minor touchups to commands. (Thanks goodlyay) 2016-01-07 18:53:04 +11:00
UnknownShadow200
67ebeb8d69 Merge pull request #90 from UnknownShadow200/master
BlockDefinitions implemented, some other minor fixups.
2016-01-07 13:51:25 +11:00
UnknownShadow200
09391d4bac Fix last BlockDefinitions issues with /undo and /redo. 2016-01-07 13:07:52 +11:00
UnknownShadow200
73e9983b15 Merge branch 'master' of github.com:UnknownShadow200/MCGalaxy 2016-01-07 09:58:12 +11:00
UnknownShadow200
12b582e094 Fix BlockDefinitions custom blocks not showing in spawn world. 2016-01-07 09:03:42 +11:00
UnknownShadow200
fab0f58214 Cleanup /mapinfo, partially fix /redo. 2016-01-07 00:22:33 +11:00
UnknownShadow200
b41071dbea Cleanup /line. 2016-01-06 17:49:14 +11:00
UnknownShadow200
6d44a4b55b Fix up some of the other commands, add much more to /gb and enable it, implement BlockDefinitionsExt. 2016-01-06 16:55:28 +11:00
UnknownShadow200
a8d68f1ddc Update /draw to work with BlockDefinitions. 2016-01-06 00:05:22 +11:00
UnknownShadow200
8467a02ab2 copy/paste now works with BlockDefinitions. 2016-01-05 23:54:40 +11:00
UnknownShadow200
f58e2b8e08 replace/replacenot/replaceall works with BlockDefinitions now. 2016-01-05 23:29:35 +11:00
UnknownShadow200
3317ccc71a Drawing commands, gun/missile now work properly with BlockDefinitions. 2016-01-05 22:03:01 +11:00
UnknownShadow200
e12ca9a116 Merge with master. 2016-01-05 20:41:59 +11:00
UnknownShadow200
081186fd75 BlockDefinitions works in /p, level sending now. 2016-01-05 20:33:30 +11:00
UnknownShadow200
b9eb8d09ea Remove some of the old WoM direct code, also cleanup IRC and fix an issue with it (Thanks WhatIDoHere) 2016-01-05 18:08:30 +11:00
UnknownShadow200
59c1ce39ba BlockDefinitions now work.. barely. Also remove the old GrieferStone/Anti-Tunnelling useless features. 2016-01-04 23:51:56 +11:00
UnknownShadow200
2201895838 Move waypoints code into a separate file. 2016-01-04 16:19:19 +11:00
UnknownShadow200
f35037e784 Merge pull request #89 from UnknownShadow200/master
General cleanup of some commands, started work on BlockDefinitions.
2016-01-04 15:41:40 +11:00
UnknownShadow200
8a0f2bfe0d Cleanup /allowguns. 2016-01-04 15:40:38 +11:00
UnknownShadow200
dab7ab504a Refactor Level.BlockChange 2016-01-04 15:13:55 +11:00
UnknownShadow200
2ac7f8929a Update BlockQueue and BlockPos to have an extType field. 2016-01-04 13:32:23 +11:00
UnknownShadow200
35a24d731b Cleanup SCOGenerator. 2016-01-04 12:40:19 +11:00
UnknownShadow200
321ce469e6 Cleanup /draw. 2016-01-04 11:50:54 +11:00
UnknownShadow200
3bebd876b5 Use p.RevertBlock as much as possible, in preparation for BlockDefinitions. 2016-01-04 10:14:25 +11:00
UnknownShadow200
d02a8d609a Separate Block getting/setting into own file, also add Get/SetCustomTile method. 2016-01-04 09:49:34 +11:00
UnknownShadow200
07d5c08df6 Merge pull request #88 from UnknownShadow200/UndoRedesign
Undo redesign.
2016-01-04 00:05:01 +11:00
UnknownShadow200
b26e1e6ecd Add /undo update. 2016-01-03 23:57:23 +11:00
UnknownShadow200
ee720499b4 Fix bugs in UndoFileBin, also add new 'ReadUndoData' method to allow for converting between the formats. 2016-01-03 23:34:13 +11:00
UnknownShadow200
3075dc9221 Modularise UndoFile more, begin work on binary format for undo files. 2016-01-03 22:26:21 +11:00
UnknownShadow200
abab9f11e5 Modularise UndoFile into UndoFileText, begin work on new UndoFile binary format. 2016-01-03 17:36:31 +11:00
UnknownShadow200
7a41eea121 Modularise undo saving/loading. 2016-01-03 16:48:23 +11:00
UnknownShadow200
39f962e38a Save origin coordinates for copying/pasting (Thanks FabTheZen). 2016-01-03 16:38:52 +11:00
UnknownShadow200
57bbf37263 Remove /quick (draw commands over 10,000 blocks already reload the map) and remove /zz (Typing /zz will be treated as /static z) 2016-01-03 16:13:38 +11:00
UnknownShadow200
822b6c4c7d Wipe all the broken translation services code as you needed to register an account anyway, also fix edge height not saving for under 0 or over 255 (Thanks goodlyay). 2016-01-01 23:36:21 +11:00
UnknownShadow200
6d8c70ea50 Minor cleanups in some commands. 2016-01-01 22:57:20 +11:00
UnknownShadow200
df2a20efe5 Cleanup colour code handling. 2016-01-01 21:41:44 +11:00
UnknownShadow200
fc7203179f Fix a bug in /os. 2015-12-30 17:45:05 +11:00
UnknownShadow200
157d37ab0b Fix horizon/border being wrong way around in /env. 2015-12-29 16:41:21 +11:00
UnknownShadow200
83b1d2e621 Fix being able to connect multiple times under same account. 2015-12-28 12:58:37 +11:00
UnknownShadow200
dc6b51d942 Fix .x help on IRC printing a 'An error occurred' message all the time. 2015-12-28 12:10:58 +11:00
UnknownShadow200
ed48efca62 Merge branch 'master' of github.com:Hetal728/MCGalaxy 2015-12-28 11:42:52 +11:00