2012-03-21 |
Perttu Ahola | Add more graph colors, add mainloop_dtime graph, make...
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Modify and clean main loop to allow measuring the proper...
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Profiler graph
|
commit | commitdiff | tree |
2012-03-21 |
Perttu Ahola | Use atof() in mystof(), because istringstream>>float...
|
commit | commitdiff | tree |
2012-03-20 |
Perttu Ahola | Attempt to fix some minor memory leaks
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Call this 0.4.dev-20120320
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Fix various things being too fast to break by hand
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Remove .hgignore and .hgtags (mercurial isn't used...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Add mods/mesetint/mods_here.txt to be installed on...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Fix mod paths
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Fix for MSVC and move stuff around a bit in CMakeLists...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Update vc10 build script example in README.txt
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Move icon files to misc/
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Flatten share/ and user/ in the source and for the...
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Move share/builtin.lua to share/builtin/builtin.lua
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Move client textures to the correct place
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Rework directory structure
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Add the mod search path user/mods/gameid
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Make Lua error output in log clearer
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Do not error() on digprop_* calls but print a warning
|
commit | commitdiff | tree |
2012-03-19 |
Perttu Ahola | Unknown nodes can be dug
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Warn instead of completely removing minetest.digprop_whateve...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Remove minetest.digprop_whatever() Lua functions (because...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Update README.txt a bit
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Update version to 0.4.dev-20120318
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Attempt to fix build for MSVC
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix getVisibleBrightness() to return sunlight visibility...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Make some things diggable by hand by using a special...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix old world search path for non-run-in-place build
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Move doc/changelog.txt and doc/ancient_main_comment...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Disable word wrap in vertical texts in main menu
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix installation in cmake project files
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | "or" -> "||" in content_mapblock.cpp
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Fix and tune stars
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Do not clear address in main menu if starting a singleplayer...
|
commit | commitdiff | tree |
2012-03-18 |
Perttu Ahola | Dynamic sky, fog and cloud colors; sun and moon
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Move ClientMap to clientmap.{h,cpp}
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Add Client::getEnv() and remove some unnecessary wrappers
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Revert old 4BS/s walk speed for now
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Tune main menu
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Create main menu tab "Settings" for client settings
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Fix click areas of singleplayer checkboxes
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Fix initial moving of mouse above the "exit to menu...
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Fix and improve Server's privilege get/setters
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Add "simple singleplayer mode"; Fix a number of GUI...
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Save selected tab
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Menu tuning WIP
|
commit | commitdiff | tree |
2012-03-15 |
Perttu Ahola | Use a more standard order of yes/no/cancel/whatever...
|
commit | commitdiff | tree |
2012-03-13 |
Perttu Ahola | Crude tab test in main menu (requires gui redesign...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Add [new] to world name when supplying a non-existent...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Allow directly supplying world as a parameter, including...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Move keychange/connect main menu buttons a bit
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Fix game selection in world creation (used always the...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Attempt to fix RUN_IN_PLACE autodetection on Linux
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Add confirmation menu and make world deletion possible...
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | World creation button and dialog and functionality
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Remember selected world by path
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Make finish quicktune and leave it unused (as intended)
|
commit | commitdiff | tree |
2012-03-12 |
Perttu Ahola | Add quicktune.{cpp,h}
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Handle certain errors properly when using --go
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Add a note about minetest.conf in the key change dialog...
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Use default_game when making a new world using --world...
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Remove duplicate code in main menu
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Rename "Delete map" to "Delete world"
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Proper handling of failing to bind server socket
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | World selection box in main menu (and random fixing)
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | --world implies local game
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Fix CreateAllDirs() (failed for relative fully non...
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Mention world location at server startup at action...
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Redirect Lua print to minetest.debug
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | --logfile '' = no logging
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Remove useless debug output (log at info level)
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | --gameid list
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Update --gameid to manpages
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Update version number to 0.4.dev-20120311
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | world.mt creation
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | command-line/world game selection
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | full_punch_interval = 1.0 for mese pickaxe
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Limit crack update speed
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | When mouse button is held down in air, show continuous...
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Fix log output in ban.cpp
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Improve command-line parameters
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Prettify --help output
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Move huge comment from the beginning of main.cpp to...
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | --verbose, not --info-on-stderr
|
commit | commitdiff | tree |
2012-03-11 |
Perttu Ahola | Clean up log messages everywhere
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Do not print errors when searching for usable configuration...
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Fix configuration file behaviour
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Increase Peer max_packets_per_second (hopefully doesn...
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Add description in minetest.conf.example
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Tune "Connecting to server" and "Waiting content" screens
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Starting the game in the pause menu is lame, don't...
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Make Camera::updateViewingRange more snappy in following...
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Faster player movement and smaller collision box
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | dig_immediate=2 -> 0.5 seconds digging time
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Set rail to have dig_immediate=2
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Tidy up server log output a bit
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Clean unit test output
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Add and tidy up some Server log output for declined...
|
commit | commitdiff | tree |
2012-03-10 |
Perttu Ahola | Remove servermain.cpp, use main.cpp with a couple of...
|
commit | commitdiff | tree |
next |