aboutsummaryrefslogtreecommitdiff
path: root/src/nodemetadata.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-08-11Proper placement of binary files.q661-1/+1
2011-08-11Gettext fix for *BSD - require special linkage as glibc is not usedq661-1/+4
2011-08-11Prevent threadid_t from losing precision when casted on 64bit systemsq661-4/+4
2011-08-08Respect base virtual functions' signaturesGiuseppe Bilotta2-3/+3
2011-08-08Always return from non-void functionsGiuseppe Bilotta2-0/+4
This quiets a warning in Clang.
2011-08-08Keys should be s32, not u32Giuseppe Bilotta1-14/+14
At least two reasons for this: * activeKey is treated as signed (check for sign, assign -1, etc) * the ID retrieved from Irrlicht's events are signed
2011-08-08Remove spurious assignmentGiuseppe Bilotta1-3/+0
2011-08-08InventoryAction is a struct, not a classGiuseppe Bilotta1-1/+1
2011-08-11Clang doesn't like -Wno-unused-but-set-variableGiuseppe Bilotta1-1/+1
The release versions of CMake don't yet properly support flag checking in Clang, so we need to exclude it explicitly for the time being.
2011-08-11Project uses C++, so use CHECK_CXX_COMPILER_FLAGGiuseppe Bilotta1-2/+2
Although this doesn't change much for our specific case, it can make a difference for some flags, so use the appropriate macro.
2011-08-02Fix data paths for FreeBSDDmitry Marakasov1-2/+7
2011-08-02Fix "integer constant is too large for 'long' type" errorDmitry Marakasov1-1/+1
2011-08-01Check whether -Wno-unused-but-set-variable is supported before usingDmitry Marakasov1-1/+6
it. It seems to only be available on recent (>=4.6) versions of gcc.
2011-08-08the zlib error print function now prints to dstream (debug.txt)Perttu Ahola1-8/+8
2011-08-05removed broken and old tags and re-added 0.2.20110731_3Perttu Ahola1-31/+0
2011-08-05Added tag 0.2.20110731_3 for changeset a519d6832511Perttu Ahola1-0/+2
2011-08-05minetestmapper can be run from any directoryGiuseppe Bilotta1-1/+4
If it doesn't find colors.txt locally, it looks for the one in the directory of the script itself.
2011-08-05Some obvious errors in the new fluid flow managementGiuseppe Bilotta1-3/+4
2011-08-05MapNode is a struct, not a classGiuseppe Bilotta1-1/+1
2011-08-05Some more Italian translationsGiuseppe Bilotta1-23/+21
2011-08-05fixed some error :/Constantin Wenger1-0/+1
2011-08-05changed on string in german translation to fit to guiConstantin Wenger1-1/+1
2011-08-05updated po update script to detect wgettext and N_Constantin Wenger1-1/+1
2011-08-05update op PO filesConstantin Wenger5-104/+85
2011-08-05update to german translationConstantin Wenger1-14/+14
2011-08-05marked strings as translationConstantin Wenger2-56/+56
now translated if set to a button
2011-08-05fixed displaying special chars in the keychange menuConstantin Wenger1-2/+11