Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
illuna-minetest
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Illuna-Minetest
illuna-minetest
Commits
ca748ad4
Commit
ca748ad4
authored
13 years ago
by
Perttu Ahola
Browse files
Options
Downloads
Patches
Plain Diff
Update changelog and version to 0.2.20110922_rc1
parent
ae6d83a4
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+1
-1
1 addition, 1 deletion
CMakeLists.txt
doc/changelog.txt
+8
-8
8 additions, 8 deletions
doc/changelog.txt
with
9 additions
and
9 deletions
CMakeLists.txt
+
1
−
1
View file @
ca748ad4
...
...
@@ -9,7 +9,7 @@ project(minetest)
set
(
VERSION_MAJOR 0
)
set
(
VERSION_MINOR 2
)
set
(
VERSION_PATCH 201109
xx_dev
)
set
(
VERSION_PATCH 201109
22_rc1
)
set
(
VERSION_STRING
"
${
VERSION_MAJOR
}
.
${
VERSION_MINOR
}
.
${
VERSION_PATCH
}
"
)
# Configuration options
...
...
This diff is collapsed.
Click to expand it.
doc/changelog.txt
+
8
−
8
View file @
ca748ad4
...
...
@@ -3,17 +3,17 @@ Minetest-c55 changelog
This should contain all the major changes.
For minor stuff, refer to the commit log of the repository.
X:
- Ladders
0.2.20110922_rc1:
- Map is saved in an SQLite database file (by Queatz)
- Ladders (MarkTraceur)
- Lava
- /me chat command
- Slightly better looking inventory (transparency)
- Apple trees (sfan5)
- Slightly better looking inventory with transparency
- /me chat command (Oblomov)
- Using chosen map seed possible through fixed_map_seed configuration option (kahrl)
- Fix the long-existed PeerNotFound loop bug
- Some translations and localization-related fixes
- Lots of small fixes, once again
- Using chosen map seed is now possible through fixed_map_seed configuration option
- Map is now saved in an SQLite database
- Fixed the nasty server-side infinite PeerNotFound loop bug
- Lots of small fixes
2011-07-31_3:
- Fixes a bug that made the server to deny non-empty passwords from players connecting the first time
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment