Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-27 | Fix a crash (assert) when client set serial version < 24 in INIT | Loic Blot | |
When SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM To resolve the problem: * Create a different CLIENT_MIN_VERSION to handle this problem * Remove the exception * Use an assert in case of bad developer code | |||
2015-01-27 | Revert "Fix a crash (assert) when client set serial version < 24 in INIT ↵ | Craig Robbins | |
command SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM" nerzhul is (may?) be working on a new solution. For the moment this is reverted because old worlds cannot be loaded (see discussion on github for the commit). This reverts commit 800d19270250bb13cc6b2d330199815bf8e96446. | |||
2015-01-24 | Fix a crash (assert) when client set serial version < 24 in INIT command ↵ | (@U-Exp) | |
SER_FMT_VER_LOWEST is set to zero, then the test is stupid in INIT because all client works. In mapblock we check if client's serialization version is < 24, but if client sent serialization version < 24 (15 for example) the server set it and tried to send nodes, then BOOM | |||
2014-12-29 | Fix -Wtype-limits warnings and remove disabling of -Wtype-limits | Craig Robbins | |
2014-09-20 | Add compression API | ShadowNinja | |
2013-08-02 | Weather backward compatibility | proller | |
2013-07-27 | Weather support | proller | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2012-07-24 | Improve node timer format (map format version 25) and update mapformat.txt | Perttu Ahola | |
2012-07-23 | Fix map deserialization and remove old serialization code | Perttu Ahola | |
2012-07-23 | Implement node timers | darkrose | |
2012-06-17 | Optimize headers | Perttu Ahola | |
2012-06-17 | Properly and efficiently use split utility headers | Perttu Ahola | |
2012-06-05 | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | |
GPLv2/later, by agreement of major contributors | |||
2012-06-03 | WIP node metadata, node timers | Kahrl | |
2012-01-22 | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | |
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes. | |||
2011-11-29 | Node definition names | Perttu Ahola | |
2011-07-23 | extended content-type range | Perttu Ahola | |
2011-07-02 | initial steps in doing content type extension | Perttu Ahola | |
2011-06-25 | New map generator added (and SQLite, messed up the commits at that time...) ↵ | Perttu Ahola | |
(import from temporary git repo) | |||
2011-05-22 | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola | |
2011-04-21 | Some work-in-progress in hp and mobs and a frightening amount of random fixes. | Perttu Ahola | |
2011-04-11 | updated example map generator python script | Perttu Ahola | |
2011-04-11 | support for format 0 and 1 maps | Perttu Ahola | |
2011-04-10 | new object system | Perttu Ahola | |
2011-04-04 | fully implemented the sign with the new framework | Perttu Ahola | |
2011-02-04 | all kinds of tweaking and fixing | Perttu Ahola | |
2011-01-16 | Initial commit of mapgen v.2. Lacks configuration and saving to disk. | Perttu Ahola | |
2010-12-19 | day/night working client side | Perttu Ahola | |
2010-12-13 | commit before content-tile separation | Perttu Ahola | |
2010-12-11 | commit before some radicallish changes to water behavior | Perttu Ahola | |
2010-11-29 | license stuff | Perttu Ahola | |
--HG-- rename : src/licensecomment.txt => licensecomment.txt | |||
2010-11-29 | - added map generating script | Perttu Ahola | |
- dropped support for versions older than 2 because of lighting support | |||
2010-11-27 | Initial files | Perttu Ahola | |