Commit Graph

  • 96bee29e35 Merge branch 'upstream/master' Nils Dagsson Moskopp 2011-07-30 19:46:55 +0200
  • 82ea534997 * README updated Nils Dagsson Moskopp 2011-07-30 19:30:43 +0200
  • a4fe2a7c75 - compiling with translations works again Nils Dagsson Moskopp 2011-07-30 19:28:44 +0200
  • f2051c9822 fix to the former Perttu Ahola 2011-07-30 20:10:16 +0300
  • f8fca8ca5e easier notice on old version Perttu Ahola 2011-07-30 20:06:30 +0300
  • 24a662705c Added network protocol version number in protocol Perttu Ahola 2011-07-30 20:02:17 +0300
  • 4ef9c7675a Merge remote-tracking branch 'origin/upstream' Nils Dagsson Moskopp 2011-07-30 18:53:54 +0200
  • cdadbdbd17 Server configuration is now written when "/#setting whatever = whatever" is issued. Perttu Ahola 2011-07-30 19:49:42 +0300
  • 9b294ffa7a Added message of the day and made it properly configurable using /#setting (not saved to config file yet) Perttu Ahola 2011-07-30 19:31:33 +0300
  • 4b0c3e4357 Made picking items up in creative mode delete them (because they usually are in the inventory already anyway) Perttu Ahola 2011-07-30 19:05:25 +0300
  • cae422076b updated pause menu text a bit Perttu Ahola 2011-07-30 18:54:02 +0300
  • d62ae0e18b Rats are now eatable. Also made their selection box move smoothly. Perttu Ahola 2011-07-30 18:51:15 +0300
  • 4556c212db Made rats cookable and made them spawn near trees Perttu Ahola 2011-07-30 17:51:21 +0300
  • 8ceb0586b2 made more things burnable in furnace Perttu Ahola 2011-07-30 14:57:43 +0300
  • df27b85432 quick fix to it not building with gettext on my visual studio environment Perttu Ahola 2011-07-30 14:38:41 +0300
  • 1de45cc8a7 Removed remaining -delta references Perttu Ahola 2011-07-30 14:02:11 +0300
  • a653cf4944 removed delta README Perttu Ahola 2011-07-29 12:59:37 +0300
  • 416499f978 fix server build Perttu Ahola 2011-07-25 23:31:02 +0300
  • f69123050b Merge branch 'master' of github.com:erlehmann/minetest-delta Nils Dagsson Moskopp 2011-07-24 20:04:20 +0200
  • a5a9c9f799 Merge pull request #36 from Oblomov/master Nils Dagsson Moskopp 2011-07-24 11:00:38 -0700
  • cce210f676 Locale dir should be parallel to global data dir Giuseppe Bilotta 2011-07-24 19:20:40 +0200
  • a8e493122e Read config from gettext.h Giuseppe Bilotta 2011-07-24 19:13:30 +0200
  • e00d7ee5be Italian translations Giuseppe Bilotta 2011-07-24 19:06:17 +0200
  • ad6b087353 + 24x24 rendering of SVG minetest icon, polished manually to look crisp Nils Dagsson Moskopp 2011-07-24 18:51:44 +0200
  • 3715e39e5d Actually make USE_GETTEXT available in the source Giuseppe Bilotta 2011-07-24 18:34:10 +0200
  • 423109e64c Two more instances of unhardcoding the project name Giuseppe Bilotta 2011-07-24 18:12:11 +0200
  • 71b7d92597 Merge pull request #35 from Oblomov/master Nils Dagsson Moskopp 2011-07-24 09:01:10 -0700
  • e034f8a2a3 Sanitize GETTEXT usage macros Giuseppe Bilotta 2011-07-24 13:58:51 +0200
  • 47381bde3b Bring po update out of cmake again Giuseppe Bilotta 2011-07-24 10:19:31 +0200
  • c578efb32b Refactor gettext init Giuseppe Bilotta 2011-07-23 16:38:37 +0200
  • 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. Perttu Ahola 2011-07-24 12:49:47 +0300
  • c9e615bde4 Updated the texture atlas a bit Perttu Ahola 2011-07-24 12:45:52 +0300
  • 20fa7412c8 and now fixed a bug in removing that debug output Perttu Ahola 2011-07-24 12:13:51 +0300
  • d099165271 removed a remaining debug print Perttu Ahola 2011-07-24 12:12:55 +0300
  • 29d905f98a Added a mapblock analyzing function for debugging use and fixed remaining mapgen bugs Perttu Ahola 2011-07-24 12:09:33 +0300
  • ed8f5576a5 changed jungletree/junglegrass content ids to extended range Perttu Ahola 2011-07-24 11:40:14 +0300
  • 112b85d0fb merged fix to decapitated trees; other bugs now exists Perttu Ahola 2011-07-24 11:39:13 +0300
  • 5aa2679be7 Do not package en translation, since we don't build it Giuseppe Bilotta 2011-07-23 16:15:29 +0200
  • d4e7faca21 Gettext domain should match the project name Giuseppe Bilotta 2011-07-23 15:49:06 +0200
  • 4ffba76bb3 Place project name and gettext use in config Giuseppe Bilotta 2011-07-23 15:47:09 +0200
  • 8d84086f35 removed unnecessary verbosity from debug output of tile.cpp Perttu Ahola 2011-07-24 10:12:08 +0300
  • f4a08f7fb3 Merge pull request #34 from SpeedProg/master Nils Dagsson Moskopp 2011-07-23 19:01:51 -0700
  • 8250d520ce who put pnoise.py in my /? Perttu Ahola 2011-07-24 01:51:27 +0300
  • 73cf4b3016 made shadows less blue Perttu Ahola 2011-07-24 00:49:45 +0300
  • f6d9bcc9bb updated cmakerules to autodetect if gettext can be used fixed error if gettext is disabled Constantin Wenger 2011-07-23 22:36:11 +0200
  • 68a9157b94 Fixed issue #15: Glass blocks a lot of light Perttu Ahola 2011-07-23 20:28:05 +0300
  • 26582e0e66 Fixed #21 Earth under torches oscillates between mud and grass Perttu Ahola 2011-07-23 20:22:22 +0300
  • 0b4cdfa023 Made hotbar a bit smaller Perttu Ahola 2011-07-23 20:22:04 +0300
  • 501034a792 merged jungle and bluish shadows Perttu Ahola 2011-07-23 20:01:06 +0300
  • 96fedb5cb0 removed -delta namings Perttu Ahola 2011-07-23 19:33:49 +0300
  • f13fc82abe converted main.cpp dos linefeeds to unix linefeeds. Perttu Ahola 2011-07-23 19:17:39 +0300
  • bc14898bf9 updated main.cpp comments a bit Perttu Ahola 2011-07-23 19:16:49 +0300
  • a42d324142 changed rat texture to mine Perttu Ahola 2011-07-23 19:05:06 +0300
  • 2587bb361c merged the content type extension and delta Perttu Ahola 2011-07-23 19:04:37 +0300
  • 90d793f8f3 extended content-type range Perttu Ahola 2011-07-23 16:55:26 +0300
  • 976ec31c1f switched to old transformLiquids, new one is not ready Perttu Ahola 2011-07-23 16:46:34 +0300
  • 98be778766 switched my textures back Perttu Ahola 2011-07-23 16:08:07 +0300
  • f17cfb35d1 uh, i guess this now merges the new delta stuff? Perttu Ahola 2011-07-23 15:50:05 +0300
  • 3882536d40 merged some stuff from upstream while merging delta Perttu Ahola 2011-07-23 15:46:00 +0300
  • d67cef0eb7 Made dark places tint slightly in blue Perttu Ahola 2011-07-23 04:10:17 +0300
  • 8993d9dd83 Jungle biome/whatever thing Perttu Ahola 2011-07-23 02:04:24 +0300
  • fdf14471c6 Merge branch 'master' of git://github.com/erlehmann/minetest-delta Perttu Ahola 2011-07-22 22:59:15 +0300
  • a7daf8e652 * README updated Nils Dagsson Moskopp 2011-07-22 21:56:00 +0200
  • 7da02e05a6 * README updated Nils Dagsson Moskopp 2011-07-22 21:56:00 +0200
  • 6c2d95f868 * key change menu now saving immediately Perttu Ahola 2011-07-22 21:53:50 +0200
  • 58f612eca1 Changing key settings now doesn't require a game restart Perttu Ahola 2011-07-22 22:35:20 +0300
  • 2452ce67f4 Merge pull request #33 from SpeedProg/master Nils Dagsson Moskopp 2011-07-22 12:10:19 -0700
  • 4771b4951d change in readme of a lib Constantin Wenger 2011-07-22 20:55:00 +0200
  • 84c370b1db change in readme of a lib Constantin Wenger 2011-07-22 20:55:00 +0200
  • 383698186f Merge remote-tracking branch 'upstream/master' Constantin Wenger 2011-07-22 20:53:29 +0200
  • 2abe6ed75c Merge remote-tracking branch 'upstream/master' Constantin Wenger 2011-07-22 20:53:29 +0200
  • fb4c3ab4fb fixed some problems with filenames of the translations Constantin Wenger 2011-07-22 20:19:43 +0200
  • a12229f271 fixed some problems with filenames of the translations Constantin Wenger 2011-07-22 20:19:43 +0200
  • 96ad0c8638 updated some parts which don't really make a problem but are better this way Constantin Wenger 2011-07-20 19:57:44 +0200
  • b278988924 updated some parts which don't really make a problem but are better this way Constantin Wenger 2011-07-20 19:57:44 +0200
  • 7985d746f9 Merge branch 'upstream/master' Nils Dagsson Moskopp 2011-07-22 20:16:58 +0200
  • 805ccd449f Merge branch 'upstream/master' Nils Dagsson Moskopp 2011-07-22 20:16:58 +0200
  • a45f287ae1 Merge pull request #32 from Oblomov/master Nils Dagsson Moskopp 2011-07-22 10:30:55 -0700
  • 0fbb0bcaab Merge pull request #32 from Oblomov/master Nils Dagsson Moskopp 2011-07-22 10:30:55 -0700
  • f706644a50 Fixed the problem of <=r548 clients fucking up maps on >=r549 servers. Also, already fucked up maps are now loaded correctly. Perttu Ahola 2011-07-22 18:51:49 +0300
  • 7d9dd352cf Declare USE_GETTEXT option Giuseppe Bilotta 2011-07-22 14:42:04 +0200
  • 9653522873 Declare USE_GETTEXT option Giuseppe Bilotta 2011-07-22 14:42:04 +0200
  • a09660dc85 fixed problem with displaying special chars Constantin Wenger 2011-07-22 12:54:07 +0200
  • bf3dfec7d6 fixed problem with displaying special chars Constantin Wenger 2011-07-22 12:54:07 +0200
  • d78e5e7329 updatepo cmake rule Giuseppe Bilotta 2011-07-22 10:55:05 +0200
  • aaa165f985 updatepo cmake rule Giuseppe Bilotta 2011-07-22 10:55:05 +0200
  • 2b39be44e4 added an unit test for the Settings thingy (the python ConfigParser -like thing) Perttu Ahola 2011-07-22 13:10:58 +0300
  • e61b2f99c1 Static naming of po file Giuseppe Bilotta 2011-07-22 09:58:02 +0200
  • 8f2409a1b4 Static naming of po file Giuseppe Bilotta 2011-07-22 09:58:02 +0200
  • d386f02893 Refactor mo creation/installation Giuseppe Bilotta 2011-07-22 09:36:17 +0200
  • 0ec749317c Refactor mo creation/installation Giuseppe Bilotta 2011-07-22 09:36:17 +0200
  • 5a3218e535 Use project name for mo files Giuseppe Bilotta 2011-07-22 08:33:08 +0200
  • bc05bd8b59 Use project name for mo files Giuseppe Bilotta 2011-07-22 08:33:08 +0200
  • 02653573d2 Merge remote-tracking branch 'erlehmann/master' Giuseppe Bilotta 2011-07-22 07:48:22 +0200
  • 7c1ea34baf Merge remote-tracking branch 'erlehmann/master' Giuseppe Bilotta 2011-07-22 07:48:22 +0200
  • 5c66664aef changed some lines to fit the 80chars limit Constantin Wenger 2011-07-21 16:44:43 +0200
  • 3d53cc2c11 changed some lines to fit the 80chars limit Constantin Wenger 2011-07-21 16:44:43 +0200
  • 329158f7d1 Fixed small error in mapnode.cpp (didn't cause any harm though) Perttu Ahola 2011-07-22 01:37:21 +0300
  • fe855e004f Fixed new map generator causing a crash when generating at map limit Perttu Ahola 2011-07-22 01:37:05 +0300
  • 2b3bc33708 added some TODOs to main.cpp Perttu Ahola 2011-07-21 23:28:30 +0300