5429 Commits

Author SHA1 Message Date
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
Venom983
4898e6290c Update Command.cs 2015-11-08 11:10:34 -05:00
Venom983
6b0a7f4212 Update MCGalaxy_.csproj 2015-11-08 11:09:54 -05:00
Venom983
b6de3816e3 Update Player.cs 2015-11-08 11:08:32 -05:00
Venom983
570b16fdc2 Create CmdCenter.cs 2015-11-08 11:07:19 -05:00
Venom983
aa9af14d35 Update CmdLocation.cs 2015-11-08 11:02:47 -05:00
Hetal728
c4142abc8a Merge pull request #61 from UnknownShadow200/PhysicsCleanup2
Cleaning up various block physics.
2015-11-07 09:23:32 -05:00
Hetal728
7b4d388459 Merge pull request #60 from UnknownShadow200/master
Proper CP437 support this time.
2015-11-07 09:22:49 -05:00
UnknownShadow200
4c2144c63b Cleanup fire physics. 2015-11-07 20:31:02 +11:00
UnknownShadow200
aefa951de0 Cleanup finite physics. 2015-11-07 19:57:18 +11:00
UnknownShadow200
41deaebe9c Cleanup bird physics. 2015-11-07 19:23:15 +11:00
UnknownShadow200
88aefa6f97 Cleanup train physics. 2015-11-07 19:11:46 +11:00
UnknownShadow200
ac66c370ce Reduce code duplication for AI block physics. 2015-11-07 18:42:14 +11:00
UnknownShadow200
2b38a01cb3 Fix all remaining CP437 issues hopefully. 2015-11-07 18:14:29 +11:00
UnknownShadow200
f465284fa3 Indent CP437Writer, use CP437Writer in promote/demote commands. 2015-11-07 17:05:13 +11:00
UnknownShadow200
906fe48029 Use FullCP437Writer and FullCP437Reader when necessary. 2015-11-07 16:59:01 +11:00
UnknownShadow200
58e6f2c768 Add CP437Reader, basic reading of characters from client. 2015-11-07 15:39:06 +11:00