oweals/minetest.git
2011-08-22 Perttu AholaFlowing lava updates lighting
2011-08-22 Perttu AholaMerge remote-tracking branch 'oblomov/liquid_fixes'
2011-08-22 Perttu AholaMerge branch 'lava'
2011-08-16 Giuseppe BilottaOptimize for viscosity 1
2011-08-16 Giuseppe BilottaViscous fluids
2011-08-16 Giuseppe BilottaMake sure all neighbors of changed fluids are activated
2011-08-16 Giuseppe BilottaLet the liquids flow in the open
2011-08-16 Giuseppe BilottaEnsure air neighbors to liquids that can flow are enque...
2011-08-16 Giuseppe BilottaEnsure param2 is set correctly in transformLiquids
2011-08-16 Giuseppe BilottaUse defines for liquid levels
2011-08-16 Perttu AholaImplemented MEET_OTHER
2011-08-16 Giuseppe BilottatransformLiquid: small optimization and whitespace...
2011-08-15 Perttu Aholasmall fix to transformLiquids
2011-08-15 Perttu AholaFixed liquid mesh generation
2011-08-15 Perttu AholaAdd lava to creative inventory (hmm, we're shortly...
2011-08-15 Perttu AholaHopefully fixed msvc "'sqrt' : ambiguous call to overlo...
2011-08-15 Perttu AholaNon-vertex-alpha texture material for lava
2011-08-15 Giuseppe BilottaGet rid of makepackage_binary.sh
2011-08-15 Giuseppe BilottaCleanup root
2011-08-15 Perttu Aholamodified mapgen to generate less lava
2011-08-15 Perttu AholaAdded #define WATER_ALPHA in content_mapnode.cpp
2011-08-15 Perttu Aholatuned lava/universal damage code
2011-08-14 Perttu Aholalava!
2011-08-14 Perttu AholaWindows.h -> windows.h for cross-mingw build
2011-08-13 Perttu AholaMerge remote-tracking branch 'speedprog/fixedNotFinding...
2011-08-13 Giuseppe BilottaLet Settings accept a const char* directly
2011-08-13 Giuseppe BilottaFix keycode_to_keyname return value
2011-08-12 Giuseppe BilottaClean up key names handling
2011-08-12 Giuseppe BilottaFix use of && instead of &
2011-08-12 Perttu AholaRemoved assert if creating texture atlas image fails...
2011-08-12 Constantin... fixed not finding data dir if installed
2011-08-12 Perttu AholaFixed/extended/modified ban stuff to be good for inclusion
2011-08-12 Perttu AholaMerge remote-tracking branch 'speedprog/banByIp'
2011-08-12 Constantin... added ipban support
2011-08-11 Perttu AholaUpdated .gitignore to ignore vim swap files
2011-08-11 Giuseppe BilottaTypo fix
2011-08-11 Giuseppe Bilotta.gitattributes
2011-08-11 Giuseppe BilottaNotify other players of wielded item change
2011-08-11 Giuseppe Bilottaconstify inventory item serialization
2011-08-11 Giuseppe BilottaClients inform server on wielded item
2011-08-11 Giuseppe BilottaKeep track of player item
2011-08-11 Giuseppe BilottaSome inventory const-ification
2011-08-11 Giuseppe BilottaServer should use the same eye position as the client
2011-08-11 Giuseppe BilottaRefactor player's eye position coding
2011-08-11 Giuseppe BilottaIntroduce Player::getLightPosition
2011-08-11 Perttu AholaMerged some FreeBSD fixes
2011-08-11 q66Proper placement of binary files.
2011-08-11 q66Gettext fix for *BSD - require special linkage as glibc...
2011-08-11 q66Prevent threadid_t from losing precision when casted...
2011-08-08 Giuseppe BilottaRespect base virtual functions' signatures
2011-08-08 Giuseppe BilottaAlways return from non-void functions
2011-08-08 Giuseppe BilottaKeys should be s32, not u32
2011-08-08 Giuseppe BilottaRemove spurious assignment
2011-08-08 Giuseppe BilottaInventoryAction is a struct, not a class
2011-08-11 Giuseppe BilottaClang doesn't like -Wno-unused-but-set-variable
2011-08-11 Giuseppe BilottaProject uses C++, so use CHECK_CXX_COMPILER_FLAG
2011-08-01 Dmitry MarakasovFix data paths for FreeBSD
2011-08-01 Dmitry MarakasovFix "integer constant is too large for 'long' type...
2011-08-01 Dmitry MarakasovCheck whether -Wno-unused-but-set-variable is supported...
2011-08-08 Perttu Aholathe zlib error print function now prints to dstream...
2011-08-05 Perttu Aholaremoved broken and old tags and re-added 0.2.20110731_3
2011-08-05 Perttu AholaAdded tag 0.2.20110731_3 for changeset a519d6832511
2011-08-05 Perttu Aholamerged delta and c55
2011-08-05 Giuseppe Bilottaminetestmapper can be run from any directory
2011-08-05 Giuseppe BilottaSome obvious errors in the new fluid flow management
2011-08-05 Giuseppe BilottaMapNode is a struct, not a class
2011-08-05 Giuseppe BilottaSome more Italian translations
2011-08-05 Constantin... fixed some error :/
2011-08-05 Constantin... changed on string in german translation to fit to gui
2011-08-05 Constantin... updated po update script to detect wgettext and N_
2011-08-05 Constantin... update op PO files
2011-08-05 Constantin... update to german translation
2011-08-05 Constantin... marked strings as translation
2011-08-05 Constantin... fixed displaying special chars in the keychange menu
2011-08-05 Constantin... added danish translation made by Frederik Helth
2011-08-05 Nils Dagsson... * Welcome to OMSK.
2011-08-03 Nils Dagsson... * README updated
2011-08-03 Perttu Ahola* fix for broken water
2011-08-03 Perttu AholaFixed farmesh to such that it was a long time ago.
2011-08-02 Nils Dagsson... Merge pull request #48 from Oblomov/master
2011-08-02 Giuseppe BilottaUse wgettext
2011-08-02 Giuseppe BilottaIntroduce wgettext
2011-08-02 Giuseppe BilottaGet rid of unused variables
2011-08-01 Nils Dagsson... * README updated
2011-08-01 Perttu Aholaadded TODO in main.cpp
2011-08-01 Nils Dagsson... * papyrus texture now darker and edgier
2011-08-01 Nils Dagsson... * less clumsy ladder texture, based on rails
2011-08-01 Nils Dagsson... Merge pull request #47 from MarkTraceur/master
2011-08-01 Mark HolmquistChanging CONTENT_LADDER to be an extended block
2011-08-01 Mark HolmquistFixing ladders again
2011-08-01 Mark HolmquistFixed a few problems in the ladder update, and changed...
2011-08-01 Mark HolmquistLadders implemented!
2011-08-01 Mark HolmquistAdded ladders--they don't have any use yet, though
2011-07-31 Nils Dagsson... Merge remote-tracking branch 'origin/upstream'
2011-07-31 Perttu AholaAdded tag 0.2.20110731_3 for changeset b277d01700f6
2011-07-31 Perttu Aholaupdated version in CMakeLists 0.2.20110731_3
2011-07-31 Perttu AholaRemoved tag 0.2.20110731_3
2011-07-31 Perttu AholaAdded tag 0.2.20110731_3 for changeset c87e28deaabf
2011-07-31 Perttu AholaFixes a bug that made the server to deny non-empty...
2011-07-31 Perttu AholaAdded tag 0.2.20110731_2 for changeset 8ad16fbce9a4
next