/release-docs/changes.txt

http://github.com/TShock/TShock · Plain Text · 128 lines · 113 code · 15 blank · 0 comment · 0 complexity · a6e802a0ac621a97f9a6011b8a1a7cc5 MD5 · raw file

  1. For the full list of changes, please take a look at GitHub:
  2. https://github.com/TShock/TShock/commits/master
  3. From now on, all release notes aren't put here. It's too much to track, but new features will be tossed here.
  4. Changes in API release 3:
  5. - Added support for SQLite
  6. - Added support for MySQL
  7. - Added /user command, supports adding users via in game command
  8. - Added database editor for editing the MySQL + SQLite DB systems
  9. - Fixed /region list and /warp list
  10. - Fixed Jexius's font exploit
  11. - Added /annoy
  12. - Added canbuild permission
  13. - Fixed mysterious chair rotation system
  14. - Added /ip <player> to retrieve a player's IPv4 address
  15. - Removed /buff
  16. - Added command line paramater -worldpath, which changes the location where Terraria checks for worlds
  17. - Fixed save world race conditions
  18. - Added /login <username> <password>
  19. - Fixed an instance where NPC.maxSpawns was incorrectly referenced in favor of NPC.defaultMaxSpawns
  20. - Chests are ignored from kill tile abuse
  21. - Added /reply (/r) to reply to a /whisper
  22. - Fixed /broadcast spacing
  23. - User names and passwords are now accepted. Passwords are hashed with SHA512
  24. - Added MaximumLoginAttempts to configuration
  25. - Added /tphere * and /tphere all
  26. - Added /auth-verify to verify and turn off the auth code system
  27. - Added the ability to Log/notify admins when commands are executed.
  28. - Added a new Configuration Flag called "DisableBuild".
  29. - Added command to toggle anti-build.
  30. - Added -ip commandline
  31. - Fixed hair exploit
  32. - Added /rules, reads from ./tshock/rules.txt
  33. - Added AdminChatPrefix configuration option.
  34. - Added ForceKillAll to kick all players.
  35. - Added support to spawn all types of slimes (have to use the full exact name)
  36. - Added /king to spawn king slime.
  37. - Adds protected regions. Use /region help ingame for extra help
  38. - Added warps to tshock, edited some region commands
  39. - Added the ability to ban specific items for being in inventory when joining server
  40. - Added /setspawn command,Sets the spawn point of the server
  41. - Added HardcoreOnly
  42. - Sandgun and Dirt Rod no longer triggers a Impossible to place block.
  43. - Added /displaylogs. Toggles log output to player who executed the command.
  44. - Added -configpath command line parameter to set config path.
  45. - Added broadcasting on map saves
  46. - Added /tphere * and /tphere all
  47. Still Lots More To Add! :)
  48. Changes in API release 2.0.0.0:
  49. - Added update checker.
  50. Changes in API release 1.8.0.0:
  51. - Added permissions system for managing different levels of admins
  52. -- Added one time auth system for new permissions. When you start the server and load the map, you get a one time auth code. Use /auth <code> to become superadmin.
  53. - Check the wiki on Github for more information on Permissions.
  54. - Fixed BanExplosives not doing anything.
  55. - All ban lists have been consolidated into one file, where reasons, IPs, and player names are stored together.
  56. - Fixed spawnrate and max spawns
  57. Changes in API release 1.6.0.0:
  58. - Added spawn protection
  59. - Fixed numerous bugs
  60. - Added a few commands
  61. Changes in API release 1.5.0.1:
  62. - Fixed cheat detection
  63. Changes in API release 1.5.0.0:
  64. - Added /time
  65. - Added /kill <player>
  66. - Fixed /item
  67. - Added /slap <player> [dmg]
  68. - Added broadcast event for kill tile abuse
  69. - Fixed teleport somewhat
  70. - More cheat detection
  71. - Extended new cheat protection to mana
  72. - Update player exploit patched
  73. - Fixed /spawn
  74. - Made /invasion a toggle
  75. Changes in API release 1.4.0.0:
  76. - The configuration file is now located at config.json
  77. - Something else.
  78. Changes in API release 1.3.0.1:
  79. - Re-coded the entire command system
  80. - Re-coded the help command
  81. - Implemented what seems to be the most recurring blacklist ever
  82. Changes in API release 1.3.0.0:
  83. - Added /maxspawns
  84. - Added /spawnrate
  85. - Resetup the configuration file to read spawn rate information.
  86. - Patched the ability for clients to spawn NPCs
  87. - Patched the ability for clients to rewrite the server through SendSection
  88. - Make sure to use this Terraria.exe for the server: (http://dl.dropbox.com/u/29760911/Terraria.exe)
  89. -- Allows spawn rates to be changed
  90. Changes in API release 1.2.0.1:
  91. - New update system
  92. Changes in API release 1.2:
  93. - Added /butcher
  94. - Added /heal
  95. - /spawnmob now takes another argument for the amount
  96. - /item now adds items to the inventory directly
  97. - This update credit to Deathmax
  98. Changes in API release 1.1:
  99. - Added /tp
  100. - Added /tphere
  101. - Added /spawnmob
  102. - Added /item
  103. - Fixed /spawn
  104. - Updated /help
  105. - Everything in this update credit to Deathmax, High, and Shank
  106. Changes in API release 0.1:
  107. - Added /save to save the world
  108. - Added /spawn to teleport to spawn
  109. - Added broken teleport stuff
  110. - Major re-write of the anti-tnt code (now uses a blacklist instead of a whitelist)
  111. - Fixed server crashing bug of the anti-tnt code
  112. - Made the anti-tnt code decrease the threshold instantaniously
  113. Re added the update checker.