oweals/minetest.git
2011-07-23 Perttu Aholamerged the content type extension and delta
2011-07-23 Perttu Aholaextended content-type range
2011-07-23 Perttu Aholaswitched to old transformLiquids, new one is not ready
2011-07-23 Perttu Aholaswitched my textures back
2011-07-23 Perttu Aholauh, i guess this now merges the new delta stuff?
2011-07-23 Perttu Aholamerged some stuff from upstream while merging delta
2011-07-22 Nils Dagsson... * README updated
2011-07-22 Perttu Ahola* key change menu now saving immediately
2011-07-22 Nils Dagsson... Merge pull request #33 from SpeedProg/master
2011-07-22 Constantin... change in readme of a lib
2011-07-22 Constantin... Merge remote-tracking branch 'upstream/master'
2011-07-22 Constantin... fixed some problems with filenames of the translations
2011-07-22 Constantin... updated some parts which don't really make a problem...
2011-07-22 Nils Dagsson... Merge branch 'upstream/master'
2011-07-22 Nils Dagsson... Merge pull request #32 from Oblomov/master
2011-07-22 Perttu AholaFixed the problem of <=r548 clients fucking up maps...
2011-07-22 Giuseppe BilottaDeclare USE_GETTEXT option
2011-07-22 Constantin... fixed problem with displaying special chars
2011-07-22 Giuseppe Bilottaupdatepo cmake rule
2011-07-22 Perttu Aholaadded an unit test for the Settings thingy (the python...
2011-07-22 Giuseppe BilottaStatic naming of po file
2011-07-22 Giuseppe BilottaRefactor mo creation/installation
2011-07-22 Giuseppe BilottaUse project name for mo files
2011-07-22 Giuseppe BilottaMerge remote-tracking branch 'erlehmann/master'
2011-07-22 Constantin... changed some lines to fit the 80chars limit
2011-07-21 Perttu AholaFixed small error in mapnode.cpp (didn't cause any...
2011-07-21 Perttu AholaFixed new map generator causing a crash when generating...
2011-07-21 Perttu Aholaadded some TODOs to main.cpp
2011-07-21 Nils Dagsson... * nicer firefly texture
2011-07-21 Perttu AholaMerged minetest-delta a624fe549bc75855a170
2011-07-21 Nils Dagsson... + unknown block is sick
2011-07-21 Nils Dagsson... Merge pull request #29 from cisoun/master
2011-07-21 Constantin... fixed not finding dll for gettext in MSVC
2011-07-21 Cyriaque SkrapitsAdded missing .po fil.e
2011-07-21 Cyriaque SkrapitsAdded french translation.
2011-07-21 Nils Dagsson... * different collision box for fireflies so they now...
2011-07-21 Giuseppe BilottaReorganize cmake gettext message output to ease debugging
2011-07-21 Giuseppe BilottaRestore "Leave address blank" position
2011-07-21 Giuseppe BilottaFind correct library for MSVC vs MingW in Winows
2011-07-21 Giuseppe BilottaOnly install locale files if using gettext
2011-07-21 Giuseppe BilottaUppercase DEFINED or cmake 2.8.4 complains
2011-07-21 Constantin... updated some path because the dlls are mostly under...
2011-07-21 Giuseppe BilottaRefactor and clean up gettext management
2011-07-21 Giuseppe BilottaMake gettext optional
2011-07-21 WeedyTweak makefiles to add -delta suffix.
2011-07-21 WeedyFix win32 MSVC compile. (screw gettext)
2011-07-20 Nils Dagsson... Merge pull request #27 from Oblomov/master
2011-07-20 Giuseppe BilottaMove package search out of conditional
2011-07-20 Nils Dagsson... + fireflies
2011-07-20 Nils Dagsson... * README updated
2011-07-20 Nils Dagsson... Merge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson... Merge pull request #24 from SpeedProg/master
2011-07-20 Constantin... fixed problem with wront paths in gettext
2011-07-20 Nils Dagsson... Merge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson... Merge pull request #23 from Oblomov/master
2011-07-20 Giuseppe BilottaSet the window caption for the initial window too
2011-07-20 Giuseppe BilottaCheck the data path before usage
2011-07-20 Giuseppe BilottaUse system sqlite3/jthread libs if available
2011-07-20 Nils Dagsson... Merge branch 'master' of github.com:erlehmann/minetest...
2011-07-20 Nils Dagsson... Merge pull request #22 from SpeedProg/master
2011-07-20 Constantin... updated german po file for minetest-delta (prior it...
2011-07-20 Constantin... added gettext support
2011-07-20 Nils Dagsson... Merge branch 'upstream/master'
2011-07-20 Nils Dagsson... * README updated (graphics licensing)
2011-07-20 Nils Dagsson... * by popular request, fewer clouds
2011-07-19 Nils Dagsson... * README updated
2011-07-19 Nils Dagsson... + minetest application icon
2011-07-19 Nils Dagsson... * initialize liquid_kind properly so compiler does...
2011-07-18 Nils Dagsson... + fake shading for the volumetric clouds
2011-07-18 Nils Dagsson... + volumetric clouds (thanks teddydestodes)
2011-07-18 Felix Krausefinal fixes to liquid flow, works now as intended
2011-07-18 Felix Krausefixes to liquid transformation
2011-07-18 Felix Krausefixed refactoring issues // slowed down water flow...
2011-07-18 Felix Krause* refactored liquid transformation code (has some flaws)
2011-07-18 Nils Dagsson... * Омская птица
2011-07-17 Nils Dagsson... * changed GUI to indicate Minetest Δ
2011-07-17 Perttu AholaHopefully fixed u64 to be the actual 64-bit type on...
2011-07-17 Perttu AholaA small fix to an unlikely situation where the map...
2011-07-16 Nils Dagsson... * README updated
2011-07-16 Nils Dagsson... Merge remote-tracking branch 'origin/upstream'
2011-07-16 Perttu AholaAttempt to fix a problem with the factory mappings...
2011-07-15 Nils Dagsson... * fix automerge regression
2011-07-15 Nils Dagsson... * regression fix, clay occurs again now
2011-07-15 Nils Dagsson... * possibly nicer trees
2011-07-14 Nils Dagsson... Merge branch 'upstream/master'
2011-07-14 Nils Dagsson... * possibly improved water flow, by flyx86
2011-07-13 Nils Dagsson... * possible fix for large cubic holes in map
2011-07-13 Nils Dagsson... * slightly different values for 3d perlin noise
2011-07-13 Nils Dagsson... * regression fix, papyrus should appear again now
2011-07-11 Nils Dagsson... * README updated
2011-07-11 Jiří Procházka+ farmesh config options
2011-07-09 Nils Dagsson... * amended upstream branch notes
2011-07-09 Nils Dagsson... + notes regarding upstream conversion from mercurial...
2011-07-04 Perttu AholaAdded tag 0.2.20110704_0 for changeset 65263ec55caf
2011-07-04 Perttu AholaUpdated version and changelog
2011-07-04 Perttu AholaRemoved tag 0.2.20110704_0
2011-07-04 Perttu AholaAdded tag 0.2.20110704_0 for changeset 25aa2021937f
2011-07-01 Perttu Aholainitial steps in doing content type extension
2011-07-01 Perttu Aholamade screen go slightly blue when underwater
2011-07-01 Perttu AholaFixed objects being sometimes not able to be stored...
next