summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/MinecraftServer.java
Commit message (Expand)AuthorAgeLines
* Generic code cleanupErik Broes2011-02-23-31/+31
* ConsoleCommandSender no longer has a default constructor, use ConsoleCommandS...Dinnerbone2011-02-23-1/+1
* 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 da...Forsaken2011-02-02-0/+5
* 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 t...Erik Broes2011-01-11-39/+38
* Revert "Bukkit Timers, now with 100% less github-services branch."Dinnerbone2011-01-10-7/+0
* 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
* Transition to MavenErik Broes2011-01-01-0/+487