Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

water flow fix from c55 #50

Open
wants to merge 987 commits into
base: master
Choose a base branch
from
Open

water flow fix from c55 #50

wants to merge 987 commits into from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jul 21, 2011

  1. Configuration menu
    Copy the full SHA
    5388e8b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbf2ac5 View commit details
    Browse the repository at this point in the history
  3. Attempt to fix the big bug. Now server either stops sending map or ma…

    …pgen starts generating CONTENT_IGNORE.
    celeron55 committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    52ad594 View commit details
    Browse the repository at this point in the history
  4. Added french translation.

    Cyriaque Skrapits authored and Cyriaque Skrapits committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    6875ead View commit details
    Browse the repository at this point in the history
  5. Added french translation.

    Cyriaque Skrapits authored and Cyriaque Skrapits committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    8048961 View commit details
    Browse the repository at this point in the history
  6. Added missing .po fil.e

    Cyriaque Skrapits authored and Cyriaque Skrapits committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    3f4f844 View commit details
    Browse the repository at this point in the history
  7. Added missing .po fil.e

    Cyriaque Skrapits authored and Cyriaque Skrapits committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    9303283 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4e5aac5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    fc95d00 View commit details
    Browse the repository at this point in the history
  10. Merge pull request erlehmann#29 from cisoun/master

    Add french translation.
    erlehmann committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    89bbff1 View commit details
    Browse the repository at this point in the history
  11. Merge pull request erlehmann#29 from cisoun/master

    Add french translation.
    erlehmann committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    6505bae View commit details
    Browse the repository at this point in the history
  12. + unknown block is sick

    erlehmann committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    9c557c3 View commit details
    Browse the repository at this point in the history
  13. + unknown block is sick

    erlehmann committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    17a47b3 View commit details
    Browse the repository at this point in the history
  14. Merged minetest-delta a624fe5

    celeron55 committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    308d861 View commit details
    Browse the repository at this point in the history
  15. * nicer firefly texture

    erlehmann committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    909075d View commit details
    Browse the repository at this point in the history
  16. * nicer firefly texture

    erlehmann committed Jul 21, 2011
    Configuration menu
    Copy the full SHA
    21b7a27 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2b3bc33 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fe855e0 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    329158f View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2011

  1. Configuration menu
    Copy the full SHA
    3d53cc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c66664 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'erlehmann/master'

    Conflicts (from the introduction of fr translations):
    	src/CMakeLists.txt
    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    7c1ea34 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'erlehmann/master'

    Conflicts (from the introduction of fr translations):
    	src/CMakeLists.txt
    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    0265357 View commit details
    Browse the repository at this point in the history
  5. Use project name for mo files

    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    bc05bd8 View commit details
    Browse the repository at this point in the history
  6. Use project name for mo files

    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    5a3218e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0ec7493 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d386f02 View commit details
    Browse the repository at this point in the history
  9. Static naming of po file

    The po file should not be named c55 if we're in ∆. But since it is not
    exposed at installation time, we don't actually need its name to be
    based on the project name at all, so just call it minetest.po
    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    8f2409a View commit details
    Browse the repository at this point in the history
  10. Static naming of po file

    The po file should not be named c55 if we're in ∆. But since it is not
    exposed at installation time, we don't actually need its name to be
    based on the project name at all, so just call it minetest.po
    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    e61b2f9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2b39be4 View commit details
    Browse the repository at this point in the history
  12. updatepo cmake rule

    Get rid of the system-specific updatelocales.sh and introduce an
    updatepo cmake rule. po files are also updated before creating the mo
    files, and we now keep the .pot file (in the po/en directory). To
    stabilize the po file creation, file contents are sorted by source
    filename.
    
    Update po files in the process.
    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    aaa165f View commit details
    Browse the repository at this point in the history
  13. updatepo cmake rule

    Get rid of the system-specific updatelocales.sh and introduce an
    updatepo cmake rule. po files are also updated before creating the mo
    files, and we now keep the .pot file (in the po/en directory). To
    stabilize the po file creation, file contents are sorted by source
    filename.
    
    Update po files in the process.
    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    d78e5e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bf3dfec View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a09660d View commit details
    Browse the repository at this point in the history
  16. Declare USE_GETTEXT option

    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    9653522 View commit details
    Browse the repository at this point in the history
  17. Declare USE_GETTEXT option

    Oblomov committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    7d9dd35 View commit details
    Browse the repository at this point in the history
  18. Fixed the problem of <=r548 clients fucking up maps on >=r549 servers…

    …. Also, already fucked up maps are now loaded correctly.
    celeron55 committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    f706644 View commit details
    Browse the repository at this point in the history
  19. Merge pull request erlehmann#32 from Oblomov/master

    Gettext + misc fixes
    erlehmann committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    0fbb0bc View commit details
    Browse the repository at this point in the history
  20. Merge pull request erlehmann#32 from Oblomov/master

    Gettext + misc fixes
    erlehmann committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    a45f287 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7985d74 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    805ccd4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    b278988 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    96ad0c8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    a12229f View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fb4c3ab View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    2abe6ed View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    3836981 View commit details
    Browse the repository at this point in the history
  29. change in readme of a lib

    SpeedProg committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    84c370b View commit details
    Browse the repository at this point in the history
  30. change in readme of a lib

    SpeedProg committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    4771b49 View commit details
    Browse the repository at this point in the history
  31. Merge pull request erlehmann#33 from SpeedProg/master

    gettext fix of laguagefile names
    erlehmann committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    2452ce6 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    58f612e View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    6c2d95f View commit details
    Browse the repository at this point in the history
  34. * README updated

    erlehmann committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    7da02e0 View commit details
    Browse the repository at this point in the history
  35. * README updated

    erlehmann committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    a7daf8e View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    fdf1447 View commit details
    Browse the repository at this point in the history
  37. Jungle biome/whatever thing

    celeron55 committed Jul 22, 2011
    Configuration menu
    Copy the full SHA
    8993d9d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2011

  1. Configuration menu
    Copy the full SHA
    d67cef0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3882536 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f17cfb3 View commit details
    Browse the repository at this point in the history
  4. switched my textures back

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    98be778 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    976ec31 View commit details
    Browse the repository at this point in the history
  6. extended content-type range

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    90d793f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2587bb3 View commit details
    Browse the repository at this point in the history
  8. changed rat texture to mine

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    a42d324 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bc14898 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f13fc82 View commit details
    Browse the repository at this point in the history
  11. removed -delta namings

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    96fedb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    501034a View commit details
    Browse the repository at this point in the history
  13. Made hotbar a bit smaller

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    0b4cdfa View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    26582e0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    68a9157 View commit details
    Browse the repository at this point in the history
  16. updated cmakerules to autodetect if gettext can be used

    fixed error if gettext is disabled
    SpeedProg committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    f6d9bcc View commit details
    Browse the repository at this point in the history
  17. made shadows less blue

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    73cf4b3 View commit details
    Browse the repository at this point in the history
  18. who put pnoise.py in my /?

    celeron55 committed Jul 23, 2011
    Configuration menu
    Copy the full SHA
    8250d52 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2011

  1. Merge pull request erlehmann#34 from SpeedProg/master

    Changes to make gettext enabled if it is found
    erlehmann committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    f4a08f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d84086 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ffba76 View commit details
    Browse the repository at this point in the history
  4. Gettext domain should match the project name

    This partially reverts 023cc0d, goes
    back to using PROJECT_NAME for the filename and also uses PROJECT_NAME
    as text domain in the source code.
    Oblomov committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    d4e7fac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5aa2679 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    112b85d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ed8f557 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    29d905f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d099165 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20fa741 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c9e615b View commit details
    Browse the repository at this point in the history
  12. Lowered default viewing range minimum to such that it allows fairly g…

    …ood framerate in jungles with sucky hardware.
    
    Almost all computers stick to the minimum with the current farmesh range that someone has set up without asking from me, but farmesh is not used as default anyway so those that use it can raise the lower limit in their configuration as they wish.
    celeron55 committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    dbea511 View commit details
    Browse the repository at this point in the history
  13. Refactor gettext init

    Put the gettext init code in a macro and define it appropriately
    depending on whether gettext is actually available or not.
    Oblomov committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    c578efb View commit details
    Browse the repository at this point in the history
  14. Bring po update out of cmake again

    This solves two issues at once:
    * CMake would delete po files during ‘make clean’ because it thought
      they were autogenerated and not just managed
    * the only gettext tools readily available in Windows are so old they
      don't support options like --package-name
    
    The change also moves minetest.pot down one level, so we don't need to
    special case ‘en’ anymore.
    
    The downside is of course that you need some sane POSIX shell to update
    the po files.
    Oblomov committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    47381bd View commit details
    Browse the repository at this point in the history
  15. Sanitize GETTEXT usage macros

    Now the user-level option is called ENABLE_GETTEXT, and USE_GETTEXT is
    only set to true if gettext was enabled and found. This simplifies all
    check to USE_GETTEXT only rather than the double checks for it being
    enabled and found.
    Oblomov committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    e034f8a View commit details
    Browse the repository at this point in the history
  16. Merge pull request erlehmann#35 from Oblomov/master

    some more gettext fixes
    erlehmann committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    71b7d92 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    423109e View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3715e39 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    ad6b087 View commit details
    Browse the repository at this point in the history
  20. Italian translations

    Oblomov committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    e00d7ee View commit details
    Browse the repository at this point in the history
  21. Read config from gettext.h

    Otherwise the USE_GETTEXT define might not be visible.
    Oblomov committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    a8e4931 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cce210f View commit details
    Browse the repository at this point in the history
  23. Merge pull request erlehmann#36 from Oblomov/master

    Some more gettext stuff
    erlehmann committed Jul 24, 2011
    Configuration menu
    Copy the full SHA
    a5a9c9f View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f691230 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2011

  1. fix server build

    celeron55 committed Jul 25, 2011
    Configuration menu
    Copy the full SHA
    416499f View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2011

  1. removed delta README

    celeron55 committed Jul 29, 2011
    Configuration menu
    Copy the full SHA
    a653cf4 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2011

  1. Configuration menu
    Copy the full SHA
    1de45cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df27b85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ceb058 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4556c21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d62ae0e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cae4220 View commit details
    Browse the repository at this point in the history
  7. Made picking items up in creative mode delete them (because they usua…

    …lly are in the inventory already anyway)
    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    4b0c3e4 View commit details
    Browse the repository at this point in the history
  8. Added message of the day and made it properly configurable using /#se…

    …tting (not saved to config file yet)
    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    9b294ff View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cdadbdb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4ef9c76 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    24a6627 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f8fca8c View commit details
    Browse the repository at this point in the history
  13. fix to the former

    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    f2051c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a4fe2a7 View commit details
    Browse the repository at this point in the history
  15. * README updated

    erlehmann committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    82ea534 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    96bee29 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4ccc99b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    edbcf7c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    17830c5 View commit details
    Browse the repository at this point in the history
  20. * PEP 8 compliance

    erlehmann committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    4681392 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7581615 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    92f504f View commit details
    Browse the repository at this point in the history
  23. set locales to C because en_US not installed on some systems, only UT…

    …F-8 version and en_US.UTF-8 does not work.
    SpeedProg committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    9baae3a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cd6d204 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    37bf9a6 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    a817419 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    4882bda View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c08720b View commit details
    Browse the repository at this point in the history
  29. Merge pull request erlehmann#39 from SpeedProg/master

    fixes for gettext to workaround some bad behaviour of Irrlicht
    erlehmann committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    6199252 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3c0090c View commit details
    Browse the repository at this point in the history
  31. Merge pull request erlehmann#40 from SpeedProg/master

    translated some word to german
    erlehmann committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    185c0bd View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f4d7530 View commit details
    Browse the repository at this point in the history
  33. Fixed handling of inventory in creative mode (normal inventory is not…

    … trashed anymore), fixed mese pick speed, added some forgotten stuff
    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    8e1eacf View commit details
    Browse the repository at this point in the history
  34. updated example config

    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    bb9650a View commit details
    Browse the repository at this point in the history
  35. added sword textures

    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    17a85b9 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    a114f28 View commit details
    Browse the repository at this point in the history
  37. fixe for msvc broke linux

    SpeedProg committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    50dc2d8 View commit details
    Browse the repository at this point in the history
  38. Merge pull request erlehmann#41 from SpeedProg/master

    fixe gettext I hope
    erlehmann committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    2f6e931 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c01c487 View commit details
    Browse the repository at this point in the history
  40. added windows icon

    celeron55 committed Jul 30, 2011
    Configuration menu
    Copy the full SHA
    05d0eaf View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    1498756 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    88a266d View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d7a5eea View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    306bb66 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    d6a9bec View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    756f8f8 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    bb77b1c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2011

  1. Configuration menu
    Copy the full SHA
    54de4af View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b8e66 View commit details
    Browse the repository at this point in the history
  3. updated version

    celeron55 committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    b62f428 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25c3fc View commit details
    Browse the repository at this point in the history
  5. Merge pull request erlehmann#44 from SpeedProg/master

    last fix was shit, so a fix for the fix -_-
    erlehmann committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    8310031 View commit details
    Browse the repository at this point in the history
  6. Removed tag 0.2.20110731_2

    celeron55 committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    1274bf7 View commit details
    Browse the repository at this point in the history
  7. updated changelog

    celeron55 committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    d4b4246 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a27200a View commit details
    Browse the repository at this point in the history
  9. Fixes a bug that made the server to deny non-empty passwords from pla…

    …yers connecting the first time.
    celeron55 committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    19ea901 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e88cd14 View commit details
    Browse the repository at this point in the history
  11. Removed tag 0.2.20110731_3

    celeron55 committed Jul 31, 2011
    Configuration menu
    Copy the full SHA
    5af9ef0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ff1471b View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    303351d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ece677 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2011

  1. Added ladders--they don't have any use yet, though

    Mark Holmquist authored and Oblomov committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    bc2819c View commit details
    Browse the repository at this point in the history
  2. Ladders implemented!

    Mark Holmquist authored and Oblomov committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    1c59cff View commit details
    Browse the repository at this point in the history
  3. Fixed a few problems in the ladder update, and changed the speed to a…

    …ccount for gravity
    Mark Holmquist authored and Oblomov committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    8e67f4c View commit details
    Browse the repository at this point in the history
  4. Fixing ladders again

    Mark Holmquist authored and Oblomov committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    267744a View commit details
    Browse the repository at this point in the history
  5. Changing CONTENT_LADDER to be an extended block

    Mark Holmquist authored and Oblomov committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    7bd9e53 View commit details
    Browse the repository at this point in the history
  6. Merge pull request erlehmann#47 from MarkTraceur/master

    More better ladders
    erlehmann committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    f6bc662 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    363487c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b82270 View commit details
    Browse the repository at this point in the history
  9. added TODO in main.cpp

    celeron55 committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    97d659c View commit details
    Browse the repository at this point in the history
  10. * README updated

    erlehmann committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    bbd8e64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    de868d2 View commit details
    Browse the repository at this point in the history
  12. Fix data paths for FreeBSD

    AMDmi3 committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    ff35014 View commit details
    Browse the repository at this point in the history
  13. Check whether -Wno-unused-but-set-variable is supported before using

    it. It seems to only be available on recent (>=4.6) versions of gcc.
    AMDmi3 committed Aug 1, 2011
    Configuration menu
    Copy the full SHA
    318a730 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2011

  1. Get rid of unused variables

    Oblomov committed Aug 2, 2011
    Configuration menu
    Copy the full SHA
    60bd878 View commit details
    Browse the repository at this point in the history
  2. Introduce wgettext

    All usages of gettext() are converted to wchars, so let's factor this
    into a single inline.
    Oblomov committed Aug 2, 2011
    Configuration menu
    Copy the full SHA
    817180b View commit details
    Browse the repository at this point in the history
  3. Use wgettext

    Oblomov committed Aug 2, 2011
    Configuration menu
    Copy the full SHA
    1d1aec9 View commit details
    Browse the repository at this point in the history
  4. Merge pull request erlehmann#48 from Oblomov/master

    Minor code cleanups (always in the gettext area, but no functional changs)
    erlehmann committed Aug 2, 2011
    Configuration menu
    Copy the full SHA
    f143e26 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2011

  1. Configuration menu
    Copy the full SHA
    5f8809e View commit details
    Browse the repository at this point in the history
  2. * fix for broken water

    celeron55 authored and erlehmann committed Aug 3, 2011
    Configuration menu
    Copy the full SHA
    0b37f98 View commit details
    Browse the repository at this point in the history
  3. * README updated

    erlehmann committed Aug 3, 2011
    Configuration menu
    Copy the full SHA
    735fa8b View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2011

  1. * Welcome to OMSK.

    erlehmann authored and Oblomov committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    071c0b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1278a57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0cfca69 View commit details
    Browse the repository at this point in the history
  4. marked strings as translation

    now translated if set to a button
    SpeedProg authored and Oblomov committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    4ab4e33 View commit details
    Browse the repository at this point in the history
  5. update to german translation

    SpeedProg authored and Oblomov committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    4505766 View commit details
    Browse the repository at this point in the history
  6. update op PO files

    SpeedProg authored and Oblomov committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    dade01b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0fb208e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1d009a3 View commit details
    Browse the repository at this point in the history
  9. fixed some error :/

    SpeedProg authored and Oblomov committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    7361f29 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f5e0ba2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f79069f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    59c58f2 View commit details
    Browse the repository at this point in the history
  13. minetestmapper can be run from any directory

    If it doesn't find colors.txt locally, it looks for the one in the
    directory of the script itself.
    Oblomov committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    dd9909a View commit details
    Browse the repository at this point in the history
  14. merged delta and c55

    celeron55 committed Aug 5, 2011
    Configuration menu
    Copy the full SHA
    64a6da3 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ab83444 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    bdb66ac View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2011

  1. Configuration menu
    Copy the full SHA
    9017c51 View commit details
    Browse the repository at this point in the history
  2. Remove spurious assignment

    Oblomov committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    ea26a9f View commit details
    Browse the repository at this point in the history
  3. Keys should be s32, not u32

    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
    Oblomov committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    11be390 View commit details
    Browse the repository at this point in the history
  4. Always return from non-void functions

    This quiets a warning in Clang.
    Oblomov committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    163c38e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    34492ce View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'c55/master'

    Preserve delta-specific stuff.
    Oblomov committed Aug 8, 2011
    Configuration menu
    Copy the full SHA
    1e12a73 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f9e1b0c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2011

  1. Configuration menu
    Copy the full SHA
    019399e View commit details
    Browse the repository at this point in the history
  2. Project uses C++, so use CHECK_CXX_COMPILER_FLAG

    Although this doesn't change much for our specific case, it can make a
    difference for some flags, so use the appropriate macro.
    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    76fb792 View commit details
    Browse the repository at this point in the history
  3. Clang doesn't like -Wno-unused-but-set-variable

    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.
    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    805564d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a5aa2b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    43b6ca0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e81ff1e View commit details
    Browse the repository at this point in the history
  7. Proper placement of binary files.

    q66 committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    f6ed45f View commit details
    Browse the repository at this point in the history
  8. Merged some FreeBSD fixes

    celeron55 committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    69fca4f View commit details
    Browse the repository at this point in the history
  9. Introduce Player::getLightPosition

    This is currently only used in the lighting update for remote
    players in client.
    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    98fa00d View commit details
    Browse the repository at this point in the history
  10. Refactor player's eye position coding

    Collect the player's eye position coding in a Player method, and
    use it in client to pass the eye position information to the game.
    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    b318e82 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c007d82 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    467b3cf View commit details
    Browse the repository at this point in the history
  13. Keep track of player item

    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    91d1186 View commit details
    Browse the repository at this point in the history
  14. Clients inform server on wielded item

    This is done with the new TOSERVER_PLAYERITEM message, that informs the
    server on the index of the wielded item.
    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    ecd5c5f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    88a9bae View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    371af9c View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    40a3b17 View commit details
    Browse the repository at this point in the history
  18. .gitattributes

    Marking *.cpp files as C++ files makes for nicer diffs when using
    --color-words or similar options.
    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    f4856a3 View commit details
    Browse the repository at this point in the history
  19. Typo fix

    Oblomov committed Aug 11, 2011
    Configuration menu
    Copy the full SHA
    dfdc817 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3028bbb View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2011

  1. added ipban support

    commands:
    /#ipban <nick>
    /#ipunban <ip>
    SpeedProg committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    5784c14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7aa72c5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e40da23 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    94b42a7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    835d2e4 View commit details
    Browse the repository at this point in the history
  6. Fix use of && instead of &

    Oblomov committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    72e4c8f View commit details
    Browse the repository at this point in the history
  7. Clean up key names handling

    Constify keycode and move the static array of localizable names from the
    guiKeyChangeMenu header to the implementation file, changing its name.
    Oblomov committed Aug 12, 2011
    Configuration menu
    Copy the full SHA
    eb255e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2011

  1. Configuration menu
    Copy the full SHA
    b1e0b77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    385904d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8242c2c View commit details
    Browse the repository at this point in the history
  4. Repeast the action next to the failure

    When failing, no need to force the user to scroll up after a lot of
    output, to find at what step exactly we failed (merges and builds can
    generate a lot of text): just repeat the action.
    Oblomov committed Aug 13, 2011
    Configuration menu
    Copy the full SHA
    aec5ce2 View commit details
    Browse the repository at this point in the history
  5. updelta: clean before make

    Oblomov committed Aug 13, 2011
    Configuration menu
    Copy the full SHA
    662616e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e35fe8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27dfdd3 View commit details
    Browse the repository at this point in the history
  8. clean up delta-branches

    Oblomov committed Aug 13, 2011
    Configuration menu
    Copy the full SHA
    8f2264c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2011

  1. Configuration menu
    Copy the full SHA
    1b49d81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e1b23d9 View commit details
    Browse the repository at this point in the history
  3. Automatic branchfile update

    Oblomov committed Aug 14, 2011
    Configuration menu
    Copy the full SHA
    9a79365 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d01cd2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b9dd6ab View commit details
    Browse the repository at this point in the history
  6. Run silently or verbose

    Oblomov committed Aug 14, 2011
    Configuration menu
    Copy the full SHA
    d9eeeb4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4b707b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2011

  1. Cleanup root

    These scripts should not be in the root but in util/ and in fact
    they are, so let's get rid of these.
    Oblomov committed Aug 15, 2011
    Configuration menu
    Copy the full SHA
    dc16820 View commit details
    Browse the repository at this point in the history
  2. Get rid of makepackage_binary.sh

    It's outdated, and it would be better to use cmake's packaging
    capabilities instead, for better cross-platformness.
    Oblomov committed Aug 15, 2011
    Configuration menu
    Copy the full SHA
    136657b View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'celeron55/master'

    Conflicts:
    	makepackage_binary.sh
    Oblomov committed Aug 15, 2011
    Configuration menu
    Copy the full SHA
    87dbbe5 View commit details
    Browse the repository at this point in the history
  4. Automatic branchfile update

    Oblomov committed Aug 15, 2011
    Configuration menu
    Copy the full SHA
    51161f9 View commit details
    Browse the repository at this point in the history