077ffa5231* changed GUI to indicate Minetest Δ
Nils Dagsson Moskopp
2011-07-17 22:33:18 +02:00
13b2bad54b* changed GUI to indicate Minetest Δ
Nils Dagsson Moskopp
2011-07-17 22:33:18 +02:00
74ef5b8a42Hopefully fixed u64 to be the actual 64-bit type on 64-bit architectures. This should fix the compiler error caused by irrlicht on 64-bit fedora defining u64 to be different.
Perttu Ahola
2011-07-17 19:32:06 +03:00
496e783988A small fix to an unlikely situation where the map generator requires a block that hasn't been loaded from disk. Now it is actually loaded from disk in that case.
Perttu Ahola
2011-07-17 13:40:47 +03:00
0802edf582* README updated
Nils Dagsson Moskopp
2011-07-16 17:14:58 +02:00
1f243e54b4* README updated
Nils Dagsson Moskopp
2011-07-16 17:14:58 +02:00
8bfa56648dMerge remote-tracking branch 'origin/upstream'
Nils Dagsson Moskopp
2011-07-16 16:52:45 +02:00
014a3aea32Merge remote-tracking branch 'origin/upstream'
Nils Dagsson Moskopp
2011-07-16 16:52:45 +02:00
afa2b8714fAttempt to fix a problem with the factory mappings of objects residing in different source files than the prototype objects that fill them in
Perttu Ahola
2011-07-16 17:39:03 +03:00
4d20f1283f* fix automerge regression
Nils Dagsson Moskopp
2011-07-15 20:16:02 +02:00
5086bd5664* fix automerge regression
Nils Dagsson Moskopp
2011-07-15 20:16:02 +02:00
0a38e542c1* regression fix, clay occurs again now
Nils Dagsson Moskopp
2011-07-15 06:37:47 +02:00
2c5617709d* regression fix, clay occurs again now
Nils Dagsson Moskopp
2011-07-15 06:37:47 +02:00
96f551a287* possibly nicer trees
Nils Dagsson Moskopp
2011-07-15 02:23:41 +02:00
287b735224* possibly nicer trees
Nils Dagsson Moskopp
2011-07-15 02:23:41 +02:00
af05e4b2deMerge branch 'upstream/master'
Nils Dagsson Moskopp
2011-07-14 22:43:22 +02:00
3560f0de08Merge branch 'upstream/master'
Nils Dagsson Moskopp
2011-07-14 22:43:22 +02:00
4415d95c50* possibly improved water flow, by flyx86
Nils Dagsson Moskopp
2011-07-14 16:17:50 +02:00
5146c826be* possibly improved water flow, by flyx86
Nils Dagsson Moskopp
2011-07-14 16:17:50 +02:00
1cdf210e4f* possible fix for large cubic holes in map
Nils Dagsson Moskopp
2011-07-13 23:12:18 +02:00
5383aa847f* possible fix for large cubic holes in map
Nils Dagsson Moskopp
2011-07-13 23:12:18 +02:00
b0ad5ce8e2* slightly different values for 3d perlin noise
Nils Dagsson Moskopp
2011-07-13 23:10:41 +02:00
b96450b586* slightly different values for 3d perlin noise
Nils Dagsson Moskopp
2011-07-13 23:10:41 +02:00
b2447393e4* regression fix, papyrus should appear again now
Nils Dagsson Moskopp
2011-07-13 16:21:20 +02:00
a676493f46* regression fix, papyrus should appear again now
Nils Dagsson Moskopp
2011-07-13 16:21:20 +02:00
63ce6eee5c* README updated
Nils Dagsson Moskopp
2011-07-11 16:22:14 +02:00
1e88a16dd5* README updated
Nils Dagsson Moskopp
2011-07-11 16:22:14 +02:00
858b2d7439+ farmesh config options
Jiří Procházka
2011-07-11 14:29:59 +02:00
692bd66011+ farmesh config options
Jiří Procházka
2011-07-11 14:29:59 +02:00
a106c0dbdc+ notes regarding upstream conversion from mercurial using hg-fast-export
Nils Dagsson Moskopp
2011-07-09 18:14:05 +02:00
10caac8839+ notes regarding upstream conversion from mercurial using hg-fast-export
Nils Dagsson Moskopp
2011-07-09 18:14:05 +02:00
98ccac5969Added tag 0.2.20110704_0 for changeset 65263ec55caf
Perttu Ahola
2011-07-04 22:15:22 +03:00
81535f6277Updated version and changelog
Perttu Ahola
2011-07-04 22:15:15 +03:00
f9a05849edRemoved tag 0.2.20110704_0
Perttu Ahola
2011-07-04 22:12:58 +03:00
31a804ff47Added tag 0.2.20110704_0 for changeset 25aa2021937f
Perttu Ahola
2011-07-04 22:12:38 +03:00
8f742855a1initial steps in doing content type extension
Perttu Ahola
2011-07-02 01:07:54 +03:00
7b290660eamade screen go slightly blue when underwater
Perttu Ahola
2011-07-01 21:25:31 +03:00
71f5d4b344Fixed objects being sometimes not able to be stored statically in a block when block has been unloaded
Perttu Ahola
2011-07-01 21:04:40 +03:00
f37a3a84faMerge pull request #13 from Bahamada/upstream_merge
Nils Dagsson Moskopp
2011-06-27 06:56:26 -07:00
1c90f9fc2eMerge pull request #13 from Bahamada/upstream_merge
Nils Dagsson Moskopp
2011-06-27 06:56:26 -07:00
282912caa0tried to fix block selection in map rendering a bit
Perttu Ahola
2011-06-27 09:50:34 +03:00
ccf5eae751fixed bug in inventory textures caused from better handling of unknown blocks
Perttu Ahola
2011-06-27 08:46:54 +03:00
3e40235ce2updated minetest.conf.example and changed client_unload_unused_data_timeout default to 600
Perttu Ahola
2011-06-27 08:36:37 +03:00
ab0cc1bb47better handling of unknown blocks on client
Perttu Ahola
2011-06-27 07:30:02 +03:00
cf9a1f0109updated to-do list
Perttu Ahola
2011-06-27 06:52:20 +03:00
d09f9c0d1dmade dtime jitter compare value and fps calculation a bit faster changing
Perttu Ahola
2011-06-27 00:29:17 +03:00
dd22ea051amap unloading is now a whole lot better
Perttu Ahola
2011-06-27 00:27:17 +03:00
3fccc67eb7fixed block unloading from memory (a better fix coming next)
Perttu Ahola
2011-06-26 21:53:11 +03:00
d702a2c33bMade the initial loading screen slightly more alive
Perttu Ahola
2011-06-26 20:00:04 +03:00
e8a731adc5added correct data to new images, added comments in main.cpp
Perttu Ahola
2011-06-25 04:41:38 +03:00
7538b4c620New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
Perttu Ahola
2011-06-25 04:25:14 +03:00