* better rat graphics
[oweals/minetest.git] / src /
2011-05-29 Nils Dagsson Moskopp+ sandstone
2011-05-24 Perttu Aholawhen pause menu is activated, move mouse cursor on...
2011-05-24 Perttu AholaMerged CiaranG's fence and fixed two things
2011-05-24 Perttu Aholaa work-in-progress map modified callback interface...
2011-05-24 Perttu AholaAdded a check that avoids server crash (unhandled excep...
2011-05-24 Ciaran GultnieksAdded fences (but still needs an icon or something...
2011-05-23 Ciaran GultnieksAdded 'shout' player privilege
2011-05-22 Ciaran GultnieksAllow default privileges for new players to be set...
2011-05-22 Perttu Aholamerged password change menu
2011-05-22 Perttu AholaSome work-in-progress stuff and many comment updates
2011-05-22 Ciaran GultnieksAdded the ability to change your password (via pause...
2011-05-22 Perttu Aholamud placed in sunlight no longer instantly turns to...
2011-05-22 Perttu AholaPreliminary "active block" stuff + set up test code...
2011-05-21 Perttu AholaFixed a small memory leak in ServerEnvironment and...
2011-05-21 Perttu Aholafixed a small memory leak in game.cpp
2011-05-21 Perttu Aholafixed a small memory leak in mapnode.cpp
2011-05-21 Perttu Aholaadded a delay to menu loop
2011-05-21 Perttu AholaCleaned networking code a bit (had this one on the...
2011-05-21 Perttu AholaAll textures are are now searched first from the direct...
2011-05-20 Perttu AholaMerge: New map directory structure and player passwords
2011-05-20 Ciaran GultnieksPasswords - a few corrections to the previous commit
2011-05-20 Ciaran GultnieksPasswords - password entry at main menu, stored and...
2011-05-19 Perttu Aholachange default sneak key from RSHIFT to LSHIFT
2011-05-19 Perttu AholaMoved the temporary mapgen test files and added a modif...
2011-05-19 Perttu AholaAdd (possibly non-compatible) work-in-progress noise...
2011-05-19 Ciaran GultnieksDon't say 'Creating server and client' if the server...
2011-05-19 Perttu Aholaput the wstring stoi too in the ignore-on-vc2010 #if
2011-05-18 Perttu Ahola(hopefully) fixed stoi/stof compile problems on vc2010
2011-05-18 Perttu Aholasmall comment update
2011-05-18 Ciaran GultnieksNew map directory structure that avoids map size being...
2011-05-16 Perttu Aholamerged fix to readlink ignored return value warning
2011-05-16 Perttu Aholamerged CiaranG's stuff again: auto-admin powers to...
2011-05-16 Ciaran GultnieksGet rid of ignored return value warning
2011-05-16 Ciaran GultnieksGet rid of all the string format warnings caused by...
2011-05-16 Perttu Aholaadded -Wno-unused-but-set-variable, which hides a new...
2011-05-16 Ciaran GultnieksRestored the auto-admin powers of the local user (via...
2011-05-16 Perttu AholaFixed two compiler warnings
2011-05-16 Perttu Aholamerged CiaranG's changes (player privileges)
2011-05-16 Ciaran GultnieksServer commands without classes
2011-05-16 Ciaran GultnieksPrivileges to/from string conversion functions standalo...
2011-05-16 Ciaran GultnieksBetter synchronisation of build/mine attempts when...
2011-05-16 Ciaran GultnieksAllow "all" to be specified in player config file for...
2011-05-16 Ciaran GultnieksImproved server commands and added player permissions.
2011-05-15 Perttu Aholafixed an "unused variable" warning
2011-05-15 Perttu Aholaadded missing #ifndef KEYCODE_HEADER to keycode.h
2011-05-14 Perttu Aholaremoved a leftover debug print
2011-05-14 Perttu Aholaremoved unnecessary comment
2011-05-14 Perttu AholaAdded key configuration in the configuration file.
2011-05-09 Perttu Aholamerged CiaranG's changes: the glass block
2011-05-09 Ciaran GultnieksAdded glass, with rendering and furnace support.
2011-05-09 Perttu AholaRemoved a single outdated comment in client.cpp
2011-05-06 Perttu AholaFixed viewing range stuff a bit (now it works better...
2011-05-03 Perttu AholaFixed a temporary solution of server shutting down...
2011-05-03 Perttu AholaHopefully fixed the bug of huge mineral deposits rarely...
2011-05-03 Perttu Aholacomment update
2011-04-29 Perttu Aholarandom comment updates
2011-04-29 Perttu Aholaadded cobblestone to the texture atlas
2011-04-29 Perttu Aholamade proper skyboxes for dawn/evening and night
2011-04-29 Perttu AholaTweaked clouds a bit
2011-04-29 Perttu Aholaadded simple skybox
2011-04-29 Perttu Aholaadded clouds
2011-04-28 Perttu AholaMaybe fixed the flood of "WARNING: StaticObjectList...
2011-04-26 Perttu AholaChanged a bit of the code that is and should still...
2011-04-26 Perttu Aholaforgot to change one thing back
2011-04-26 Perttu Aholatested out and commented out some new stuff for the...
2011-04-25 Perttu AholaA small fix to unnecessary saving of map metadata
2011-04-25 Perttu AholaOptimized map saving and sending (server-side)
2011-04-25 Perttu AholaSet oerkki1 to not be drawn in completely dark
2011-04-25 Perttu AholaAdded /#time <int> command to server for changing the...
2011-04-24 Perttu Aholafix to the previous commit
2011-04-24 Perttu Aholaserver to print version in chat
2011-04-24 Perttu AholaTuned polygon generation to sort the triangles for...
2011-04-24 Perttu Ahola...Now the tesselation should actually work
2011-04-24 Perttu AholaOptimized smooth lighting calculation code
2011-04-24 Perttu Aholaupdated menu a bit, and some other small fixes
2011-04-24 Perttu Aholacleaned the smooth lighting code a bit
2011-04-24 Perttu Aholadisable tiling of textures only if smooth lighting...
2011-04-24 Perttu AholaAdded a setting for disabling smooth lighting. Updated...
2011-04-24 Perttu AholaAdded a simple software "ambient occlusion" effect...
2011-04-23 Perttu AholaMade the main menu a bit more unique looking
2011-04-23 Perttu Aholafix to the previous commit
2011-04-23 Perttu Aholatuned error reporting a bit
2011-04-23 Perttu Aholaport to be not set to 0 from configuration
2011-04-23 Perttu AholaCode refactoring; split half of main.cpp to game.cpp.
2011-04-23 Perttu Aholacleaning up main.cpp a bit
2011-04-23 Perttu Aholafixed flowing water lighting when it is below a solid...
2011-04-22 Perttu AholaUpdated to-do list and added the give_initial_stuff...
2011-04-22 Perttu AholaRemoved IrrlichtWrapper
2011-04-21 Perttu Aholaset client to not show hp if server doesn't support it
2011-04-21 Perttu AholaSome work-in-progress in hp and mobs and a frightening...
2011-04-19 Perttu Aholaitem drop multiplication fix
2011-04-15 Perttu AholaMenu will now ignore an invalid port or the port 0.
2011-04-12 Perttu Aholafixed port setting not being loaded from configuration...
2011-04-11 Perttu Aholafixing
2011-04-11 Perttu AholaFixed some problems with crafting and inventory
2011-04-11 Perttu Aholaupdated example map generator python script
2011-04-11 Perttu Aholasupport for format 0 and 1 maps
2011-04-11 Perttu AholaAdded installing build-essential to build instructions...
2011-04-11 Perttu Aholafixed warnings reported by cppcheck
2011-04-11 Perttu AholaFixed error reported by cppcheck:
next