Release Notes 1.3.1
Posted by Seaboy1234 on August 1st, 2012.
Loading...
Posted in Release Notes
This is just an update to ensure all stays working with the new Minecraft 1.3 update released today. Servers now have the option to downgrade clients to Minecraft 1.2.5. This helps for servers that have many mods and don’t have the option to update yet.
Changelog:
Client:
-
Added ability for server to downgrade Minecraft client from 1.3 to 1.2.5.
Server:
-
Added ability to downgrade Minecraft client from 1.3 to 1.2.5. Set flag ClientVersion in Config.xml to 1.2.5.
API:
-
FilePartPacket now waits until data is received on the other end to exit out. This is a feature I might be adding to other packets in the future.
Full ArticleRelease Notes: 1.3.0 *UPDATED*
Posted by Seaboy1234 on July 25th, 2012.
Loading...
Posted in Release Notes
I am proud to announce version 1.3.0 for the Minecraft Mod Updater project is available. This update includes 17,212 total lines changed. 12,573 of which were additions and 4,639 deletions over a span of 154 commits.
Perhaps the biggest change introduced in 1.3.0 was the addition of an admin control panel, or AdminCP. The AdminCP allows you to remotely manage mods hosted on the server.
Now on to a list of changes.
Client:
-
Change: The splash screen’s progress bar now changes color based on the state of the program.
-
Change: Many changes to the built-in exception handler.
-
Add: A mod info dialog. This can be accessed by double clicking on a mod in the main form.
-
Add: Optional mods system. Access by clicking on the “Optional Mods” button in the main form.
-
Fix: Many assorted bugfixes.
-
Change: You can now see the overall progress of the update.
-
Change: You can now see the speed of the download.
Server:
-
Change: Mod files are now loaded into memory when the server is starting up instead of only when the mod is requested. This will result in a higher memory usage, a lower CPU usage, and a slightly faster download.
-
Fix: The client should always correctly disconnect.
-
Change: Merged the “ModAssets” and the “assets” folder into “assets/mod”.
-
Fix: Many assorted bugfixes.
There are also many changes to the core API which I build these two projects off of.
EDIT 3:22 AM PST 2012-7-26
It is with little joy that I announce the first hotfix for the new 1.3 branch. This update includes fixes to several showstopper bugs found in the AdminCP and server just hours ago.
AdminCP
-
Fixed mod file identifier bugs.
-
Fixed session authentication.
-
Fixed optional mods system.
Server
-
Fixed server not sending complete AdminFileInfoPackets
-
Fixed server not registering required mods when edited in AdminCP.
Now, I'm tiered and going to bed.
Full ArticleRelease Notes: 1.2.2
Posted by Seaboy1234 on July 11th, 2012.
Loading...
Posted in Release Notes
Client 1.2.2_5 and 1.2.2_6
-
FIX: Client disconnect bug.
-
FIX: Show correct version number.
-
ADD: Client tells you weather an update is for the client or for the API.
-
FIX: Client now stores files in the correct place.
-
REMOVE: Removed the annoying splash screen that appears on first run.
-
FIX: Load jars in correct order.
Server 1.2.2_2:
-
ADD: Server tells you weather an update is for the server or for the API.
Master Server 1.2.2_1:
-
ADD: Master Server tells you weather an update is for the master server or for the API.
API 1.2.2_2:
-
The API now reports weather an update is for the program or the api.
As always, the latest source can be accessed at https://github.com/seaboy1234/Minecraft-Mod-Updater/tree/master
Full Article