aboutsummaryrefslogtreecommitdiff
path: root/src/mapgen.h (unfollow)
Commit message (Expand)AuthorFilesLines
2011-12-03Call this 0.4.dev-20111203-2Perttu Ahola1-1/+1
2011-12-03Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola1-1/+1
2011-12-03Change naming convention to be modname:* instead of modname_* (sorry modders!)Perttu Ahola4-28/+39
2011-12-03Fix note about run-in-place mod search path in mods/default/init.luaPerttu Ahola1-1/+1
2011-12-03Set version 0.4.dev-20111203-1Perttu Ahola1-1/+1
2011-12-03Add usermods/ to mod search paths and print out the paths at server startupPerttu Ahola2-4/+29
2011-12-03Properly handle mod name conflictsPerttu Ahola2-2/+20
2011-12-03Better mod loading error handlingPerttu Ahola6-89/+174
2011-12-03Add world/mods to mod search pathPerttu Ahola1-1/+4
2011-12-03Remove accidental stupid naming in craftitem examplePerttu Ahola1-1/+1
2011-12-03Enforced mod global naming convention and better error reportingPerttu Ahola7-140/+258
2011-12-02Fix script error reporting a bitPerttu Ahola5-8/+48
2011-12-02Fix ActiveObject creation for fast player respawnsPerttu Ahola2-10/+13
2011-12-02Fix sending of player hp (was sent all the time)Perttu Ahola1-28/+33
2011-12-02Remove unnecessary debug output from mods/default/init.luaPerttu Ahola1-3/+1
2011-12-02Show bare hand when no item is selectedPerttu Ahola2-2/+4
2011-12-02Set version to 0.4.dev-20111202-1Perttu Ahola1-1/+1
2011-12-02Fix mod licensing and add a mention about sound licensing in README.txtPerttu Ahola1-5/+6
2011-12-02Script-defined creative inventoryPerttu Ahola8-162/+61
2011-12-02Rename "build" privilege to "interact" (backwards-compatibly, of course)Perttu Ahola3-11/+13
2011-12-02Rename "NodeItem"/"ToolItem"/"CraftItem" to "node"/"tool"/"craft"Perttu Ahola7-210/+210
2011-12-02Remove obsolete createPickedUpItem()Perttu Ahola2-21/+0
2011-12-02Add time_from_last_punch to Lua APIPerttu Ahola4-6/+9
2011-12-02Add a note about mods being under CC BY-SA 3.0 like texturesPerttu Ahola1-3/+3
2011-12-02+ middle-click now empties the inventory slot properlyMark Holmquist1-1/+1
2011-12-02Add enable_pvp settingPerttu Ahola3-0/+9
2011-12-02Make unlimited player transfer distance configurablePerttu Ahola3-1/+4
2011-12-02Fix player double damagePerttu Ahola5-3/+11
2011-12-02Make hitting players make a visual damage flash to the player texture and the...Perttu Ahola2-8/+29
2011-12-02Don't hide players in pitch black (like oerkkis)Perttu Ahola1-6/+0
2011-12-02Move ServerRemotePlayer to a separate filePerttu Ahola10-374/+459
2011-12-02Fix /give(me) commands a bit in default modPerttu Ahola1-6/+10
2011-12-02Fix the previous commitPerttu Ahola1-1/+2
2011-12-02Enforce PLAYER_INVENTORY_SIZE in ObjectRef::l_inventory_set_listPerttu Ahola1-3/+10
2011-12-02Print out PROTOCOL_VERSIONs if server is incompatible with clientPerttu Ahola1-1/+5
2011-12-02Higher default map save and unload intervalPerttu Ahola2-4/+4
2011-12-02Don't send objects or map data before definitions have been sentPerttu Ahola2-2/+20
2011-12-02Make players be again visible from a long distancePerttu Ahola4-17/+39
2011-12-01Remove stuff made obsolete by making players more ActiveObject-like and raise...Perttu Ahola6-480/+7
2011-12-01Players are more like objects + related stuffPerttu Ahola15-596/+619
2011-12-01Player-is-SAO WIPPerttu Ahola16-598/+1003
2011-12-01Fix non-fancy leaves not making faces with waterPerttu Ahola1-1/+1
2011-12-01Make non-fancy leaf texture to go in texture atlas tooPerttu Ahola1-2/+2
2011-12-01Add ServerActiveObject::removingFromEnvironment()Perttu Ahola3-6/+17
2011-12-01Remove +"^[forcesingle" from ContentFeatures::setInventoryTexture, because 1)...Perttu Ahola1-1/+1
2011-12-01Fix getTextureRaw to always return an image that is not in the texture atlas ...Perttu Ahola1-1/+10
2011-12-01Fix loading of legacy MaterialItems (was loaded as a quite random type)Perttu Ahola1-2/+5
2011-12-01Fix texture atlas not being created correctlyPerttu Ahola2-2/+7