Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Serialisation: documentation fixes, clarifying renames and whitespace fixes | est31 | 2015-09-14 |
| | | | | | | | | | | | | | | | 1. Do two renames: * SER_FMT_CLIENT_VER_LOWEST -> SER_FMT_VER_LOWEST_WRITE * SER_FMT_VER_LOWEST -> SER_FMT_VER_LOWEST_READ Now the two define values are consistently named with the _WRITE defines SER_FMT_VER_{HIGHEST,LOWEST}_WRITE, and to better point out what the two serialisation versions actually are for. 2. wrap some lines in doc/worldformat.txt, and point out that the node timers are serialized at a later point, as this can cause confusion about what now happens (if one doesn't strictly read the if block's conditions). 3. some whitespace fixes in NodeTimerList::serialize, and one new comment. | ||
* | Fix a crash (assert) when client set serial version < 24 in INIT | Loic Blot | 2015-01-27 |
| | | | | | | | | | 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 | ||
* | Revert "Fix a crash (assert) when client set serial version < 24 in INIT ↵ | Craig Robbins | 2015-01-27 |
| | | | | | | | | 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. | ||
* | Fix a crash (assert) when client set serial version < 24 in INIT command ↵ | (@U-Exp) | 2015-01-24 |
| | | | | 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 | ||
* | Fix -Wtype-limits warnings and remove disabling of -Wtype-limits | Craig Robbins | 2014-12-29 |
| | |||
* | Add compression API | ShadowNinja | 2014-09-20 |
| | |||
* | Weather backward compatibility | proller | 2013-08-02 |
| | |||
* | Weather support | proller | 2013-07-27 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Improve node timer format (map format version 25) and update mapformat.txt | Perttu Ahola | 2012-07-24 |
| | |||
* | Fix map deserialization and remove old serialization code | Perttu Ahola | 2012-07-23 |
| | |||
* | Implement node timers | darkrose | 2012-07-23 |
| | |||
* | Optimize headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | WIP node metadata, node timers | Kahrl | 2012-06-03 |
| | |||
* | Node placement / mineral / serialization / iron freq / node_dig callback | Kahrl | 2012-01-22 |
| | | | | | | | | - 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. | ||
* | Node definition names | Perttu Ahola | 2011-11-29 |
| | |||
* | extended content-type range | Perttu Ahola | 2011-07-23 |
| | |||
* | initial steps in doing content type extension | Perttu Ahola | 2011-07-02 |
| | |||
* | New map generator added (and SQLite, messed up the commits at that time...) ↵ | Perttu Ahola | 2011-06-25 |
| | | | | (import from temporary git repo) | ||
* | Preliminary "active block" stuff + set up test code to grow grass. | Perttu Ahola | 2011-05-22 |
| | |||
* | Some work-in-progress in hp and mobs and a frightening amount of random fixes. | Perttu Ahola | 2011-04-21 |
| | |||
* | updated example map generator python script | Perttu Ahola | 2011-04-11 |
| | |||
* | support for format 0 and 1 maps | Perttu Ahola | 2011-04-11 |
| | |||
* | new object system | Perttu Ahola | 2011-04-10 |
| | |||
* | fully implemented the sign with the new framework | Perttu Ahola | 2011-04-04 |
| | |||
* | all kinds of tweaking and fixing | Perttu Ahola | 2011-02-04 |
| | |||
* | Initial commit of mapgen v.2. Lacks configuration and saving to disk. | Perttu Ahola | 2011-01-16 |
| | |||
* | day/night working client side | Perttu Ahola | 2010-12-19 |
| | |||
* | commit before content-tile separation | Perttu Ahola | 2010-12-13 |
| | |||
* | commit before some radicallish changes to water behavior | Perttu Ahola | 2010-12-11 |
| | |||
* | license stuff | Perttu Ahola | 2010-11-29 |
| | | | | | --HG-- rename : src/licensecomment.txt => licensecomment.txt | ||
* | - added map generating script | Perttu Ahola | 2010-11-29 |
| | | | | - dropped support for versions older than 2 because of lighting support | ||
* | Initial files | Perttu Ahola | 2010-11-27 |