3145 Commits

Author SHA1 Message Date
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
UnknownShadow200
0f450c708d Remove /copysavenet and /copyloadnet. They had extremely limited usage, and moreso can be done client side with 'save level' anyways. 2015-12-04 19:21:34 +11:00
UnknownShadow200
0d9092f19a Remove CmdStore, as its functionality has been superseded by /copy list/save/del. 2015-12-04 19:19:18 +11:00
UnknownShadow200
c86756afd0 Initial work on copy refactoring. 2015-12-04 19:13:13 +11:00
Hetal728
552fda847b Merge pull request #76 from Venom983/master
Allowed "<3" to parse heart emote
2015-12-01 19:42:08 -05:00
Venom983
f658803c42 Fixed shortcut for heart emote and partial msg 2015-11-23 11:56:16 -05:00
Hetal728
65f35cf916 Merge pull request #73 from UnknownShadow200/Physics3
Even more cleanup of block physics.
2015-11-19 19:18:55 -05:00
Hetal728
fb2b6c5b06 Merge pull request #75 from Venom983/master
Corrected timeSpent to accept 24 hours
2015-11-19 19:18:50 -05:00
Venom983
04cfbe6164 Corrected timeSpent to accept 24 hours 2015-11-19 12:13:22 -05:00
UnknownShadow200
7089f620ea Cleanup door physics. 2015-11-18 21:57:17 +11:00
UnknownShadow200
089c216a1c Cleanup TNT physics. 2015-11-18 20:39:41 +11:00
UnknownShadow200
0b5cb1e6f4 Turns out killer bird physics are exactly the same as killer fish/sharks. 2015-11-18 19:52:12 +11:00
UnknownShadow200
8e205d2c6f Cleanup fish and shark physics, slightly simplify ZombiePhysics. 2015-11-18 19:43:07 +11:00
Hetal728
9f4f0129af Merge pull request #72 from Venom983/master
CmdPlayerEditDB
2015-11-17 17:58:13 -05:00
Venom983
85df5861b7 Adding missing TpA Player.cs properties.
My bad...
2015-11-17 16:01:45 -05:00
Venom983
0fa25cc8dc Fixed ForgeBot announcing hidden players 2015-11-17 15:33:56 -05:00
Venom983
2463e21bd2 Updated csproj 2015-11-17 14:59:09 -05:00
Venom983
7b290397d0 Added CmdPlayerEditDB 2015-11-17 14:58:22 -05:00
Venom983
a85cf36bd8 Added CmdPlayerEditDB.cs 2015-11-17 14:57:31 -05:00
Hetal728
1f8777056d Merge pull request #70 from UnknownShadow200/NetFix
Fix ExtInfo rarely arriving after ExtEntry.
2015-11-15 14:01:07 -05:00
Hetal728
861b87f0a4 Merge pull request #71 from Venom983/master
MySQL Compatibility Patch | CmdWhoWas case-insensitivity | Added CmdHug & TpA
2015-11-15 13:32:41 -05:00
Venom983
923b4c7abc Update MCGalaxy_.csproj 2015-11-15 07:39:44 -05:00
Venom983
98643fc841 Update Command.cs 2015-11-15 07:37:57 -05:00
Venom983
f257a801c9 Create CmdHug.cs 2015-11-15 07:37:00 -05:00
Venom983
9aba4023fc Create CmdTpA.cs 2015-11-15 07:36:09 -05:00
Venom983
6afb221bc8 Fixed case-insensitive compatibility for mysql/sqlite 2015-11-15 07:35:13 -05:00
Venom983
67d566bc4d Fixed case "map" interfering with CmdMap's help method 2015-11-15 07:33:15 -05:00
Venom983
2a4872ef51 Update CmdAbout.cs
Using the old version of this command from MCForge 5 seemed to fix the errors when retrieving the information using MySQL.
2015-11-15 07:31:23 -05:00
Venom983
190928cb5d Update Level.cs 2015-11-15 07:29:37 -05:00
Venom983
58c519dc18 Adding references based on old MCForge class 2015-11-15 07:28:35 -05:00
Venom983
ce9c5e4208 Adding references based on old MCForge class 2015-11-15 07:27:35 -05:00
UnknownShadow200
2ddae13e73 Fix ExtInfo rarely arriving after ExtEntry. 2015-11-15 15:32:11 +11:00
Hetal728
484faa0db2 Merge pull request #63 from UnknownShadow200/LevelCleanup
Separate level file and property writing/reading, cleanup block definitions.
2015-11-14 17:04:36 -05:00
Hetal728
6657bbf810 Merge pull request #67 from UnknownShadow200/CommandFixes
Fix bugs in CmdLoad, CmdCompile, and CmdCmdLoad.
2015-11-14 09:22:25 -05:00
UnknownShadow200
e9c01c5613 How did I not see that this should have been switch(key)? 2015-11-14 06:54:30 +11:00
UnknownShadow200
9870883a3a Fix bugs in CmdLoad, CmdCompile, and CmdCmdLoad. 2015-11-13 13:32:44 +11:00
Hetal728
61784ebd6a Merge pull request #66 from UnknownShadow200/Physics3
Rocket and zombie physics cleaned up.
2015-11-12 21:22:18 -05:00
UnknownShadow200
e75293b727 Mixed up spawn Y/Z, insert majorly embarrassed face. 2015-11-13 12:18:36 +11:00
UnknownShadow200
d85e527f1f Fix level backup thread crashing on mono. 2015-11-13 11:59:24 +11:00
UnknownShadow200
9d0416c1d5 Rocket and zombie physics. 2015-11-13 08:47:44 +11:00
UnknownShadow200
77e6d192a2 Cleanup BlockDefinitions code, use proper Width/Height/Depth mappings but also keep backwards-compatible mappings. 2015-11-12 07:54:41 +11:00
UnknownShadow200
f767b4528c Match rest of project indention. 2015-11-11 21:04:05 +11:00
UnknownShadow200
3e9aada9a9 Cleanup level - move property and lvl reading/writing to separate classes, reduce code duplication, avoid allocating unnecessary arrays equal to the volume of the map when loading a level. 2015-11-11 21:03:34 +11:00
Hetal728
103e770728 Merge pull request #62 from Venom983/master
CmdCenter | CmdLocation
2015-11-08 21:21:09 -05:00
Venom983
7e9c89641b Update CmdLocation.cs 2015-11-08 11:12:17 -05:00