5253 Commits

Author SHA1 Message Date
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
UnknownShadow200
d3caab4d32 Cleanup emote parsing. 2015-11-07 15:35:17 +11:00
Hetal728
09f922156c Merge pull request #57 from UnknownShadow200/CmdCleanup
Cmd cleanup
2015-11-02 17:28:21 -05:00
UnknownShadow200
b3ca2e0992 Am silly, I accidentally removed CommandTypes. 2015-11-02 20:46:48 +11:00
UnknownShadow200
c5d4082e2f Restore Command.cs, I have no idea what happened there. 2015-11-02 20:45:54 +11:00
UnknownShadow200
534cab6a39 Use capital letters for command sub-folders. Add Chat, Economy, and World command types. 2015-11-02 20:40:46 +11:00
UnknownShadow200
a0b4f896e8 Merge mod and moderation (they were auto-generated) folders. 2015-11-02 20:00:54 +11:00
UnknownShadow200
1bf577496c Organised commands into folders. 2015-11-02 20:00:10 +11:00
Hetal728
b2cfe5b209 Fixed CmdEnvironment (Untested) 2015-10-31 23:19:01 -04:00
Hetal728
f9a5e07a6a Added CPFull437 and fixed block placing 2015-10-31 16:12:34 -04:00
Hetal728
6ed5a511b3 Organized directories 2015-10-30 23:37:04 -04:00
Hetal728
9006fea779 Removed .vs folder 2015-10-30 23:13:08 -04:00
Hetal728
9cc12ea434 Update .gitignore 2015-10-30 23:08:06 -04:00
Hetal728
1b15e215f4 Fixing merge conflicts 2015-10-30 23:05:03 -04:00
Hetal728
b3d4009aa4 Started building basis for BlockDefinitions; Fixed CPE 2015-10-30 22:43:48 -04:00
Hetal728
e6f92a0587 Merge pull request #56 from UnknownShadow200/master
Fix CmdEnvironment not saving level presets.
2015-10-30 21:38:03 -04:00
UnknownShadow200
3065224ecd Fix CmdEnvironment not saving level presets. 2015-10-31 12:19:49 +11:00
Hetal728
a1cde27273 Merge pull request #54 from UnknownShadow200/master
Cleanup of the code in various places, cleanup some commands.
2015-10-30 06:05:58 -04:00
UnknownShadow200
cd07d05ead Clean up /topfive and /topten into a single /top command, with /topfive and /topten delegating to this command. 2015-10-30 19:35:59 +11:00
UnknownShadow200
8e43e94711 Fix one small mistake in CmdEnvironment. 2015-10-30 18:56:08 +11:00
UnknownShadow200
c35dee868d Cleanup CmdEnvironment, give CmdEnvironment some new-style help layout similar to fCraft. 2015-10-30 18:53:50 +11:00
UnknownShadow200
3b55659181 Cleanup CmdEconomy to use c.Parse, cleanup CmdPromote and CmdDemote. 2015-10-30 16:53:24 +11:00
UnknownShadow200
ccb1237241 Removed == true, removed x ? true : false. 2015-10-30 16:39:50 +11:00
UnknownShadow200
9685262d19 Fix compilation errors due to missing commands, remove some unused .sln and .userpref files. 2015-10-30 16:36:27 +11:00
Hetal728
1c6128f07d Merge pull request #53 from Goodlyay/master
Small fixes and improvements
2015-10-29 06:06:01 -04:00
Goodlyay
b68badd791 Merge remote-tracking branch 'refs/remotes/Hetal728/master' 2015-10-28 19:21:15 -07:00
Goodlyay
c3eadb0ade Small fixes and improvements
Re-added XTitle, fixed fakerank, added more environment presets and
other small fixes.
2015-10-28 19:17:53 -07:00