4b0c3e4357
Made picking items up in creative mode delete them (because they usually are in the inventory already anyway)
2011-07-30 19:05:25 +03:00
cae422076b
updated pause menu text a bit
2011-07-30 18:54:02 +03:00
d62ae0e18b
Rats are now eatable. Also made their selection box move smoothly.
2011-07-30 18:51:15 +03:00
4556c212db
Made rats cookable and made them spawn near trees
2011-07-30 17:51:21 +03:00
8ceb0586b2
made more things burnable in furnace
2011-07-30 14:57:43 +03:00
df27b85432
quick fix to it not building with gettext on my visual studio environment
2011-07-30 14:38:41 +03:00
1de45cc8a7
Removed remaining -delta references
2011-07-30 14:02:11 +03:00
a653cf4944
removed delta README
2011-07-29 12:59:37 +03:00
416499f978
fix server build
2011-07-25 23:31:02 +03:00
f69123050b
Merge branch 'master' of github.com:erlehmann/minetest-delta
2011-07-24 20:04:20 +02:00
a5a9c9f799
Merge pull request #36 from Oblomov/master
...
Some more gettext stuff
2011-07-24 11:00:38 -07:00
cce210f676
Locale dir should be parallel to global data dir
2011-07-24 19:23:03 +02:00
a8e493122e
Read config from gettext.h
...
Otherwise the USE_GETTEXT define might not be visible.
2011-07-24 19:13:34 +02:00
e00d7ee5be
Italian translations
2011-07-24 19:06:17 +02:00
ad6b087353
+ 24x24 rendering of SVG minetest icon, polished manually to look crisp
2011-07-24 18:51:44 +02:00
3715e39e5d
Actually make USE_GETTEXT available in the source
2011-07-24 18:34:10 +02:00
423109e64c
Two more instances of unhardcoding the project name
2011-07-24 18:12:11 +02:00
71b7d92597
Merge pull request #35 from Oblomov/master
...
some more gettext fixes
2011-07-24 09:01:10 -07:00
e034f8a2a3
Sanitize GETTEXT usage macros
...
Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is
only set to true if gettext was enabled and found. This simplifies all
check to USE_GETTEXT only rather than the double checks for it being
enabled and found.
2011-07-24 16:52:59 +02:00
47381bde3b
Bring po update out of cmake again
...
This solves two issues at once:
* CMake would delete po files during ‘make clean’ because it thought
they were autogenerated and not just managed
* the only gettext tools readily available in Windows are so old they
don't support options like --package-name
The change also moves minetest.pot down one level, so we don't need to
special case ‘en’ anymore.
The downside is of course that you need some sane POSIX shell to update
the po files.
2011-07-24 16:52:59 +02:00
c578efb32b
Refactor gettext init
...
Put the gettext init code in a macro and define it appropriately
depending on whether gettext is actually available or not.
2011-07-24 16:52:59 +02:00
dbea511a6f
Lowered default viewing range minimum to such that it allows fairly good framerate in jungles with sucky hardware.
...
Almost all computers stick to the minimum with the current farmesh range that someone has set up without asking from me, but farmesh is not used as default anyway so those that use it can raise the lower limit in their configuration as they wish.
2011-07-24 12:49:47 +03:00
c9e615bde4
Updated the texture atlas a bit
2011-07-24 12:45:52 +03:00
20fa7412c8
and now fixed a bug in removing that debug output
2011-07-24 12:13:51 +03:00
d099165271
removed a remaining debug print
2011-07-24 12:12:55 +03:00
29d905f98a
Added a mapblock analyzing function for debugging use and fixed remaining mapgen bugs
2011-07-24 12:09:33 +03:00
ed8f5576a5
changed jungletree/junglegrass content ids to extended range
2011-07-24 11:40:14 +03:00
112b85d0fb
merged fix to decapitated trees; other bugs now exists
2011-07-24 11:39:13 +03:00
5aa2679be7
Do not package en translation, since we don't build it
2011-07-24 09:19:25 +02:00
d4e7faca21
Gettext domain should match the project name
...
This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes
back to using PROJECT_NAME for the filename and also uses PROJECT_NAME
as text domain in the source code.
2011-07-24 09:19:25 +02:00
4ffba76bb3
Place project name and gettext use in config
2011-07-24 09:18:29 +02:00
8d84086f35
removed unnecessary verbosity from debug output of tile.cpp
2011-07-24 10:12:08 +03:00
f4a08f7fb3
Merge pull request #34 from SpeedProg/master
...
Changes to make gettext enabled if it is found
2011-07-23 19:01:51 -07:00
8250d520ce
who put pnoise.py in my /?
2011-07-24 01:51:27 +03:00
73cf4b3016
made shadows less blue
2011-07-24 00:49:45 +03:00
f6d9bcc9bb
updated cmakerules to autodetect if gettext can be used
...
fixed error if gettext is disabled
2011-07-23 22:36:11 +02:00
68a9157b94
Fixed issue #15 : Glass blocks a lot of light
2011-07-23 20:28:05 +03:00
26582e0e66
Fixed #21 Earth under torches oscillates between mud and grass
2011-07-23 20:22:22 +03:00
0b4cdfa023
Made hotbar a bit smaller
2011-07-23 20:22:04 +03:00
501034a792
merged jungle and bluish shadows
2011-07-23 20:01:06 +03:00
96fedb5cb0
removed -delta namings
2011-07-23 19:33:49 +03:00
f13fc82abe
converted main.cpp dos linefeeds to unix linefeeds.
2011-07-23 19:17:39 +03:00
bc14898bf9
updated main.cpp comments a bit
2011-07-23 19:16:49 +03:00
a42d324142
changed rat texture to mine
2011-07-23 19:05:06 +03:00
2587bb361c
merged the content type extension and delta
2011-07-23 19:04:37 +03:00
90d793f8f3
extended content-type range
2011-07-23 16:55:26 +03:00
976ec31c1f
switched to old transformLiquids, new one is not ready
2011-07-23 16:46:34 +03:00
98be778766
switched my textures back
2011-07-23 16:08:07 +03:00
f17cfb35d1
uh, i guess this now merges the new delta stuff?
2011-07-23 15:50:05 +03:00
3882536d40
merged some stuff from upstream while merging delta
2011-07-23 15:46:00 +03:00