Commit Graph

  • 1f670fc688 Add better trace peudo-loglevel support Perttu Ahola 2012-05-20 18:30:30 +0300
  • 388906ac70 Allow using --worldname for local game too Perttu Ahola 2012-05-20 17:41:40 +0300
  • 49d9745dc4 Comment out unnecessary debug output in Settings Perttu Ahola 2012-05-20 17:19:48 +0300
  • 7c15d793ac --world list Perttu Ahola 2012-05-20 17:09:46 +0300
  • d90cb3511c Better description of static_spawnpoint in minetest.conf.example Perttu Ahola 2012-05-20 16:59:13 +0300
  • 5100272dc3 Update minetest.conf.example a bit Perttu Ahola 2012-05-20 14:54:02 +0300
  • afda9810f1 Tune smooth lighting a bit Perttu Ahola 2012-05-20 14:12:17 +0300
  • 22df8b81b3 Log more stuff in Client::afterContentReceived() Perttu Ahola 2012-05-19 17:11:41 +0300
  • 7a427c9070 Take out the "Privileges of foo are hidden from you." response of /privs Perttu Ahola 2012-05-19 12:42:33 +0300
  • a35e4bdbda Add a hack to get rid of the rare "ERROR: StaticObjectList::insert(): id already exists" failure Perttu Ahola 2012-04-15 14:37:35 +0300
  • 0aeb5adb8f Fix continuing to process TOSERVER_INIT2 even if player doesn't exist Perttu Ahola 2012-04-14 18:46:10 +0300
  • 9c5cc217bf Add "Registered definitions of stuff" to doc/lua_api.txt Perttu Ahola 2012-04-14 11:24:18 +0300
  • 24603d7ad3 Fix executing register_chatcommand-defined commands even in the middle of a chat line Perttu Ahola 2012-04-13 17:20:43 +0300
  • 1eac6ff8ff Fix unhandled InvalidPositionException Perttu Ahola 2012-04-10 18:16:03 +0300
  • 8742b3dab2 basic_privs to allow granting/revoking interact_extra too Perttu Ahola 2012-04-10 00:41:28 +0300
  • 93cdc9b9dc Support static_spawnpoint setting Perttu Ahola 2012-04-09 23:29:55 +0300
  • 8ed74a3429 Fix ABM handling on block activation Perttu Ahola 2012-04-09 23:06:24 +0300
  • 07a5e59ae7 Allow redefining minetest.item_place and the like Perttu Ahola 2012-04-09 21:14:16 +0300
  • f8c2f1cf54 Make client know about reverted disallowed diggings Perttu Ahola 2012-04-09 21:13:22 +0300
  • b1f043d010 Add basic_privs privilege Perttu Ahola 2012-04-09 18:57:41 +0300
  • 251c0c8508 Improve doc/lua_api.txt and add minetest.get_item_group(name, group) Perttu Ahola 2012-04-09 12:36:25 +0300
  • 3214daca4c Fix unable to join server first time with a password Perttu Ahola 2012-04-09 11:24:35 +0300
  • e4485f5412 Call this 0.4.dev-20120408 Perttu Ahola 2012-04-08 23:55:17 +0300
  • 4eaaa0ec53 Add minimal documentation about the $world/game/ addition Perttu Ahola 2012-04-08 23:32:53 +0300
  • 42323014ea Support placing a minetest game inside $world/game to allow creating proper adventure maps Perttu Ahola 2012-04-08 23:15:50 +0300
  • c59d139eeb Fix crash after 'LuaEntity name "particles:smoke" not defined' and similar errors Perttu Ahola 2012-04-08 23:13:27 +0300
  • 2b4d21160f minetest.get_node_group(name, group) Perttu Ahola 2012-04-08 18:34:05 +0300
  • e29a5b11e4 EnvRef:find_nodes_in_area(minp, maxp, nodenames) Perttu Ahola 2012-04-08 14:37:12 +0300
  • b58ee690a3 Allow looping of local and positional sounds Perttu Ahola 2012-04-08 14:35:57 +0300
  • d8edd3d0c8 Make lava brighter by showing light sources at their full emitted light level Perttu Ahola 2012-04-08 04:01:12 +0300
  • 1b078efd5f Improve texture atlas generation Perttu Ahola 2012-04-07 23:22:02 +0300
  • e8e73d37fb Fullscreen, vsync, fullscreen_bpp and fsaa options in the config; fsaa is experimental atm, causes visible spaces between blocks. q66 2012-04-03 13:59:02 +0200
  • 2eec788544 Improve doc/lua_api.txt Perttu Ahola 2012-04-07 19:59:03 +0300
  • dca28b9e12 Tune mapgen Perttu Ahola 2012-04-07 19:57:26 +0300
  • e879c92596 Fix collision code getting stuck if speed is 0 Perttu Ahola 2012-04-07 19:19:36 +0300
  • 7281c68b27 Fix segfault when setting privileges of a non-connected player Perttu Ahola 2012-04-07 18:46:10 +0300
  • d228f1b658 Fix fabs() brainfart Perttu Ahola 2012-04-07 18:05:06 +0300
  • 2e60593c5b Tune desert beaches Perttu Ahola 2012-04-07 17:59:24 +0300
  • 531fe10f51 Fix MSVC ambiguous fabs() call errors Perttu Ahola 2012-04-07 16:47:45 +0300
  • 454b07455a Add deserts to map generator Perttu Ahola 2012-04-07 15:36:51 +0300
  • a4dc6f2c76 Tune mapgen a bit Perttu Ahola 2012-04-07 14:08:49 +0300
  • 5608f12f9b PerlinNoise for Lua. Sergey Gilfanov 2012-03-31 23:52:25 +0400
  • 18d8e3acec Support custom textures installed as /textures/all/*.png Perttu Ahola 2012-04-07 10:43:06 +0300
  • 578fc5bb44 Add EnvRef:find_node_near(pos, radius, nodenames) Perttu Ahola 2012-04-06 22:44:42 +0300
  • e8660cfd8e Add missing mapgen.lua to games/minimal Perttu Ahola 2012-04-06 21:09:23 +0300
  • 6a57eabb14 Handle failing openal init properly, add enable_sound and sound_volume settings Perttu Ahola 2012-04-06 15:30:36 +0300
  • a67540807a Add #include <unistd.h> to filesys.cpp Perttu Ahola 2012-04-06 14:56:14 +0300
  • 20c377ca65 experimental:soundblock dig_immediate=3 Perttu Ahola 2012-04-06 11:20:51 +0300
  • 5436f1c7d5 Attempt to fix sound left-right channels Perttu Ahola 2012-04-06 00:39:37 +0300
  • 4107390337 Make the minimal development test somewhat playable by adding ore generation and removing the player visual switch test Perttu Ahola 2012-04-05 21:42:33 +0300
  • e74da72b82 Fix crash when inputting only / in chat Perttu Ahola 2012-04-05 21:18:42 +0300
  • 24953ba974 Fix super-small size of regular item entities Perttu Ahola 2012-04-04 22:57:29 +0300
  • 22a5a1fa43 Show reported map seed on debug info (F5) Perttu Ahola 2012-04-04 22:43:54 +0300
  • 7bac62ee7f Minimally update compiling on Windows in README.txt Perttu Ahola 2012-04-04 21:30:54 +0300
  • fcda11c6b0 Add to README.txt's example dependencies on Linux: libogg-dev libvorbis-dev libopenal-dev Perttu Ahola 2012-04-04 21:13:03 +0300
  • 66e1cb324c Fix visual='cube' size Perttu Ahola 2012-04-04 18:10:10 +0300
  • a869d23451 Fix sound direction and add experimental:soundblock alias sb in minimal for testing Perttu Ahola 2012-04-04 13:32:08 +0300
  • 41f4941b74 Remove debug output Perttu Ahola 2012-04-04 13:20:56 +0300
  • b22168d3da Fix dropped nodeitem visuals Perttu Ahola 2012-04-04 13:16:09 +0300
  • b9b56bac6b Fix buildbot Perttu Ahola 2012-04-03 08:55:13 +0300
  • fa670fa4b5 Add util/buildbot Perttu Ahola 2012-04-03 08:48:44 +0300
  • b131a0cf0c Add optional MINGWM10_DLL to cmake install Perttu Ahola 2012-04-03 01:02:32 +0300
  • d7cef8d762 Add multiplayer test script Perttu Ahola 2012-04-03 00:32:08 +0300
  • 4483fc7df3 Fix installation path of minetest_game/mods (// in place of / doesn't work on virtualbox network drives) Perttu Ahola 2012-04-02 22:50:46 +0300
  • 2cd5addc0c Fix things for cross-compiling using mingw Perttu Ahola 2012-04-02 21:01:58 +0300
  • 5bf06efb2a Tune cave generation Perttu Ahola 2012-04-02 08:51:05 +0300
  • 5196e309b8 Improve caves more Perttu Ahola 2012-04-02 02:49:21 +0300
  • bee1adc651 Some completely crapshit coding to make caves more varied Perttu Ahola 2012-04-01 20:54:36 +0300
  • f0e7da8a63 Implement dropped items as LuaEntities; leave the old ones as is for compatibility Perttu Ahola 2012-04-01 16:06:01 +0300
  • 5bd32eca0f Fix disabling of player movement cheat detection in singleplayer Perttu Ahola 2012-04-01 13:37:07 +0300
  • 491287c0af Don't apply player movement cheat detection in singleplayer Perttu Ahola 2012-04-01 13:19:50 +0300
  • 8ecfd88d92 Remplement and improve /setting in Lua, now called /set Perttu Ahola 2012-04-01 13:08:52 +0300
  • b54178bbbd Don't allow /granting unknown privileges Perttu Ahola 2012-04-01 12:45:38 +0300
  • 67547f74fc Split builtin.lua to multiple files Perttu Ahola 2012-04-01 12:37:41 +0300
  • 56ba193c77 Allow getting the path of builtin.lua using minetest.get_modpath("__builtin") Perttu Ahola 2012-04-01 10:08:52 +0300
  • d5594e431c granting and revoking of all privileges at once Perttu Ahola 2012-04-01 01:10:06 +0300
  • 7bfa2d4da6 Add license of Lua in README.txt Perttu Ahola 2012-03-31 19:30:17 +0300
  • 4cf00f5698 Change default privileges from "build, shout" to "interact, shout" Perttu Ahola 2012-03-31 17:48:46 +0300
  • a18326e97a Fix authentication handler reporting failed password change while it isn't Perttu Ahola 2012-03-31 17:41:04 +0300
  • 36c9463467 Improve /grant and /revoke output, add /auth_reload Perttu Ahola 2012-03-31 17:26:44 +0300
  • 13159c1a48 Add server-side enforcement of the 'fast' privilege; also fix client checking 'fly' instead of 'fast' Perttu Ahola 2012-03-31 17:08:39 +0300
  • 0fbef74f31 Fix client.h getting included on the server build Perttu Ahola 2012-03-31 16:32:00 +0300
  • 52122c342d Add 'fly' and 'fast' privileges and the underlying privileges-to-client system Perttu Ahola 2012-03-31 16:23:26 +0300
  • 96ee73f790 Fix doc/lua_api.txt Perttu Ahola 2012-03-31 14:20:04 +0300
  • dc70f50b59 initial_properties field in entity definition Perttu Ahola 2012-03-31 13:50:25 +0300
  • e297c73913 More documentation in doc/lua_api.txt Perttu Ahola 2012-03-31 13:08:17 +0300
  • 280e1a2512 Allow group:groupname in ABM definition and implement minetest.hash_node_position() Perttu Ahola 2012-03-31 12:30:11 +0300
  • 1518b8f753 cmake: lua: use COMMON_CFLAGS Jonathan Neuschäfer 2012-03-30 23:51:59 +0200
  • 5403b1cf6d Install minetest_game without .git and other unnecessary things Perttu Ahola 2012-03-31 00:05:01 +0300
  • 29110d5428 Fix handling of missing auth.txt in the new handler Perttu Ahola 2012-03-30 23:12:01 +0300
  • 462003363f Make server ignore media files with unknown filename extensions Perttu Ahola 2012-03-30 22:49:44 +0300
  • b494324ec3 Fix admin password handling in minetest.builtin_auth_handler.get_auth Perttu Ahola 2012-03-30 21:25:54 +0300
  • 4cee9a86ac Improved teleport command Perttu Ahola 2012-03-30 20:54:57 +0300
  • 7cad0a2dcd Reimplement authentication handler in Lua; now we have 1) infinite privilege names, 2) minetest.register_authentication_handler() Perttu Ahola 2012-03-30 18:42:18 +0300
  • ed1ff06867 Fix the position of LuaEntityCAOs not getting updated at all Perttu Ahola 2012-03-30 13:55:08 +0300
  • 80a64341f0 Add minetest.get_connected_players() Perttu Ahola 2012-03-30 13:45:51 +0300
  • bbf3eebb1a Fix object visuals flashing brightly or disappearing when switching them at night Perttu Ahola 2012-03-30 13:44:48 +0300
  • 6b20ea0752 Fix walking sound of other players (and other objects) Perttu Ahola 2012-03-30 13:33:59 +0300
  • 3241ad3ae8 ObjectRef:set_armor_groups() and ObjectRef:set_properties() - works on players too! Perttu Ahola 2012-03-30 13:26:40 +0300
  • 9e7ccedba4 ObjectProperties Perttu Ahola 2012-03-30 12:51:51 +0300