summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/MinecraftServer.java
Commit message (Collapse)AuthorAgeLines
* Made the movement speed check more reliable on high load servers.EvilSeph2011-05-09-0/+2
|
* Fixing CLI arguments for the 100th time - now with CraftBukkit comment-ey ↵EvilSeph2011-04-22-1/+1
| | | | goodness.
* Java compatDinnerbone2011-04-21-1/+1
|
* Update for 1.5_02.Erik Broes2011-04-21-10/+14
|
* Update for 1.4_00_01 -- if you bypassed Bukkit, you will most likely break.Erik Broes2011-04-20-104/+104
|
* Updated to Minecraft version 1.4Dinnerbone2011-03-31-24/+39
|
* Ctrl+C saves world before stoppingDinnerbone2011-03-29-1/+3
|
* Fix some wrong event creations after previous changeErik Broes2011-03-26-4/+3
|
* Minor cleanupsErik Broes2011-03-23-1/+0
|
* Fixing event namesErik Broes2011-03-21-1/+1
|
* Added methods to support RemoteBukkitstevenh2011-03-12-8/+3
| | | | | | | This means all commands even "default" server commands work within the command structure returning output to the command sender Updated default kick command to be compatible with kick + msg used by remote tools that work with hMod
* Code cleanup, fixed doors, chunk entity fetchingTahg2011-03-11-1/+1
|
* Added command line option 'date-format' to control how dates are printed to ↵Dinnerbone2011-02-26-1/+1
| | | | console (not to log)
* Startup time now reported in seconds, nanoseconds, Really? O.oErik Broes2011-02-25-1/+7
|
* All worlds should be saved on save-all. Player data should be saved when a ↵EvilSeph2011-02-25-1/+3
| | | | save occurs.
* Much better console interaction. History, no more losing the command, ↵Dinnerbone2011-02-25-3/+14
| | | | colours, inline editing, etc. Shorter log output to console (but not to file).
* Generic code cleanupErik Broes2011-02-23-31/+31
|
* ConsoleCommandSender no longer has a default constructor, use ↵Dinnerbone2011-02-23-1/+1
| | | | ConsoleCommandSender(server). Added entity.getServer and updated the version number of mc
* Update to Minecraft 1.3 betaDinnerbone2011-02-23-252/+54
|
* N.M.S cleanup in preparation for updateDinnerbone2011-02-21-16/+15
|
* Fix encoding in net.minecraft.server files.Daniel Chesters2011-02-20-10/+10
|
* Redirect System.out and System.err to a LoggerDinnerbone2011-02-20-0/+8
|
* Fixed CLI argumentsDinnerbone2011-02-19-1/+1
|
* Added spawn-protection property to server.propertiesZenexer2011-02-10-2/+2
|
* Added spawn-protection property to server.propertiesZenexer2011-02-10-0/+2
|
* Added call to new event on world save (at stop and force save). (Per EyvindRM)Dinnerbone2011-02-09-1/+9
|
* I'm quite aware that I fail at merging.Dinnerbone2011-02-07-6/+3
|
* Added internal MC support for multiple worldsDinnerbone2011-02-07-20/+60
|
* SchedulerRaphfrk2011-02-07-0/+5
|
* Save player data on save-all.EvilSeph2011-02-04-0/+3
|
* Generic cleanup/reformat.Erik Broes2011-02-02-1/+1
|
* Fixed the onDisable() event of plugins again after it was overwritten some ↵Forsaken2011-02-02-0/+5
| | | | days ago.
* Commands can be sent from the console (WIP, needs improvements)Dinnerbone2011-02-01-0/+8
|
* Fixed initialization of CraftServerVictorD2011-01-30-2/+3
|
* Port to new mc-dev format.Erik Broes2011-01-30-275/+292
|
* onDisable on stop - stephankTaylor Kelly2011-01-27-0/+4
|
* Fixes "?" console command.Sean Cronin2011-01-22-1/+1
|
* Fixed CLI argumentsDinnerbone2011-01-20-1/+1
|
* reverted # from server consoleTahg2011-01-18-1/+1
|
* moved built in command namespace, fixed EntityItemTahg2011-01-17-18/+18
|
* Update to Minecraft Server 1.2_01Dinnerbone2011-01-14-1/+1
|
* Update to Minecraft Server 1.2Dinnerbone2011-01-14-12/+28
|
* Updated against new mc-dev format, takes out quite some casting troubles at ↵Erik Broes2011-01-11-39/+38
| | | | the cost of extra ()'s
* Revert "Bukkit Timers, now with 100% less github-services branch."Dinnerbone2011-01-10-7/+0
| | | | This reverts commit 7c37a03a092be7e9c3fb242b4cbe4f6644899af6.
* Bukkit Timers, now with 100% less github-services branch.thylordroot2011-01-10-0/+7
|
* Fixed plugins being loaded before world.FrozenCow2011-01-07-0/+2
|
* Added command-line arguments, forced noguiDinnerbone2011-01-04-7/+11
|
* Fixed NPE on Player related methods in CraftServerDinnerbone2011-01-03-2/+0
|
* Fixed a bunch of warnings.Lymia2011-01-02-10/+7
|
* Changed tabs to 4 spaces, removed unnecessary importsdurron5972011-01-01-2/+2
|