Commit Graph

  • 310fa10035 Merge remote-tracking branch 'queatz/sqlite-map' Perttu Ahola 2011-09-06 18:04:02 +0300
  • bc847e8cc2 Fix bug in posix file/directory removal wrapper, as pointed out by kahrl Perttu Ahola 2011-09-06 17:52:03 +0300
  • b82952bdba Fix some texture stuff: remove item_fence.png, use fence.png, remove inexisting cactus.png from texture atlas (replace with nothing because cactus is rare) Perttu Ahola 2011-09-06 17:13:24 +0300
  • 570a8dbf22 allow specifying a fixed seed in the config file for generating the map (fixed_map_seed) Kahrl 2011-08-31 11:24:50 +0200
  • c68ea19e8d Now SAOs will reflect changes to their temporary inventory object Also, the temp item wasn't being deleted, might have been a memory leak. Now you will only eat 1 item off a stack JacobF 2011-09-01 17:16:55 -0400
  • 0c91d01866 Cull empty lines... JacobF 2011-09-04 17:06:23 -0400
  • e34cef312f Files to database converter JacobF 2011-09-04 17:02:50 -0400
  • d670c831c2 These numbers were well exceeding 2^32... JacobF 2011-09-04 17:01:28 -0400
  • d1a16f24cf Initial sqlite3 maps. * The map will reside in world/map.sqlite * It will load from the sectors folder but will not save there JacobF 2011-09-02 19:07:14 -0400
  • 2d872ce3fa Furnace was crashing stuff again JacobF 2011-09-02 17:33:06 -0400
  • e3c58eff1c Merge branch 'master' of /media/Field/Software/minetest-queatz/minetest-sqlite/.. into sqlite-map JacobF 2011-09-02 16:59:17 -0400
  • 99de37ff94 Update to SQLite 3.7.7.1 JacobF 2011-09-01 18:27:30 -0400
  • 5e3b9e3578 * Furnace would say it was overloaded when it had a non-cookable source * I didn't understand that expression last fix and now the furnace would burn fuel even when it had no source item. JacobF 2011-09-01 15:39:15 -0400
  • ad795c9f0c Merge remote-tracking branch 'queatz/furnace-fix' Perttu Ahola 2011-08-31 17:04:12 +0300
  • d6d479f94c Updated changelog Perttu Ahola 2011-08-31 00:43:34 +0300
  • 6415528f96 If there was no source item in a furnace it would cause a segmentation fault. JacobF 2011-08-30 11:38:53 -0400
  • 4af1f2963c Merge remote-tracking branch 'kahrl/dissector' Perttu Ahola 2011-08-30 14:24:33 +0300
  • ba0322f353 Merge remote-tracking branch 'queatz/mmb10' Perttu Ahola 2011-08-30 14:24:23 +0300
  • 1a705523c0 Merge remote-tracking branch 'queatz/furnace-is-not-blackhole' Perttu Ahola 2011-08-30 14:24:12 +0300
  • 87b9e5467d Merge remote-tracking branch 'queatz/furnace-is-not-out-nor-can-rat-escape' Perttu Ahola 2011-08-30 14:24:07 +0300
  • 625dac8d8c Merge remote-tracking branch 'queatz/privs' Perttu Ahola 2011-08-30 14:23:44 +0300
  • 134e49cc8e Merged 2 branches because they relied on each other. This one contains these changes from main c55: * Adds a function to check if there is room for a specific item * Using that, you can now pick up rats if you have a full inventory and a not full rat stack * Furnace would cook only 1 item if that item used the last available result slot, now it will continue * Furnace will say it's overloaded * Furnace won't wait until the next step to start on the next item - This caused small fuels to cook slower than meant to - Also caused furnaces to say they were out of fuel after finishing the last fuel item JacobF 2011-08-25 19:27:50 -0400
  • cab426ffa3 dissector branch: fix for doc/protocol.txt: CONTROLTYPE_DISCO is 3 Kahrl 2011-08-25 21:32:48 +0200
  • 3edf2bb417 dissector branch: fix description of TOCLIENT_PLAYERITEM in clientserver.h Kahrl 2011-08-25 21:31:28 +0200
  • 9ebfbd150e dissector branch: added wireshark dissector minetest.lua Kahrl 2011-08-25 21:29:41 +0200
  • e278742c5e Middle mouse click will move 10 items around at a time. JacobF 2011-08-25 12:43:19 -0400
  • ef08163c38 Don't remove furnace if something is inside it. JacobF 2011-08-24 18:53:06 -0400
  • 2e82268a67 If a user doesn't have build rights, don't allow them to move items to and from their inventory JacobF 2011-08-23 22:08:09 -0400
  • 00bdfad5f6 The password box in the mainmenu is focused if there is already a name and address filled in JacobF 2011-08-23 22:06:35 -0400
  • efd8dabd91 Lava is now better visible inside water. (a crappy hack) Perttu Ahola 2011-08-23 03:01:01 +0300
  • e4f443a57a Inventory transparency; very loosely based on sapier's commits. Perttu Ahola 2011-08-23 00:31:18 +0300
  • d4df20a913 if creative mode and player has no build privileges, cannot drop items. Perttu Ahola 2011-08-22 22:55:17 +0300
  • db495668ae Fixed water mesh generation acting weird next to sand Perttu Ahola 2011-08-22 22:44:43 +0300
  • 996c653490 Fix byte count in serialization of "F1000" Perttu Ahola 2011-08-22 22:17:26 +0300
  • 4acad897cf Fixed some protocol comment errors in clientserver.h and elsewhere Perttu Ahola 2011-08-22 22:04:46 +0300
  • b37fffc2c5 Hopefully fix 'dangling water' Giuseppe Bilotta 2011-08-20 07:54:01 +0200
  • a99450ab72 Possibly fixed the extremely rare PeerNotFound loop bug. Perttu Ahola 2011-08-22 21:27:11 +0300
  • 7776d6228e Update README.txt Perttu Ahola 2011-08-22 15:00:55 +0300
  • 5415256a52 Merge remote-tracking branch 'oblomov/me_cmd' Perttu Ahola 2011-08-22 14:46:54 +0300
  • 836e43db60 Merge remote-tracking branch 'oblomov/new_input' Perttu Ahola 2011-08-22 14:46:52 +0300
  • 9c94538fb7 Change way commands are displayed in chat window Giuseppe Bilotta 2011-08-22 13:43:53 +0200
  • 53eedd3ba4 Introduce hotkey for calling up a command window Giuseppe Bilotta 2011-08-13 18:16:49 +0200
  • 42134bb49e Send KEY_END when (re)creating a text input Giuseppe Bilotta 2011-08-13 18:56:15 +0200
  • 0488bf54d3 /me command Giuseppe Bilotta 2011-08-13 17:41:18 +0200
  • da19aee307 Server now supports replies without prefix Giuseppe Bilotta 2011-08-13 17:37:31 +0200
  • d2c0b4905a Defines for server command context flags Giuseppe Bilotta 2011-08-13 17:35:10 +0200
  • 153f07fdfb Remove distinction between /# and / commands Giuseppe Bilotta 2011-08-13 17:09:23 +0200
  • 7e610aece5 Overhaul the input system Giuseppe Bilotta 2011-08-13 22:44:31 +0200
  • 16aedc0ef6 Fix typos in key names Giuseppe Bilotta 2011-08-13 17:59:54 +0200
  • 6596e585fe Flowing lava updates lighting Perttu Ahola 2011-08-22 13:19:07 +0300
  • f98eda4d52 Merge remote-tracking branch 'oblomov/liquid_fixes' Perttu Ahola 2011-08-22 12:53:18 +0300
  • 23717510c2 Merge branch 'lava' Perttu Ahola 2011-08-22 12:53:02 +0300
  • c51564ab5b Optimize for viscosity 1 Giuseppe Bilotta 2011-08-16 20:38:44 +0200
  • 1eb14c7743 Viscous fluids Giuseppe Bilotta 2011-08-16 19:56:57 +0200
  • 56e9f97294 Make sure all neighbors of changed fluids are activated Giuseppe Bilotta 2011-08-16 18:05:28 +0200
  • 774faf4e85 Let the liquids flow in the open Giuseppe Bilotta 2011-08-16 17:42:28 +0200
  • d0711821f3 Ensure air neighbors to liquids that can flow are enqueued for transformation Giuseppe Bilotta 2011-08-16 07:24:01 +0200
  • 7024b45197 Ensure param2 is set correctly in transformLiquids Giuseppe Bilotta 2011-08-16 16:46:55 +0200
  • 5fce673a56 Use defines for liquid levels Giuseppe Bilotta 2011-08-16 08:31:33 +0200
  • 29c9d3d5f4 Implemented MEET_OTHER Perttu Ahola 2011-08-16 12:23:19 +0300
  • 708f1c336e transformLiquid: small optimization and whitespace cleanup Giuseppe Bilotta 2011-08-16 06:00:40 +0200
  • dc4ac0b96f small fix to transformLiquids Perttu Ahola 2011-08-15 18:49:44 +0300
  • 296748d32e Fixed liquid mesh generation Perttu Ahola 2011-08-15 17:45:35 +0300
  • ad408f269c Add lava to creative inventory (hmm, we're shortly running out of creative inventory space) Perttu Ahola 2011-08-15 16:57:57 +0300
  • e57754868f Hopefully fixed msvc "'sqrt' : ambiguous call to overloaded function" Perttu Ahola 2011-08-15 15:11:00 +0300
  • 0c7e7f4998 Non-vertex-alpha texture material for lava Perttu Ahola 2011-08-15 12:08:41 +0300
  • 136657bcc1 Get rid of makepackage_binary.sh Giuseppe Bilotta 2011-08-15 11:07:30 +0200
  • dc16820e02 Cleanup root Giuseppe Bilotta 2011-08-15 11:05:05 +0200
  • 4b85608e30 modified mapgen to generate less lava Perttu Ahola 2011-08-15 11:56:16 +0300
  • 8ab77f4153 Added #define WATER_ALPHA in content_mapnode.cpp Perttu Ahola 2011-08-15 11:51:33 +0300
  • 472585a7e8 tuned lava/universal damage code Perttu Ahola 2011-08-15 11:49:39 +0300
  • 8f42a8be0c lava! Perttu Ahola 2011-08-15 02:04:56 +0300
  • c4b707bca2 Windows.h -> windows.h for cross-mingw build Perttu Ahola 2011-08-14 21:26:07 +0300
  • 9e35fe8c37 Merge remote-tracking branch 'speedprog/fixedNotFindingData' Perttu Ahola 2011-08-13 14:05:01 +0300
  • 385904d75a Let Settings accept a const char* directly Giuseppe Bilotta 2011-08-13 07:33:43 +0200
  • b1e0b7728b Fix keycode_to_keyname return value Giuseppe Bilotta 2011-08-13 07:31:46 +0200
  • eb255e6870 Clean up key names handling Giuseppe Bilotta 2011-08-12 23:42:00 +0200
  • 72e4c8f523 Fix use of && instead of & Giuseppe Bilotta 2011-08-12 23:34:12 +0200
  • 835d2e4b5f Removed assert if creating texture atlas image fails; cancel creating image instead. Perttu Ahola 2011-08-12 17:17:47 +0300
  • 94b42a79d7 fixed not finding data dir if installed Constantin Wenger 2011-08-10 23:43:21 +0200
  • e40da2341c Fixed/extended/modified ban stuff to be good for inclusion Perttu Ahola 2011-08-12 13:11:27 +0300
  • 7aa72c56b6 Merge remote-tracking branch 'speedprog/banByIp' Perttu Ahola 2011-08-12 11:55:51 +0300
  • 5784c14ab7 added ipban support commands: /#ipban <nick> /#ipunban <ip> Constantin Wenger 2011-08-12 01:13:42 +0200
  • 3028bbb95b Updated .gitignore to ignore vim swap files Perttu Ahola 2011-08-12 00:33:24 +0300
  • dfdc817db3 Typo fix Giuseppe Bilotta 2011-08-11 19:45:44 +0200
  • f4856a33c9 .gitattributes Giuseppe Bilotta 2011-08-11 17:57:04 +0200
  • 371af9c241 Notify other players of wielded item change Giuseppe Bilotta 2011-08-11 07:02:57 +0200
  • 88a9bae160 constify inventory item serialization Giuseppe Bilotta 2011-08-10 23:22:44 +0200
  • ecd5c5f920 Clients inform server on wielded item Giuseppe Bilotta 2011-08-10 21:43:40 +0200
  • 91d1186cbb Keep track of player item Giuseppe Bilotta 2011-08-10 18:31:44 +0200
  • 467b3cf4c1 Some inventory const-ification Giuseppe Bilotta 2011-08-10 11:38:49 +0200
  • c007d8219e Server should use the same eye position as the client Giuseppe Bilotta 2011-08-10 08:07:30 +0200
  • b318e82356 Refactor player's eye position coding Giuseppe Bilotta 2011-08-10 08:06:30 +0200
  • 98fa00db12 Introduce Player::getLightPosition Giuseppe Bilotta 2011-08-10 07:38:51 +0200
  • 69fca4f3cb Merged some FreeBSD fixes Perttu Ahola 2011-08-11 12:32:36 +0300
  • f6ed45fc20 Proper placement of binary files. q66 2011-08-11 11:07:35 +0200
  • e81ff1e833 Gettext fix for *BSD - require special linkage as glibc is not used q66 2011-08-11 11:04:22 +0200
  • 43b6ca0d14 Prevent threadid_t from losing precision when casted on 64bit systems q66 2011-08-11 10:52:00 +0200
  • 34492ce480 Respect base virtual functions' signatures Giuseppe Bilotta 2011-08-08 16:15:53 +0200
  • 163c38e175 Always return from non-void functions Giuseppe Bilotta 2011-08-08 16:13:48 +0200