Difference between revisions of "History"

From AAGRINDER wiki
Jump to navigationJump to search
(explain big update)
(added more history (2023 and 2024), and some clarifications at the start about details and versioning)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
This page mentions meaningful events in the history in AAGRINDER, including information useful for those wanting to check out older versions of AAGRINDER.
 +
 +
For a more detailed history of game development, mentioning all changes that would be meaningful to the player, see the [https://gitlab.com/MRAAGH/aagrinder/-/blob/main/CHANGELOG.md?ref_type=heads#aagrinder-changelog AAGRINDER Changelog]
 +
 +
For an even more highly detailed history, mentioning all code changes, see the git commit messages.
 +
 +
AAGRINDER does not have version numbers, only raw commit history. Most points in the commit history are reasonably stable versions. A version of the server is typically compatible with the terrain generator from the same date. Please note that older AAGRINDER versions may have different dependencies. The aagrinder-terrain repository has git tags for the versions of the terrain generator which were used on the official server aagrinder.xyz. Updating the terrain generator on an existing world is not recommended.
 +
 
== 2017 ==
 
== 2017 ==
  
Line 9: Line 17:
 
On February 8, 2018, the code was published on [[wikipedia:GitHub|GitHub]]. Records of versions before this date are lost.
 
On February 8, 2018, the code was published on [[wikipedia:GitHub|GitHub]]. Records of versions before this date are lost.
  
On April 16, 2018, the [[wikipedia:MongoDB|MongoDB]] was replaced by [[wikipedia::MySQL|MySQL]], making the AAGRINDER server easier to install.
+
On April 16, 2018, the [[wikipedia:MongoDB|MongoDB]] dependency was replaced by [[wikipedia::MySQL|MySQL]], making the AAGRINDER server easier to install.
  
 
On November 12, 2018, the repository migrated from GitHub to [[wikipedia:GitLab|GitLab]].
 
On November 12, 2018, the repository migrated from GitHub to [[wikipedia:GitLab|GitLab]].
Line 36: Line 44:
  
 
On July 8, 2022, the database [[wikipedia:Dependency_hell|dependency]] was removed, making AAGRINDER server much easier to [[Setting_up_a_server|install]].
 
On July 8, 2022, the database [[wikipedia:Dependency_hell|dependency]] was removed, making AAGRINDER server much easier to [[Setting_up_a_server|install]].
 +
 +
== 2023 ==
 +
 +
In October 2023, there was another big update which again changed how the inventory works, making slots reorderable, and made inventory functionality similar to Minecraft, Terraria, and other games.
 +
 +
== 2024 ==
 +
 +
In May 2024, there was an update to the terrain generator, adding new biomes and structures, and a new world was started on aagrinder.xyz server
  
  
 
See also: [[Modding#Past exploits]]
 
See also: [[Modding#Past exploits]]

Latest revision as of 10:18, 6 May 2024

This page mentions meaningful events in the history in AAGRINDER, including information useful for those wanting to check out older versions of AAGRINDER.

For a more detailed history of game development, mentioning all changes that would be meaningful to the player, see the AAGRINDER Changelog

For an even more highly detailed history, mentioning all code changes, see the git commit messages.

AAGRINDER does not have version numbers, only raw commit history. Most points in the commit history are reasonably stable versions. A version of the server is typically compatible with the terrain generator from the same date. Please note that older AAGRINDER versions may have different dependencies. The aagrinder-terrain repository has git tags for the versions of the terrain generator which were used on the official server aagrinder.xyz. Updating the terrain generator on an existing world is not recommended.

2017[edit]

Some time in early 2017, Maze got the idea for this game.

In August, 2017, the first iteration of the game was created.

2018[edit]

On February 8, 2018, the code was published on GitHub. Records of versions before this date are lost.

On April 16, 2018, the MongoDB dependency was replaced by MySQL, making the AAGRINDER server easier to install.

On November 12, 2018, the repository migrated from GitHub to GitLab.

2019[edit]

On May 14, 2019, the first public server was created.

On August 8, 2019, the server got the domain name aagrinder.xyz and became the official server.

On September 19, 2019, this wiki was created.

2020[edit]

On September 21, 2020, biomes were added. This big update is not backwards compatible and mandates a fresh restart of the world.

2021[edit]

On September 11, 2021, AAGRINDER in-game chat was bridged to Matrix.

On December 21, 2021, was the first time a community member contributed a new feature: Whodiduexpect added hoppers to the game.

2022[edit]

On February 7, 2022, there was a big update which changed how the inventory works, adding slots and item limits.

On July 8, 2022, the database dependency was removed, making AAGRINDER server much easier to install.

2023[edit]

In October 2023, there was another big update which again changed how the inventory works, making slots reorderable, and made inventory functionality similar to Minecraft, Terraria, and other games.

2024[edit]

In May 2024, there was an update to the terrain generator, adding new biomes and structures, and a new world was started on aagrinder.xyz server


See also: Modding#Past exploits